[android-developers] Re: Android adb permision error

2012-03-22 Thread Hera
Thank you so much introducing yours works!! This is, including OWNER and GROUP values On 21 mar, 15:27, Kostya Vasilyev kmans...@gmail.com wrote: FWIW, I remember seeing this with some (not all) of mydevices, even when my UPnP ids were correct. To fix, I specified my actual user and group

[android-developers] Re: Android adb permision error

2012-03-22 Thread liuyix
Have the same problem on one of my android phones.But the other android phone I got doesn't have this problelm. 在 2012年3月20日星期二UTC+8下午7时59分49秒,Hera写道: Hello, I have installed the android SDK but I’m getting an error when using a hardware device, executing “./adb device$ I get this error:

[android-developers] Re: Android adb permision error

2012-03-22 Thread Chris Stratton
On Thursday, March 22, 2012 3:22:50 AM UTC-4, liuyix wrote: Have the same problem on one of my android phones.But the other android phone I got doesn't have this problelm. Your udev rules file probably does not contain a rule matching the VID of that device. -- You received this message

[android-developers] Re: Android adb permision error

2012-03-21 Thread Chris Stratton
Is the content of your udev rules file correct, and will it match the device you are connecting? Ie, post the content of your rules file. On Tuesday, March 20, 2012 7:59:49 AM UTC-4, Hera wrote: Hello, I have installed the android SDK but I’m getting an error when using a hardware

Re: [android-developers] Re: Android adb permision error

2012-03-21 Thread Kostya Vasilyev
FWIW, I remember seeing this with some (not all) of my devices, even when my UPnP ids were correct. To fix, I specified my actual user and group to the udev file, like this: SUBSYSTEM==usb, ATTR{idVendor}==0bb4, MODE=0666, OWNER=kman, GROUP=kman ... changing from the usual GROUP=plugdev (IIRC)

Re: [android-developers] Re: Android adb permision error

2012-03-21 Thread Nadeem Hasan
Make sure you have the correct Vendor id listed for your device. Use lsusb to get this. Then make sure you are a member of the group that gets the permission (plugdev in this case). -- You received this message because you are subscribed to the Google Groups Android Developers group. To post