How to Get Your Android-Powered T-Mobile G1 (HTC Dream) Recognized in Ubuntu 9.10
- 3
- Add a Comment
UPDATE: Lucid is right around the corner, and I am happy to say that this method works fine with Lucid’s udev version as well!
Awhile back, I wrote a quick howto on the settings you need to get your Android-powered device recognized by Ubuntu 9.04 (Jaunty) [eddieringle.com/debugging-your-android-application-on-the-g1-or-any-android-device-in-ubuntu-904/]. Now that 9.10 (Karmic) is almost ready for release, you will need some modifications to that udev file:
SUBSYSTEM=="usb",ATTRS{idVendor}=="0bb4",SYMLINK+="android_adb",MODE="0666"
Notice the change in the second part from SYSFS to ATTRS. Other than that, not much has changed. Before it works properly, you may need to rename that rule file with a higher prefix number, I had to. At first I had it set at 50 and it was working, but after upgrading to Karmic I increased it to 99 (who wants to test all the numbers between 50 and 99, right?).
Remember, restart the udev daemon using the following command:
sudo service udev restart
Enjoy your Android device (and Karmic)!



3 Comments
Write Not Only For Your Readers, But For Yourself » One More Geek Blogger - Eddie Ringle
January 1st, 2010
at 8:30am
[...] how to do something. For example, one-time configuration changes when you first install Ubuntu or setting up the connection between your Ubuntu computer to your T-Mobile G1. Shame on me of course, I wrote those articles, so I should already know how to do those things by [...]
Christopher
April 6th, 2010
at 7:10pm
Just a heads up – this works for the Lucid Lynx (10.04) as well. (at least for the beta.)
Eagle
May 5th, 2010
at 2:27pm
Hi, i just want to make sure if this method really works on Lucid. Because i’ve try it, but failed.