2009/5/21 Cédric Berger <cedric.berge...@gmail.com>
>
> took me a LOT of trials before it worked !
>
> I finally have this rule and it is OK (did not have to edit user groups on my 
> system):
>
> SYSFS{idVendor}=="0bb4", SYSFS{idProduct}=="0c02", MODE="0666", 
> GROUP="plugdev"

this was in /etc/udev/rules.d/50-android.rules

But it seems to also work like this : (method for Ubuntu 9.04 :
http://www.frandroid.com/2371/ubuntu-904-et-android/  )
-> in /etc/udev/rules.d/51-android.rules :
SUBSYSTEM==”usb”, SYSFS{idVendor}==”0bb4", MODE=”0666"


Also take care if you copy/paste this rule : looks like double quotes
(") may be wrongly copied from html page, and then it did not work for
me before I retyped them.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to