Created
April 10, 2025 06:31
-
-
Save CypherpunkSamurai/24026382a9c5ba1c98506a2c6c8c18a0 to your computer and use it in GitHub Desktop.
enable usb tethering from adb shell
This file contains 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
adb shell am start -n com.android.settings/.TetherSettings && adb shell input keyevent 20 && adb shell input keyevent 20 && adb shell input keyevent KEYCODE_ENTER && sleep 2 && adb shell input keyevent 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment