Starting ADP on Ubuntu 10.04

Following the instrutions on http://developer.android.com/guide/developing/device.html didn't work, I kept getting:

$ ./adb devices
List of devices attached
???????????? no permissions

After trying several tips, I ended with the following working situation:

$ cat /etc/udev/rules.d/51-android.rules
SUBSYSTEMS==”usb”, ATTRS{idVendor}==”0bb4″, OWNER=”non_existing_user"

$ ./adb kill-server
$ sudo ./adb start-server

  • daemon not running. starting it now *
  • daemon started successfully *

$ sudo ./adb devices
List of devices attached
HT05WPL10211 device

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License