[android-beginners] Re: Reconnect adb while emulator is running

2009-03-25 Thread David Turner
Strange, which build are you using exactly ?
For the record, adb won't be able to connect to the emulator if the emulated
ethernet interface is down.

On Tue, Mar 24, 2009 at 8:59 PM, frank  wrote:

>
> Is there a way to reconnect the adb after an emulator has started.  I
> am currently receiving the following error which kills adb:
>
> NetworkStateTracker(   49): initial network configuration
> NetworkStateTracker(   49): config changed:: before:interface eth0
> state: link up
> NetworkStateTracker(   49): ipaddr 0.0.0.0 gateway 0.0.0.0 netmask
> 0.0.0.0 dns1 0.0.0.0 dns2 0.0.0.0 DHCP server 0.0.0.0 lease 0 seconds
> NetworkStateTracker(   49): haveIpAddress=false,
> obtainingIpAddress=false, explicitlyDisabled=false
> NetworkStateTracker(   49): reset Interface
> NetworkStateTracker(   49): a broadcasting ethernet change action:
> state:DISCONNECTING
>
>
>
> no devices are detected after this however my emulator is still
> running on port 5554.  Please let me know if there is a way to
> reconnect adb to this emulator.
>
> Thanks,
> Frank
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Reconnect adb while emulator is running

2009-03-26 Thread e2865c

To reset adb server session, execute  [adb kill-server], then [adb
start-server].  This should do the trick.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Reconnect adb while emulator is running

2009-03-26 Thread e2865c

Hi Frank,

Did you ever have a successful connection?

You can try to kill the adb server  then restart it
.

You should be able to reconnect to the emulator.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Reconnect adb while emulator is running

2009-03-26 Thread frank

Yes thank you.

killing and restarting server worked.

On Mar 26, 10:23 am, e2865c  wrote:
> Hi Frank,
>
> Did you ever have a successful connection?
>
> You can try to kill the adb server  then restart it
> .
>
> You should be able to reconnect to the emulator.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Reconnect adb while emulator is running

2009-03-27 Thread sync qa2
test

On Wed, Mar 25, 2009 at 10:56 AM, David Turner  wrote:

> Strange, which build are you using exactly ?
> For the record, adb won't be able to connect to the emulator if the
> emulated ethernet interface is down.
>
> On Tue, Mar 24, 2009 at 8:59 PM, frank  wrote:
>
>>
>> Is there a way to reconnect the adb after an emulator has started.  I
>> am currently receiving the following error which kills adb:
>>
>> NetworkStateTracker(   49): initial network configuration
>> NetworkStateTracker(   49): config changed:: before:interface eth0
>> state: link up
>> NetworkStateTracker(   49): ipaddr 0.0.0.0 gateway 0.0.0.0 netmask
>> 0.0.0.0 dns1 0.0.0.0 dns2 0.0.0.0 DHCP server 0.0.0.0 lease 0 seconds
>> NetworkStateTracker(   49): haveIpAddress=false,
>> obtainingIpAddress=false, explicitlyDisabled=false
>> NetworkStateTracker(   49): reset Interface
>> NetworkStateTracker(   49): a broadcasting ethernet change action:
>> state:DISCONNECTING
>>
>>
>>
>> no devices are detected after this however my emulator is still
>> running on port 5554.  Please let me know if there is a way to
>> reconnect adb to this emulator.
>>
>> Thanks,
>> Frank
>>
>>
>>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---