THis is what worked for me to get my G1 connected to my Ubuntu 64 Jaunty.


mojote...@kobo:~$ adb devices
List of devices attached

(note: nothing listed here)

mojote...@kobo:~$ sudo touch /etc/udev/rules.d/51-android.rules
[sudo] password for mojotexas:
mojote...@kobo:~$ sudo vi /etc/udev/rules.d/51-android.rules

in vi, add the line:

UBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"

mojote...@kobo:~$ ls /etc/udev/rules.d/
51-android.rules 70-persistent-cd.rules 70-persistent-net.rules README

mojote...@kobo:~$ sudo chmod a+rx /etc/udev/rules.d/*-android.rules

mojote...@kobo:~$ sudo /etc/init.d/udev reload
* Reloading kernel event manager... [ OK ]

mojote...@kobo:~$ adb kill-server

mojote...@kobo:~$ adb start-server

mojote...@kobo:~$ adb devicesList of devices attached
HT850GZ54711 device



-- 
~m0j0

Neil Hendrick
Yogi Berra <http://www.brainyquote.com/quotes/authors/y/yogi_berra.html>  -
"I never said most of the things I said."

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to