admin

FMX1_pro RK3399盒子用无线ADB设置NTP服务器实现自动对时
外贸盒子由于用了原生的安卓系统,他们用的ntp服务器很多国内无法直接访问所以需要通过修改ntp服务器来实现自动对时...
扫描右侧二维码阅读全文
09
2024/11

FMX1_pro RK3399盒子用无线ADB设置NTP服务器实现自动对时

外贸盒子由于用了原生的安卓系统,他们用的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

盒子设置ntp服务器.PNG

aliyun管理时间同步服务说明:
https://help.aliyun.com/zh/ecs/user-guide/alibaba-cloud-ntp-server

Last modification:November 9th, 2024 at 07:50 pm
如果觉得我的文章对你有用,请随意赞赏

Leave a Comment