mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-11 17:54:28 +01:00
This allows to execute all adb commands with the specific -s parameter, even if it is not provided by the user. In practice, calling adb without -s works if there is exactly one device connected. But some adb commands (for example "adb push" on drag & drop) could be executed after another device is connected, so the actual device serial must be known.