jeudi 13 août 2015

MX5 - adb on Linux



Hi all, I hope someone can help me with this problem.
Adb (version 1.0.32) on my Ubuntu 14.04 does not see my MX5. The device list is empty.
Of course I enabled USB debugging in developer options. When I connect the device to the USB port, I get the notification "USB debugging connected" on the phone.
This is the device from lsusb:

Code:


Bus 003 Device 011: ID 2a45:0c02

From dmesg when I connect the device:

Code:


[17819.413570] usb 3-6: new high-speed USB device number 12 using xhci_hcd
[17819.432007] usb 3-6: New USB device found, idVendor=2a45, idProduct=0c02
[17819.432016] usb 3-6: New USB device strings: Mfr=2, Product=3, SerialNumber=4
[17819.432021] usb 3-6: Product: MX5
[17819.432025] usb 3-6: Manufacturer: Meizu
[17819.432028] usb 3-6: SerialNumber: ...


I also tried to add permissions in udev:

Code:


SUBSYSTEM=="usb", ATTR{idVendor}=="2a45", MODE="0666", GROUP="plugdev"

Any idea?
Thanks!



Aucun commentaire:

Enregistrer un commentaire