Romain Vimont

Results 2055 comments of Romain Vimont

https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#mouse-and-keyboard-do-not-work https://github.com/Genymobile/scrcpy#prerequisites

On `--turn-screen-off`, scrcpy calls `SurfaceControl.setDisplayPowerMode()` to change the power mode. You probably want to call that at some point.

What is the value of `Build.BRAND`? https://github.com/Genymobile/scrcpy/blob/45717733a10b8e73ae70b25722b2ddf5922c1c07/server/src/main/java/com/genymobile/scrcpy/Server.java#L84 And does it work on scrcpy 1.25?

And does this version work: https://github.com/Genymobile/scrcpy/issues/3801#issuecomment-1468902114 ?

> It works fine. That's very strange, this version is not supposed to fix a problem with Meizu devices :confused: > Would you consider releasing a fix? It will be...

Oh, it's because it has been built from my debug builddir (so with `gradle assembleDebug`) while the release is built in release mode (`gradle assembleRelease`).

When you press Ctrl? https://github.com/Genymobile/scrcpy/blob/master/doc/control.md#pinch-to-zoom

I could not reproduce without pressing the Ctrl key :confused:

> sndcpy can keep the audio playing on the phone Correct. It could not capture the "remote submix" source (it used a `MediaProjection` from an Android app), and as a...