对于未解锁的手机,总存在那么一些我们用不到,甚至看都不想看到的应用,但是没办法卸载,在这里提供一些禁用掉这些应用的方法供参考:本内容是以小米的MIUI系统为例,其他品牌机型不确保可以成功,毕竟系统应用的包名是不一样的,需要自己去发现.
1. 打开开发者模式里面的点击下载
3. 双击打开 打开CMD命令行.bat 然后输入需要的命令即可。
ADB命令参考
1.获取设备状态
输入db get-state 回车
device:设备正常连接
offline:连接出现异常,设备无响应
unknown:没有连接设备
2.查看系统应用
查看所有应用:adb shell pm list packages
查看系统应用:adb shell pm list packages -s
查看用户应用:adb shell pm list packages -3
3.查看禁用的系统应用命令
先输入ADB-tools> adb shell
HWEVR:/ $ pm list packages -s -d 回车
再输入pm list packages -s -d 回车
4.重启命令
重启手机:adb reboot
重启到recovery:adb reboot recovery
重启到fastboot:adb reboot fastboot
5.禁用、启用、删除应用的命令
禁用程序为adb shell pm disable-user+空格+程序名;
启用程序为adb shell pm enable+空格+程序名;
删除程序为adb shell pm uninstall –user 0+空格+程序名
下面执行停用系统应用adb命令等,只需要输入adb开头的命令即可实现相关功能,命令下面的是具体解释。
adb shell pm disable-user com.miui.analytics
停用广告模块
adb shell pm disable-user com.miui.systemAdSolution
停用广告模块
adb shell pm disable-user com.xiaomi.ab
停用广告模块
adb shell pm disable-user com.miui.fmservice
停用收音机
adb shell pm disable-user com.android.htmlviewer
停用HTML查看器
adb shell pm disable-user com.miui.hybrid.accessory
停用快应用
adb shell pm disable-user com.miui.hybrid
停用快应用
adb shell pm disable-user com.miui.bugreport
停用用户反馈
adb shell pm disable-user com.miui.miservice
停用服务和反馈
adb shell pm disable-user com.android.browser
停用浏览器
adb shell pm disable-user com.android.quicksearchbox
停用搜索
adb shell pm disable-user com.miui.video
停用视频
adb shell pm disable-user com.miui.player
停用音乐
adb shell pm disable-user com.xiaomi.market
停用应用商店
adb shell pm disable-user com.android.email
停用电子邮件
adb shell pm disable-user com.xiaomi.gamecenter
adb shell pm disable-user com.xiaomi.gamecenter.sdk.service
停用游戏中心
adb shell pm disable-user com.duokan.reader
停用多看阅读
adb shell pm disable-user com.xiaomi.miplay_client
adb shell pm disable-user com.mipay.wallet
停用小米钱包、支付
adb shell pm disable-user com.mi.health
停用小米健康
adb shell pm disable-user com.sohu.inputmethod.sogou.xiaomi
停用搜狗输入法
adb shell pm disable-user com.android.stk
adb shell pm disable-user com.miui.analytics
adb shell pm disable-user com.miui.xman
adb shell pm disable-user com.miui.yman
停用【STK】【analytics】【Xman】【Yman】按任意键继续…
pause>nul
停用【谷歌全家桶】 按任意键继续…
adb shell pm disable-user com.google.android.ext.services
adb shell pm disable-user com.google.android.marvin.talkback
adb shell pm disable-user com.google.android.onetimeinitializer
adb shell pm disable-user com.google.android.ext.shared
adb shell pm disable-user com.google.android.configupdater
adb shell pm disable-user com.google.ar.core
adb shell pm disable-user com.google.android.overlay.modules.ext.services
adb shell pm disable-user com.google.android.overlay.gmsconfig
adb shell pm disable-user com.google.android.gms
adb shell pm disable-user com.google.android.gsf
adb shell pm disable-user com.google.android.partnersetup
adb shell pm disable-user com.google.android.printservice.recommendation
停用的部分系统应用在重启之后失效,比如MIUI系统的浏览器和音乐等核心应用,请知晓。
只要你知道系统的包名,比如小米音乐就是com.miui.player,你就可以使用adb shell pm disable-user 加包名来停用系统应用,番茄在这里祝你玩机愉快。
如果本条资源对你有帮助,可以点击下方【打赏】支持本站
作者:番茄小子,如若转载,请注明出处:https://www.jkmeng.cn/9156.html