Created
June 20, 2015 17:21
-
-
Save simonmcd/7a326d2fb8f0f8346822 to your computer and use it in GitHub Desktop.
ADB WiFi Cheat Sheet
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
#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