Skip to content Skip to sidebar Skip to footer

Android Device Usb Debugging

I plugged my phone(Samsung Galaxy S I9000) into my Ubuntu computer today, and noticed that my USB debugging didn't come up on my phone(I checked device settings are proper). I'm no

Solution 1:

In ubuntu follwing this steps can configure adb

http://esausilva.com/2010/05/13/setting-up-adbusb-drivers-for-android-devices-in-linux-ubuntu/

You probably didn't add /etc/udev/rules.d/51-android.rules. I got same issue, and it works

for your samsung device add

#SamsungSUBSYSTEM=="usb", SYSFS{idVendor}=="04e8", MODE="0666"

in the above file. more details check that URL

Post a Comment for "Android Device Usb Debugging"