1

I want to control my android phones and tablet using adb command, but I only could connect to one of them and the two others failed:

Here is what I have tasted from the previous solution to this topic:

D:\Android\sdk\platform-tools>ping 10.42.0.16

Pinging 10.42.0.16 with 32 bytes of data:
Reply from 10.42.0.16: bytes=32 time=326ms TTL=64
Reply from 10.42.0.16: bytes=32 time=291ms TTL=64
Reply from 10.42.0.16: bytes=32 time=158ms TTL=64
Reply from 10.42.0.16: bytes=32 time=18ms TTL=64

Ping statistics for 10.42.0.16:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 18ms, Maximum = 326ms, Average = 198ms

D:\Android\sdk\platform-tools>adb kill-server
* server not running *

D:\Android\sdk\platform-tools>adb usb
* daemon not running. starting it now at tcp:5037 *
* daemon started successfully *
error: no devices/emulators found

D:\Android\sdk\platform-tools>adb connect 10.42.0.16:5555
unable to connect to 10.42.0.16:5555: cannot connect to 10.42.0.16:5555 : No conn
ection could be made because the target machine actively refused it. (10061)

The successful connection android device information:

Galaxy S7, Android 6.0.1

Two Failed devices information:

Huawei G525-U00, Android 4.1.2

Galaxy Note 10, Android 4.4.2

How can I solve this issue?

user3806649
  • 1,257
  • 2
  • 18
  • 42

0 Answers0