Pixel 4 xl,使用网络提供的时间和时区,发现快 7 分钟
1
11dad 2020-01-20 09:26:19 +08:00 1
我的 2xl 和 s7e 也遇到过,重启时间就不对,遇到几次了,自己调下再设成自动吧
|
2
JamesR 2020-01-20 10:16:54 +08:00 2
彻底解决方法:
adb shell "settings put global ntp_server pool.ntp.org" 因为默认 NTP 服务器 Google 的 time 服务器,你被墙着,连不上的。 |
3
augustheart 2020-01-20 10:21:23 +08:00
很多手机的计时精度很差的,只要一段时间没有网络同步时间就能差很多。
顺便说,kindle 的计时精度真高,为了省电,我 kindle 大半年内一直是飞行模式使用,时间居然差不多(一分钟内) |
4
hsheng 2020-01-20 11:33:21 +08:00 via Android
|
5
hsheng 2020-01-20 11:38:36 +08:00 via Android
我不知道这个 adb shell settings put global ntp_server 命令,自己写了 overlay 把源代码 frameworks/base/core/res/res/values/config.xml 里的 config_ntpServer 替换了编译的😂😂
|
6
JamesR 2020-01-20 11:40:49 +08:00
@hsheng #4 看个人喜好,以前用过国内的某 NTP 服务器,快是挺快,后来挂了,我公司 N 多机器要改,累死我不说还耽误事,cn 不放心直接排除,用国际 NTP 服务器。
默认的改时间后试过同步不了,具体域名各版本手机可能有差异。 |
7
ShinichiYao 2020-01-20 15:56:08 +08:00
没插 SIM 卡吧?
|
8
tonghuashuai OP @ShinichiYao 插了的
|