mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 02:22:09 +08:00
83cfbeaf9a
old-commit-hash: 48306360a10beeae8868e93dfd0eb245e46a1c77
9 lines
134 B
Bash
Executable File
9 lines
134 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
# then, connect to computer:
|
|
# adb connect 192.168.5.11:5555
|
|
|
|
setprop service.adb.tcp.port 5555
|
|
stop adbd
|
|
start adbd
|