chenxiaolong / BCR

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

Error BCR android 14 #544

Closed mmm876 closed 1 month ago

mmm876 commented 1 month ago

Hello, i get this error crash.log.txt

How can solve ?

chenxiaolong commented 1 month ago

The crash is happening because Android can't access BCR's icon when it tries to show a notification. This is usually caused by other modules that try to hide the existence of root. I'd suggest removing those module if you have any.

Some other folks have been able to work around this by extracting the .apk from BCR's .zip and then installing that normally. It might be worth trying that too.

mmm876 commented 1 month ago

It work for me. Thanks "Some other folks have been able to work around this by extracting the .apk from BCR's .zip and then installing that normally. It might be worth trying that too."