与此处的问题类似,我正在尝试在三星 XCover4 上使用 adb 设置设备所有者
虽然恢复出厂设置后设备上没有帐户,但调用
adb shell dpm set-device-owner
仍然因Not allowed to set the device owner because there are already some accounts on the device
错误而失败。
这在我尝试过的其他“纯安卓”设备上运行良好,所以我猜测三星在设置过程中以某种方式设置了所有者。
有没有办法避免这种情况?