I had similar problem and went through http://groups.google.com/group/android-developers/browse_thread/thread/1c55ed426623e2b8/5c679d04aa6713d3?lnk=raot with no effect. Then I founf that I also have to enable USB debugging on my device. Settings | Applications | USB Debugging has to be turned on.
-Radim On Jul 9, 4:15 pm, Daniel Sloof <[email protected]> wrote: > Long story short, I can't get adb to list my android device: > > dan...@ubuntu:~$ uname -ar > Linux ubuntu 2.6.31-2-generic #16-Ubuntu SMP Mon Jul 6 20:38:51 UTC 2009 > i686 GNU/Linux > dan...@ubuntu:~$ lsb_release -a > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu karmic (development branch) > Release: 9.10 > Codename: karmic > dan...@ubuntu:~$ cat /etc/udev/rules.d/51-android.rules > SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666" > dan...@ubuntu:~$ sudo /etc/init.d/udev restart > * Stopping kernel event > manager... > > > > [ OK ] > * Starting kernel event > manager... > > > > [ OK ] > dan...@ubuntu:~$ sudo killall adb > dan...@ubuntu:~$ dmesg | grep -i android > [150391.798593] scsi 9:0:0:0: Direct-Access HTC Android > Phone 0100 PQ: 0 ANSI: 2 > dan...@ubuntu:~$ echo $PATH > /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/daniel/dev/android-sdk-linux_x86-1.5_r2/tools > dan...@ubuntu:~$ adb devices > * daemon not running. starting it now * > * daemon started successfully * > List of devices attached > > dan...@ubuntu:~$ > > Anyone know what else I can try? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

