ADB pairing device with VM results in error Success.
Hello all,
i have an issue connecting my Device with adb via wifi.
userinput:$ adb pair 192.168.1.XX
Enter pairing code: 123456
error: protocol fault (couldn't read status message): Success
For sure, the values were filled out correctly with the information the device printed on the screen. But i also tested an invalid pairing code, resulting in the same error message.
ADB Version:
userinput:$ adb version
Android Debug Bridge version 1.0.41
Version 35.0.1-11580240
Installed as /home/userinput/platform-tools/adb
Running on Linux 6.1.0-23-amd64 (x86_64)
I couldnt find this error message with Google, so i asked her, maybe you can help 🙂
Some additionals about the environment:
The linux system running ADB is a VM on a debian host, thats why i would like to try ADB with Wifi and not with direct USB.
Any help or idears would be verry appreciated 🙂
2