麒麟在线

当前位置:网站首页 / 技术 / 正文

MIUI 14通过ADB命令工具卸载内置应用、卸载反诈、卸载系统自动更新

简单说下如何删MIUI中的系统应用广告吧:

下载谷歌官方提供的platform-tools,里面包含了adb工具包,

在手机上打开开发者模式

设置→我的设备→全部参数→MIUI版本上连续点击

然后设置→更多设置→开发者选项→向下拉勾选USB调试→弹出框点击确认

打开powershell管理员模式,进入adb软件目录


复制adb shell pm uninstall --user 0 ‘包名’到窗口并按回车

出现success就成功卸载了。


如果执行不了,就在命令前面加上路径.\

需要注意不同版本的系统包名可能会有不同;
adb shell pm uninstall --user 0 com.miui.systemAdSolution(小米系统广告解决方案,必删)
adb shell pm uninstall --user 0 com.miui.analytics(小米广告分析,必删)
adb shell pm uninstall --user 0 com.xiaomi.gamecenter.sdk.service  (小米游戏中心服务)
adb shell pm uninstall --user 0 com.xiaomi.gamecenter  (小米游戏中心)
adb shell pm uninstall --user 0 com.sohu.inputmethod.sogou.xiaomi  (搜狗输入法)
adb shell pm uninstall --user 0 com.miui.player  (小米音乐)
adb shell pm uninstall --user 0 com.miui.video  (小米视频)
adb shell pm uninstall --user 0 com.miui.notes  (小米便签)
adb shell pm uninstall --user 0 com.miui.translation.youdao  (有道翻译)
adb shell pm uninstall --user 0 com.miui.translation.kingsoft  (金山翻译)
adb shell pm uninstall --user 0 com.android.email  (邮件)
adb shell pm uninstall --user 0 com.xiaomi.scanner  (小米扫描)
adb shell pm uninstall --user 0 com.miui.hybrid  (混合器)
adb shell pm uninstall --user 0 com.miui.bugreport  (bug 反馈)
adb shell pm uninstall --user 0 com.milink.service  (米连服务)
adb shell pm uninstall --user 0 com.android.browser  (浏览器)
adb shell pm uninstall --user 0 com.miui.gallery  (相册)
adb shell pm uninstall --user 0 com.miui.yellowpage  (黄页)
adb shell pm uninstall --user 0 com.xiaomi.midrop  (小米快传)
adb shell pm uninstall --user 0 com.miui.virtualsim  (小米虚拟器)
adb shell pm uninstall --user 0 com.xiaomi.payment  (小米支付)
adb shell pm uninstall --user 0 com.mipay.wallet  (小米钱包)
adb shell pm uninstall --user 0 com.android.soundrecorder  (录音机)
adb shell pm uninstall --user 0 com.miui.screenrecorder  (屏幕录制)
adb shell pm uninstall --user 0 com.android.wallpaper  (壁纸)
adb shell pm uninstall --user 0 com.miui.voiceassist  (语音助手)
adb shell pm uninstall --user 0 com.miui.fm  (收音机)
adb shell pm uninstall --user 0 com.miui.touchassistant  (悬浮球)
adb shell pm uninstall --user 0 com.android.cellbroadcastreceiver  (小米广播)
adb shell pm uninstall --user 0 com.xiaomi.mitunes  (小米助手)
adb shell pm uninstall --user 0 com.xiaomi.pass  (小米卡包)
adb shell pm uninstall --user 0 com.android.thememanager  (个性主题管理)
adb shell pm uninstall --user 0 com.android.wallpaper  (动态壁纸)
adb shell pm uninstall --user 0 com.android.wallpaper.livepicker  (动态壁纸获取)
adb shell pm uninstall --user 0 com.miui.klo.bugreport (KLO bug 反馈)
adb shell pm uninstall --user 0 com.xiaomi.vipaccount  (小米社区)
adb shell pm uninstall --user 0 com.miui.miservice (服务反馈)
com.android.fileexplorer (文件夹)

adb shell pm uninstall --user 0 com.miui.guardprovider(反诈)
adb shell pm uninstall --user 0 com.android.updater(系统更新)

另外,下面的这些不要去删除,毕竟就像安安心心用个手机,开不了机可就麻烦了。
【警告】以下系统自带应用删除后必定无法正常开机(来自网络),请避免误删:

com.miui.cloudservice  (小米云服务)
com.xiaomi.account  (小米账户)
com.miui.cloudbackup  (云备份)
com.xiaomi.market  (应用市场)

推荐阅读

文章标签:

版权声明: 本文除特别说明外均由原创

本文链接: https://www.70ol.com/jishu/143.html,尊重共享,欢迎转载,请自觉添加本文链接,谢谢!

分享本文: 请填写您的分享代码。

呃 本文暂时没人评论 来添加一个吧

发表评论

必填

选填

选填

必填

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。