The Error While Using with Auto Connected Wireless ADB
- I have not found a similar issue here.
- My problem is connecting to my device when its connected automatically over wireless adb.
- Normal connection is 2 part ("ip:port" "state")
but auto connection is 3 part ( "serial number" "connection type" "state")
- I think in auto connection, scrcpy thinks connection type section is device state, thats why it returns error.
- Thank you.
```
PS C:\Users\User> adb devices
List of devices attached
adb-R680000000-q5v1YZ (2)._adb-tls-connect._tcp device
PS C:\Users\User> scrcpy.exe -d --no-audio -S
scrcpy 3.3.4 <https://github.com/Genymobile/scrcpy>
ERROR: Device could not be connected (state=(2)._adb-tls-connect._tcp)
ERROR: Server connection failed
PS C:\Users\User>
```
1 条评论