Android原生ROM出现WIFI显示网络连接受限,网络无法连接的问题
最近手里一台乐视的手机root后, 连接wifi时一直提示网络连接受限,wifi图标显示叹号. 但是不影响正常的网络访问.
解决办法:
- adb shell settings delete global captive_portal_mode
- adb shell settings put global captive_portal_mode 0
- 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
- adb shell settings put global ntp_server l.hk.pool.ntp.org
- adb reboot