how to solve 'no permissions' in adb devices

Android Debug Bridge
http://developer.android.com/guide/deve ... s/adb.html
admin
Site Admin
Posts: 12
Joined: Thu Oct 03, 2013 5:49 pm

how to solve 'no permissions' in adb devices

Postby admin » Wed Dec 10, 2014 5:34 pm

If you do:

Code: Select all

adb devices


and get:

Code: Select all

????????????   no permissions



you need to enable the usb port:
edit /etc/udev/rules.d/51-android.rules 51-android.rules
like:

Code: Select all

SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", ATTR{idProduct}=="6860", MODE="0666"
SUBSYSTEM=="usb", ATTR{idVendor}=="05c6", ATTR{idProduct}=="9025", MODE="0666"


get vendor from:
http://developer.android.com/tools/extras/oem-usb.html

Return to “adb”

Who is online

Users browsing this forum: No registered users and 2 guests