この構文ってどうすればDeviceOwnerが使用できますか?java.lang.IllegalStateException: Not allowed to set the device owner because there are already some accounts on the device -- バカですが 2022-02-26 (土) 22:46:15
some accounts on the device と書いてあるので、設定→アカウントと行ったところにあるアカウントを選択して「アカウントの削除」を選択しましょう。※全部消しましょう そしてもう一度実行してみればできると思います。できたらもう一度アカウントにログインしなおすなりなんなりしてください -- Nm12 2022-02-26 (土) 23:42:30
CPad Customize ToolにDevice Ownerの機能を許可するためadb shell dpm set-device〜と記事掲載のadbコマンドを打ち込んだら java.lang.IllegalStateException: Not allowed to set the device owner because there are already some accounts on the device at android.os.Parcel.createException(Parcel.java:1958) at android.os.Parcel.readException(Parcel.java:1918) at android.os.Parcel.readException(Parcel.java:1868) at android.app.admin.IDevicePolicyManager$Stub$Proxy.setDeviceOwner(IDevicePolicyManager.java:5863) at com.android.commands.dpm.Dpm.runSetDeviceOwner(Dpm.java:176) at com.android.commands.dpm.Dpm.onRun(Dpm.java:106) at com.android.internal.os.BaseCommand.run(BaseCommand.java:54) 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:340) Caused by: android.os.RemoteException: Remote stack trace: at com.android.server.devicepolicy.DevicePolicyManagerService.enforceCanSetDeviceOwnerLocked(DevicePolicyManagerService.java:7895) at com.android.server.devicepolicy.DevicePolicyManagerService.setDeviceOwner(DevicePolicyManagerService.java:7185) at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:1095) at android.os.Binder.execTransact(Binder.java:731) と返され、アプリを見ても許可されていませんでした。どうしたらよろしいでしょうか? -- 名無し 2023-02-25 (土) 15:45:31
at android.os.Parcel.createException(Parcel.java:1958) at android.os.Parcel.readException(Parcel.java:1918) at android.os.Parcel.readException(Parcel.java:1868) at android.app.admin.IDevicePolicyManager$Stub$Proxy.setDeviceOwner(IDevicePolicyManager.java:5863) at com.android.commands.dpm.Dpm.runSetDeviceOwner(Dpm.java:176) at com.android.commands.dpm.Dpm.onRun(Dpm.java:106) at com.android.internal.os.BaseCommand.run(BaseCommand.java:54) 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:340) Caused by: android.os.RemoteException: Remote stack trace: at com.android.server.devicepolicy.DevicePolicyManagerService.enforceCanSetDeviceOwnerLocked(DevicePolicyManagerService.java:7895) at com.android.server.devicepolicy.DevicePolicyManagerService.setDeviceOwner(DevicePolicyManagerService.java:7185) at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:1095) at android.os.Binder.execTransact(Binder.java:731) -- railroad_crossing 2023-04-01 (土) 15:21:58