引用站外地址
参考链接
adb删除卸载小米、红米手机(K50)预装系统软件和系统服务
一、手动卸载1.1 桌面长按卸载
如:游戏中心、小米商城、电子邮件、指南针、扫一扫、全球上网、米家、多看读书、喜马拉雅
可保留:天气、计算器、录音机、笔记
1.2 应用管理卸载
设置→应用设置→应用管理
如:百度输入法小米版、内容中心、小米画报、垃圾清理
二、ADB命令卸载2.1 基础命令行
获取所有应用名称
1adb shell pm list packages
卸载命令
1adb shell pm uninstall --user 0 com.android.browser #卸载小米浏览器
2.2 应用列表2.2.1 替换为其它软件123456adb shell pm uninstall --user 0 com.sohu.inputmethod.sogou.xiaomi #小米定制搜狗输入法(替换为Gboard等)adb shell pm uninstall --user 0 com.android.browser #浏览器(替换为Via、Chrome等)adb shell pm uninstall --user 0 com.miui.video #小米视频(替换为NPlayer等)adb shell pm uninstall --user 0 com.miui.gallery #相册(替换为Google相册等)adb shell pm uninstall --user 0 com.miui.player #音乐(替换为网易云音乐等)adb shell pm uninstall --user 0 com.miui.mishare.connectivity #小米互传(替换为其他互传软件)
2.2.2 可卸载(酌情卸载)123456789101112adb shell pm uninstall --user 0 com.miui.personalassistant #智能助理(负一屏)adb shell pm uninstall --user 0 com.android.quicksearchbox #搜索adb shell pm uninstall --user 0 com.miui.yellowpage #生活黄页adb shell pm uninstall --user 0 com.miui.hybrid #快应用服务框架adb shell pm uninstall --user 0 com.miui.miservice #服务与反馈adb shell pm uninstall --user 0 com.miui.contentextension #传送门adb shell pm uninstall --user 0 com.xiaomi.aiasst.service #小爱通话adb shell pm uninstall --user 0 com.miui.voiceassist #小爱同学adb shell pm uninstall --user 0 com.xiaomi.aiasst.vision #小爱翻译adb shell pm uninstall --user 0 com.xiaomi.gamecenter.sdk.service #游戏服务adb shell pm uninstall --user 0 com.miui.bugreport #用户反馈adb shell pm uninstall --user 0 com.miui.analytics #小米广告分析(重启会自动安装)
2.2.3 其他可卸载(酌情卸载)12345678910111213141516adb shell pm uninstall --user 0 com.miui.systemAdSolution #小米系统广告解决方案adb shell pm uninstall --user 0 com.miui.translation.kingsoft #金山翻译adb shell pm uninstall --user 0 com.miui.translation.youdao #有道翻译adb shell pm uninstall --user 0 com.miui.translation.xmcloud #小米云翻译adb shell pm uninstall --user 0 com.miui.translationservice #翻译服务adb shell pm uninstall --user 0 com.xiaomi.ab #小米商城系统组件adb shell pm uninstall --user 0 com.miui.accessibility #小米闻声adb shell pm uninstall --user 0 com.xiaomi.migameservice #游戏高能时刻adb shell pm uninstall --user 0 com.miui.voicetrigger #语音唤醒adb shell pm uninstall --user 0 com.miui.nextpay #小米支付adb shell pm uninstall --user 0 com.xiaomi.payment #米币支付adb shell pm uninstall --user 0 com.miui.securityadd # 游戏加速adb shell pm uninstall --user 0 com.miui.hybrid.accessory # 智慧生活adb shell pm uninstall --user 0 com.xiaomi.macro #自动连招adb shell pm uninstall --user 0 com.miui.freeform # 自由窗口adb shell pm uninstall --user 0 com.miui.carlink #CarWith
2.2.4 不确定能否卸载(尽量不要卸载)123456789101112131415adb shell pm uninstall --user 0 com.miui.cit # CIT手机测试adb shell pm uninstall --user 0 com.miui.contentcatcher # 应用程序扩展服务adb shell pm uninstall --user 0 com.miui.maintenancemode # 维修模式adb shell pm uninstall --user 0 com.miui.securityadd # 游戏加速adb shell pm uninstall --user 0 com.miui.touchassistant # 悬浮球adb shell pm uninstall --user 0 com.miui.tsmclient # 小米智能卡adb shell pm uninstall --user 0 com.miui.phrase # 常用语adb shell pm uninstall --user 0 com.mipay.wallet # 小米钱包adb shell pm uninstall --user 0 com.xiaomi.joyose # 运动计步adb shell pm uninstall --user 0 com.xiaomi.mirror # MIUI+ Beta版adb shell pm uninstall --user 0 com.xiaomi.mircs # RCS 增强短信adb shell pm uninstall --user 0 com.xiaomi.otrpbroker # OTRP 协议协商程序(物联网)adb shell pm uninstall --user 0 com.miui.micloudsync # 小米云同步adb shell pm uninstall --user 0 com.miui.cloudservice.sysbase # 小米云服务系统基础# 其他不确定:小米智能卡、小米智能卡网页组件、小米互联通信服务、米币中心
2.2.5 不可卸载
*应用商店
应用包管理组件
小米服务框架
手机管家
*小米云备份
*小米云服务
*小米账号
银联可信服务安全组件小米版本
短信
主题壁纸
*系统界面组件
日历
下载管理
文件管理
时钟
钱包
联系人
【*】卸载后将无法正常开机