chenxiaolong / BCR

A Basic Call Recorder for rooted Android devices
GNU General Public License v3.0
1.76k stars 113 forks source link

App crashing #586

Closed Shidapu closed 3 months ago

Shidapu commented 3 months ago

App crashing. Got some logs. Found the issue to be :https://github.com/snake-4/Zygisk-Assistant?

Possible fix to make it work with Zygisk Assistant?

crash.log (1).txt crash.log (2).txt crash.log.txt

chenxiaolong commented 3 months ago

I don't know what Zygisk Assistant does, but if it's hiding or unmounting BCR's files, it will definitely break things. The crash you're seeing is caused by some Android component not being able to access BCR's APK.

You might be able to work around this by extracting the APK from BCR's module zip and installing it. I'd recommend not using any root hiding modules though.

Shidapu commented 2 months ago

Just for info if someone needs the solution in the future, install BCR with module. Right after, extract the apk from the module zip file and update the BCR application with the extracted apk file.

NikunjKhangwal commented 2 months ago

Just for info if someone needs the solution in the future, install BCR with module. Right after, extract the apk from the module zip file and update the BCR application with the extracted apk file.

Thanks a lot