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