add adb toggle to developerPanel (#34459)
* add adb toggle to developerPanel * translations + toggleOrder * initial docs * move adb.sh into toggle * finish up docs * QProcess * adbToggle h * translations * vanish translations * description * tr --------- Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>pull/34482/head
parent
754882c985
commit
c57f535238
15 changed files with 110 additions and 11 deletions
@ -1,11 +0,0 @@ |
|||||||
#!/usr/bin/env bash |
|
||||||
set -e |
|
||||||
|
|
||||||
PORT=5555 |
|
||||||
|
|
||||||
setprop service.adb.tcp.port $PORT |
|
||||||
sudo systemctl start adbd |
|
||||||
|
|
||||||
IP=$(echo $SSH_CONNECTION | awk '{ print $3}') |
|
||||||
echo "then, connect on your computer:" |
|
||||||
echo "adb connect $IP:$PORT" |
|
Loading…
Reference in new issue