跳转至

MIUI冰箱adb管理员激活

# 查看当前管理用户
adb.exe shell pm list users

# 激活冰箱设备管理员
adb shell dpm set-device-owner com.catchingnow.icebox/.receiver.DPMReceiver

报错

java.lang.IllegalStateException: Not allowed to set the device owner because there are already some accounts on the device.

删除 999 账户,如果存在

adb shell pm remove-user 999

退出所有账号、卸载 microsoft word,Excel 软件,卸载支付宝,后面再装回来

评论