【adb】iqoo系统精简垃圾内置应用

免责声明

这个得谨慎点,虽然我验证过两部手机和不同版本的系统,但是总会有特殊的存在、

本教程来自于互联网搜集整理, 按照本教程造成的用户设备硬件或数据损失,本人概不承担任何责任,如您不同意此协议,请不要查阅以下教程,然后退出该页面。

背景

现在root麻烦了, 但是很多应用是可以通过adb卸载的。

列表

电脑cmd直接敲入

复制代码
adb shell pm uninstall --user 0 com.vivo.browser // 浏览器(头号垃圾),司马的内置主动上报接口,相关人员常回家看看啊。
adb shell pm uninstall --user 0 com.android.VideoPlayer // i视频
adb shell pm uninstall --user 0 com.vivo.space // vivo乐园
adb shell pm uninstall --user 0 com.vivo.game // 游戏中心
adb shell pm uninstall --user 0 com.baidu.input_vivo // 内置的百度输入法vivo版本
adb shell pm uninstall --user 0 com.vivo.dream.music // i 音乐(轻简约)

restricted

卸载音乐你可能碰到这个,顽固玩意儿

For Android 13 try:

adb shell service call package 131 s16 com.android.bbkmusic i32 0 i32 0

For Android 12 try:

adb shell service call package 134 s16 com.android.bbkmusic i32 0 i32 0

好吧,对于最新版橘子3系统无用, 旧版可以。 有新方法记得反馈下。

disable也不让。

最后一招,禁用它后台的一切活动, 这彼阳的晚意

复制代码
adb shell cmd appops set com.android.bbkmusic RUN_IN_BACKGROUND ignore
相关推荐
奔跑吧 android37 分钟前
【android bluetooth 协议分析 12】【A2DP详解 1】【车机侧蓝牙音乐免切源介绍】
android·bluetooth·bt·gd·a2dpsink·免切源·aosp14
飞猿_SIR2 小时前
Android Exoplayer多路不同时长音视频混合播放
android·音视频
前端懒猫2 小时前
android实现USB通讯
android
jiet_h3 小时前
Android锁
android
VirusVIP4 小时前
Windows CMD通过adb检查触摸屏Linux驱动是否被编译
linux·运维·adb
teacher伟大光荣且正确11 小时前
Qt Creator 配置 Android 编译环境
android·开发语言·qt
飞猿_SIR14 小时前
Android Exoplayer 实现多个音视频文件混合播放以及音轨切换
android·音视频
HumoChen9914 小时前
GZip+Base64压缩字符串在ios上解压报错问题解决(安卓、PC模拟器正常)
android·小程序·uniapp·base64·gzip
didiplus17 小时前
MySQL 8.0 OCP(1Z0-908)英文题库(31-40)
mysql·adb·ocp·数据库管理员·mysql认证
沙振宇18 小时前
【HarmonyOS】ArkTS开发应用的横竖屏切换
android·华为·harmonyos