[android-developers] Re: Android adb permision error
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 to the udev file, like this:
>
> SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0666", OWNER="kman",
> GROUP="kman"
>
> ... changing from the usual GROUP="plugdev" (IIRC) in the documentation.
>
> -- K
>
> 21 ÍÁÒÔÁ 2012 Ç. 18:14 ÐÏÌØÚÏ×ÁÔÅÌØ Chris Stratton <cs07...@gmail.com> ÎÁÐÉÓÁÌ:
>
>
>
>
>
>
>
> > 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 device, executing "./adbdevice$ I get this error:
>
> >> List ofdevicesattached
> >> ???????????? no permissions
>
> >> While if I execute "sudo ./adbdevice" there is no error:
>
> >> List ofdevicesattached
> >> HT019P80XXX device
>
> >>Adbmust work for all users (also when eclipse starts it) but It only
> >> works as root. The permissions of the related files are:
>
> >> -rwxr-xr-x 1 root root 72 2012-03-20 09:53 /etc/udev/rules.d/51-
> >> android.rules
> >> -rwxr-xr-x 1 ariadna ariadna 159620 2012-03-19 13:45adb
>
> >> I have googled and tried different solutions but none off then works
> >> on my Ubuntu, any idea?
>
> >> Thank you
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscribe@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home