-
Notifications
You must be signed in to change notification settings - Fork 115
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
Allow to disable recording notifications #464
Comments
Shoot, that's very likely a dumb restriction done by the ROM you're running. AOSP and less customized ROMs (like Google Pixel stock OS) don't have the ability to block settings like this. Can you post a link to the ROM you're running? I can try to take a look and see if it's possible to work around the issue. |
well, before you answered, I tried to roll back the BCR to an older version, but I couldn't do it, Magisk wrote the old version, but the apk was a new version. Later I did a factory reset and installed BCR version 1.33 and lo and behold, the switches in the notification settings became all available. Later I upgraded to version 1.56 and the switches are still available. I do not know what affected the solution of this problem, resetting to factory settings or installing the old version, but the problem was solved. The ROM I used: https://xdaforums.com/t/rom-unofficial-11-lineageos-18-1-for-xiaomi-redmi-note-5-pro-whyred-2023-11-25.4534005/ |
Thanks for reporting back. I didn't see anything in the LineageOS ROM that immediately jumped out as being problematic. Not sure why the factory reset or downgrade made a difference, but glad it did.
In case you run into this problem when downgrading in the future, you can work around this by removing the BCR module, rebooting, running |
@chenxiaolong |
Thanks for trying that. If I had to guess, I suspect #323 might be the cause. Can you try the uninstall/install again for the latest version, but use a root file manager to delete EDIT: Before you try this ^^, while the settings are still blocked, can you run this adb command and upload
|
Sorry, my mistake. The correct path before reboot is in |
removal |
Hmm, if that's not the issue, then I'm not really sure what it would be. If you don't mind doing more testing, I can create some BCR builds after work today for every change between versions 1.41 and 1.42 to see if we can pin down which exact change caused things to break. |
Thanks for testing! Just in case it makes a difference, can you try deleting |
it didn't help |
I'm really not sure then. That was the only change and deleting |
Hello! I would like to ask you to add the ability to disable notifications that the recording has been successfully completed (Success alerts) and possibly other notifications.
I tried to do this through the Android settings, but unfortunately it can't be done there, the switch is simply inactive and does not work.
The text was updated successfully, but these errors were encountered: