adb not working after upgrade to Ubuntu 9.04 PDF Print E-mail
Thursday, 21 May 2009 08:01

I upgraded my Ubuntu installation from 8.04 "Hardy Heron" to 9.04 "Jaunty Jackalope" and discovered that adb no longer recognised my G1.  Thanks to the guys over at google groups I discovered the fix is to rename the rules file that I had set up previously.  It would appear there is another rule 50 in Jaunty so renaming it from 50-android.rules to 51-android.rules fixes the problem.

    cianer@Feegle:/etc/udev/rules.d$ sudo mv 50-android.rules 51-android.rules 
    cianer@Feegle:/etc/udev/rules.d$ adb kill-server
    cianer@Feegle:/etc/udev/rules.d$ sudo /etc/init.d/udev reload
     * Reloading kernel event manager...                                     [ OK ]
    cianer@Feegle:/etc/udev/rules.d$ adb devices
    * daemon not running. starting it now *
    * daemon started successfully *
    List of devices attached
    HT845GZ51012    device

    cianer@Feegle:/etc/udev/rules.d$
 
Joomla Templates by Joomlashack