my problem is pc not connect device.

I did it ( Turn on "USB Debugging" on your device. On the device, go to the home screen, press MENU, select Applications > Development, then enable USB debugging )

cmd:

enter image description here

Device Manager:

enter image description here

How to make? i am sorry, my english is bad :-(

link|improve this question

60% accept rate
feedback

2 Answers

up vote 1 down vote accepted

The problem is that your device doesn't provide a serial number. There's a patch out there to fix this, but it hasn't (yet) been integrated into the downloadable tools.

However: you can also use the -d option to adb, which means connect to the "only usb device" ignoring the serial number.

See also: http://www.newtondev.com/2011/01/21/getting-adb-to-list-your-android-vodafone-845-huawei-u8120-and-get-debugging-working/

link|improve this answer
feedback

Your command line result shows "? device" which means your device is connected.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.