Reputation: 841
I see lots of posts everywhere showing how to connect to Android device using adb connect <ip>
but in my case it's not working...
unable to connect to <ip addr>:5555: cannot connect to <ip addr>:5555: No connection could be made because the target machine actively refused it. (10061)
Before I was using another brand and it worked fine, I could connect it over wifi no problem, but after I switched to this brand called MXQ I can't manage to work it anymore. Any ideas? Thanks.
Upvotes: 3
Views: 4285
Reputation: 1546
You have to do following steps (In most cases this happen in Huawei devices)
Revoke USB debugging authorizations Allow ADB debugging in charge
only mode (I think this fixed the issue) Turn off Always prompt when connecting to USB
Main steps:
open Cmd,
Upvotes: 2
Reputation: 841
After long try I could finally find the solution. If anyone needs it, here is what I did.
On this brand (MXQ) there is two ways to access settings. The traditional Android way and:
settings
*You will need a USB type A to A to do that..
** Make sure your USB cable has data wires (check usb)
Upvotes: 1