-
ScrcpyManager 0.8.1 Stable
released this
2026-07-29 08:41:55 +02:00 | 2 commits to main since this releaseFixed
- Devices with an mDNS name collision no longer show up as "Unknown". When a device
advertises itself twice over wireless debugging, adb reports its transport name with a
(2)suffix — so the serial contains a space. Theadb devices -lparser split the line
on whitespace, truncating the serial and mistaking the suffix for the transport state, so
the device was reported as "Device is in an unrecognized state" and could not be connected.
The state is now located by matching the known state values, and the full serial (spaces
included) is preserved.
Dev-signed, not notarized — macOS may show a Gatekeeper prompt on first launch.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Devices with an mDNS name collision no longer show up as "Unknown". When a device