Last active
November 6, 2015 10:16
-
-
Save divide-by-zero/efafd5a037f3437943bf to your computer and use it in GitHub Desktop.
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
| for /F "usebackq tokens=3" %%s in (`adb shell ifconfig wlan0`) DO set ip=%%s | |
| echo %ip% | |
| adb tcpip 5555 | |
| adb connect %ip%:5555 | |
| adb devices | |
| pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment