Skip to content

Commit

Permalink
add TODOs to adb scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
master-hax committed Jan 8, 2025
1 parent 5a3fb6a commit fe8a884
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/disable_tcp_debugging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
# Usage: ./disable_tcp_debugging.sh
################################################################################

setprop service.adb.tcp.port ""
setprop service.adb.tcp.port ""

# TODO: stop adb service
4 changes: 4 additions & 0 deletions scripts/enable_tcp_debugging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
# Usage: ./enable_tcp_debugging.sh <PORT>
################################################################################

# TODO: verify port argument

setprop service.adb.tcp.port "$1"

# TODO: stop & restart adb service

0 comments on commit fe8a884

Please sign in to comment.