2019-08-06

Huawei P20 Pro Emui 9.1.0 kills Blokada and other background Apps

My Huawei P20 Pro recently got the Emui 9.1.0 Update, which kills Blokada and other running background Apps.
You have the same problem? Well here is how to fix it (without root)  ;)

First, connect your phone normally to your Windows Computer and let the drivers install.
Then get Minimal ADB and Fastboot (directlink) and install it, my suggestion is installation to C:\adb
Disconnect your phone, go to settings=>system>info and click on build number until you see the info, you are developer now.
Go one menu back, into developer settings, enable them on the top and turn usb debugging on and connect your phone again, drivers will install propably again.

Now open CMD on your computer (just type it in startmenu) and type:
cd\
cd adb

your should now be in the directory where we installed adb before, if you type "adb devices" you should see one entry with your phone. you will need to authorize the debugging access on your phone, do it.

I ran these two commands, which worked fine, you can decide for yourself if you do the same or just run one of them.


adb shell pm disable-user --user 0 com.huawei.powergenie
adb shell pm uninstall --user 0 com.huawei.powergenie



Also I changed these settings for ALL apps:
Phone settings > Apps > Settings > Special access > Ignore battery optimisation > select allow for all apps.
Phone settings > Battery > App launch and then set your apps to “Manage manually” and make sure everything is turned on
Reboot your phone, you can now turn developer options off if you want to and all Apps should run fine.

Gigabyte X670 GAMING X AX WiFi Problems? Solution!

Wer mit seinem Gigabyte X670 GAMING X AX auch Wlan/WiFi Probleme hat, sprich der Adapter wird deaktiviert ohne, dass der User etwas gemacht ...