玩机搞机---卸载内置软件 无root权限卸载不需要的软件 安全卸载,看这篇文章就够了_内置软件卸载免root
目前的机型出厂都会自带一些内置软件。个别的还无法删除。各种弹窗广告
等等占用系统资源。操作卡顿。而很多卸载软件有需要root权限才可以运行。那么有没有方法可以无需root就可以卸载内置软件呢。答案是有的。而且方法很多。今天的帖子就列举一下常用的操作步骤
操作前了解的常识
----操作前我们需要清除的了解软件的包名
以免卸载错误导致手机运行不了.可能个别小白朋友询问。不就是中文名字吗有不是不认识。。。。其实包名与软件的名字是两个概念哦。最简单的方法是手机安装一些查看软件
类似《包名查看器》
他在系统中显示的名字与实际的英文包名是不同的。所有卸载软件要注意。
一 adb卸载不需要的软件
配置adb命令环境等等这些教程很多的。这边不在多做阐述。给出一个链接
adb连接手机工 具:https://dl.google.com/android/repository/platform-tools-latest-
windows.zip
安装后先了解基本的卸载 安装 冻结指令
禁用应用:adb shell pm disable-user 应用包名
开启应用:adb shell pm enable 应用包名
卸载应用:adb shell pm uninstall --user 0 应用包名
查看手机已装应用列表:adb shell pm list packages
找到你需要卸载的文件包名。按以上指令输入卸载即可、例如卸载下方软件
adb shell pm uninstall --user 0 com.iflytek.inputmethod.oppo
类似卸载即可,一定要注意名字
若卸载成功会出现成功的英文Success
下方给出小米系列常用的卸载方法和包名对照。
adb shell pm uninstall --user 0 com.miui.analytics # 小米广告分析,必删adb shell pm uninstall --user 0 com.miui.systemAdSolution # 小米系统广告解决方案,必删adb shell pm uninstall --user 0 com.miui.aod # 万象息屏adb shell pm uninstall --user 0 com.miui.audiomonitor # 小米录音adb shell pm uninstall --user 0 com.miui.bugreport # 用户反馈adb shell pm uninstall --user 0 com.miui.cit # CIT手机测试adb shell pm uninstall --user 0 com.miui.compass # 小米指南针adb shell pm uninstall --user 0 com.miui.contentcatcher # 应用程序扩展服务adb shell pm uninstall --user 0 com.miui.contentextension # 传送门adb shell pm uninstall --user 0 com.miui.easygo # EasyGoadb shell pm uninstall --user 0 com.miui.freeform # 自由窗口adb shell pm uninstall --user 0 com.miui.huanji # 小米换机adb shell pm uninstall --user 0 com.miui.hybrid # 快应用服务框架adb shell pm uninstall --user 0 com.miui.hybrid.accessory # 智慧生活adb shell pm uninstall --user 0 com.miui.maintenancemode # 维修模式adb shell pm uninstall --user 0 com.miui.miservice # 服务与反馈adb shell pm uninstall --user 0 com.miui.mishare.connectivity # 小米互传adb shell pm uninstall --user 0 com.miui.miwallpaper.earth # 地球超级壁纸adb shell pm uninstall --user 0 com.miui.miwallpaper.geometry # 几何超级壁纸adb shell pm uninstall --user 0 com.miui.miwallpaper.mars # 火星超级壁纸adb shell pm uninstall --user 0 com.miui.miwallpaper.saturn # 土星超级壁纸adb shell pm uninstall --user 0 com.miui.miwallpaper.snowmountain # 雪山超级壁纸(默认的,卸了也会更新)adb shell pm uninstall --user 0 com.miui.newhome # 内容中心adb shell pm uninstall --user 0 com.miui.newmidrive # 小米云盘adb shell pm uninstall --user 0 com.miui.notes #小米笔记adb shell pm uninstall --user 0 com.miui.securityadd # 游戏加速adb shell pm uninstall --user 0 com.miui.smarttravel # 智能出行adb shell pm uninstall --user 0 com.miui.accessibility # 小米闻声adb shell pm uninstall --user 0 com.miui.touchassistant # 悬浮球adb shell pm uninstall --user 0 com.miui.thirdappassistant # 三方应用异常分析adb shell pm uninstall --user 0 com.miui.tsmclient # 小米智能卡adb shell pm uninstall --user 0 com.miui.virtualsim # 全球上网adb shell pm uninstall --user 0 com.miui.voiceassist # 小爱同学adb shell pm uninstall --user 0 com.miui.voicetrigger # 语音唤醒adb shell pm uninstall --user 0 com.miui.weather2 # 小米天气adb shell pm uninstall --user 0 com.miui.yellowpage # 生活黄页adb shell pm uninstall --user 0 com.miui.phrase # 常用语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.miui.wmsvc # 不知道干啥的# Xiaomi 相关adb shell pm uninstall --user 0 com.xiaomi.ab # 小米商城系统组件adb shell pm uninstall --user 0 com.xiaomi.aiasst.service # AI虚拟助手adb shell pm uninstall --user 0 com.xiaomi.aiasst.vision # AI虚拟助手adb shell pm uninstall --user 0 com.xiaomi.drivemode # 驾车模式adb shell pm uninstall --user 0 com.xiaomi.gamecenter # 游戏中心adb shell pm uninstall --user 0 com.xiaomi.gamecenter.sdk.service # 游戏服务adb shell pm uninstall --user 0 com.xiaomi.joyose # 运动计步adb shell pm uninstall --user 0 com.xiaomi.jr # 天星金融adb shell pm uninstall --user 0 com.xiaomi.macro # 自动连招adb shell pm uninstall --user 0 com.xiaomi.mi_connect_service # 小米互传adb shell pm uninstall --user 0 com.xiaomi.mibrain.speech # 小迷语音引擎adb shell pm uninstall --user 0 com.xiaomi.migameservice # 游戏高能时刻adb shell pm uninstall --user 0 com.xiaomi.mirror # MIUI+ Beta版adb shell pm uninstall --user 0 com.xiaomi.payment # 米币支付adb shell pm uninstall --user 0 com.xiaomi.shop # 小米商城adb shell pm uninstall --user 0 com.xiaomi.mircs # RCS 增强短信adb shell pm uninstall --user 0 com.xiaomi.mtb # Modem 测试工具adb shell pm uninstall --user 0 com.xiaomi.simactivate.service # 小米 SIM 卡激活工具adb shell pm uninstall --user 0 com.xiaomi.oobhelper # OOB Helper 不知道干什么的adb shell pm uninstall --user 0 com.xiaomi.dtool # D Tool 不知道干什么的adb shell pm uninstall --user 0 com.xiaomi.otrpbroker # OTRP 协议协商程序(物联网)# 小米定制应用adb shell pm uninstall --user 0 cn.wps.moffice_eng.xiaomi.lite # 小米文档查看器(WPS 定制)adb shell pm uninstall --user 0 com.baidu.input_mi # 百度输入法小米版adb shell pm uninstall --user 0 com.iflytek.inputmethod.miui # 讯飞输入法小米版adb shell pm uninstall --user 0 com.sohu.inputmethod.sogou.xiaomi # 搜狗输入法小米版# 小米官方应用adb shell pm uninstall --user 0 com.mfashiongallery.emag # 小米画报adb shell pm uninstall --user 0 com.mi.health # 小米健康adb shell pm uninstall --user 0 com.mi.liveassistant # 小米直播助手adb shell pm uninstall --user 0 com.mipay.wallet # 小米钱包# 第三方应用adb shell pm uninstall --user 0 cn.wps.moffice_eng # WPS Officeadb shell pm uninstall --user 0 com.achievo.vipshop # 唯品会adb shell pm uninstall --user 0 com.baidu.searchbox # 百度搜索adb shell pm uninstall --user 0 com.bsp.catchlog # CatchLogadb shell pm uninstall --user 0 com.dianping.v1 # 大众点评adb shell pm uninstall --user 0 com.dragon.read # 番茄免费小说adb shell pm uninstall --user 0 com.duokan.reader # 多看阅读adb shell pm uninstall --user 0 com.eastmoney.android.berlin # 东方财富adb shell pm uninstall --user 0 com.Qunar # 去哪儿旅行adb shell pm uninstall --user 0 com.qxwz.ps.hpls # 千寻位置adb shell pm uninstall --user 0 com.sina.weibo # 微博adb shell pm uninstall --user 0 com.taobao.litetao # 淘宝特价版adb shell pm uninstall --user 0 com.tencent.mtt # QQ 浏览器adb shell pm uninstall --user 0 com.tianyancha.skyeye # 天眼查adb shell pm uninstall --user 0 com.UCMobile # UI 浏览器adb shell pm uninstall --user 0 com.xunmeng.pinduoduo # 拼多多adb shell pm uninstall --user 0 ctrip.android.view # 携程旅行adb shell pm uninstall --user 0 org.codeaurora.ims # IMSadb shell pm uninstall --user 0 tv.pps.mobile # 爱奇艺随刻# Android 相关adb shell pm uninstall --user 0 com.android.apps.tag # Tagsadb shell pm uninstall --user 0 com.android.backupconfirm # 备份确认adb shell pm uninstall --user 0 com.android.bips # 系统打印服务adb shell pm uninstall --user 0 com.android.bookmarkprovider # Bookmark Provideradb shell pm uninstall --user 0 com.android.calendar # 日历adb shell pm uninstall --user 0 com.android.calllogbackup # 自带通话记录备份adb shell pm uninstall --user 0 com.android.captiveportallogin # 强制门户登录,测试 WiFi 连接(叹号就这里来的)adb shell pm uninstall --user 0 com.android.carrierdefaultapp # 运营商默认应用adb shell pm uninstall --user 0 com.android.chrome # Chrome 浏览器adb shell pm uninstall --user 0 com.android.companiondevicemanager # 配套设备管理器adb shell pm uninstall --user 0 com.android.cts.ctsshim # 谷歌兼容性检查adb shell pm uninstall --user 0 com.android.cts.priv.ctsshim # 谷歌兼容性检查adb shell pm uninstall --user 0 com.android.deskclock # 时钟adb shell pm uninstall --user 0 com.android.dreams.basic # 基本互动屏保adb shell pm uninstall --user 0 com.android.email # 电子邮箱adb shell pm uninstall --user 0 com.android.emergency # 急救信息adb shell pm uninstall --user 0 com.android.externalstorage # 外部存储设备adb shell pm uninstall --user 0 com.android.hbmsvmanager # 完全不知道这个是什么adb shell pm uninstall --user 0 com.android.hotspot2.osulogin # OSU 登录adb shell pm uninstall --user 0 com.android.hotwordenrollment.okgoogle # 谷歌助理adb shell pm uninstall --user 0 com.android.hotwordenrollment.xgoogle # Google Assistantadb shell pm uninstall --user 0 com.android.htmlviewer # HTML 查看程序adb shell pm uninstall --user 0 com.android.inputdevices # 输入设备adb shell pm uninstall --user 0 com.android.localtransport # 本地传输adb shell pm uninstall --user 0 com.android.managedprovisioning # 工作设置adb shell pm uninstall --user 0 com.android.mms.service # MMS 短信服务adb shell pm uninstall --user 0 com.android.mtp # MTP 主机adb shell pm uninstall --user 0 com.android.musicfx # MusicFXadb shell pm uninstall --user 0 com.android.ons # 完全不知道这个是什么adb shell pm uninstall --user 0 com.android.overlay.gmstelecomm # GMS 电信adb shell pm uninstall --user 0 com.android.overlay.gmstelephony # GMS 电话通讯adb shell pm uninstall --user 0 com.android.pacprocessor # PAC 进程(中国用不上)adb shell pm uninstall --user 0 com.android.printspooler # 打印处理服务adb shell pm uninstall --user 0 com.android.protips # 主屏幕提示adb shell pm uninstall --user 0 com.android.providers.blockednumber # 存储已屏蔽的号码adb shell pm uninstall --user 0 com.android.providers.calendar # 日历存储adb shell pm uninstall --user 0 com.android.providers.downloads.ui # 下载(Pixel禁用后第三方软件无法看到下载,MIUI 没事)adb shell pm uninstall --user 0 com.android.providers.partnerbookmarks # Bookmark Provideradb shell pm uninstall --user 0 com.android.providers.userdictionary # 用户词典adb shell pm uninstall --user 0 com.android.quicksearchbox # 搜索adb shell pm uninstall --user 0 com.android.safetyregulatoryinfo # 安全和监管手册adb shell pm uninstall --user 0 com.android.se # Secure Element Applicationadb shell pm uninstall --user 0 com.android.service.ims # Carrier Servicesadb shell pm uninstall --user 0 com.android.service.ims.presence # Presenceadb shell pm uninstall --user 0 com.android.sharedstoragebackup # 共享存储备份13adb shell pm uninstall --user 0 com.android.simappdialog # SIM App Dialogadb shell pm uninstall --user 0 com.android.statementservice # 配套设备管理器adb shell pm uninstall --user 0 com.android.stk # SIM 卡应用adb shell pm uninstall --user 0 com.android.systemui.plugin.globalactions.wallet # 完全不知道这个是什么adb shell pm uninstall --user 0 com.android.timezone.updater # 时区更新程序adb shell pm uninstall --user 0 com.android.traceur # 系统追踪(开发者调试用)adb shell pm uninstall --user 0 com.android.wallpaper.livepicker # 安卓壁纸adb shell pm uninstall --user 0 com.android.wallpaperbackup # 安卓壁纸adb shell pm uninstall --user 0 com.android.wallpapercropper # 安卓壁纸# Android 导航相关adb shell pm uninstall --user 0 com.android.internal.systemui.navbar.gesturaladb shell pm uninstall --user 0 com.android.internal.systemui.navbar.gestural_extra_wide_backadb shell pm uninstall --user 0 com.android.internal.systemui.navbar.gestural_narrow_backadb shell pm uninstall --user 0 com.android.internal.systemui.navbar.gestural_wide_backadb shell pm uninstall --user 0 com.android.internal.systemui.navbar.threebutton # 三按钮导航
二 第三方软件进行卸载内置。
这类软件和相关的脚本也很多。类似以下
等等类似的卸载内置软件很多。其实原理大都相同。有些软件是冻结原理。有些是真实可以卸载。个人首推以下这款软件。操作方便。而且功能选项较多。(搞机助手)搜很多的
搞机助手
友友梦注意:虽然这些卸载软件真正意义上不是完整卸载。但还是有风险的。如你冻结卸载了系统关联的软件会导致无法进入桌面等等的故障。这种情况如果可以联机正常需要进行恢复操作。或者恢复出厂或者重新刷系统解决。
其他图片软件收纳到csdn。需要的下载即可
https://download.csdn.net/download/u011283906/87216464?spm=1001.2014.3001.5503
**三 *****如果可以解锁bl 有第三方twrp的机型,可以尝试刷写第三方rom。一般很多作者都去除精简了很多内置软件。
关注我 了解玩机搞机基本常识和一些问题解决。如对你有帮助。请伸出你那双可爱的双手点个赞赞吧
2024最新版CSDN大礼包:《AGI大模型学习资源包》免费分享**
一、2025最新大模型学习路线
一个明确的学习路线可以帮助新人了解从哪里开始,按照什么顺序学习,以及需要掌握哪些知识点。大模型领域涉及的知识点非常广泛,没有明确的学习路线可能会导致新人感到迷茫,不知道应该专注于哪些内容。
我们把学习路线分成L1到L4四个阶段,一步步带你从入门到进阶,从理论到实战。
L1级别:AI大模型时代的华丽登场
L1阶段:我们会去了解大模型的基础知识,以及大模型在各个行业的应用和分析;学习理解大模型的核心原理,关键技术,以及大模型应用场景;通过理论原理结合多个项目实战,从提示工程基础到提示工程进阶,掌握Prompt提示工程。
L2级别:AI大模型RAG应用开发工程
L2阶段是我们的AI大模型RAG应用开发工程,我们会去学习RAG检索增强生成:包括Naive RAG、Advanced-RAG以及RAG性能评估,还有GraphRAG在内的多个RAG热门项目的分析。
L3级别:大模型Agent应用架构进阶实践
L3阶段:大模型Agent应用架构进阶实现,我们会去学习LangChain、 LIamaIndex框架,也会学习到AutoGPT、 MetaGPT等多Agent系统,打造我们自己的Agent智能体;同时还可以学习到包括Coze、Dify在内的可视化工具的使用。
L4级别:大模型微调与私有化部署
L4阶段:大模型的微调和私有化部署,我们会更加深入的探讨Transformer架构,学习大模型的微调技术,利用DeepSpeed、Lamam Factory等工具快速进行模型微调;并通过Ollama、vLLM等推理部署框架,实现模型的快速部署。
整个大模型学习路线L1主要是对大模型的理论基础、生态以及提示词他的一个学习掌握;而L3 L4更多的是通过项目实战来掌握大模型的应用开发,针对以上大模型的学习路线我们也整理了对应的学习视频教程,和配套的学习资料。
二、大模型经典PDF书籍
书籍和学习文档资料是学习大模型过程中必不可少的,我们精选了一系列深入探讨大模型技术的书籍和学习文档,它们由领域内的顶尖专家撰写,内容全面、深入、详尽,为你学习大模型提供坚实的理论基础。(书籍含电子版PDF)
三、大模型视频教程
对于很多自学或者没有基础的同学来说,书籍这些纯文字类的学习教材会觉得比较晦涩难以理解,因此,我们提供了丰富的大模型视频教程,以动态、形象的方式展示技术概念,帮助你更快、更轻松地掌握核心知识。
四、大模型项目实战
学以致用 ,当你的理论知识积累到一定程度,就需要通过项目实战,在实际操作中检验和巩固你所学到的知识,同时为你找工作和职业发展打下坚实的基础。
五、大模型面试题
面试不仅是技术的较量,更需要充分的准备。
在你已经掌握了大模型技术之后,就需要开始准备面试,我们将提供精心整理的大模型面试题库,涵盖当前面试中可能遇到的各种技术问题,让你在面试中游刃有余。
因篇幅有限,仅展示部分资料,需要点击下方链接即可前往获取
2024最新版CSDN大礼包:《AGI大模型学习资源包》免费分享