diff options
| author | Steve Kondik <shade@chemlab.org> | 2012-01-14 14:28:36 -0800 |
|---|---|---|
| committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2012-07-10 22:59:44 +0100 |
| commit | f0d96dd7b97e1f338dcfa1ba04546dd0cb579c6e (patch) | |
| tree | bdd2acf19107acdfdbaa45b3443d0124abcf8dab /rootdir | |
| parent | 8bfc5108e4aa10fef0b9e51d7da57a8e7ecdf2e7 (diff) | |
| download | system_core-f0d96dd7b97e1f338dcfa1ba04546dd0cb579c6e.tar.gz system_core-f0d96dd7b97e1f338dcfa1ba04546dd0cb579c6e.tar.bz2 system_core-f0d96dd7b97e1f338dcfa1ba04546dd0cb579c6e.zip | |
rootdir: Add support for ADB-over-network
Change-Id: I7ae1df85f37cdb2f635403ab342cb978a3c77388
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/init.rc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 76268432..c1ac6c6b 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -487,3 +487,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 |
