Gubatron's solution works, but necessarily because of the udev rules
file. He also has you restart the adb server as root. That, by itself
will work, but it is a workaround until you can figure out the correct
udev rules for your system.

I have a file named /etc/udev/rules.d/51-android.rules that contains
the line

SUBSYSTEM=="usb", ATTR{idVendor}=="22b8", MODE="0666", GROUP="plugdev"

That works for my Motorola Droid

According to the comments on this Ubuntu issue:
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/316215 you should
not need a udev rule at all if you are running 10.4., but after some
experimentation, this does not seem to be true, at least for my Droid.
Maybe a G1 is recognized automatically now.

On May 30, 8:05 am, Gubatron <[email protected]> wrote:
> I wrote a post about this a few days ago
>
> Here it is in case you haven't solved it 
> yethttp://www.gubatron.com/blog/2010/05/28/solved-eclipse-cant-see-my-an...
>
> On May 27, 12:36 am, Ichi <[email protected]> wrote:
>
>
>
> > 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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to