Can anyone please provide the necessary steps to connect a Samsung Galaxy S with Ubuntu 10.10 please? I was thinking that perhaps it could detect something, but it doesn't, Anyone succeeded ?
Thanks
Can anyone please provide the necessary steps to connect a Samsung Galaxy S with Ubuntu 10.10 please? I was thinking that perhaps it could detect something, but it doesn't, Anyone succeeded ?
Thanks
Mine works.
Heres what you have to do.
Your phone should now be recognized.
It might be that the computer is not detecting the phone because there isnt enabled for debugging mode. Although un-necessary to setup your Mobile in debug mobile, you should try the following steps:
Create this file:
/etc/udev/rules.d/51-android.rules
Make sure it contains the following lines. The idVendor is for Samsung. For HTC, replace04e8
with0bb4
.SUBSYSTEM=="usb_device", SYSFS{idVendor}=="04e8", MODE="0666"
Now execute:
chmod a+r /etc/udev/rules.d/51-android.rules