-
-
Save gantu/fb98c4bb8553af71c4237cc7f1218673 to your computer and use it in GitHub Desktop.
Trun on wifi spot by adb.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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