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:
What I did so :far
1. I have added the vendor/device to udev rules into `/etc/udev/rules.d/70-android.rules`:
and reloaded the rules
2. I have added the following line into `.android/adb_usb.ini`:
Any Idea ?
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
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"
Code:
sudo udevadm control --reload-rules
Code:
0x2717
xda-developers