Rob Franz wrote:
> Hi all
> Is there a way to clear the list of devices?
> 
> What I'm seeing:
> $ adb devices
> List of devices attached
> HT842GZ47827    offline
> HT842GZ47827    offline
> HT842GZ47827    offline
> HT842GZ47827    offline
> HT842GZ47827    offline
> HT842GZ47827    offline
> HT842GZ47827    offline
> HT842GZ47827    offline
> HT842GZ47827    device
> 
> I've tried restarting the phone but the 'offline' entries don't go
> away.  This is making it impossible to initiate a shell or logcat:
> $ adb shell
> error: more than one device and emulator
> 
> Is there a way to do this without rebooting my computer.

Try the following:

-- Unplug all devices and close all emulators
-- Run adb -kill-server, or otherwise kill off your running adb process
-- Try running adb devices again, and you should get an empty list
-- Try firing up emulators or plugging in devices, and they should start 
appearing (and, hopefully, disappearing once closed)

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.3 Published!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to