Android फ़्रेमवर्क, समय सिंक करने के लिए अलग-अलग टाइम सोर्स का इस्तेमाल करता है. इस पेज पर, नेटवर्क टाइम प्रोटोकॉल (NTP) और नेटवर्क आइडेंटिटी और टाइम ज़ोन (NITZ) के अपने-आप समय सेट करने वाले सोर्स के बारे में बताया गया है. Android 12 या उसके बाद के वर्शन में, फ़्रेमवर्क डिफ़ॉल्ट रूप से, समय के सोर्स के तौर पर NITZ के बजाय NTP को प्राथमिकता देता है. ऐसा इसलिए, क्योंकि NTP, NITZ के मुकाबले ज़्यादा सटीक और भरोसेमंद है. ऐसे मामलों में जहां एनटीपी उपलब्ध नहीं होता, फ़्रेमवर्क एनआईटीज़ेड पर वापस चला जाता है. यह प्लैटफ़ॉर्म के पिछले वर्शन की डिफ़ॉल्ट प्राथमिकता के उलट है. Android 11 और उससे पहले के वर्शन में, फ़्रेमवर्क डिफ़ॉल्ट रूप से NTP के बजाय NITZ को प्राथमिकता देता है.
इस बदलाव के बारे में ज़्यादा जानकारी के लिए, AOSP के ये पैच देखें: 1563678, 1513323.
टाइम सोर्स की प्राथमिकता कॉन्फ़िगर करना
किसी खास Android वर्शन के लिए, डिफ़ॉल्ट रूप से किस टाइम सोर्स को प्राथमिकता दी जाए, यह कॉन्फ़िगर करने के लिए, बिल्ड के समय frameworks/base/core/res/res/values/config.xml
में config_autoTimeSourcesPriority
बटन को कॉन्फ़िगर करें. सूची में सबसे ऊपर मौजूद टाइम सोर्स के समय के सुझावों को, सूची में नीचे मौजूद सोर्स की तुलना में प्राथमिकता दी जाती है.
कॉन्फ़िगर किए जा सकने वाले Android टाइम सोर्स, TimeDetectorStrategy.java
में मिलते हैं.
यहां दिए गए सोर्स, डिफ़ॉल्ट रूप से इस्तेमाल के लिए कॉन्फ़िगर होते हैं:
- टेलीफ़ोनी (NITZ)
- नेटवर्क (एनटीपी)
टेस्ट करना
यह पुष्टि करने के लिए कि NTP उपलब्ध न होने पर डिवाइस, NITZ का इस्तेमाल करता है (जब मोबाइल डेटा और वाई-फ़ाई बंद हों), यह तरीका अपनाएं:
- पक्का करें कि डीयूटी में काम करने वाला सिम कार्ड हो
- मोबाइल डेटा और वाई-फ़ाई बंद करना
- डिवाइस को हवाई जहाज़ मोड पर रखें, ताकि यह पक्का किया जा सके कि सेल रेडियो बंद है
- समय की अपने-आप पहचान करने की सुविधा बंद करना
- आने वाले समय में, घड़ी को मैन्युअल तरीके से गलत समय पर सेट करना
- डिवाइस को रीबूट करना
- समय का अपने-आप पता लगाने की सुविधा चालू करें
- डिवाइस को हवाई जहाज़ मोड से हटाना
इन चरणों की मदद से, NITZ सिग्नल मिलने के तुरंत बाद सिस्टम घड़ी में बदलाव होता है. डिवाइस का समय कैसे सेट है, यह देखने के लिए यह कमांड चलाएं:
adb shell dumpsys time_detector
यह पुष्टि करने के लिए कि सिस्टम क्लॉक, NITZ का इस्तेमाल करता है या नहीं, कमांड के आउटपुट में इनकी पुष्टि करें:
mEnvironment.isAutoTimeDetectionEnabled()
true
है.mEnvironment.autoOriginPriorities()
में टाइम सोर्स की सूची होती है. इस लिस्ट में, सूची में नीचे वाले सोर्स के मुकाबले ऊपर वाले सोर्स को प्राथमिकता दी जाती है.Time change log
सेक्शन से पता चलता है कि सिस्टम घड़ी को टेलीफ़ोनी के सुझाव का इस्तेमाल करके सेट किया गया है.Telephony suggestion history
सेक्शन में, समय के सुझाव होते हैं.Network suggestion history
सेक्शन खाली है.
Telephony suggestion history
और Network suggestion history
सेक्शन में, समय के सुझावों को समय के सटीक सोर्स माना जाता है. अगर डिवाइस इंटरनेट से कनेक्ट है और उसमें सिम कार्ड है, तो सुझावों को NTP (नेटवर्क) और NITZ (टेलीफ़ोन) दोनों का इस्तेमाल करके जनरेट किया जाता है. इस टेस्ट केस में, सिर्फ़ Telephony suggestion history
सेक्शन में सुझाव दिखते हैं, क्योंकि एनटीपी बंद है.
Time change log
सेक्शन, डिवाइस की सिस्टम घड़ी में किए गए बदलावों और इस्तेमाल किए गए सुझाव को रिकॉर्ड करता है. सिस्टम घड़ी, config_autoTimeSourcesPriority
कुंजी में प्राथमिकता सूची में समय सोर्स के क्रम के आधार पर सेट की जाती है. हालांकि, अगर सुझाव बहुत पुराना या अमान्य है, तो ज़्यादा प्राथमिकता वाले सोर्स के सुझावों को अनदेखा किया जा सकता है.
साथ ही, अगर सबसे ज़्यादा प्राथमिकता वाला मान्य सुझाव, डिवाइस के मौजूदा सिस्टम की घड़ी के समय से कुछ सेकंड के अंदर मेल खाता है, तो समय में बदलाव नहीं होगा.
इस टेस्ट केस में, जब तक सुझाव पुराने नहीं हो जाते, तब तक सिस्टम घड़ी को Telephony suggestion history
के किसी सुझाव का इस्तेमाल करके सेट किया जाता है.
यहां ऐसे आउटपुट का उदाहरण दिया गया है जिसमें NTP उपलब्ध न होने पर, डिवाइस टाइम सिंक करने के लिए, NITZ का इस्तेमाल करता है.
TimeDetectorStrategy:
mLastAutoSystemClockTimeSet=TimestampedValue{mReferenceTimeMillis=66240, mValue=1614186761000}
mEnvironment.isAutoTimeDetectionEnabled()=true
mEnvironment.elapsedRealtimeMillis()=73059
mEnvironment.systemClockMillis()=1614186767818
mEnvironment.systemClockUpdateThresholdMillis()=2000
mEnvironment.autoTimeLowerBound()=2021-02-24T15:44:15Z(1614181455000)
mEnvironment.autoOriginPriorities()=[network,telephony]
Time change log:
66261 / 2021-02-24T17:12:41.020Z - Set system clock using time=TimestampedValue{mReferenceTimeMillis=66240, mValue=1614186761000} cause=Found good telephony suggestion., bestTelephonySuggestion=TelephonyTimeSuggestion{mSlotIndex='0', mUtcTime=TimestampedValue{mReferenceTimeMillis=66240, mValue=1614186761000}, mDebugInfo=[Sending new time suggestion nitzSignal=TimestampedValue{mReferenceTimeMillis=66240, mValue=NitzData{mOriginalString=21/02/24,17:12:41+00,00, mZoneOffset=0, mDstOffset=0, mCurrentTimeMillis=1614186761000, mEmulatorHostTimeZone=null}}, reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=66240, mValue=NitzData{mOriginalString=21/02/24,17:12:41+00,00, mZoneOffset=0, mDstOffset=0, mCurrentTimeMillis=1614186761000, mEmulatorHostTimeZone=null}})]}, detectionReason=New telephony time suggested. timeSuggestion=TelephonyTimeSuggestion{mSlotIndex='0', mUtcTime=TimestampedValue{mReferenceTimeMillis=66240, mValue=1614186761000}, mDebugInfo=[Sending new time suggestion nitzSignal=TimestampedValue{mReferenceTimeMillis=66240, mValue=NitzData{mOriginalString=21/02/24,17:12:41+00,00, mZoneOffset=0, mDstOffset=0, mCurrentTimeMillis=1614186761000, mEmulatorHostTimeZone=null}}, reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=66240, mValue=NitzData{mOriginalString=21/02/24,17:12:41+00,00, mZoneOffset=0, mDstOffset=0, mCurrentTimeMillis=1614186761000, mEmulatorHostTimeZone=null}})]} elapsedRealtimeMillis=66259 newSystemClockMillis=1614186761019
Telephony suggestion history:
key idx: 0=0
val idx: 0=TelephonyTimeSuggestion{mSlotIndex='0', mUtcTime=TimestampedValue{mReferenceTimeMillis=66240, mValue=1614186761000}, mDebugInfo=[Sending new time suggestion nitzSignal=TimestampedValue{mReferenceTimeMillis=66240, mValue=NitzData{mOriginalString=21/02/24,17:12:41+00,00, mZoneOffset=0, mDstOffset=0, mCurrentTimeMillis=1614186761000, mEmulatorHostTimeZone=null}}, reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=66240, mValue=NitzData{mOriginalString=21/02/24,17:12:41+00,00, mZoneOffset=0, mDstOffset=0, mCurrentTimeMillis=1614186761000, mEmulatorHostTimeZone=null}})]}
Historic values=[
0@PT1M6.258S: TelephonyTimeSuggestion{mSlotIndex='0', mUtcTime=TimestampedValue{mReferenceTimeMillis=66240, mValue=1614186761000}, mDebugInfo=[Sending new time suggestion nitzSignal=TimestampedValue{mReferenceTimeMillis=66240, mValue=NitzData{mOriginalString=21/02/24,17:12:41+00,00, mZoneOffset=0, mDstOffset=0, mCurrentTimeMillis=1614186761000, mEmulatorHostTimeZone=null}}, reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=66240, mValue=NitzData{mOriginalString=21/02/24,17:12:41+00,00, mZoneOffset=0, mDstOffset=0, mCurrentTimeMillis=1614186761000, mEmulatorHostTimeZone=null}})]}
]
Network suggestion history:
{Empty}
Gnss suggestion history:
{Empty}
External suggestion history:
{Empty}
टेस्टिंग की स्थिति में आउटपुट से तुलना के लिए, यह एक सामान्य आउटपुट का उदाहरण है. इसमें डिवाइस को एनटीपी और एनआईटीज़ेड, दोनों टाइम सोर्स से समय के सुझाव मिलते हैं.
TimeDetectorStrategy:
mLastAutoSystemClockTimeSet=TimestampedValue{mReferenceTimeMillis=66240, mValue=1614186761000}
mEnvironment.isAutoTimeDetectionEnabled()=true
mEnvironment.elapsedRealtimeMillis()=302926
mEnvironment.systemClockMillis()=1614186997685
mEnvironment.systemClockUpdateThresholdMillis()=2000
mEnvironment.autoTimeLowerBound()=2021-02-24T15:44:15Z(1614181455000)
mEnvironment.autoOriginPriorities()=[network,telephony]
Time change log:
66261 / 2021-02-24T17:12:41.020Z - Set system clock using time=TimestampedValue{mReferenceTimeMillis=66240, mValue=1614186761000} cause=Found good telephony suggestion., bestTelephonySuggestion=TelephonyTimeSuggestion{mSlotIndex='0', mUtcTime=TimestampedValue{mReferenceTimeMillis=66240, mValue=1614186761000}, mDebugInfo=[Sending new time suggestion nitzSignal=TimestampedValue{mReferenceTimeMillis=66240, mValue=NitzData{mOriginalString=21/02/24,17:12:41+00,00, mZoneOffset=0, mDstOffset=0, mCurrentTimeMillis=1614186761000, mEmulatorHostTimeZone=null}}, reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=66240, mValue=NitzData{mOriginalString=21/02/24,17:12:41+00,00, mZoneOffset=0, mDstOffset=0, mCurrentTimeMillis=1614186761000, mEmulatorHostTimeZone=null}})]}, detectionReason=New telephony time suggested. timeSuggestion=TelephonyTimeSuggestion{mSlotIndex='0', mUtcTime=TimestampedValue{mReferenceTimeMillis=66240, mValue=1614186761000}, mDebugInfo=[Sending new time suggestion nitzSignal=TimestampedValue{mReferenceTimeMillis=66240, mValue=NitzData{mOriginalString=21/02/24,17:12:41+00,00, mZoneOffset=0, mDstOffset=0, mCurrentTimeMillis=1614186761000, mEmulatorHostTimeZone=null}}, reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=66240, mValue=NitzData{mOriginalString=21/02/24,17:12:41+00,00, mZoneOffset=0, mDstOffset=0, mCurrentTimeMillis=1614186761000, mEmulatorHostTimeZone=null}})]} elapsedRealtimeMillis=66259 newSystemClockMillis=1614186761019
Telephony suggestion history:
key idx: 0=0
val idx: 0=TelephonyTimeSuggestion{mSlotIndex='0', mUtcTime=TimestampedValue{mReferenceTimeMillis=66240, mValue=1614186761000}, mDebugInfo=[Sending new time suggestion nitzSignal=TimestampedValue{mReferenceTimeMillis=66240, mValue=NitzData{mOriginalString=21/02/24,17:12:41+00,00, mZoneOffset=0, mDstOffset=0, mCurrentTimeMillis=1614186761000, mEmulatorHostTimeZone=null}}, reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=66240, mValue=NitzData{mOriginalString=21/02/24,17:12:41+00,00, mZoneOffset=0, mDstOffset=0, mCurrentTimeMillis=1614186761000, mEmulatorHostTimeZone=null}})]}
Historic values=[
0@PT1M6.258S: TelephonyTimeSuggestion{mSlotIndex='0', mUtcTime=TimestampedValue{mReferenceTimeMillis=66240, mValue=1614186761000}, mDebugInfo=[Sending new time suggestion nitzSignal=TimestampedValue{mReferenceTimeMillis=66240, mValue=NitzData{mOriginalString=21/02/24,17:12:41+00,00, mZoneOffset=0, mDstOffset=0, mCurrentTimeMillis=1614186761000, mEmulatorHostTimeZone=null}}, reason=handleNitzReceived(TimestampedValue{mReferenceTimeMillis=66240, mValue=NitzData{mOriginalString=21/02/24,17:12:41+00,00, mZoneOffset=0, mDstOffset=0, mCurrentTimeMillis=1614186761000, mEmulatorHostTimeZone=null}})]}
]
Network suggestion history:
0@PT4M4.04S: NetworkTimeSuggestion{mUtcTime=TimestampedValue{mReferenceTimeMillis=244038, mValue=1614186939242}, mDebugInfo=[Origin: NetworkTimeUpdateService. event=3]}
Gnss suggestion history:
{Empty}
External suggestion history:
{Empty}