android - Unable to connect to device with Marshmallow for wireless debugging. Getting (10061) error -
i trying connect android device marshmallow wireless debugging.
c:\...\sdk\platform-tools>adb connect 192.168.1.103:5555 unable connect 192.168.1.103:5555: cannot connect 192.168.1.103:5555: no connection made because target machine actively refused it. (10061)
i tried adb connect "192.168.1.103:5556"
, "adb connect 192.168.1.103"
ended same result.
the first command above used work fine on oneplus 2 before marshmallow update.
any on how wireless debugging on marshmallow?
i using 1 plus 2 , updated marshmallow 2 weeks ago . have same issue
try kill adb sever try again .
adb kill-server
you should use 5556 port number not 5555 anymore
if not working connect phone via usb cable restart adb wireless mode
adb tcpip 5556
then try connect phone port no 5556 (eg ip:5556) after connected can remove usb cable
it worked me
Comments
Post a Comment