Hi Dan

For what I haved experimented with my Galaxy from Kubuntu 9.04 :
I had to use the patched adb, dowloded from :
http://floe.butterbrot.org/external/adb.gz
the standard adb from android-1.5r3 did'nt detect the phone.
I had to put the following line in /etc/udev/rules.d/51-android.rules:
SUBSYSTEM=="usb", SYSFS{idVendor}=="04e8", MODE="0666"
(note that idVendor O4e8 is specific to Samsung Galaxy).
then I had to stop and start adb server :
adb kill-server
followed by
adb start-server
And only then adb install and adb devices worked with my Samsung
Galaxy from Kubuntu.

Some detailed explanations about the patch here :
https://review.source.android.com/#change,10728

Andre

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

Reply via email to