J'ai des problèmes pour connecter Android tablette pour le débogage USB sur Ubuntu 14.04. J'ai suivi le tutoriel de
http://forum.xda-developers.com/showthread.php?t=1228508
karthikeyan@spark:~$ lsusb
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 045e:0745 Microsoft Corp. Nano Transceiver v1.0 for Bluetooth
Bus 003 Device 023: ID 1f3a:1009
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
1f3a est l'identifiant du vendeur. J'ai ajouté la même chose dans le fichier de règles.
#Allwinner
SUBSYSTEM=="usb", ATTRS{idVendor}=="1F3A", MODE="0660", GROUP="plugdev", OWNER="karthikeyan"
Ligne sur le fichier/etc/fstab
#mount point for allwinner tablet
mtpfs /media/allwinner Fuse user,noauto,allow_other 0 0
Lorsque je connecte le périphérique en tant que MTP, il monte un lecteur. Mais cela jette l'erreur comme ci-dessous.
Device 0 (VID=1f3a and PID=1007) is UNKNOWN.
Please report this VID/PID and the device model to the libmtp development team
ignoring libusb_claim_interface() = -6PTP_ERROR_IO: failed to open session, trying again after resetting USB interface
LIBMTP libusb: Attempt to reset device
inep: usb_get_endpoint_status(): Resource temporarily unavailable
outep: usb_get_endpoint_status(): Resource temporarily unavailable
libusb_open() failed!: Resource temporarily unavailable
LIBMTP PANIC: Could not init USB on second attempt
Unable to open raw device 0
ADB ne montre aucun périphérique connecté.
adb devices
Vous devez ajouter votre identifiant de fournisseur USB à ~/.Android/adb_usb.ini. Travaillé pour moi Exemple:
# Android 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.
# USE 'Android update adb' TO GENERATE.
# 1 USB VENDOR ID PER LINE.
0x1f3a
Pour ce problème simplement Ctl
Alt
T
et tapez Sudo apt-get install mtp-tools mtpfs
Une fois l'installation terminée, vous pouvez maintenant brancher le périphérique en toute sécurité avec peu ou pas de problème.