如何完全禁用 Android 9 上的强制门户检查(在我的情况下是 Moto G7 Play)?
在此处和其他站点上对类似问题的回答建议通过 ADB shell 更改设置。
到目前为止我已经设置了什么adb shell
:
settings put global captive_portal_mode 0
settings put global captive_portal_server 127.0.0.1
settings put global captive_portal_http_url localhost
settings put global captive_portal_https_url localhost
settings put global captive_portal_fallback_url localhost
settings put global captive_portal_detection_enabled 0
其中一些设置应该是多余的,我认为最后一个设置适用于较旧的 Android 版本,但我还是设置了所有这些设置以找到一个可以解决问题的设置。
我重新启动手机并使用 验证设置adb settings get
。它仍然继续联系connectivitycheck.gstatic.com,每天约200次。