打开开发者模式,打开USB调试,授权电脑进行调试,先用以下命令查询一下是否正常读取到设备:
adb devices
结果出来有设备号就是连上了。接着↓
禁用纯净模式核心服务:
adb shell pm disable-user com.huawei.security.privacycenter
禁用华为应用市场:(如果以后都不用官方渠道更新的话禁)
adb shell pm disable-user com.huawei.appmarket
完成之后,重装软件试试。
PS:恢复的代码和之前一样就是disable改为enable,合并如下:
adb shell pm enable com.huawei.security.privacycenter
adb shell pm enable com.huawei.appmarket
3187

被折叠的 条评论
为什么被折叠?



