找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 文档 工具 设计
查看: 148|回复: 0

使用ADB卸载安卓预装软件

[复制链接]

1万

主题

919

回帖

2万

积分

超级版主

教育辅助界扛把子

附加身份标识
精华
1
热心
2
听众
1
威望
57
贡献
11988
违规
0
书币
5681
注册时间
2020-4-8

论坛元老灌水之王

发表于 2022-10-27 00:12 | 显示全部楼层 |阅读模式
一、下载adb工具


链接:https://adbshell.com/downloads   下载第一个程序  ADB Kits  就行
二、文件进行解压,最好放到C盘


三、用数据线把手机和电脑连接起来(必须先打开USB调试)



四、打开解压缩后的文件夹,按住shift,右键,选择“在此处打开PowershelL窗口”


弹出的窗口中  输入cmd  然后回车 接着输入adb devices  然后回车


                               
登录/注册后可看大图
注意出现红色框内的代码,表示链接手机成功。不出现则不能进行下一步


五、在手机上通过第三方软件(比如APK查看器等)查看你要卸载的软件的包名。
比如这里我要卸载系统自带的浏览器,可以看到它的包名是com.android.browser
六、复制    adb shell pm uninstall --user 0 com.android.browser 粘贴到窗口  回车  出现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 反馈)
Great works are not done by strength, but by persistence! 历尽艰辛的飞升者,成了围剿孙悟空的十万天兵之一。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则 需要先绑定手机号


免责声明:
本站所发布的第三方软件及资源(包括但不仅限于文字/图片/音频/视频等仅限用于学习和研究目的;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。本站信息来自网络,版权争议与本站无关。您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容。如果您喜欢某程序或某个资源,请支持正版软件及版权方利益,注册或购买,得到更好的正版服务。如有侵权请邮件与我们联系处理。

Mail To: admin@cdsy.xyz

QQ|Archiver|手机版|小黑屋|城东书院 ( 湘ICP备19021508号-1|湘公网安备 43102202000103号 )

GMT+8, 2024-4-29 13:53 , Processed in 0.049765 second(s), 25 queries .

Powered by Discuz! CDSY.XYZ

Copyright © 2019-2023, Tencent Cloud.

快速回复 返回顶部 返回列表