I have been using a slighly different sequence of commands, and under a slightly different Linux, Fedora. What I have been doing is:
1) connect the device, wait for beeps acknowledging USB connection and debug capability 2) become root (you will have to sudo each of the following commands instead) 3) "adb -d kill-server" 4) "adb -d start-server" 5) "adb devices" just to double check. It has always worked for me so far, but as the saying goes, your mileage may vary;) They are not, after all, identical versions of Linux nor with identical problems when using Android. But they are similar. On May 29, 9:18 pm, Ichi <[email protected]> wrote: > Hi Rogerio, > Thanks for providing this. > Unfortunately, I tried but it seems not work to me. > > Any other idea? > > Best Regards, > Ichi > > On 5月28日, 下午8時07分, Rogério de Souza Moraes <[email protected]> > wrote:> Hi Ichi, > > > Execute the following commands: > > > * Enter in root shell > > $ sudo -s > > > * Stop the adb-server > > # adb stop-server > > > * Start the server and list the devices > > # adb devices > > > This works for me, > > > Regards, > > > Rogerio > > > 2010/5/27 Ichi <[email protected]> > > > > Hi, > > > I am trying to connect my Acer Liquid with ADB and DDMS under Ubuntu > > > 10.04 > > > I read some posts and already add the VID (0502) and PID(3202) in /etc/ > > > udev/rules.d/51-android.rules, > > > but adb devices still list my phone's name as question mark > > > (????????????). > > > > When I try DDMS, I got the following error: > > > E/DDMS: device (????????????) request rejected: device not found > > > > Is there something I missed? > > > > -- > > > 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]<android-developers%2Bunsubs > > > [email protected]> > > > For more options, visit this group at > > >http://groups.google.com/group/android-developers?hl=en -- 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

