Try running adb as root ./adb kill-server;./adb devices If you then see the dev phone you could ; chown root.root adb;chmod 4777 adb This will run adb as root automagically.
Tom On Apr 16, 5:56 am, Zigurd <[email protected]> wrote: > Trying to get an Ubuntu Jaunty system to talk to a dev phone. I have > the 1.5 sdk and the new master branch of the sources. > > If I change the udev rules to: > > SUBSYSTEM=="usb", ATTRS{idVendor}=="0bb4", MODE="0666" > > ...I'm able to mount the memory card and read and write to it. But the > command: > > adbdevices > > ...shows only the emulator (soadbappears to work with the new sdk), > but not the handset. > > Any ideas? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---

