banner
2021go

2021go

启航!
twitter_id
jike

Tips - Solution for "Connected to WiFi but unable to access" issue on overseas Android systems

Enable USB debugging on your phone#

Settings-About phone-Version number, continuously click to enable developer mode, enter developer options and turn on USB debugging.

Configure adb on Windows#

Download adb

Extract to the root directory of the C drive (non-beginners can choose freely)

image

Modify system environment variables

image

Add adb directory

image

Start operation#

Connect your phone to the computer, then enter the following commands in the terminal:

adb shell settings put global captive_portal_use_https 1
adb shell settings put global captive_portal_http_url http://204.ustclug.org
adb shell settings put global captive_portal_https_url https://204.ustclug.org
adb shell settings put global captive_portal_mode 0

After completion, switch your phone to airplane mode and then back, everything should be OK.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.