Romain Vimont

Results 2057 comments of Romain Vimont

Please read: https://github.com/Genymobile/scrcpy/blob/master/doc/develop.md#protocol

By any chance, is the device rooted? #1606

Check in your system settings or developer options if there is an option to give a permission related to clipboard.

> scrcpy version: v2.1.1 (The reason for this is I found later versions of SCRCPY automatically turned on the screen when connecting) Even v2.1.1 should do that. Anyway, there is...

> I can still run an adb shell, run commands and also push files to the phone so I can't see there is an issue with adb?? > If I...

Remove this to avoid pushing the server: https://github.com/Genymobile/scrcpy/blob/5a6b8310cae1e0741b4375ca760d9c8dd49822c4/app/src/server.c#L940 And run with `--no-cleanup` to prevent removing it from the device.

> ``` > sudo ./release.sh > … > > [114/118] Generating server/scrcpy-server with a custom command > (not invoking gradle, since we are root) > ``` Do not execute as...

What is the device resolution? (it is printed in the console, for example `INFO: Texture: 1080x2400`) > alt+g to get the real size Is the rendering better? (even if it's...

> INFO: Texture: 400x896 > My screenshot is when I have set -m900 and the information gived by the console looks right. The question was the resolution when you don't...

Where does your ffmpeg build.come from? It seems it is incomplete/buggy, it can't even decode the icon. And it seems it fails to decode the video stream too.