当前位置: 首页 > news >正文

荣耀手机卸载应用商店、快应用中心等系统自带的

1.下载abd

ADB Download - Get the latest version of ADB and fastboot

2.手机打开开发者选项

3.手机接电脑打开USB调试

4.下载MT管理器查看系统包名

D:\1.LFD\ADB\platform-tools-latest-windows\platform-tools>adb shell
adb.exe: no devices/emulators found  这边是因为接了电脑,但是没开USB调试

D:\1.LFD\ADB\platform-tools-latest-windows\platform-tools>netstat -ano | findstr :5037
  TCP    127.0.0.1:5037         0.0.0.0:0              LISTENING       18704

D:\1.LFD\ADB\platform-tools-latest-windows\platform-tools>adb kill-server

D:\1.LFD\ADB\platform-tools-latest-windows\platform-tools>adb start-server
* daemon not running; starting now at tcp:5037
* daemon started successfully

D:\1.LFD\ADB\platform-tools-latest-windows\platform-tools>adb shell
adb.exe: no devices/emulators found

D:\1.LFD\ADB\platform-tools-latest-windows\platform-tools>adb shell
HNLSA:/ $ pm uninstall -k --user 0 com.huawei.appmarket    这边是删除荣耀应用商店,我去,删除失败,荣耀偷偷改了包名
Failure [not installed for 0]
1|HNLSA:/ $ pm uninstall -k --user 0 com.huawei.appmarket
Failure [not installed for 0]
1|HNLSA:/ $ pm uninstall -k --user 0 com.hihonor.appmarket   这个才是荣耀应用商店的包名
Success
HNLSA:/ $ pm uninstall -k --user 0 com.huawei.fastapp  删除快应用中心
Success
HNLSA:/ $ pm uninstall -k --user 0 com.hihonor.quickengine  删除荣耀快应用中心
Success
HNLSA:/ $

http://www.dtcms.com/a/75841.html

相关文章:

  • Linux 命令:按内存使用大小排序查看 PID 的完全指南
  • Swift实战(微调多模态模型Qwen2.5 vl 7B)
  • 基于香橙派 KunpengPro学习CANN(3)——pytorch 模型迁移
  • JavaScript基础-获取元素
  • Shell脚本中的弱治简写
  • 平衡树的模拟实现
  • Golang开发
  • ROS合集(一)ROS常见命令及其用途
  • springboot多种生产打包方式教程
  • 循环神经网络中用到的概率论知识
  • YOLOv8 OBB 旋转目标检测模型详解与实践
  • 59. 螺旋矩阵 II
  • 深度洞察:特种设备作业考试的核心要点与备考策略
  • 蓝桥杯 修剪灌木
  • opencv初步学习——图像处理3
  • LeetCode BFS层序遍历树
  • 工作记录 2017-02-04
  • 【css酷炫效果】纯CSS实现照片堆叠效果
  • 2025年通信安全员考试题库及答案
  • xxl-job 执行器端服务器的简单搭建
  • OneCyber 平台
  • 杨校老师课堂之编程入门与软件安装【图文笔记】
  • 将Django连接到mysql
  • numpy学习笔记8:数组属性和基础操作的详细描述
  • C++中pow函数的作用是什么,如何使用它?
  • Etcd 服务搭建
  • 【YOLOv8】YOLOv8改进系列(8)----替换主干网络之Swin Transformer
  • 网络编程day2
  • C++中的左移(<<)、右移(>>)运算符
  • Java数据类型 Arrays VS ArraysList VS LikedList 解析