获取设备列表
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