Adb删除手机自带软件报错
adb删除手机自带软件报错
- what: adb删除手机自带软件报错
- where: x86
- when: 2022.3.27
- who: jrt
- why: 记录
- how:
报错描述
PS C:\Users\Administrator> adb shell pm uninstall -k --user 0 com.miui.miservice
error: device unauthorized. Please check the confirmation dialog on your device.
PS C:\Users\Administrator>
报错解决
1.执行命令*(执行完,不要关闭cmd命令框)
adb nodaemon server
2.新启一个命令框
PS C:\Users\Administrator> adb shell pm uninstall -k --user 0 com.miui.miservice
Success
PS C:\Users\Administrator>