华为手机系统应用瘦身

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

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

相关推荐
二二孚日13 小时前
自用华为ICT云赛道Big Data第五章知识点-Flume海量日志聚合
大数据·华为
前端世界14 小时前
HarmonyOS开发实战:鸿蒙分布式生态构建与多设备协同发布全流程详解
分布式·华为·harmonyos
二二孚日15 小时前
自用华为ICT云赛道Big Data第四章知识点-Flink流批一体分布式实时处理引擎
大数据·华为
limingade17 小时前
手机无网离线使用FunASR识别SIM卡语音通话内容
智能手机·funasr·funasr无网识别通话语音·手机asr识别sim卡通话·手机asr识别通话声音
Rverdoser17 小时前
手机内存融合是什么意思
智能手机
前端若水17 小时前
通过 Windows 共享文件夹 + 手机访问(SMB协议)如何实现
windows·智能手机
高压锅_12201 天前
思科与华为网络设备命令对比指南:从基础操作到高级配置
服务器·华为·php
开开心心就好1 天前
免费PDF处理软件,支持多种操作
运维·服务器·前端·spring boot·智能手机·pdf·电脑
网络小白不怕黑2 天前
华为设备 QoS 流分类与流标记深度解析及实验脚本
网络·华为
网络小白不怕黑2 天前
华为交换机堆叠与集群技术深度解析附带脚本
网络·华为