On May 16, 1:41 am, avrono <[email protected]> wrote:
> All,
>
> I had the same problem .... however I cannot seem to get the same
> working result.
>
> I have /etc/udev/rules.d/51-android.rules
>
> SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
>

Use ATTRS instead of SYSFS.

SUBSYSTEM=="usb", ATTRS{idVendor}=="0bb4", MODE="0666"

Then be sure to:
> chmod a+rw 51-android.rules
>

and finally:
> /ect/init.d/udev reload
>

--
anidel

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