Skip to content

Instantly share code, notes, and snippets.

@gantu
Forked from beginor/turn-on-wifi-hot-spot.sh
Created September 15, 2020 10:03
Show Gist options
  • Save gantu/fb98c4bb8553af71c4237cc7f1218673 to your computer and use it in GitHub Desktop.
Save gantu/fb98c4bb8553af71c4237cc7f1218673 to your computer and use it in GitHub Desktop.
Trun on wifi spot by adb.
# open setting
adb shell am start -n com.android.settings/.TetherSettings
# down
adb shell input keyevent 20
# enter
adb shell input keyevent 66
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment