Try to call your file 51-android.rules. (I think something changed in 9.0.4 where a module that the android stuff relies on is also initialized at step 50 which ends up being too late).
JBQ On Wed, Apr 29, 2009 at 9:00 AM, Breno <[email protected]> wrote: > > Hi, > > Is Ubunto 9.04 compatible with development in Android? Before i > ugrade, deploy on device was normal. Now, using 9.04, doesn't > recognize it using "adb devices". > > This below is already set on my ubuntu: > > 1. Login as root and create this file: /etc/udev/rules.d/50- > android.rules. > > For Gusty/Hardy, edit the file to read: > SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666" > > For Dapper, edit the file to read: > SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0bb4", MODE="0666" > 2. Now execute: > chmod a+rx /etc/udev/rules.d/50-android.rules > > Any ideas? > > Thanks a lot > > > -- Jean-Baptiste M. "JBQ" Queru Android Engineer, Google. Questions sent directly to me that have no reason for being private will likely get ignored or forwarded to a public forum with no further warning. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

