Andrew Gunnerson

Results 387 comments of Andrew Gunnerson

Yep, absolutely. If your `/system` folder is writable, just extract `system` from the BCR zip into there and you should be good to go. Future BCR upgrades can also be...

I believe that error is coming from Android itself. Can you grab a log file? You can do that by long pressing the version number in BCR (to switch to...

``` java.lang.IllegalStateException: Unable to retrieve AudioRecord pointer for frameCount() at android.media.AudioRecord.native_get_buffer_size_in_frames(Native Method) at android.media.AudioRecord.getBufferSizeInFrames(AudioRecord.java:957) at com.chiller3.bcr.RecorderThread.recordUntilCancelled(RecorderThread.kt:8) at com.chiller3.bcr.RecorderThread.run(RecorderThread.kt:12) ``` Unfortunately, your device (or maybe device + ROM combination) does not...

Hello! > I want to change this repo to create a call recorder that doesn't need to be a system app. This is not possible on modern versions of Android....

I don't believe that works in recent versions of Android anymore (and on older versions, I think it only records via the microphone instead of the actual call audio stream).

Crashes when changing the output directory usually happen if the `DocumentsUI` system app is disabled, modified, or removed. Any chance you're using the MiXplorer Magisk module? Somebody else ran into...

Hmm, I'm not sure--I don't use that module myself. You might need to disable that module, pick an output directory in BCR, and then reenable it.

Hmm, I'd suggest looking into Tasker or something similar to delete unwanted recordings as a workaround. This would be quite nontrivial to implement with BCR's current design, so I probably...

> Is it possible to add a way to start a recording mid-call? That way if needed I can start a recording, but it won't always be recording in the...

Similar situation there too :( BCR's current design doesn't work well for accepting intents (actions from other apps, like Tasker).