不允许设置设备所有者
Not allowed to set the device owner
我知道有人问我问题,但我无法获得设备所有权。
我用的是 android 7.0 的三星 xcover 4。
我启动这个命令:
C:\Users\xxx\AppData\Local\Android\Sdk\platform-tools>adb shell dpm set-device-owner org.wso2.iot.system.service/.ServiceDeviceAdminReceiver
我收到这个错误:
java.lang.IllegalStateException: Not allowed to set the device owner because the
re are already some accounts on the device
at android.os.Parcel.readException(Parcel.java:1701)
at android.os.Parcel.readException(Parcel.java:1646)
at android.app.admin.IDevicePolicyManager$Stub$Proxy.setDeviceOwner(IDev
icePolicyManager.java:6067)
at com.android.commands.dpm.Dpm.runSetDeviceOwner(Dpm.java:148)
at com.android.commands.dpm.Dpm.onRun(Dpm.java:96)
at com.android.internal.os.BaseCommand.run(BaseCommand.java:51)
at com.android.commands.dpm.Dpm.main(Dpm.java:41)
at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:316)
已恢复出厂设置。
我还禁用并卸载了所有应用程序,但仍然没有成功。任何解决方案?
谢谢
如错误所述
because there are already some accounts on the device
转到设置 -> 帐户并删除所有帐户(如 Gmail、Facebook 等)。当没有更多帐户时,请重试。
我知道有人问我问题,但我无法获得设备所有权。
我用的是 android 7.0 的三星 xcover 4。
我启动这个命令:
C:\Users\xxx\AppData\Local\Android\Sdk\platform-tools>adb shell dpm set-device-owner org.wso2.iot.system.service/.ServiceDeviceAdminReceiver
我收到这个错误:
java.lang.IllegalStateException: Not allowed to set the device owner because the
re are already some accounts on the device
at android.os.Parcel.readException(Parcel.java:1701)
at android.os.Parcel.readException(Parcel.java:1646)
at android.app.admin.IDevicePolicyManager$Stub$Proxy.setDeviceOwner(IDev
icePolicyManager.java:6067)
at com.android.commands.dpm.Dpm.runSetDeviceOwner(Dpm.java:148)
at com.android.commands.dpm.Dpm.onRun(Dpm.java:96)
at com.android.internal.os.BaseCommand.run(BaseCommand.java:51)
at com.android.commands.dpm.Dpm.main(Dpm.java:41)
at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:316)
已恢复出厂设置。 我还禁用并卸载了所有应用程序,但仍然没有成功。任何解决方案? 谢谢
如错误所述
because there are already some accounts on the device
转到设置 -> 帐户并删除所有帐户(如 Gmail、Facebook 等)。当没有更多帐户时,请重试。