How to Uninstall Built-in Apps on Huawei/Honor Phones

1. Download the file and install the Hanset+WinDriver.exe driver file

Download click: file
insert image description here

2. Operate the mobile phone

insert image description here
insert image description here
insert image description here
Connect the USB cable to the computer.

3. Computer operation

Open the adb folder, enter cmd on it, and press Enter.
insert image description here
Enter the command to export the package name in the phone, and save the file to the root directory of the D drive.

adb shell pm list packages >D:\123.txt

Please add a picture description

Before uninstalling, please compare the app name in the following table with the package name exported from your mobile phone, and then execute the delete command after the comparison. The built-in package of the mobile phone should be operated with caution.
uninstall command

adb shell pm uninstall --user 0 软件包名

For example, uninstall a browser app
Please add a picture description

adb shell pm uninstall --user 0 com.android.browser

Disable the system update application
Enter the mobile phone settings -> application -> application management -> search "update" to find the software update -> after entering, delete the update data.
The above steps are performed only when the mobile phone system update report is red.
To deactivate system updates enter the command:

adb shell pm disable-user com.huawei.android.hwouc

After success, there will be this prompt:
Package com.huawei.android.hwouc new state: disabled-user
Re-open the system to update the input command:

adb shell pm enable com.huawei.android.hwouc
APP name Package names
Huawei arenignecom.huawei.arengine.service
browser com.android.browser
document com.android.documentsui
e-mail com.android.email
Huawei magazine lock screen com.android.keyguard
Huawei Music com.android.mediacenter
packaged installer com.android.packageinstaller
download manager com.android.providers.downloads
download content com.android.providers.downloads.ui
Baidu input method Huawei version com.baidu.input_huawei
Dual card management com.huawei.android.dsdscardmanager
find my phone com.huawei.android.findmyphone
Huawei framework service com.huawei.android.hsf
system update com.huawei.android.hwouc
HUAWEI Wallet Secure Payment com.huawei.android.hwpay
Huawei Desktop com.huawei.android.launcher
push service com.huawei.android.pushagent
theme com.huawei.android.thememanager
Huawei AppGallery com.huawei.appmarket
Audio Product Manager com.huawei.audioaccessorymanager
Huawei browser com.huawei.browser
Pollen Club com.huawei.fans
Huawei Game Center com.huawei.gamebox
Huawei Smart Engine com.huawei.hiai
Hicar com.huawei.hicar
file management com.huawei.hidisk
cloud space com.huawei.hidisk
Smart life basic service com.huawei.hilink.framework
huawei video com.huawei.himovie
Skyline com.huawei.hiskytone
Smart screen com.huawei.hitouch
Smart detection com.huawei.hwdetectrepair
Huawei Mobile Services com.huawei.hwid
Huawei Reading com.huawei.hwireader
installation guide com.huawei.hwstartupguide
Huawei Health com.huawei.ihealth
backup com.huawei.KoBackup
Huawei Smart Suggestions com.huawei.perhaps
Serve com.huawei.phoneservice
membership service com.huawei.phoneservice
Smart vision com.huawei.scanner
smart search com.huawei.search
Skycom data service com.huawei.skytone
phone Guardian com.huawei.systemmanager
Payment Protection Center com.huawei.trustspace
Huawei Smart Voice com.huawei.vassistant
voice assistant com.huawei.vassistant
Huawei Wallet com.huawei.wallet
Smart screenshot com.define.smartshot
Huawei Mall com.vmall.client

Guess you like

Origin blog.csdn.net/lqsdddd/article/details/121727769