0
votes

I have an unbranded Android phone here which I would like to develop some apps on. However, adb devices does not give any output. When I run lsusb, this is the output:

ID 1782:5d01 Spreadtrum Communications Inc.

I suspect that I am lacking some drivers or anything of the sort, but how do I make the adb server recognize the phone?

I am running Ubuntu 13.10, kernel 3.11.0-15-generic.

1
you also need to enable usb debugging in the phone - Pedro Loureiro
As far as I can see, it is enabled. - Phil

1 Answers

0
votes

Adding device in android rules file :

use the following commands in ubuntu: first attach your device to system then

how to get the device vendor id:lsusb

cmd for adding device rules ,run the following commands:

sudo gedit /etc/udev/rules.d/51-android.rules

then paste your vendor id like

SUBSYSTEM=="usb", ATTRS{idVendor}=="0bb4", MODE="0666"

sudo chmod a+r /etc/udev/rules.d/51-android.rules