title: 修改安卓设备captive portal server认证服务器和ntp服务器.md
date: 2023-01-19 18:02:51.437
updated: 2023-01-19 18:02:51.437
url: /archives/修改安卓设备captiveportalserver认证服务器和ntp服务器md
categories:
tags:
修改cps服务器(去叉号叹号)
谷歌引入了「Captive Portal」机制用来检测 WiFI 网络认证是否正常,默认检测访问的是谷歌服务器。然而谷歌服务器是需要动点脑子才能正常访问,所以国内常规网络状况下,WiFi 会出现网络受限,图标叹号标志,系统会认为这是网络不稳定。
删除默认地址
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://connect.rom.miui.com/generate_204
adb shell settings put global captive_portal_https_url https://connect.rom.miui.com/generate_204
打开飞行模式、然后关闭飞行模式,此时网络连接受限提示不再出现即表示修改成功。
修改ntp服务器(修正网络对时)
NTP:时间服务器,用于网络自动对时
adb shell settings put global ntp_server ntp.aliyun.com