Android9 原生系統網絡感嘆號消除

https://developer.android.google.cn/studio/releases/platform-tools.html
# 如要使用http,須要先寫入關閉https驗證的配置,再填寫http服務器。而後開啓飛行模式,再打開感嘆號便可消失。
adb shell settings put global captive_portal_use_https 0
adb shell settings put global captive_portal_http_url http://connect.rom.miui.com/generate_204
# 使用默認,即刪除配置 
adb shell settings delete global captive_portal_http_url
adb shell settings delete global captive_portal_https_url
adb -d shell sh /data/data/me.piebridge.brevent/brevent.sh
1.首先開啓usb調試,而後用數據線鏈接電腦和手機。
2.而後解決好您的adb驅動問題
3.在電腦開始菜單-運行 輸入cmd,打開命令提示符
依次輸入下面語句
adb shell settings put global captive_portal_https_url https://www.google.cn/generate_204
相關文章
相關標籤/搜索