已测试成功,开发者模式后,连接电脑,输入以下命令,即可wifi正常显示,时间服务器正常工作,使用阿里的时间服务器
adb shell "settings put global captive_portal_http_url http://connect.rom.miui.com/generate_204"
adb shell "settings put global captive_portal_https_url http://connect.rom.miui.com/generate_204"
adb shell settings put global captive_portal_use_https 0
adb shell settings put global ntp_server ntp1.aliyun.com
更新一下方法0.开发者模式打开。
1.win+r,输入CMD,开启命令行,cd进入abd目录(注意不能开其它91助手之类软件,占用adb通道)
2.输入adb shell
然后提示符变成hlte:/$
3.输入
settings put global captive_portal_http_url http://connect.rom.miui.com/generate_204
settings put global captive_portal_https_url http://connect.rom.miui.com/generate_204
settings put global captive_portal_use_https 0
settings put global ntp_server ntp1.aliyun.com