Romain Vimont
Romain Vimont
In settings > display, there is sometimes an option to affect the color. This setting does not impact mirroring (hence the difference). See https://github.com/Genymobile/scrcpy/issues/638#issuecomment-510534941. What it you take a screenshot?...
Could you please post both the screenshot (generated by `screencap`) and a small recording (generated by `scrcpy --record file.mkv`)?
https://github.com/Genymobile/scrcpy/issues/2251
Which device? Which Android version? Try with the latest scrcpy version (1.13).
``` adb shell ls -l /data/local/tmp ```
I guess the segfault occurs on the device. Could you `adb logcat` when it happens?
@Climax777 Could you please execute these two commands manually (adapt `PATH/TO/YOUR/scrcpy_server`): ```bash adb push PATH/TO/YOUR/scrcpy-server /data/local/tmp/scrcpy-server.jar adb shell CLASSPATH=/data/local/tmp/scrcpy-server.jar app_process / com.genymobile.scrcpy.Server 1.13 0 8000000 0 -1 false - true...
Hmmm… > Running lldb on scrcpy, it seems that adb push fails for some reason For some reason, it seems that `lldb` does not like when scrcpy executes `adb`: https://github.com/Genymobile/scrcpy/issues/1239#issuecomment-602746588...
Ref #726