Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.2k views
in Technique[技术] by (71.8m points)

debugging - Android: cannot connect to 192.168.1.103:5555: No connection could be made because the target machine actively refused it. (10061)

First: There are similar questions around, but either they don't provide much information or they ask how to make the connection. This question regards a specific problem:

I have 2 computers and 2 android phones:

  • Computer 1 is a laptop, running a Debian linux and connects via WiFi.
  • Computer 2 is a desktop PC, running win10 and connects to the same network via Ethernet cable.
  • Android phone 1 is a Xiaomi Redmi running android 9.
  • Android phone 2 is a Huawei p30 Lite running android 9.

All 4 devices are connected to the same local network.

I did setup both phones to listen on port 5555 via a usb cable with the command:

adb tcpip 5555

From the laptop(running linux):

I am able to connect to both phones with the command:

adb connect 192.168.1.10X:5555 (Where X is 2/3 for the 2 devices).

From the PC(running win10):

  • I am able to connect to the Xiaomi device using the same command.

  • I cannot connect to the Huawei device with the same command and I get the error:

    cannot connect to 192.168.1.102:5555: No connection could be made because the target machine actively refused it. (10061)

What can I do to fix the problem and debug via WiFi PC->Huawei?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...