您的位置:首页 > 财经 > 金融 > 解决Pixel的WIFI网络连接受限感叹号及时间同步问题

解决Pixel的WIFI网络连接受限感叹号及时间同步问题

2024/12/23 9:47:00 来源:https://blog.csdn.net/songbai220/article/details/139344109  浏览:    关键词:解决Pixel的WIFI网络连接受限感叹号及时间同步问题

自 Android 5.0 起,谷歌引入了「Captive Portal」的机制,用于检测 WiFi网络认证是否正常。

该机制默认检测访问的是谷歌服务器,需要科学才能正常访问谷歌服务器,如若没有 WiFi就会出现网络受限的情况,WiFi图标上会出现一个感叹号标志,导致系统误以为你的网络不好,从而使网络不稳定。

解决方法

使用adb命令行工具执行以下命令

#解决网络连接受限、感叹号问题
#取消原网络验证(google连接不上)
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_http_url http://captive.v2ex.co/generate_204
adb shell settings put global captive_portal_https_url https://captive.v2ex.co/generate_204#也可用小米、华为的url
#小米:
http://connect.rom.miui.com/generate_204
https://connect.rom.miui.com/generate_204
#华为:
http://connectivitycheck.platform.hicloud.com/generate_204
https://connectivitycheck.platform.hicloud.com/generate_204

解决时间同步问题

#解决时间同步问题
adb shell settings put global ntp server ntp.org.cn#1. time.apple.com.cn (中国区苹果时间服务器)
#2. ntp.org.cn (中国国家授时中心时间服务器)
#3. ntp1.aliyun.com (阿里云NTP时间服务器)
#4. ntp.tencent.com (腾讯云NTP时间服务器)
#5. ntp2.tencent.com (腾讯云NTP时间服务器)
#6. ntp1.bce.baidu.com (百度云NTP时间服务器)
#7. ntp4.bce.baidu.com (百度云NTP时间服务器)
#8. ntp1.google.com (Google NTP时间服务器)
#9. ntp2.google.com (Google NTP时间服务器)
#10. ntp3.google.com (Google NTP时间服务器)
#11. ntp4.google.com (Google NTP时间服务器)

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com