android - ADB : unable to connect to 192.168.1.10:5555 -
i cannot use adb connect
connect via wifi device (nexus 5, android 6), since i'm developping cordova plugin using usb otg, need connect via wifi.
i tried adb kill-server
, , solutions provided on so, , noone working me... before working ok (i.e android 5).
any idea?
i had same issue since android 6 upgrading. noticed reason device playing "hard get" when try contact on wifi.
try these following stpes:
make sure
aggressive wi-fi cellular handover
under networking section in device's developer options tured off.ping continously pc device make sure it's not in network idle mode
ping -t 192.168.1.10
(windows cmd), unlock device , try surf website make out of network idle.when replies ping, connect via usb, and:
adb usb
adb tcpip 5555
adb connect 192.168.10.1:5555
in casr it's still not connected, try switch usb connection mode mtp / ptp / camera while device connected through usb , repeat these steps on again...
Comments
Post a Comment