Skip to content

Instantly share code, notes, and snippets.

@autovalue
Forked from liminal/gist:8801401
Last active August 29, 2015 14:26
Show Gist options
  • Save autovalue/2c6122d2b9ae9e3c6a31 to your computer and use it in GitHub Desktop.
Save autovalue/2c6122d2b9ae9e3c6a31 to your computer and use it in GitHub Desktop.
Using adb over wifi with Android Tether device
# 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