Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Last active January 12, 2021 06:57
Show Gist options
  • Save v-thomp4/d565c82affe0e165c091a9ef6adaea48 to your computer and use it in GitHub Desktop.
Save v-thomp4/d565c82affe0e165c091a9ef6adaea48 to your computer and use it in GitHub Desktop.
adb tcpip
```
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