华为手机建议使用adb卸载的app

按需求自行卸载

shell 复制代码
@echo 卸载智慧搜索
adb shell pm uninstall -k --user 0 com.huawei.search
@echo 卸载智慧助手
adb shell pm uninstall -k --user 0 com.huawei.intelligent
@echo 卸载讯飞语音引擎
adb shell pm uninstall -k --user 0 com.iflytek.speechsuite
@echo 卸载快应用中心
adb shell pm uninstall -k --user 0 com.huawei.fastapp
@echo 卸载音乐
adb shell pm uninstall -k --user 0 com.huawei.music
adb shell pm uninstall -k --user 0 com.android.mediacenter
@echo 卸载智慧语音
adb shell pm uninstall -k --user 0 com.huawei.vassistant
@echo 卸载视频
adb shell pm uninstall -k --user 0 com.huawei.himovie
@echo 卸载分享
adb shell pm uninstall -k --user 0 com.huawei.pcassistant
@echo 卸载智慧视觉
adb shell pm uninstall -k --user 0 com.huawei.scanner
@echo 卸载畅联服务
adb shell pm uninstall -k --user 0 com.huawei.hwvoipservice
@echo 卸载应用助手
adb shell pm uninstall -k --user 0 com.huawei.gameassistant
@echo 卸载小艺输入法
adb shell pm uninstall -k --user 0 com.huawei.ohos.inputmethod
@echo 卸载天际通数据服务
adb shell pm uninstall -k --user 0 com.huawei.skytone
@echo 卸载杂志锁屏
adb shell pm uninstall -k --user 0 com.huawei.magazine
@echo 卸载主题
adb shell pm uninstall -k --user 0 com.huawei.android.thememanager
@echo 卸载服务中心
adb shell pm uninstall -k --user 0 com.huawei.ohos.famanager
@echo 卸载google组件
adb shell pm uninstall -k --user 0 com.google.android.gsf
adb shell pm uninstall -k --user 0 com.google.android.gms
@echo 卸载华为云空间
adb shell pm uninstall -k --user 0 com.huawei.hidisk
@echo 华为手机服务 
adb shell pm uninstall -k --user 0 com.huawei.phoneservice
@echo 华为手机自带智能遥控
adb shell pm uninstall -k --user 0 com.huawei.android.remotecontroller
@echo 移除Doze白名单,让待机更加省电
adb shell dumpsys deviceidle whitelist -com.huawei.hms.dupdateengine
adb shell dumpsys deviceidle whitelist -com.huawei.trustcircle
adb shell dumpsys deviceidle whitelist -com.huawei.screenrecorder
adb shell dumpsys deviceidle whitelist -com.huawei.hiviewtunnel
adb shell dumpsys deviceidle whitelist -com.android.vending
adb shell dumpsys deviceidle whitelist -com.huawei.HwMultiScreenShot
adb shell dumpsys deviceidle whitelist -com.google.android.gms
adb shell dumpsys deviceidle whitelist -com.huawei.android.hwouc
adb shell dumpsys deviceidle whitelist -com.huawei.aod
adb shell dumpsys deviceidle whitelist -com.huawei.hms.dupdateengine
adb shell dumpsys deviceidle whitelist -com.huawei.trustcircleadb shell dumpsys deviceidle whitelist -com.huawei.screenrecorder
adb shell dumpsys deviceidle whitelist -com.huawei.hiviewtunnel
adb shell dumpsys deviceidle whitelist -com.huawei.HwMultiScreenShot
adb shell dumpsys deviceidle whitelist -com.google.android.gms
adb shell dumpsys deviceidle whitelist -com.huawei.android.hwouc
adb shell dumpsys deviceidle whitelist -com.huawei.aod
adb shell dumpsys deviceidle whitelist -com.huawei.camera
adb shell dumpsys deviceidle whitelist -com.huawei.synergy
adb shell dumpsys deviceidle whitelist -com.android.mediacenter
adb shell dumpsys deviceidle whitelist -com.huawei.hidisk
adb shell dumpsys deviceidle whitelist -com.huawei.nearby
adb shell dumpsys deviceidle whitelist -com.huawei.parentcontrol
adb shell dumpsys deviceidle whitelist -com.huawei.wallet
adb shell dumpsys deviceidle whitelist -com.android.providers.downloads
adb shell dumpsys deviceidle whitelist -com.huawei.trustcircle
adb shell dumpsys deviceidle whitelist -com.huawei.screenrecorder
adb shell dumpsys deviceidle whitelist -com.baidu.input_huawei
adb shell dumpsys deviceidle whitelist -com.huawei.hwid
adb shell dumpsys deviceidle whitelist -com.huawei.hilink.framework
adb shell dumpsys deviceidle whitelist -com.google.android.gsf
adb shell dumpsys deviceidle whitelist -com.huawei.android.hwouc
adb shell dumpsys deviceidle whitelist -com.huawei.powergenie
adb shell dumpsys deviceidle whitelist -com.huawei.pcassistant
adb shell dumpsys deviceidle whitelist -com.huawei.android.pushagent
adb shell dumpsys deviceidle whitelist -com.huawei.skytone
adb shell dumpsys deviceidle whitelist -com.huawei.lbs
adb shell dumpsys deviceidle
pause 
相关推荐
Samson Bruce1 小时前
从零开始开发HarmonyOS应用并上架
华为·harmonyos
HMS Core2 小时前
【FAQ】HarmonyOS SDK 闭源开放能力 —Push Kit(12)
华为·harmonyos
wapicn994 小时前
手机归属地查询Api接口,数据准确可靠
java·python·智能手机·php
Android 小码峰啊5 小时前
Android Dagger 2 框架的注解模块深入剖析 (一)
android·adb·android studio·android-studio·androidx·android runtime
DADIAN_GONG6 小时前
incomplete command on Huawei switch
linux·运维·华为
非凡ghost7 小时前
超级好用的小软件,连接电脑和手机。
windows·智能手机·电脑·软件需求
weixin_404551248 小时前
华为数字化转型-平台篇
华为·平台·数字化转型·总结
~樱小路~9 小时前
网络:华为数通HCIA学习:IP路由基础
网络·学习·华为
电手10 小时前
纯国产系统,首款鸿蒙电脑下月发布
华为·电脑·harmonyos
写雨.01 天前
鸿蒙定位开发服务
华为·harmonyos·鸿蒙