华为手机系统应用瘦身

手里的华为手机是2018年买的P20 pro,手机越用越卡,而且很多华为自带的系统应用没办法直接在设置里卸载,今天决定使用adb shell命令删除,并新增移除doze白名单,提高待机续航能力。

复制代码
@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.musicadb 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.gsfadb 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.dupdateengineadb shell dumpsys deviceidle whitelist -com.huawei.trustcircleadb shell dumpsys deviceidle whitelist -com.huawei.screenrecorderadb shell dumpsys deviceidle whitelist -com.huawei.hiviewtunneladb shell dumpsys deviceidle whitelist -com.android.vendingadb shell dumpsys deviceidle whitelist -com.huawei.HwMultiScreenShotadb shell dumpsys deviceidle whitelist -com.google.android.gmsadb shell dumpsys deviceidle whitelist -com.huawei.android.hwoucadb shell dumpsys deviceidle whitelist -com.huawei.aodadb shell dumpsys deviceidle whitelist -com.huawei.hms.dupdateengineadb shell dumpsys deviceidle whitelist -com.huawei.trustcircleadb shell dumpsys deviceidle whitelist -com.huawei.screenrecorderadb shell dumpsys deviceidle whitelist -com.huawei.hiviewtunneladb shell dumpsys deviceidle whitelist -com.huawei.HwMultiScreenShotadb shell dumpsys deviceidle whitelist -com.google.android.gmsadb shell dumpsys deviceidle whitelist -com.huawei.android.hwoucadb shell dumpsys deviceidle whitelist -com.huawei.aodadb shell dumpsys deviceidle whitelist -com.huawei.cameraadb shell dumpsys deviceidle whitelist -com.huawei.synergyadb shell dumpsys deviceidle whitelist -com.android.mediacenteradb shell dumpsys deviceidle whitelist -com.huawei.hidiskadb shell dumpsys deviceidle whitelist -com.huawei.nearbyadb shell dumpsys deviceidle whitelist -com.huawei.parentcontroladb shell dumpsys deviceidle whitelist -com.huawei.walletadb shell dumpsys deviceidle whitelist -com.android.providers.downloadsadb shell dumpsys deviceidle whitelist -com.huawei.trustcircleadb shell dumpsys deviceidle whitelist -com.huawei.screenrecorderadb shell dumpsys deviceidle whitelist -com.baidu.input_huaweiadb shell dumpsys deviceidle whitelist -com.huawei.hwidadb shell dumpsys deviceidle whitelist -com.huawei.hilink.frameworkadb shell dumpsys deviceidle whitelist -com.google.android.gsfadb shell dumpsys deviceidle whitelist -com.huawei.android.hwoucadb shell dumpsys deviceidle whitelist -com.huawei.powergenieadb shell dumpsys deviceidle whitelist -com.huawei.pcassistantadb shell dumpsys deviceidle whitelist -com.huawei.android.pushagentadb shell dumpsys deviceidle whitelist -com.huawei.skytoneadb shell dumpsys deviceidle whitelist -com.huawei.lbsadb shell dumpsys deviceidlepause 

手机只保留了有限几个应用,剩余空间也变大了一些。例如一些我完全不用的华为音乐和华为视频,之前卸载不了,还天天弹出消息通知,免费使用还好,但是也是需要会员的,还是直接命令卸载好,图个清静。

相关推荐
菲路普科技3 小时前
国产芯+单北斗防爆终端:W5-D防爆智能手机,助力工业安全通信升级
安全·智能手机
鸿蒙开发工程师—阿辉5 小时前
HarmonyOS 应用拉起系列(一):应用与元服务互通方式
华为·harmonyos·arkts·鸿蒙
半夜偷删你代码17 小时前
鸿蒙中相册权限弹窗
数码相机·华为·harmonyos
Digitally1 天前
如何将照片从 realme 手机传输到电脑?
智能手机·电脑
博睿谷IT99_1 天前
2025年华为HCIA-AI认证是否值得考?还是直接冲击HCIP?
人工智能·华为·ai·华为认证·职业规划
ajassi20001 天前
开源 Arkts 鸿蒙应用 开发(十二)传感器的使用
linux·华为·开源·harmonyos
小雨青年2 天前
HarmonyOS 生态与版本演进
华为·harmonyos
AORO20252 天前
国内好用的智能三防手机,适合户外、工业、公共安全等场景
网络·5g·智能手机·制造·信息与通信
绿算技术2 天前
华为昇腾×绿算全闪存缓存释放澎湃潜能
科技·华为
开开心心就好2 天前
PDF转图片工具,一键转换高清无损
服务器·前端·智能手机·r语言·pdf·excel·batch