On 05/05/2013 02:34 PM, Morten Olsen Lysgaard wrote:
> On Sunday, May 5, 2013 11:09:49 PM UTC+2, Olav Nymoen wrote:
>> Do you have adb installed and do you see the device when you do |adb
>> devices| ?
> 
> Ah, there's a clue. As a my normal user i get:
> 
> #adb devices
> ??????????????????? no permissions
> 
> If i sudo su, kill the adb-server and then start it again. I get
> something. Seems like my adb-server has to be run as root to function
> correctly. Is this normal or have I? Could this be because of bugs
> in my udev config. My file looks like:
> 
> #file /etc/udev/rules.d/51-android.rules
> UBSYSTEM=="usb", ATTR{idVendor}=="05c6", USER="lysgaard", GROUP="plugdev"
> 
> Where "lysgaard" is my normal ubuntu user.

Try with :
SUBSYSTEM=="usb", ATTRS{idVendor}=="05c6", MODE="0666"

and rename your file to android.rules (starting with a number is not a
good idea there).

        Fabrice
-- 
Fabrice Desré
b2g team
Mozilla Corporation
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to