On Wed, Aug 26, 2009 at 10:28 AM, Yi Sun<
bey...@gmail.com> wrote:
>
>
> On Wed, Aug 26, 2009 at 12:22 AM, Tomas Winkler <
tom...@gmail.com> wrote:
>>
>> On Wed, Aug 26, 2009 at 10:06 AM, Yi Sun<
bey...@gmail.com> wrote:
>> >
>> >
>> > On Wed, Aug 26, 2009 at 12:02 AM, Tomas Winkler <
tom...@gmail.com>
>> > wrote:
>> >>
>> >> On Wed, Aug 26, 2009 at 2:52 AM, BrianM<
goo...@blackbird-av.com> wrote:
>> >> >
>> >> > Doing a bit of searching, it looks like it is possible to have SSH
>> >> > using dropbear and a bit of passwd trickery.
>> >> >
http://forum.xda-developers.com/showthread.php?t=442754&page=4
>> >> >
>> >>
>> >> I was not able to run adb never got connection. adbd is running on the
>> >> machine but nothing
>> >
>> > What did you do when you try to connect?
>>
>>
>> Android machine is working:
>> validated that adbd is in the ps list a.k.a is running
>> ifconfig eth0 192.168.0.1
>>
>> On the development machine
>> ifconfig eth0
192.168.0.2/24
>>
>> export PATH =out/host/linux-x86/bin:${PATH}
>>
>> export ADBHOST=192.168.0.1
>> adb start-server
>
> I normally do adb kill-server. And when I use ubuntu, I have to use sudo
> with all the adb commands.