..

dimanche 29 mars 2015

RedMi 2 - Adb no devices (Linux/Ubuntu) topic


I'm trying to connect with ADB to my Xiaomi RedMi 2 but adb cannot find the device.

The device is set with usb debug on and when I connect the phone by usb,`lsusb` shows a new line:

Code:


Bus 002 Device 011: ID 2717:ff68

What I did so :far

1. I have added the vendor/device to udev rules into `/etc/udev/rules.d/70-android.rules`:

Code:


SUBSYSTEMS=="usb", ATTRS{idVendor}=="2717", ATTRS{idProduct}=="ff68", MODE="0666", OWNER="fra"

and reloaded the rules

Code:


sudo udevadm control --reload-rules

2. I have added the following line into `.android/adb_usb.ini`:

Code:


0x2717

Any Idea ?

xda-developers