If 51 doesn't work, try a higher number. For some reason on my MSI Wind with Ubuntu Intrepid, 51 didn't work but 90 did.
On May 5, 10:46 pm, "Luis E. Yupangui" <[email protected]> wrote: > This helped my out as well, Thank Yous sir! > > On Apr 29, 12:04 pm, Jean-Baptiste Queru <[email protected]> wrote: > > > Try to call your file51-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 -~----------~----~----~----~------~----~------~--~---

