How can i install the drivers of a smartphone with processor mtk 6589 for Linux Ubuntu?

1.6k Views Asked by At

I'm programming Android with Eclipse, but when trying to execute my app eclipse recognizes the smartphone, but he can't use it to test the app.In the device selection apears rare characters. The ok button is disabled. I know that is a driver problem, but search for mtk 6589 drivers for Linux and i can't found nothing.

Here an image: enter image description here

1

There are 1 best solutions below

6
On

Check this.

1) Log in as root and create this file: /etc/udev/rules.d/51-android.rules (if doesn't exists).

2) chmod a+r /etc/udev/rules.d/51-android.rules after creation

3) open for edit with any editor(nano for example): sudo nano /etc/udev/rules.d/51-android.rules

4) Add vendor like: SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0666", GROUP="plugdev"
where 0bb4 - id of your device vedor

Vendor IDs can take here.