外贸盒子由于用了原生的安卓系统,他们用的ntp服务器很多国内无法直接访问
所以需要通过修改ntp服务器来实现自动对时
通常换成阿里云的NTP服务器就可以
连接盒子可以用usb线连接盒子跟电脑
也可以使用开心电视助手来连接:http://hujilu.com/index.php/archives/306/
1.设置时区为上海
adb shell setprop persist.sys.timezone Asia/Shanghai
2.设置ntp服务器为阿里云
adb shell settings put global ntp_server ntp.aliyun.com
3.获取当前设置完成的服务器地址
adb shell settings get global ntp_server
4.重启设备
adb reboot
aliyun管理时间同步服务说明:
https://help.aliyun.com/zh/ecs/user-guide/alibaba-cloud-ntp-server