| View previous topic :: View next topic |
| Author |
Message |
wjholden l33t


Joined: 01 Mar 2004 Posts: 818 Location: Honolulu, HI
|
Posted: Sat Jul 21, 2012 5:51 am Post subject: Nexus 7 Android Development and the dreaded ???????????? |
|
|
I've been doing Android development for a while, but udev didn't like my new Nexus 7. adb devices gave a cryptic error: | Code: | List of devices attached
???????????? no permissions | From http://stackoverflow.com/questions/3429959/why-is-eclipses-android-device-chooser-not-showing-my-android-device I created a file /etc/udev/rules.d/51-android.rules containing (based on lsusb output) | Code: | | SUBSYSTEM=="usb", SYSFS{idVendor}=="18d1", MODE="0666" | and set sudo chmod a+r /etc/udev/rules.d/51-android.rules. After restarting udev with sudo /etc/init.d/udev restart and also restarting ADB with adb kill-server everything now works perfectly: | Code: | john@sisig ~/Desktop $ adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
015d24a81737f00a device |
|
|
| Back to top |
|
 |
yngwin Developer


Joined: 19 Dec 2002 Posts: 4389 Location: Suzhou, China
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|