Notification access gets lost

Post your questions and help other users.

Moderator: Martin

Post Reply
Madball
Posts: 2
Joined: 05 Feb 2020 19:41

Notification access gets lost

Post by Madball » 05 Feb 2020 20:30

Hi,

I'm using an Honor 8X with Android 9.1
The notification access gets lost every couple of minutes. In the android configuration it is still granted but Automagic is claiming it is not.

Is there a way to fix that?

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: Notification access gets lost

Post by Desmanto » 06 Feb 2020 01:04

Uninstall power genie: http://dontkillmyapp.com/huawei

Most power saver/task killer do more harms than benefit. It is the first thing I would disable in every phone/ROM I use.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

Madball
Posts: 2
Joined: 05 Feb 2020 19:41

Re: Notification access gets lost

Post by Madball » 06 Feb 2020 17:41

Thanks for your reply.
Juts tried it but the command adb shell pm uninstall --user 0 com.huawei.powergenie

Is not working. I guess the part with "user" have to be replaced with some information, but I have no idea which

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: Notification access gets lost

Post by Desmanto » 06 Feb 2020 18:48

the user part is correct. What is your error message? Do you see your device if you type "adb devices" ? Make sure it is connected properly and all adb drivers installed properly.

Other is to check if you have powergenie installed. I never use huawei phone, so don't know if all pie ROM behave the same or not. You can try to check the packagename using

Code: Select all

adb shell pm list packages -e | grep powergenie
If powergenie appear, then you have that in the ROM, which you should be able to uninstall. If you don't have it, probably your ROM have other app that kills. Maybe you need to try other method from the link above.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

Post Reply