统计
  • 文章总数:20 篇
  • 评论总数:0 条
  • 分类总数:2 个
  • 最后更新:9月28日
原创杂七杂八

红米Redmi K60 Pro升级到小米澎湃OS(Xiaomi HyperOS)1.0.11.0.UMKCNXM精简系统内置软件

本文阅读 4 分钟
首页 杂七杂八 正文

小米澎湃OS(Xiaomi HyperOS)

第一步:开启开发者模式。设置-我的设备-全部参数与信息,连续点击"OS版本",打开"开发者模式"。

第二步:打开USB调试选项。设置-更多设置-开发者选项-调试"USB调试"按钮打开。

第三步:使用数据线将手机连接到电脑上,并且运行ADB调试工具箱。

ADB调试工具箱(下载链接:https://pan.quark.cn/s/4d348470886d

右键点击"打开CMD命令行",以管理员身份运行

运行ADB调试工具箱

第四步:使用adb devices命令,查看电脑是否已经识别到手机。

查看电脑是否已经识别到手机

如图所示,显示一串代码加device,证明电脑已经识别到手机。

第五步:使用adb shell pm list packages命令,查看手机上安装的所以软件包。

adb shell pm list packages命令

第六步:使用adb shell pm uninstall --user 0 软件包名 命令,卸载手机上内置的软件包。执行卸载命令后,显示Success证明卸载成功。

adb shell pm uninstall --user 0 软件包名 命令

如果不打游戏,以下软件包都可以卸载。
adb shell pm uninstall -k --user 0 com.sohu.inputmethod.sogou.xiaomi #小米搜狗输入法
adb shell pm uninstall -k --user 0 com.miui.daemon #MIUI质量服务 服务与反馈
adb shell pm uninstall -k --user 0 com.miui.miservice #服务与反馈
adb shell pm uninstall -k --user 0 com.xiaomi.trustservice #小米信任服务
adb shell pm uninstall -k --user 0 com.miui.nextpay #小米支付
adb shell pm uninstall -k --user 0 com.android.dreams.basic #基本互动屏保可精简
adb shell pm uninstall -k --user 0 com.miui.carlink #车载连接服务
adb shell pm uninstall -k --user 0 com.miui.voiceassist #小爱同学
adb shell pm uninstall -k --user 0 com.xiaomi.micloud.sdk #小米云服务SDK
adb shell pm uninstall -k --user 0 com.miui.micloudsync #云同步服务
adb shell pm uninstall -k --user 0 com.miui.analytics #分析服务
adb shell pm uninstall -k --user 0 com.xiaomi.joyose #小米娱乐或游戏相关服务
adb shell pm uninstall -k --user 0 com.android.healthconnect.controller #健康数据共享
adb shell pm uninstall -k --user 0 com.miui.mishare.connectivity #无线共享连接服务
adb shell pm uninstall -k --user 0 com.miui.aod #息屏显示功能
adb shell pm uninstall -k --user 0 com.xiaomi.payment #小米支付服务
adb shell pm uninstall -k --user 0 com.xiaomi.mi_connect_service #小米连接服务
adb shell pm uninstall -k --user 0 com.miui.uireporter #用户界面报告器
adb shell pm uninstall -k --user 0 com.xiaomi.simactivate.service #小米SIM卡激活服务
adb shell pm uninstall -k --user 0 com.miui.personalassistant #个人助理
adb shell pm uninstall -k --user 0 com.android.browser #系统浏览器应用
adb shell pm uninstall -k --user 0 com.miui.greenguard #家人守护
adb shell pm uninstall -k --user 0 com.miui.cloudbackup #云备份服务,支持数据的云端备份
adb shell pm uninstall -k --user 0 com.unionpay.tsmservice.mi #小米银联TSM服务
adb shell pm uninstall -k --user 0 com.tencent.soter.soterserver #腾讯Soter服务
adb shell pm uninstall -k --user 0 org.mipay.android.manager #小米支付管理器
adb shell pm uninstall -k --user 0 com.miui.cloudservice #云服务
adb shell pm uninstall -k --user 0 com.xiaomi.aiasst.vision #小米AI助手视觉服务
adb shell pm uninstall -k --user 0 com.xiaomi.gamecenter.sdk.service #小米游戏中心SDK服务
adb shell pm uninstall -k --user 0 com.miui.voicetrigger #语音触发服务
adb shell pm uninstall -k --user 0 com.xiaomi.migameservice #小米游戏服务
adb shell pm uninstall -k --user 0 com.xiaomi.mirror #小米镜像服务
adb shell pm uninstall -k --user 0 com.miui.qr #二维码服务
adb shell pm uninstall -k --user 0 com.xiaomi.barrage #弹幕通知
adb shell pm uninstall -k --user 0 com.xiaomi.xaee #小爱离线引擎
adb shell pm uninstall -k --user 0 com.miui.backup #备份服务
adb shell pm uninstall -k --user 0 com.xiaomi.otrpbroker #小米OTRP代理服务
adb shell pm uninstall -k --user 0 com.miui.vsimcore #虚拟SIM核心服务
adb shell pm uninstall -k --user 0 com.miui.cit #用于设备的硬件测试
adb shell pm uninstall -k --user 0 com.miui.systemAdSolution #系统广告解决方案
adb shell pm uninstall -k --user 0 com.miui.face.overlay.miui #面部识别覆盖层
adb shell pm uninstall -k --user 0 com.miui.accessibility #无障碍服务
adb shell pm uninstall -k --user 0 com.xiaomi.digitalkey #小米的数字钥匙服务
adb shell pm uninstall -k --user 0 com.miui.contentextension #内容扩展服务
adb shell pm uninstall -k --user 0 com.xiaomi.aireco #小米的AI推荐服务
adb shell pm uninstall -k --user 0 com.android.health.connect.backuprestore #健康数据备份
adb shell pm uninstall -k --user 0 com.miui.bugreport #错误报告工具
adb shell pm uninstall -k --user 0 com.miui.yellowpage #黄页服务
adb shell pm uninstall -k --user 0 com.xiaomi.aiasst.service #小米人工智能助手服务
adb shell pm uninstall -k --user 0 com.xiaomi.ab #小米商城系统组件
adb shell pm uninstall -k --user 0 com.milink.service #互联互通服务
adb shell pm uninstall -k --user 0 com.xiaomi.mis #小米汽车互联服务
adb shell pm uninstall -k --user 0 com.duokan.phone.remotecontroller #万能遥控器
adb shell pm uninstall -k --user 0 com.miui.accessibility #小米无障碍
adb shell pm uninstall -k --user 0 com.xiaomi.aicr #MIAI引擎

原创文章,作者:狼道,如若转载,请注明出处:https://wolfsays.com/159.html
解决nginx: [warn] the "listen ... http2" directive is deprecated错误问题
« 上一篇 09-10