//设置中国时区 adb shell setprop persist.sys.timezone Asia/Shanghai //设置NTP服务器 adb shell settings put global ntp_server ntp1.aliyun.com
2、WIFI感叹号
1 2 3 4 5 6
//删除无法使用的监测点 adb shell settings delete global captive_portal_https_url adb shell settings delete global captive_portal_http_url //添加新的监测点(小米源) adb shell settings put global captive_portal_https_url https://connect.rom.miui.com/generate\_204 adb shell settings put global captive_portal_http_url http://connect.rom.miui.com/generate\_204