adb删除卸载小米手机的出厂自带应用

android app3周前更新 admin
1,191 0
  • 检测设备:adb devices ,如果可以看到设备id ,就可以执行下面的删除操作了
  • adb shell pm list packages #查看所有安装的程序
  • adb shell pm uninstall –user 0 com.sohu.inputmethod.sogou.xiaomi #小米定制版搜狗输入法(用第三方应用替换Gboard等)
  • adb shell pm uninstall –user 0 com.android.browser #浏览器(用第三方应用替换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 #小米互传(用第三方应用替换#vivo互传
  • adb 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 #AI通话(小爱通话)
  • 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.analytics #小米广告分析,必删(重启会自动安装)
  • adb shell pm uninstall –user 0 com.miui.bugreport #用户反馈
  • 其他可删除
  • adb 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
  • adb 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 # 小米云服务系统基础
© 版权声明

相关文章