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

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:/ $

相关推荐
mit6.8242 小时前
[手机AI开发sdk] 模型冻结&解冻.pb | `aidlite`加速AI模型
人工智能·智能手机
nono牛1 天前
MTK平台详解`ro.boot.serialno` 的实现流程 adb devices输出序列号
adb·智能手机
JoyCong19981 天前
手机、平板、电脑如何投屏画面到电视?ToDesk远程控制TV版教程分享
智能手机·电脑
Digitally2 天前
如何用5种实用方法将电脑上的音乐传输到安卓手机
android·智能手机·电脑
wanhengidc2 天前
云手机的基本原理
运维·服务器·游戏·智能手机·云计算
AIminminHu2 天前
系列文章<八>(从LED显示屏的Gamma过曝问题问题到手机影像):从LED冬奥会、奥运会及春晚等大屏,到手机小屏,快来挖一挖里面都有什么
智能手机·gamma校正·gamma·gamma过曝
飞睿科技2 天前
超越蓝牙与Wi-Fi,UWB技术如何解锁手机下一波创新浪潮?
嵌入式硬件·物联网·智能手机·uwb
wanhengidc2 天前
云手机畅玩 梦幻西游
运维·服务器·arm开发·智能手机·自动化
夏婵语冰2 天前
手机轻松控制电脑:局域网内远程操控B站/抖音实战教程
智能手机·手机轻松控制电脑·局域网内远程操控b站·局域网内远程操控抖音
程序员杰哥2 天前
Fiddler抓包手机和部分app无法连接网络问题
自动化测试·软件测试·python·测试工具·智能手机·fiddler·测试用例