That's my setup:

ubu...@wlka-64l3d4j:~$ cat /etc/udev/rules.d/11-android.rules
SUBSYSTEM=="usb", ATTRS{idVendor}=="0bb4", ATTRS{idProduct}=="0c02",
MODE="0666", OWNER="ubuntu"

Trick is to put it before other rules so it gets precencdence ( hence:
11-android.rules )
Vendor ID and product id can be obtained from lsusb / dmesg , and
owner has to be you.
( This is for HTC Hero )

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