[android-developers] Re: error: device not found suddenly...

2011-10-20 Thread Jeremy Dagorn
You could restart the adb server, and try to make it recognize the
device again.

In command line, go to:
cd sdk-folder/platform-tools/
sudo ./adb kill-server
disable and enable debugging usb on your phone
sudo ./adb start-server
./adb devices

It should appear as detected.
Close Eclipse to be sure.

Hope it will work!

Jeremy


On Oct 18, 9:36 pm, Eric jude...@gmail.com wrote:
 I meet the same issue, it is work properly at emulator, however, mobile
 phone always offline at Mac OS 10.6

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


[android-developers] Re: error: device not found suddenly...

2011-10-18 Thread Eric
I meet the same issue, it is work properly at emulator, however, mobile 
phone always offline at Mac OS 10.6

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

[android-developers] Re: error: device not found suddenly...

2011-07-17 Thread wan
Hi Rich,

It did not reset.. and i have double check enabled, disabled, 
enabled it again...

On Jul 17, 7:14 pm, rich friedel rich.frie...@gmail.com wrote:
 Did inserting the SIM card reset the USB debugging to disabled?

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


[android-developers] Re: error: device not found suddenly...

2011-07-17 Thread rich friedel
Make sure you are not trying to use an unusable run configuration. Make sure it 
isn't trying to use the old SIM id.

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