Android Debuger Samsung Galaxy GT-I7500 and Jaunty & Maverick

Using information and help from Olaf and patched adb from Flori7500 I can now use Android SDK to connect to my Galaxy.

Here is how I set-up Ubuntu 9.04 (Jaunty Jackalope) so that I could use adb to access my Samsung Galaxy GT-I7500. I can confirm that the same instructions also works after upgrading to Ubuntu 10.04 and Ubuntu 10.10.

Just as the Dev Guid tells you you will have to create a udev rules file so that your Linux detects the phone. However the exact syntax that is used in the Dev Guide does not work for Ubuntu 9.04 (Jaunty Jackalope) and the Samsung Galaxy GT-I7500.

So first use sudo to create the file /etc/udev/rules.d/51-android.rules with the following content.

1
2
3
4
5
6
#  HTC mobiles, Vendor id = 0bb4
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
# Samsung mobiles Vendor id = 04e8
SUBSYSTEM=="usb", SYSFS{idVendor}=="04e8", MODE="0666" 
# Sony Ericsson mobiles, Vendor id = 0fce
SUBSYSTEM=="usb", SYSFS{idVendor}=="0fce", MODE="0666" 

Then set the correct permissions.

1
2
sudo chmod a+r /etc/udev/rules.d/51-android.rules
sudo /etc/init.d/udev restart

Now you need to update adb to use the new adb with patches provided by Flori7500. http://floe.butterbrot.org/external/adb.gz

1
2
3
$ ./adb devices
List of devices attached 
I7500DNxxxxxxx	device