I put a file named "70-android.rules" in
/etc/udev/rules.d/
with
SUBSYSTEM=="usb", SYSFS{22b8}=="22b8", MODE="0666"
but it still wont read my Motorola Atrix, is there something I'm doing wrong? most of the guides I found where for 10.10
|
I put a file named "70-android.rules" in /etc/udev/rules.d/ with SUBSYSTEM=="usb", SYSFS{22b8}=="22b8", MODE="0666" but it still wont read my Motorola Atrix, is there something I'm doing wrong? most of the guides I found where for 10.10
| |||
|
feedback
|
|
Just to rule out anything really simple, did you enable USB debugging on your phone? | |||||||||
feedback
|
|
Change the SYSFS tag to ATTRS, works for me. Apparently they've changed the syntax. This is what mine looks like:
Of course you keep your current idVendor value, as mine is for HTC. Hope this helps! | |||
|
feedback
|
|
Well it changed a bit more for ubuntu 11.04 XDA thread here explains it step by step for 11.04 and 10.10 | |||
|
feedback
|