adbshell⼩⽶⼿机_【ADB命令实战】免ROOT停⽤⼩⽶⼿机系
统应⽤
对于未解锁的⼿机,总存在那么⼀些我们⽤不到,甚⾄看都不想看到的应⽤,但是没办法卸载,在这⾥提供⼀些禁⽤掉这些应⽤的⽅法供参考:本内容是以⼩⽶的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 ail
停⽤电⼦邮件
adb shell pm disable-user com.xiaomi.gamecenter
adb shell pm disable-user com.xiaomi.gamecenter.sdk.service 停⽤游戏中⼼
adb shell pm disable-user ader
停⽤多看阅读
adb shell pm disable-user com.xiaomi.miplay_client
div与css的定义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 anpycharm添加解释器
adb shell pm disable-user an
停⽤【STK】【analytics】【Xman】【Yman】按任意键继续…
pause>nul
停⽤【⾕歌全家桶】 按任意键继续…
adb shell pm services
adb shell pm le.android.marvin.talkback
adb shell pm imeinitializer
adb shell pm shared特斯拉汽车
adb shell pm figupdater
adb shell pm
adb shell pm le.services源码论坛app
adb shell pm le.sconfig
adb shell pm s
adb shell pm le.android.gsf游戏辅助框架免root
adb shell pm le.android.partnersetup
adb shell pm le.endation
停⽤的部分系统应⽤在重启之后失效,⽐如MIUI系统的浏览器和⾳乐等核⼼应⽤,请知晓。
个人网页设计模板下载了怎么用
只要你知道系统的包名,⽐如⼩⽶⾳乐就是com.miui.player,你就可以使⽤adb shell pm disable-user 加包名来停⽤系统应⽤,番茄在这⾥祝你玩机愉快。
如果本条资源对你有帮助,可以点击下⽅【打赏】⽀持本站
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论