Skip to content

Commit

Permalink
rootdir: Add support for ADB-over-network
Browse files Browse the repository at this point in the history
Change-Id: I7ae1df85f37cdb2f635403ab342cb978a3c77388
  • Loading branch information
hyperb1iss committed Jul 24, 2013
1 parent 1f1c464 commit 13d9f98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rootdir/init.rc
Original file line number Diff line number Diff line change
Expand Up @@ -542,3 +542,11 @@ service mdnsd /system/bin/mdnsd
socket mdnsd stream 0660 mdnsr inet
disabled
oneshot

# adb over network
on property:service.adb.tcp.port=5555
stop adbd
start adbd
on property:service.adb.tcp.port=-1
stop adbd
start adbd

0 comments on commit 13d9f98

Please sign in to comment.