scrcpy/app
Romain Vimont 5b3ae2cb2f Store actual serial in sc_server
Before starting the server, the actual device serial (possibly its
ip:port if it's over TCP/IP) must be known.

A serial might be requested via -s/--serial (stored in the
sc_server_params), but the actual serial may change afterwards:
 - if none is provided, then it is retrieved with "adb get-serialno";
 - if --tcpip is requested, then the final serial will be the target
   ip:port.

The requested serial was overwritten by the actual serial in the
sc_server_params struct, which was a bit hacky.

Instead, store a separate serial field in sc_server (and rename the one
from sc_server_params to "req_serial" to avoid confusion).
2022-02-05 11:17:45 +01:00
..
src Store actual serial in sc_server 2022-02-05 11:17:45 +01:00
tests Move ADB code to adb/ 2022-02-04 08:39:10 +01:00
meson.build Move ADB code to adb/ 2022-02-04 08:39:10 +01:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Bump version to 1.22 2022-01-29 15:44:52 +01:00
scrcpy.1 Make HID keyboard and mouse optional in OTG mode 2022-01-27 23:36:27 +01:00