Romain Vimont
Romain Vimont
I understand that it could be convenient, but I'm quite reticent to add this feature, which is not very useful in general cases (only to workaround few buggy devices, and...
Please test #4441.
Implemented in v2.3.
Yes, I planned to rewrite `develop.md` when I have some time, it's based on a very old version currently (v1.8 IIRC).
I started to update the developer documentation for the future release (2.1): [rendered](https://github.com/Genymobile/scrcpy/blob/master/doc/develop.md). (EDIT: ref `master` branch) It's not exhaustive, and can probably be improved, but at least it's up...
What's the error message? Try to run it from the console, any error? Did you download the correct version 32-bit vs 64-bit?
As explained [here](https://github.com/Genymobile/scrcpy/blob/master/doc/windows.md#run), run `scrcpy-console.bat` so that the terminal does not close on error.
Yes, unfortunately it doesn't work on some vivo devices: https://github.com/Genymobile/scrcpy/pull/3757#issuecomment-1454326127 https://github.com/Genymobile/scrcpy/issues/3791#issuecomment-1465214771
Following the discussion from #3791 (because here is the right place for this issue). I asked to pull the following `.jar`: ``` adb pull /system/framework/framework.jar adb pull /system/framework/vivo-framework.jar adb pull...
> `isSupportSubMixRecording` is being called from `AudioRecord`'s constructor, I don't have this code in the `AudioRecord.java` from `framework.jar`. How did you decompile?