Hello,

I have a problem with creating a rule for udev on my host-os: current
Ubuntu 10.10

I created a file:
/etc/udev/rules.d/51-android.rules
With Content:
SUBSYSTEM=="usb", ATTRS{idVendor}=="18d1", MODE="0666"
("18d1" is the right vendor-id for my board)

If I restart udev it sets not the file permission 0666 (rw for all)
for the usb device-file:
/dev/bus/usb/<android>
but 0644 which means only read-access for user and others.

I have made a workaround by adding this:
,GROUP="admin"
This works strangely?!

Alternatively it is also possible to start the adb-server with root-
privileges, but I do not think this is a good solution...

Any suggestions?


Greetz dudero

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to