华为手机系统应用瘦身

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

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

相关推荐
鸿蒙大白1 小时前
鸿蒙系统仓颉语言开发指南:从入门到实战
华为·仓颉·harmonyos5
lqj_本人10 小时前
鸿蒙OS&UniApp PWA开发实践:打造跨平台渐进式应用#三方框架 #Uniapp
华为·uni-app·harmonyos
lqj_本人11 小时前
鸿蒙OS&UniApp声纹识别与语音验证:打造安全可靠的跨平台语音应用#三方框架 #Uniapp
华为·uni-app·harmonyos
东风西巷12 小时前
OldRoll复古胶片相机:穿越时光,定格经典
数码相机·智能手机·软件需求
lqj_本人12 小时前
鸿蒙OS&UniApp内存管理优化实战:从入门到精通#三方框架 #Uniapp
华为·uni-app·harmonyos
SuperHeroWu713 小时前
【HarmonyOS 5】Laya游戏如何鸿蒙构建发布详解
游戏·华为·harmonyos·laya·鸿蒙构建
东风西巷16 小时前
途景VR智拍APP:开启沉浸式VR拍摄体验
智能手机·vr·软件需求
zhgjx_chen16 小时前
HCIP:MPLS静态LSP的配置及抓包
网络·华为·wireshark
开开心心_Every17 小时前
功能丰富的PDF处理免费软件推荐
运维·笔记·qt·智能手机·pdf·音视频·ruby