华为手机系统应用瘦身

手里的华为手机是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 

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

相关推荐
fatiaozhang95271 小时前
晶晨S905L3A(B)-安卓9.0-开启ADB和ROOT-支持IPTV6-支持外置游戏系统-支持多种无线芯片-支持救砖-完美通刷线刷固件包
android·游戏·adb·华为·电视盒子·机顶盒rom·魔百盒固件
星释2 小时前
鸿蒙Flutter实战:18-组合而非替换,现有插件快速鸿蒙化
flutter·华为·harmonyos
余多多_zZ4 小时前
HarmonyOSNext_API16_媒体查询
笔记·学习·华为·harmonyos·媒体
SuperHeroWu75 小时前
【HarmonyOS 5】初学者如何高效的学习鸿蒙?
学习·华为·harmonyos·鸿蒙·入门·初学者·学习思路
秋叶先生_10 小时前
HarmonyOS NEXT——【鸿蒙实现录音识别(语音转文字)】
华为·语音识别·harmonyos·鸿蒙
郝晨妤11 小时前
【鸿蒙5.0】向用户申请麦克风授权
linux·服务器·前端·华为·harmonyos·鸿蒙
郝晨妤11 小时前
【鸿蒙5.0】鸿蒙登录界面 web嵌入(隐私页面加载)
前端·华为·harmonyos
ssr——ssss20 小时前
网络华为HCIA+HCIP 策略路由,双点双向
网络·华为
试水年华1 天前
鸿蒙Next-集成HmRouter的路由模式
linux·运维·服务器·华为·harmonyos·ark-ts语言
qq_553760321 天前
HarmonyOS WebSocket全场景应用开发深度解析
华为·harmonyos·鸿蒙