1/ déboguage usb activé
2/ [quote] lsusb
Bus 002 Device 113: ID 1f3a:1002
Bus 002 Device 005: ID 0d8c:5200 C-Media Electronics, Inc. Mass Storage Controller(0D8C,5200)
Bus 002 Device 007: ID 0bc7:0006 X10 Wireless Technology, Inc. Wireless Transceiver (ACPI-compliant)
Bus 002 Device 004: ID 05e3:0606 Genesys Logic, Inc. USB 2.0 Hub / D-Link DUB-H4 USB 2.0 Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 001 Device 002: ID 413c:2005 Dell Computer Corp. RT7D50 Keyboard
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub[/quote]
3/ [quote]$ groups
odile cdrom floppy audio dip video plugdev netdev scanner lpadmin[/quote]
4/[quote] cat /etc/udev/rules.d/51-android.rules
klipad_7806
SUBSYSTEM==“usb”, ATTR{idVendor}==“1f3a”, MODE=“0666”, GROUP=“plugdev”[/quote]
5/ [quote]# service udev restart [/quote]
Et voilà ce que donne la commande ‘adb start-server’:
[quote]$ adb start-server
- daemon not running. starting it now on port 5037 *
cannot bind 'local:5037’
ADB server didn’t ACK
- failed to start daemon *[/quote]
J’ai redémarré et ‘adb start-server’ fonctionne. C’était parce que j’avais lancé la commande en root.
Par contre toujours le silence radio pour ‘adb devices’
[quote]$ adb devices
List of devices attached[/quote]
Donc comme dans le lien que tu m’as donné, j’ai créé le fichier ~/.android/adb_usb.ini, et écrit dedans ‘0x’ suivi de mon idVendor ‘1f3a’. Puis,
[quote]$ adb kill-server
odile@jessie-jullouville:~$ adb devices
- daemon not running. starting it now on port 5037 *
- daemon started successfully *
List of devices attached[/quote]
Toujours rien