禁用 Android 检测 wifi(去除感叹号)

Android
1114 0

方法 1

安装模拟终端

输入

su

回车,授权后输入

代码一:

settings put global captive_portal_detection_enabled 0

代码二(Android 7.1.1):

adb shell "settings put global captive_portal_https_url https://captive.v2ex.co/generate_204"

代码三

adb shell settings put global captive_portal_server captive.v2ex.co

代码四(8.1/8.0/7.1.2/7.1.1)

adb shell settings put global captive_portal_https_url https://www.google.cn/generate_204

方法 2

安装 xposed 模块 GravityBox 去除小感叹号功能。

方法 3

Portal Server 修改器
出自:关于 android 5.0 网络图标上的感叹号及其解决办法

更新 2015-06-12
评论 ( 0 )
私信
pic
code
pre