Skip to content

Instantly share code, notes, and snippets.

@liminal
Created February 4, 2014 10:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save liminal/8801401 to your computer and use it in GitHub Desktop.
Save liminal/8801401 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