adb卸载或安装xiaomi小米手机的系统软件
adb卸载或安装xiaomi小米手机的系统软件
一、准备工具
1. 在浏览器下载并打开 “线刷大师”(其它同类型的软件也行,只要带有adb工具即可);
2. 手机开启usb调试并连接电脑(本人用的windows系统),手机端选择“传输文件”;
3. 在手机端点击 “一律允许计算机调试”,等待手机与电脑连接成功!
4. 打开刷机大师安装驱动,并打开“实用工具”中的adb,输入命令:adb shell pm uninstall --user 0 com.xxx.xxx(包名) ,回车即可!
5. 命令
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 unintall --user 0 com.iflytek.inputmethod.miui(讯飞输入法)
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 反馈)
————————————————
版权声明:本文为CSDN博主「EL03」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/qq_42191585/article/details/115497097