-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Crashes on Call #533
Comments
Hmm, the
is concerning. That was reported before in #251 too. Are you able to try with official Magisk? (I don't know that it would fix the problem, but a lot of people have reported bugs with how Kitsune mounts the module directories in the past.)
BCR always records to the default directory first and then moves it to the output directory after the call ends. This is likely why you see the crash no matter what directory is selected. This is unfortunately necessary because some ROMs have a really slow implementation of Android's storage access framework. On these devices, writing directly to the output directory is slow enough to lose ~20 seconds of the beginning of the recording and have constant audio drops throughout the recording. |
Same error with official Magisk 27.0 TwT. |
Hmm, sorry, I don't really have any other suggestions. I don't know why certain Android components would be hitting the Just in case the permission issue has a different root cause than the |
Worked. 💀🥳 I think this means the app lost access to its own data folder (like here too) after upgrading android and reinstalling the app? If you believe that's true, do you know a quick fix for that issue (like chmodding the folder perhaps)? |
Great! Yeah, it's possible to manually fix the permissions. Assuming you're familiar with running commands as root in
(If you run into this with other apps, the same procedure should work for them too. Just replace |
Thank you sooooo much! you're a lifesaver ❤️ |
App crashes when call starts. Crash log says:
Also, my recordings directory was not the default one, although changing it back to the default one yields the same crash log.
MatLog also displays the errors:
crDroid 10.4 with Kitsune. BCR is on the SuList and has all permissions except Read Call Log.
The text was updated successfully, but these errors were encountered: