Hi guys, I would be most grateful is someone could help me with this.
I have a Huawei P40 Lite and I'm trying to uninstall the software updater app because I'm perfectly happy with EMUI 10, everything is working flawlessly and I don't need any features from EMUI 12.
Unfortunately, even though I've revoked all permissions associated with the app, it's still downloading the update and it keeps prompting me to agree to the terms and proceed with the installation. Every day or two I get a fullscreen notification asking me to update, it's really annoying. If I clear the cache (2.6gb for EMUI 12), it just starts downloading it again even though I've revoked the wifi permission for the app and disabled automatic system updates in developer options.
In the past with all my previous phones, I was able to uninstall any app using ADB pm uninstall but it's not working with software updater, I've removed other system apps from this phone but get an error message when it comes to software updater.
My EMUI version: 10.1.0.393
Here are the commands I've tried:
Code:
pm uninstall --user 0 com.huawei.android.hwouc
Error message: Failure [DELETE_FAILED_INTERNAL_ERROR]
Code:
pm uninstall -k --user 0 com.huawei.android.hwouc
Error message: Failure [DELETE_FAILED_INTERNAL_ERROR]
Code:
pm disable-user --user 0 com.huawei.android.hwouc
Error: not allowed to disable this package
Any help/suggestion is greatly appreciated, thank you in advance.