You say you have an Acer device. Have you tried the line below?
SUBSYSTEM=="usb", ATTR{idVendor}=="0502", MODE="0666",
GROUP="plugdev"
Note that the ATTR{idVendor}=="nnnn" uses the id for Acer listed on
the dev guide page. My previous example used the ID for Motorola,
which works for my Droid.
Also:
1. Make sure usb debugging is turned on in Android, from the Home
screen, use Option Menu Key -> Settings -> Applications -> Development
-> USB Debugging
2. Make sure you have restarted the udev service with the line
"service udev restart"
Try not to mix in stopping the adb server and restarting it as root.
That makes everything else a red herring, since adb running as root
will have access to your device. However, if you give up and need a
workaround you can use "adb server-kill" followed by "sudo adb server-
strart"
Does that improve your results?
On May 31, 5:40 am, Ichi <[email protected]> wrote:
> Well, I've tried all the solutions mentioned above, but none of them
> work for me...
> Is there any one ever tested Acer Liquid on Ubuntu 10.04?
>
> Still thanks for all you guys' help here.
>
> On 5月30日, 下午10時51分, Zigurd <[email protected]> wrote:
>
>
>
> > 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/316215youshould
> > 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