Hi Vishal
The Internet connection works fine on the target and yes I did try this method but it doesn’t work.
Why do some people say ADBHOST=<target IP> and some others say ADBHOST=lo !?
Ramin
From: Vishal Bhoj [mailto:vishal.bhoj@linaro.org]
Sent: 21 January 2013 11:45
To: Ramin Zaghi
Cc: Botao Sun; linaro-android@lists.linaro.org
Subject: Re: ADB connection to RTSM
On 21 January 2013 17:05, Ramin Zaghi <Ramin.Zaghi@arm.com> wrote:
These methods don’t work (not anymore!? or at least not with all versions or combinations).
Is it possible to share an ADB executable built with Linaro 12.12 so that I can test it without rebuilding
from source?
There is no reason for having adb being built from source.Most of us use the prebuilt adb and works fine for us. Even LAVA uses a prebuilt adb and it works fine with other RTSM.
Can you make sure networking is working fine on the RTSM. Then restart adb on the target:
stop adbd
setprop service.adb.tcp.port 5555
start adbd
and then connect from the host (assuming you have user mode networking):
export ADBHOST=127.0.0.1
adb kill-server
adb shell