Installer adb sur le PC
Installer Wifi ADB sur l'Android
Lancer Wifi ADB sur l'Android
Lancer sur le PC la commande adb connect WWW.XXX.YYY.ZZZ en remplaçant par l'IP de l'Android
Puis sur le PC commande adb shell
Ensuite toujours sur le PC (mais en réalité sur l'Android) :
255|root@android:/system/bin # netcfg
netcfg
ip6tnl0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
ccmni2 DOWN 0.0.0.0/0 0x00000080 fa:eb:09:cc:d5:00
ccmni1 DOWN 0.0.0.0/0 0x00000080 36:45:cb:12:d5:ab
ccmni0 DOWN 0.0.0.0/0 0x00000080 c2:12:2f:1d:8e:61
lo UP 127.0.0.1/8 0x00000049 00:00:00:00:00:00
p2p0 UP 0.0.0.0/0 0x00001003 2a:9a:fa:e3:05:fb
ifb1 DOWN 0.0.0.0/0 0x00000082 2e:da:28:64:67:66
ifb0 DOWN 0.0.0.0/0 0x00000082 2a:b7:ab:73:0b:e1
sit0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
tunl0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
wlan0 UP 192.168.0.11/24 0x00001043 28:9a:fa:e3:05:fb
root@android:/system/bin # ifconfig wlan0
ifconfig wlan0
wlan0: ip 192.168.0.11 mask 255.255.255.0 flags [up broadcast running multicast]
root@android:/system/bin #