Sul device:
- installare "Terminal Emulator for Android"
- eseguire i comandi seguenti:
- setprop service.adb.tcp.port 5555
- stop adbd
- start adbd
Se invece vuoi disabilitare e tornare al debug usb:
- setprop service.adb.tcp.port -1
- stop adbd
- start adbd
Sul PC:
- adb tcpip 5555
- adb connect 192.168.1.95:5555 (indirizzo e porta dell'android)
Se vuoi ritornare all'usb:
- adb usb
;-)
Nessun commento:
Posta un commento