赞
踩
adb更改 Android 设备 NTP 服务器
- 获取设备列表
- adb devices
- 设置时区为上海
- adb shell setprop persist.sys.timezone Asia/Shanghai
- 设置ntp服务器为阿里云
- adb shell settings put global ntp_server ntp.aliyun.com
- 获取当前ntp服务器
- adb shell settings get global ntp_server
- 重启设备
- adb reboot
https://developers.google.com/time
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。