Skip to content

Instantly share code, notes, and snippets.

@simonmcd
Created June 20, 2015 17:21
Show Gist options
  • Save simonmcd/7a326d2fb8f0f8346822 to your computer and use it in GitHub Desktop.
Save simonmcd/7a326d2fb8f0f8346822 to your computer and use it in GitHub Desktop.
ADB WiFi Cheat Sheet
#Get the IP address of the attached device.
adb shell ip -f inet addr show wlan0
#Restart ADB in correct mode.
adb tcpip 5555
#Connect to device remotely without needing USB. Replace Xs with IP address.
adb connect xxx.xxx.xxx.xx:5555
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment