scrcpy/app
Romain Vimont bd1deffa70 Use current adb port (if any) for --tcpip
If the current adb port is not 5555 (typically 0 because it is not in
TCP/IP mode), --tcpip automatically executes (among other commands):

    adb tcpip 5555

In case adb was already listening on another port, this command forced
to listen on 5555, and the connection should still succeed.

But this reconfiguration might be inconvenient for the user. If adb is
already in TCP/IP mode, use the current enabled port without
reconfiguration.

Fixes #3591 <https://github.com/Genymobile/scrcpy/issues/3591>
2022-12-02 19:09:53 +01:00
..
data Add -s auto-completion for zsh 2022-10-12 13:24:43 +02:00
prebuilt-deps Upgrade FFmpeg (5.0.1) for Windows 64-bit 2022-04-28 19:32:14 +02:00
src Use current adb port (if any) for --tcpip 2022-12-02 19:09:53 +01:00
tests Use precise scrolling values 2022-08-28 15:23:08 +02:00
meson.build Build log.c for test_cli 2022-10-19 15:17:43 +02:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Bump version to 1.24 2022-04-28 20:46:28 +02:00
scrcpy.1 Use current adb port (if any) for --tcpip 2022-12-02 19:09:53 +01:00