mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-20 21:53:56 +08:00
9 lines
134 B
Bash
9 lines
134 B
Bash
|
|
#!/usr/bin/bash
|
||
|
|
|
||
|
|
# then, connect to computer:
|
||
|
|
# adb connect 192.168.5.11:5555
|
||
|
|
|
||
|
|
setprop service.adb.tcp.port 5555
|
||
|
|
stop adbd
|
||
|
|
start adbd
|