I had an issue with adb not recognizing my G1 anymore. Solved it by stopping the adb server: "adb kill-server" and then starting the server again with sudo: "sudo adb start-server".
That did the trick for me. Regards, Tom. On Apr 25, 12:10 pm, wonglik <[email protected]> wrote: > Hi > > Does anybody have a problem connecting G1 to Ubuntu 9.04? > > It was working fine for me on 8.04 but now I just can not connect to > it. > > adb devices > > just show empty list. > > I have added > > SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666" > > to > > /etc/udev/rules.d/50-android.rules > > and run : > > chmod a+rx /etc/udev/rules.d/50-android.rules > > but it did not help. > > Any body have any idea? > > Kind regards > w --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

