chenxiaolong / BCR

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

bcr is displayed after the alpha update #470

Closed roseadmin closed 6 months ago

roseadmin commented 6 months ago

bcr is no longer displayed after the alpha update, and even the icon is gone. The alpha version is 26402.

yahorchik1 commented 6 months ago

I have same issue. BCR version 1.56, I updated to alpha magisk (kitsune) 26402. Crashed when try to open app. Reinstall of BCR didn't help. image

chenxiaolong commented 6 months ago

Sorry, I don't know what is causing this. I can't find the source code to Magisk Alpha--is it open source?

yahorchik1 commented 6 months ago

@chenxiaolong https://github.com/HuskyDG/magisk-files/releases check here

chenxiaolong commented 6 months ago

Thanks. Looks like that is quite different from official Magisk with how it handles mounting things from Magisk modules. There's nothing BCR can do to work around that.

This issue occurs when Android is not able to access BCR's apk (presumably due to some root hiding feature). You'll probably need to play around with the settings to see if it's possible to avoid hiding root from system components.

yahorchik1 commented 6 months ago

Yes, I checked settings of new magisk (kitsune) 26402, need to give permissions to apps, that need root access. Added BCR in SUList, than start to work.

chenxiaolong commented 6 months ago

Yes, I checked settings of new magisk (kitsune) 26402, need to give permissions to apps, that need root access. Added BCR in SUList, than start to work.

Great! Thanks for reporting back with the solution.