玩机搞机---卸载内置软件 无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。一般很多作者都去除精简了很多内置软件。

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

e题外话

初入计算机行业的人或者大学计算机相关专业毕业生,很多因缺少实战经验,就业处处碰壁。下面我们来看两组数据:

2023届全国高校毕业生预计达到1158万人,就业形势严峻;

国家网络安全宣传周公布的数据显示,到2027年我国网络安全人员缺口将达327万。

一方面是每年应届毕业生就业形势严峻,一方面是网络安全人才百万缺口。

6月9日,麦可思研究2023年版就业蓝皮书(包括《2023年中国本科生就业报告》《2023年中国高职生就业报告》)正式发布。

2022届大学毕业生月收入较高的前10个专业

本科计算机类、高职自动化类专业月收入较高。2022届本科计算机类、高职自动化类专业月收入分别为6863元、5339元。其中,本科计算机类专业起薪与2021届基本持平,高职自动化类月收入增长明显,2022届反超铁道运输类专业(5295元)排在第一位。

具体看专业,2022届本科月收入较高的专业是信息安全(7579元)。对比2018届,电子科学与技术、自动化等与人工智能相关的本科专业表现不俗,较五年前起薪涨幅均达到了19%。数据科学与大数据技术虽是近年新增专业但表现亮眼,已跻身2022届本科毕业生毕业半年后月收入较高专业前三。五年前唯一进入本科高薪榜前10的人文社科类专业——法语已退出前10之列。
“没有网络安全就没有国家安全”。当前,网络安全已被提升到国家战略的高度,成为影响国家安全、社会稳定至关重要的因素之一。

网络安全行业特点

1、就业薪资非常高,涨薪快 2022年猎聘网发布网络安全行业就业薪资行业最高人均33.77万!

img

2、人才缺口大,就业机会多

2019年9月18日《中华人民共和国中央人民政府》官方网站发表:我国网络空间安全人才 需求140万人,而全国各大学校每年培养的人员不到1.5W人。猎聘网《2021年上半年网络安全报告》预测2027年网安人才需求300W,现在从事网络安全行业的从业人员只有10W人。
img

行业发展空间大,岗位非常多

网络安全行业产业以来,随即新增加了几十个网络安全行业岗位︰网络安全专家、网络安全分析师、安全咨询师、网络安全工程师、安全架构师、安全运维工程师、渗透工程师、信息安全管理员、数据安全工程师、网络安全运营工程师、网络安全应急响应工程师、数据鉴定师、网络安全产品经理、网络安全服务工程师、网络安全培训师、网络安全审计员、威胁情报分析工程师、灾难恢复专业人员、实战攻防专业人员…

职业增值潜力大

网络安全专业具有很强的技术特性,尤其是掌握工作中的核心网络架构、安全技术,在职业发展上具有不可替代的竞争优势。

随着个人能力的不断提升,所从事工作的职业价值也会随着自身经验的丰富以及项目运作的成熟,升值空间一路看涨,这也是为什么受大家欢迎的主要原因。

从某种程度来讲,在网络安全领域,跟医生职业一样,越老越吃香,因为技术愈加成熟,自然工作会受到重视,升职加薪则是水到渠成之事。

黑客&网络安全如何学习

今天只要你给我的文章点赞,我私藏的网安学习资料一样免费共享给你们,来看看有哪些东西。

1.学习路线图

行业发展空间大,岗位非常多

网络安全行业产业以来,随即新增加了几十个网络安全行业岗位︰网络安全专家、网络安全分析师、安全咨询师、网络安全工程师、安全架构师、安全运维工程师、渗透工程师、信息安全管理员、数据安全工程师、网络安全运营工程师、网络安全应急响应工程师、数据鉴定师、网络安全产品经理、网络安全服务工程师、网络安全培训师、网络安全审计员、威胁情报分析工程师、灾难恢复专业人员、实战攻防专业人员…

职业增值潜力大

网络安全专业具有很强的技术特性,尤其是掌握工作中的核心网络架构、安全技术,在职业发展上具有不可替代的竞争优势。

随着个人能力的不断提升,所从事工作的职业价值也会随着自身经验的丰富以及项目运作的成熟,升值空间一路看涨,这也是为什么受大家欢迎的主要原因。

从某种程度来讲,在网络安全领域,跟医生职业一样,越老越吃香,因为技术愈加成熟,自然工作会受到重视,升职加薪则是水到渠成之事。

黑客&网络安全如何学习

今天只要你给我的文章点赞,我私藏的网安学习资料一样免费共享给你们,来看看有哪些东西。

1.学习路线图

外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传

攻击和防守要学的东西也不少,具体要学的东西我都写在了上面的路线图,如果你能学完它们,你去就业和接私活完全没有问题。

2.视频教程

网上虽然也有很多的学习资源,但基本上都残缺不全的,这是我自己录的网安视频教程,上面路线图的每一个知识点,我都有配套的视频讲解。

内容涵盖了网络安全法学习、网络安全运营等保测评、渗透测试基础、漏洞详解、计算机基础知识等,都是网络安全入门必知必会的学习内容。

3.技术文档和电子书

技术文档也是我自己整理的,包括我参加大型网安行动、CTF和挖SRC漏洞的经验和技术要点,电子书也有200多本,由于内容的敏感性,我就不一一展示了。

4.工具包、面试题和源码

“工欲善其事必先利其器”我为大家总结出了最受欢迎的几十款款黑客工具。涉及范围主要集中在 信息收集、Android黑客工具、自动化工具、网络钓鱼等,感兴趣的同学不容错过。

还有我视频里讲的案例源码和对应的工具包,需要的话也可以拿走。

这些题目都是大家在面试深信服、奇安信、腾讯或者其它大厂面试时经常遇到的,如果大家有好的题目或者好的见解欢迎分享。

参考解析:深信服官网、奇安信官网、Freebuf、csdn等

内容特点:条理清晰,含图像化表示更加易懂。

内容概要:包括 内网、操作系统、协议、渗透测试、安服、漏洞、注入、XSS、CSRF、SSRF、文件上传、文件下载、文件包含、XXE、逻辑漏洞、工具、SQLmap、NMAP、BP、MSF…

img

本文转自 https://blog.csdn.net/wangluoanquan111/article/details/138602323?spm=1001.2014.3001.5502,如有侵权,请联系删除。

  • 28
    点赞
  • 27
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值