Last active
January 8, 2018 01:37
-
-
Save mdellavo/90c25927ef13e381dc91128f21028ebb 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
ADDR="$(adb shell ip -f inet addr show wlan0|grep inet|cut -d' ' -f 6|cut -d\/ -f1)" | |
echo "connecting to $ADDR" | |
adb tcpip 5555 | |
adb connect $ADDR:5555 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment