If occurred "RuntimeException: Unable to set Dhizuku as device owner" #126
s1204IT
started this conversation in
Show and tell
Replies: 1 comment
-
|
Actually, another plausible cause is disabled apps holding onto old references to the account. A useful command to check is: adb shell dumpsys account listand also: adb shell dumpsys user | grep 'UserInfo{'For more details, see here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Result example:
If occurred this, basically give up.
For this reason, the feature
android.software.device_adminis required.If you want to add this feature manually, you can make it work by adding this file to
/system/etc/permissions/.However, as the path suggests, this is not an area that users can directly write to, so you will have to give up on this.
At least, this is what I proofed with MagiskOnWSA.
LSPosed/MagiskOnWSALocal@dfcb381
Beta Was this translation helpful? Give feedback.
All reactions