From f0d96dd7b97e1f338dcfa1ba04546dd0cb579c6e Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Sat, 14 Jan 2012 14:28:36 -0800 Subject: rootdir: Add support for ADB-over-network Change-Id: I7ae1df85f37cdb2f635403ab342cb978a3c77388 --- rootdir/init.rc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'rootdir') 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 -- cgit v1.2.3