ADB TCPIP Connecting trouble

后端 未结 2 801
一整个雨季
一整个雨季 2021-01-28 18:58

I have two Galaxy S3. One of them is rooted and the other one is not. So, when I tried to connect them over the local network, computer can see the rooted one. But normal one st

2条回答
  •  攒了一身酷
    2021-01-28 19:14

    After running

    adb tcpip 5555
    

    What is the ouput when you try to run the "connect" command to the devices based on knowing the IP of the phone e.g.

    adb connect 192.168.1.186
    

    should result in something like:

    connected to 192.168.1.186:5555
    

    Also, make sure you have USB debugging turned on on the Samsung 'Settings' --> 'Developer options'

    (If you don't see 'Developer Options', you'll need to enable it first (link))

提交回复
热议问题