Created
February 14, 2020 13:44
-
-
Save iamkarlson/5ef2a104dd819900093e017c308b2392 to your computer and use it in GitHub Desktop.
Reconnect to Android via TCP over wifi
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
| adb tcpip 5555 && adb connect "$(adb shell "ip addr show wlan0 | grep -e wlan0$ | cut -d\" \" -f 6 | cut -d/ -f 1"):5555" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment