mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 05:24:06 +08:00
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
|