Hi again.

Notes for device recognition for Karmic Koala.

Following the directions here:
http://developer.android.com/guide/developing/device.html
only worked partially for me.

Here is the link I found which has a working device rules file for
Ubuntu 9.10 Karmic:
http://bbs.archlinux.org/viewtopic.php?id=70178

After editing my /etc/udev/rules.d/11-android.rules file to contain:

SUBSYSTEM=="usb|usb_device", SYSFS{idVendor}=="0bb4", MODE="0660",
GROUP="plugdev"
SUBSYSTEM=="usb|usb_device", ATTR{idVendor}=="0bb4", ATTR{idProduct}
=="0c02", SYMLINK+="android_adb"
SUBSYSTEM=="usb|usb_device", ATTR{idVendor}=="0bb4", ATTR{idProduct}
=="0c01", SYMLINK+="android_fastboot"

and a hard reboot -- and everything works perfectly.

Thanks to all.

Cheers,
Wes

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to