Android 网络图标上的感叹号(更新Android 7.1.1/Android 8)

/ #电脑相关 / 4 comments

替换掉google的检查网络服务器为自建,不影响WIFI认证:

update:

adb shell settings put global captive_portal_server www.google.cn

update:

adb shell settings put global captive_portal_server weibin.me

 

Android 7.1.1 / Android 8(Oreo):

adb shell settings put global captive_portal_https_url https://weibin.me/generate_204

似乎很容易反弹,所以建议关闭https的然后使用之前的http的办法。

adb shell settings put global captive_portal_use_https 0
adb shell settings put global captive_portal_http_url http://weibin.me/generate_204

或者彻底关闭

adb shell settings delete global captive_portal_server
adb shell settings put global captive_portal_detection_enabled 0

Android 关闭设置向导:
echo "ro.setupwizard.mode=DISABLED">> /system/build.prop

Android 重新进入设置向导:

adb shell am start -a android.intent.action.MAIN -n com.google.android.setupwizard/.SetupWizardTestActivity

温柔的等待一会儿,或者飞行一下即可。

别在墙边哭泣

Screenshot_2014-12-30-13-12-10

回应
  1. Thanks!
    比起机锋上什么都不说直接给句禁用的好多了。
    这个检测还是很有用的。这两天手机网络出现很奇妙的问题,检查了半天,发现是忘记登录了,结果走代理的连接会在一半断掉,而直连的 HTTPS 连接会直接失败……

    Reply
  2. 那个修改器在哪里下的来着?昨天你帮我重装系统后今天连wifi又!了

    Reply
    1. @飞天女侠

      我昨天帮你弄好了的啊?可能需要等一下

      Reply
  3. 下雪了,烤红薯该出来了吧

    Reply