华为手机建议使用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 
相关推荐
Freerain995 小时前
鸿蒙Next类属性观测器V2
华为·harmonyos
喜欢猪猪6 小时前
Java技术专家视角解读:SQL优化与批处理在大数据处理中的应用及原理
android·python·adb
yg_小小程序员7 小时前
鸿蒙开发(16)使用DevEco Studio上的Git工具进行多远程仓管理
git·华为·harmonyos
轻口味8 小时前
【每日学点鸿蒙知识】多线程限制、axios组件下载进度问题、lpx问题、Web组件全局代理、ArrayList问题
华为·harmonyos
yuanlaile8 小时前
纯Dart Flutter库适配HarmonyOS
flutter·华为·harmonyos·flutter开发鸿蒙·harmonyos教程
yuanlaile8 小时前
Flutter开发HarmonyOS 鸿蒙App的好处、能力以及把Flutter项目打包成鸿蒙应用
flutter·华为·harmonyos·flutter开发鸿蒙
JasonYin~8 小时前
HarmonyOS NEXT 实战之元服务:静态案例效果---手机查看电量
android·华为·harmonyos
zhangphil8 小时前
Android adb查看某个进程的总线程数
android·adb
阿隆ALong9 小时前
云手机:应用上线测试的创新助力
智能手机·矩阵·手机·arm