Can't connect to Android via ADB over wifi - Do I need root access?

前端 未结 10 1394
梦毁少年i
梦毁少年i 2020-12-14 21:32

I\'m basically trying to do this: How can I connect to Android with ADB over TCP? with the Droid X2.

I have USB Debugging on, and my phone is plugged in via USB. The

10条回答
  •  伪装坚强ぢ
    2020-12-14 22:19

    After you run setprop service.adb.tcp.port 5555 and restart adb you won't see the device if you run adb devices on the host.

    Instead, you have to run adb connect 10.0.78.33:5555

提交回复
热议问题