手机预装软件在未root的情况下可以用 adb 命令卸载或停用,下面为步骤。
需要环境和软件:
adb是 Android sdk自带的一个文件包,如果你装了sdk可从下方目录中找到。如果你没有装sdk,可以直接从网上下载adb的压缩包。
1.手机连接电脑
打开开发者模式,开启Usb调试
2.adb连接
打开cmd窗口,进入adb所在目录 输入:
1.adb shell
2.adb devices
出现设备串号,说明已经连接到手机,如下: (此时手机会弹窗,允许此电脑进行调试)
3.Es文件浏览器查看包名
手机端打开Es文件浏览器,选择系统应用,点击想要卸载的应用查看包名
com.miui.hybrid.accessory
4.adb卸载、停用命令
(先输入adb shell 进入命令行)
卸载命令
3.pm uninstall -k --user 0 [包名]
停用命令
4.pm disable-user [包名]
5.卸载成功
成功会出现success字样
附录:
附上vivo的老型号手机,Funtouch OS系统的各种包名:
com.bbk.updater 系统升级
com.vivo.pushservice 推送引擎
com.android.packageinstaller 软件包安装
com.android.defcontainer 软件包权限
com.android.BBKTools 采集工具?
com.android.keychain 秘钥
com.vivo.safecenter 安全中心
com.vivo.wifi.networkdetect wifi诊断
com.vivo.Tips 使用技巧
com.vivo.globalsearch 全局搜索
com.vivo.browser 浏览器
com.vivo.childrenmode 儿童模式
com.chaozh.iReader 阅读
com.vivo.space 空间
com.android.bbkmusic 音乐
com.bbk.scene.tech x空间
com.bbk.account vivo账户
com.iqoo.secure 安全管家
com.ibimuyu.lockscreen 胀库锁屏
com.vivo.magazine 阅图锁屏
com.vivo.hybrid 应用引擎
com.android.providers.userdictionary 用户字典
com.vivo.vivokaraoke ktv
com.vivo.appfilter 管家服务插件
com.baidu.duersdk.opensdk vivo语音引擎
com.vivo.assistant 智能场景
com.vivo.game 游戏
com.bbk.cloud 云服务
com.vivo.email 电子邮件
com.android.VideoPlayer 视频
com.vivo.daemonService vivo服务
com.vivo.sdkplugin vivo服务插件
com.vivo.msgpush vivo消息推送
com.bbk.theme.resources vivowallpaper
com.vivo.bspservice vivotestservice
com.android.bbklog log信息采集
com.vivo.audiofx 音效设置
com.vivo.setupwizard ??
com.vivo.permissionmanager 权限管理
com.vivo.smartmultiwindow 智慧分屏
android.ext.services 安卓向上支持库
com.android.mtp mtp
com.vivo.devicereg 设备管理
org.simalliance.openmobileapi.service smartcard
com.android.printspooler 打印处理服务
pm uninstall -k --user 0 [包名] 卸载
pm disable-user [包名] 禁用
pm clear 删除
小米手机,miui各种包名:
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.baidu.input_mi (百度输入法小米版)
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 (动态壁纸获取)
下方这些会卡米,不懂的话不要卸载:
com.miui.cloudservice (小米云服务)
com.xiaomi.account (小米账户)
com.android.updater (系统更新)
com.miui.cloudbackup (云备份)
com.xiaomi.market (应用市场)
若在使用以上 adb 命令删除时出现「not installed for 0」错误,则可以尝试下面的命令:
adb pm uninstall -k --user 0 package:<包名>
最后推荐用 MIUI 的同学刷到 欧盟的 EU版,没有广告和国产恶心人的预装,清爽且内置必要的谷歌套件,真的超级好用,还去除了卡米限制。 请抛弃大陆系统
|