Romain Vimont

Results 2060 comments of Romain Vimont

You can't. Android decided that its audio capture API would let the apps decide if they allow to be captured 😕

Some apps do not really capture audio output, they use the microphone (so if you talk or make noise next to the device, you can ear it).

If you can dump the app, I'm interested. ```bash adb shell pm list packages -f ``` Then `adb pull` the apk.

OK thank you, it seems that they added an internal [AudioSource](https://developer.android.com/reference/android/media/MediaRecorder.AudioSource) `NEW_INTERFACE_REMOTE_SUBMIX` having value 10007. To test on your device, could you apply these changes, please? ```diff diff --git a/app/src/main/java/com/rom1v/sndcpy/RecordService.java...

To capture all audio, some programs typically use the microphone. But this is not a real solution, it also captures the environment.

A better solution is just to use audio bluetooth separately. Also see my comment here: https://www.reddit.com/r/Android/comments/o4pdxt/scrcpy_now_supports_android_12/h2ipu7y/?context=3

Suspend does not work anymore on Debian sid too: ``` $ uname -a Linux yoga 5.10.0-6-amd64 #1 SMP Debian 5.10.28-1 (2021-04-09) x86_64 GNU/Linux ``` I could not make these steps...

> i follow all steps Which ones? What did you execute? You must install the the Rust toolchain first to build it: https://www.rust-lang.org/tools/install

> Permission denial: writing to settings r equires:android.permission.WRITE_SECURE_SETTINGS https://github.com/Genymobile/gnirehtet/issues/302#issuecomment-973850470