玩机搞机—卸载内置软件 无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 # EasyGo
adb 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 Office
adb 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 # CatchLog
adb 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 # IMS
adb shell pm uninstall --user 0 tv.pps.mobile # 爱奇艺随刻

# Android 相关
adb shell pm uninstall --user 0 com.android.apps.tag # Tags
adb 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 Provider
adb 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 Assistant
adb 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 # MusicFX
adb 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 Provider
adb 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 Application
adb shell pm uninstall --user 0 com.android.service.ims # Carrier Services
adb shell pm uninstall --user 0 com.android.service.ims.presence # Presence
adb shell pm uninstall --user 0 com.android.sharedstoragebackup # 共享存储备份13
adb shell pm uninstall --user 0 com.android.simappdialog # SIM App Dialog
adb 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.gestural
adb shell pm uninstall --user 0 com.android.internal.systemui.navbar.gestural_extra_wide_back
adb shell pm uninstall --user 0 com.android.internal.systemui.navbar.gestural_narrow_back
adb shell pm uninstall --user 0 com.android.internal.systemui.navbar.gestural_wide_back
adb 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。一般很多作者都去除精简了很多内置软件。

 

关注我 了解玩机搞机基本常识和一些问题解决。如对你有帮助。请伸出你那双可爱的双手点个赞赞吧

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
THE END
分享
二维码
< <上一篇

)">
下一篇>>