How to turn off the system update prompt on Huawei

Huawei mobile phone system update always prompts, and then closes all, the notification still prompts, if you want to solve this problem, there is only one way, 0 is ADB debugging to uninstall the 'system update' software .

  • Step 1: First, download the ADB debugging tool on your computer. You can search directly on the official website or use the link below.
    Link: https://pan.baidu.com/s/1Yyb-egXMxVGZDy9zEIqfXA Extraction code: 2333.

  • Step 2: Unzip the downloaded ADB into a folder that can be found, preferably at the very beginning of the disk, for example: D:/hw Unzip it here, the hw folder is whatever I named it, you You can also name it whatever you want. Try not to use Chinese catalogs.

  • Step 3: Press the window+R key on the computer, enter cmd to enter the command line tool (the window key is the key of the icon on the computer boot interface). Then enter the folder you just unzipped, take mine as an example: d: Enter; cd hw Enter; cd adb Enter;
    insert image description here

  • Step 4: The mobile phone needs to enter the developer options interface, open settings, system, about mobile phone, click the version number continuously, and enter the lock screen password, or directly prompt to be in developer mode, and then return to the previous layer, as shown below, Open options. Take a screenshot of the initial options so that you can restore them after the end. If you forget, you can also restore the default items directly at the bottom of the developer options.
    <img src="", width="30%">
    insert image description here

  • Step 5: Connect the computer and mobile phone with a data cable, then enter adb devices on the command line and press Enter, a request will pop up on the mobile phone, just confirm.
    After success, the command line will display a lot of uppercase letters and device at the end, if not, please check carefully whether there are any mistakes.

  • Step 6: Enter adb shell pm list packages >alllist.txt and press Enter, the alllist.txt file will appear in your current directory, which contains the package name you installed. Be careful not to omit spaces. After success, there will be no prompt, just jump to D:\hw\adb>. If it prompts other erro and the like, there is a problem. Just check it again.

  • Step 7: Uninstall the system update. Enter adb shell pm uninstall --user 0 com.huawei.android.hwouc directly after D:\hw\adb> and press Enter; please be careful, there must be no less spaces. It shows success that the uninstallation was successful. Remember to turn off the debugging in the developer options when you are done, and go back to the original look. This will solve the problem of prompting the system to update.

If you want to uninstall Huawei video, music, and these things by the way, just replace the content behind com.
Huawei Videocom.huawei.himovieHuawei
Musiccom.android.mediacenterHuawei Game
Centercom.huawei.gameboxHuawei Readingcom.huawei.hwireaderSkytonecom.huawei.hiskytoneSkytoneData Servicescom.huawei.skytoneSystem Updatecom.huawei .android.hwouc push service com.huawei.android.pushagent email com.android.email ——————————————— Copyright notice: This article is the original work of CSDN blogger "Lou Shouchang" The article follows the CC 4.0 BY-SA copyright agreement. Please attach the original source link and this statement for reprinting. Original link: https://blog.csdn.net/SLife4599/article/details/105173485








Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325891749&siteId=291194637
Recommended