-
-
Save autovalue/2c6122d2b9ae9e3c6a31 to your computer and use it in GitHub Desktop.
Using adb over wifi with Android Tether device
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
# Set up adb to use tcpip port | |
adb tcpip 5555 | |
# Default device ip when it's used as a portable hotspot | |
adb connect 192.168.43.1 | |
# List connected devices | |
adb devices |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment