Skip to content

Instantly share code, notes, and snippets.

@IceCodeNew
Forked from tonyseek/android-captive.sh
Created September 9, 2019 08:16
Show Gist options
  • Save IceCodeNew/a2ca7ec524cc9ad094377a6d16639388 to your computer and use it in GitHub Desktop.
Save IceCodeNew/a2ca7ec524cc9ad094377a6d16639388 to your computer and use it in GitHub Desktop.
Overrides the captive portal settings of Android in the People's Republic China Mainland
#!/usr/bin/env sh
adb shell settings put global captive_portal_fallback_url http://g.cn/generate_204
adb shell settings put global captive_portal_http_url http://www.google.cn/generate_204
adb shell settings put global captive_portal_https_url https://www.google.cn/generate_204
adb shell settings put global captive_portal_other_fallback_urls http://www.qualcomm.cn/generate_204
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment