Last active
January 12, 2021 06:57
-
-
Save v-thomp4/d565c82affe0e165c091a9ef6adaea48 to your computer and use it in GitHub Desktop.
adb tcpip
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 192.168.1.2:5555 | |
adb connect 192.168.1.3:5555 | |
``` | |
adb devices -l | |
List of devices attached | |
10.111.195.156:5556 device product:1 | |
10.111.195.157:5557 device product:2 | |
list.txt | |
product:1 | |
product:2 | |
tr ',' ':' <list.txt | xargs -P 4 -I XX adb -s XX shell input touchscreen tap 536 2020 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment