本文主要是介绍Pixel 手机上连接提示受阻,无法上网-解决方法,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
命令行中输入
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
这篇关于Pixel 手机上连接提示受阻,无法上网-解决方法的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!