v1.11

Genymobile/scrcpyv1.11Nov 19, 2019by rom1v

AI Summary

Adds touchscreen and multitouch support, improves Android 10 compatibility, and adds options to control window size and frame rate.

Key Highlights

  • Touchscreen and multitouch support for controlling the device with multiple fingers.
  • Android 10 compatibility fixes for copy-paste and screen off functionality.
  • New `--max-fps` option to limit frame rate on Android 10.
  • Options to set initial window size and position.

New Features

  • Touchscreen/multitouch support
  • Android 10 compatibility
  • Max FPS option
  • Initial window size/position options
  • Manpage addition

Full Release Notes

_To receive a notification on new releases, click on **Watch > Releases only** on the top._

---

**scrcpy v1.11**

Changes since v1.10:
 - Add support for touchscreens/multitouch (#22, #865)
 - Add --max-fps to limit the frame rate (Android 10 only) (#488)
 - Add options to set an initial window size and position (#762)
 - Add option to disable window decorations (#762)
 - Add --prefer-text option (#650)
 - Add manpage
 - Fix copy-paste on Android 10 devices (#796)
 - Fix "turn screen off" on Android 10 devices (#835)
 - Fix clicks not working in some games (#635)
 - Fix device rotation while the window is maximized (#750)
 - Fix scrcpy-noconsole.exe (#691)
 - Fix HiDPI support (#829)
 - Fix segfault on empty file recorded (#918)
 - Fix recorded video to avoid crashes in Adobe Premiere (#702)
 - Fix segfault on recording with old FFmpeg versions (#707)
 - Fix several crashes on some devices (like Meizu) (#240, #365, #921)
 - Upgrade FFmpeg to 4.2.1 in Windows releases
 - Upgrade platform-tools to 29.0.5 (adb) in Windows releases

---

## Highlights

### Touchscreen / multitouch

On a computer with a touchscreen, _scrcpy_ now allows to control the device using several fingers, for example to zoom an image or a map.

### Android 10

Several features (copy-paste, turn screen off) had been adapted to work on Android 10.

In addition, a new option `--max-fps` have been added to limit the mirroring frame rate (only works on Android 10). This may help with [wireless](https://github.com/Genymobile/scrcpy/blob/v1.11/README.md#wireless) or remote control (for example over an [SSH tunnel](https://github.com/Genymobile/scrcpy/blob/v1.11/README.md#ssh-tunnel)).

### More devices supported

Some devices (typically Meizu phones) did not work due to crashes in their ROM when running scrcpy. Workarounds have been implemented to make them work.