ADB命令卸载安卓内置软件(mac和windows)三星手机为例

ADB(Android Debug Bridge)是Android官方提供的用于连接、调试Android设备的工具。通过ADB,开发者可以在电脑上通过命令行对手机进行各种操作,包括卸载系统应用。

系统应用是由厂商或者系统开发者预装在Android系统中的应用程序,通常占用较多的存储空间。有些系统应用我们可能根本用不到,却无法直接卸载,因此卸载系统应用可以释放存储空间,提升手机性能。

电脑必须安装手机的驱动

windows系统 点击下载:adb-fastboot-v4

如果是32位操作系统的话,
1.将里面名称中含有adb.exe和fastboot.exe都复制到 c:/windows/system32 ,

2.然后再将名称中含有adb的所有文件和libwinpthread-1.dll复制到 c:/windows/system

如果您是64位的话,除了32位系统要做的外,还需要将所有名字含adb的文件和libwinpthread-1.dll放Windows/SysWOW64下

mac 系统

1,访问这个网址https://developer.android.com/studio/releases/platform-tools?hl=zh-cn, 然后下载 Mac 的 SDK Platform-Tools ,会得到个压缩包,然后直接解压

2,打开mac的终端,然后输入如下代码

export PATH=${PATH}:~/Downloads/platform-tools

(输入完不要关闭终端,直接按照下面的流程走,如果关了也不要紧重新输入一遍就好)

3,这样adb就好了,此时不要关闭终端,输入

adb --version

检测,adb是否安装完成,如果完成了会显示类似下图结果

ADB命令卸载安卓内置软件(mac和windows)三星手机为例

连接电脑

1.手机必须进入开发者模式。

2.手机必须打开USB调试模式(当然卸载完成后这些都是可以关闭的)。

3.手机用数据线链接电脑,如果手机有弹窗则一直点击【是✓】就好了。

有一个弹窗一定要注意,【是否允许该电脑调试手机】点击【一直允许】

4.手机连接电脑,PC上打开命令提示符,如果是mac电脑就打开终端,输入命令:

查看设备连接:adb devices

输入上面的命令,如果显示下面的,就是链接成功了。

ADB命令卸载安卓内置软件(mac和windows)三星手机为例

卸载软件命令

卸载软件主要使用adb的软件包管理器(pm)相关命令,具体使用了listuninstall命令。

(一)查询手机中安装了那些应用程序

通过命令行终端进入平台工具目录,输入命令adb shell pm list packages会展示出手机中安装的所以应用的包名。也可以在命令后添加包名前缀进行过滤,例如输入命令adb shell pm list packages com.samsung 会列出手机中三星预安装的应用包名。

ADB命令卸载安卓内置软件(mac和windows)三星手机为例

(二)卸载应用

通过命令行终端进入平台工具目录,输入命令adb shell pm uninstall --user 0 <package>即可卸载,其中package是应用对应的包名。例如卸载华为应用市场,可以输入如下命令: adb shell pm uninstall --user 0 com.samsung.android.game.gos

随后输出 Success 表示卸载成功。

ADB命令卸载安卓内置软件(mac和windows)三星手机为例

如果想恢复就 adb shell cmd package install-existing 包名即可


三星oneui的一些系统软件

//三星游戏中心推荐卸载 com.samsung.android.game.gamehome
//三星语音输入法推荐卸载 com.samsung.android.svoiceime
//搜狗输入法三星版推荐卸载 com.sohu.inputmethod.sogou.samsung

可以卸载的内置应用
pm uninstall –user 0 com.sohu.inputmethod.sogou.samsung
搜狗输入法三星版

pm uninstall –user 0 com.samsung.android.svoiceime
三星语音输入法

pm uninstall –user 0 com.samsung.android.game.gamehome
三星游戏中心

pm uninstall –user 0 com.samsung.android.app.searchwidget
桌面搜索

pm uninstall –user 0 com.sec.android.yellowpage
黄页

pm uninstall –user 0 com.samsung.android.app.galaxyfinder
搜索

pm uninstall –user 0 com.google.android.apps.pdfviewer
Google PDF查看器

pm uninstall –user 0 com.samsung.android.app.spage
Bixby 主页

pm uninstall –user 0 com.samsung.hongbaoassistant
红包助手

pm uninstall –user 0 com.samsung.android.arzone
AR 区

pm uninstall –user 0 com.samsung.android.video
视频播放器

pm uninstall –user 0 com.sec.android.app.sbrowser
三星浏览器

pm uninstall –user 0 com.samsung.android.aremojieditor
动态萌拍编辑器

pm uninstall –user 0 com.samsung.android.aremoji
动态萌拍

pm uninstall –user 0 com.samsung.android.livestickers
装饰图片

pm uninstall –user 0 com.samsung.app.highlightplayer
创建电影

pm uninstall –user 0 com.sec.android.app.vepreload
视频编辑器

pm uninstall –user 0 com.samsung.app.newtrim
视频剪辑器

pm uninstall –user 0 com.samsung.android.ardrawing
AR 涂鸦

pm uninstall –user 0 com.sec.android.app.shealth
三星健康

pm uninstall –user 0 com.sec.android.app.ve.vebgm
选择背景音乐

pm uninstall –user 0 com.tencent.mm.wxa.sce
微信小程序

pm uninstall –user 0 com.sec.android.mimage.avatarstickers
动态萌拍贴纸

pm uninstall –user 0 com.samsung.android.app.simplesharing
链接分享

pm uninstall –user 0 com.samsung.android.themestore
主题商店

pm uninstall –user 0 com.samsung.android.app.tips
提示

pm uninstall –user 0 com.sec.android.app.magnifier
放大镜

pm uninstall –user 0 com.samsung.android.oneconnect
Samsung Connect

pm uninstall –user 0 com.samsung.android.scloud
三星云

pm uninstall –user 0 com.samsung.android.visionintelligence
Bixby 视觉

pm uninstall –user 0 com.sec.android.app.kidshome
Samsung Kids

pm uninstall –user 0 com.samsung.android.bixbytouch
Bixby 识屏

pm uninstall –user 0 com.samsung.SMT
三星文字转语音引擎

pm uninstall –user 0 com.samsung.android.bixbyvision.framework
BixbyVision Framework

pm uninstall –user 0 com.sec.android.app.desktoplauncher
Samsung DeX 主屏幕

pm uninstall –user 0 com.samsung.desktopsystemui
Samsung DeX 系统 UI

pm uninstall –user 0 com.sec.android.desktopmode.uiservice
Samsung DeX

pm uninstall –user 0 com.sec.android.app.dexonpc
电脑版 DeX

pm uninstall –user 0 com.samsung.android.rubin.app
个性化服务

pm uninstall –user 0 com.google.ar.core
Google Play Services for AR

pm uninstall –user 0 com.google.audio.hearing.visualization.accessibility.scribe
实时转写和声音通知

pm uninstall –user 0 com.samsung.android.cmccbusinesshall
中国移动掌厅

pm uninstall –user 0 com.samsung.knox.securefolder
安全文件夹

pm uninstall –user 0 com.google.android.as
设备个性化服务

新增:

*******************包名***********************
com.sec.android.app.sbrowser#浏览器
com.samsung.android.arzone#AR
com.sohu.inputmethod.sogou.samsung#搜狗输入法
com.samsung.android.svoiceime#语音输入法
com.samsung.android.app.galaxyfinder#搜索
com.samsung.android.kidsinstaller#儿童
com.samsung.android.app.camera.sticker.facearavatar.preload#儿童之家角色
com.samsung.hongbaoassistant#红包助手
com.sec.spp.push#Samsung PUSH `推送广告`
com.sec.android.cover.ledcover#三星led保护套
com.samsung.android.dynamiclock#三星锁屏智能壁纸
com.samsung.android.aremoji#动态萌拍
com.samsung.android.game.gametools#游戏助推器
com.samsung.android.game.gos#游戏优化
com.sec.android.app.desktoplauncher#Samsung DEX主屏幕
com.sec.android.app.dexonpc#PC DEX
com.samsung.desktopsystemui#Samsung DEX UI
com.sec.android.desktopmode.uiservice#Samsung DEX

bixby程序
com.samsung.android.app.spage#Bixby主页
com.samsung.android.bixbytouch #bix识屏
com.samsung.android.bixby.service#Bixby服务
com.samsung.android.bixby.wakeup#语音唤醒
com.samsung.android.bixby.agent#Bixby语音,卸载后Bixby键无法使用
com.samsung.systemui.bixby2
com.samsung.android.app.settings.bixby
com.samsung.android.bixbyvision.framework #bixby视觉

com.samsung.android.service.peoplestripe #侧屏人物插件
com.samsung.android.app.taskedge#侧屏tasks插件)
com.samsung.android.app.clipboardedge#侧屏剪切板插件)

*******************包名**********************
com.samsung.android.beaconmanager#三星物联
com.samsung.android.spayfw#Samsung pay服务 谨慎
com.samsung.android.spay#Samsung pay谨慎
com.sec.android.app.billing#三星结账台
com.sec.android.inputmethod#三星键盘
com.samsung.android.mtpshareapp#分享至电脑
com.samsung.android.da.daagent#应用分身
com.sec.android.app.samsungapps#应用商店
com.sec.android.widgetapp.webmanual#盖乐世精选小组件
com.samsung.android.mdx.quickboard#媒体和设备
com.samsung.android.pushservice#推送服务(谨慎 三星云同步不了)
com.sec.android.yellowpage#黄页 谨慎,短信黄页
com.samsung.SMT#三星文字转语音

*******************包名**********************
SAMSUNG PASS / PAY
com.samsung.android.samsungpassautofill
com.samsung.android.authfw
com.samsung.android.samsungpass
com.samsung.android.spay
com.samsung.android.spayfw

如果想恢复就adb shell cmd package install-existing 包名即可

自己搬砖自用留档。

© 文章系本站作者 飞牛 原创发布于「飞牛士 FeiNews」,文章授权后方可转载,请勿侵权!

(3)

猜你喜欢

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注