From dbeb9e14eb4b5d70775426a370681c90928d4d84 Mon Sep 17 00:00:00 2001
From: Jeremy Chang jeremy@0xlab.org Date: Mon, 14 Feb 2011 11:28:12 +0800 Subject: [PATCH] Make adbd listen on network interface
adb through ethernet is very common that we need.
Set property service.adb.tcp.port to make adbd listen. The default port is 5555.
Signed-off-by: Jeremy Chang jeremy@0xlab.org --- init.rc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/init.rc b/init.rc index b6a92c5..50d2dc6 100644 --- a/init.rc +++ b/init.rc @@ -181,6 +181,7 @@ on boot ifup lo hostname localhost domainname localdomain + setprop service.adb.tcp.port 5555
# set RLIMIT_NICE to allow priorities from 19 to -20 setrlimit 13 40 40
On Mon, Feb 14, 2011 at 12:52 PM, Jeremy Chang jeremy@0xlab.org wrote:
From dbeb9e14eb4b5d70775426a370681c90928d4d84 Mon Sep 17 00:00:00 2001 From: Jeremy Chang jeremy@0xlab.org
we should get you your @linaro.org address asap.
Date: Mon, 14 Feb 2011 11:28:12 +0800 Subject: [PATCH] Make adbd listen on network interface
please indicate against what repo this is supposed to land; so here it would be something like:
[PATCH] device/linaro/beagleboard: make adbd listen on network interface
Also while its OK to do things like this for now, we should soonish come up with a mechanism that allows us to add these things either in one "device/linaro/common-devboard" tree or a mechanism that allows us to track what was added to what board - so our board features don't go out of sync.
On 02/14/11 at 01:31pm, Alexander Sack wrote:
On Mon, Feb 14, 2011 at 12:52 PM, Jeremy Chang jeremy@0xlab.org wrote:
From dbeb9e14eb4b5d70775426a370681c90928d4d84 Mon Sep 17 00:00:00 2001 From: Jeremy Chang jeremy@0xlab.org
we should get you your @linaro.org address asap.
Date: Mon, 14 Feb 2011 11:28:12 +0800 Subject: [PATCH] Make adbd listen on network interface
please indicate against what repo this is supposed to land; so here it would be something like:
[PATCH] device/linaro/beagleboard: make adbd listen on network interface
Also while its OK to do things like this for now, we should soonish come up with a mechanism that allows us to add these things either in one "device/linaro/common-devboard" tree or a mechanism that allows us to track what was added to what board - so our board features don't go out of sync.
These patches should also be cc'd to patches@linaro.org
- Alexander
Regards, Jamie.