ADB : unable to connect to 192.168.1.10:5555

后端 未结 14 1102
天涯浪人
天涯浪人 2021-01-31 08:44

I cannot use adb connect to connect via wifi to my device (nexus 5, android 6), but since i\'m developping a cordova plugin using usb OTG, I really need to connect

14条回答
  •  误落风尘
    2021-01-31 09:03

    I had the same problem. The solution was as follows.

    In Developer Options. + Activate "Allow ADB debugging in load only mode." + In Spanish, "Permitir depuración ADB en modo solo carga."

    Explanation My problem was as follows: I was doing all the steps:

    • adb kill-server
    • adb start-server
    • adb tcpip 5555
    • adb connect (your ip).

    After completing these steps, I disconnected the phone from the USB cable, and the connection was lost, I could not make the wireless connection.

    However, this worked for me on a Huawei ALE-23 cell phone, but it did not work for me on the Huawei Y9S cell phone (Android 10), it failed.

    I solved it only by activating the option "Allow ADB debugging in load only mode" in the cell Huawei Y9S.

    Cheers!!!.

提交回复
热议问题