Adb ne se connecte pas toujours. J'obtiens ce comportement. Que se passe-t-il ?
$> adb kill-server
[ user@host ] ~
$> adb connect 192.168.3.160:5556
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
connected to 192.168.3.160:5556
[ user@host ] ~
$> adb shell
error: device offline
[ user@host ] ~
$> adb connect 192.168.3.160:5556
already connected to 192.168.3.160:5556
[ user@host ] ~
$> adb shell
error: device offline
(Note : Cela se produit également avec adb en utilisant le port 5555)