-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Device Owner not working as expected #282
Comments
I am also experiencing this issue on a non-rooted Pixel 8 with GrapheneOS. Here is my full terminal output:
|
FYI I found out that Hail instructions are a bit misleading: Basically the cleaner solution I've found (inspired by this discussion) was:
So what I ended up doing after was:
Footnotes
|
Maybe I misunderstand Android settings,
but when I go to
Settings > Security & privacy > More security & privacy > Device admin apps
, I can see thatHail
isenabled
.Isn't it the same thing as "Device owner"?
If I run
adb shell dpm set-device-owner com.aistral.hail/.receiver.DeviceAdminReceiver
I get:So it looks like it's already set, although those 2 error messages seem to contradict themselves..
I saw I might be able to reset the device owner with a factory reset, but not sure it will work, and I don't really want to factory reset my phone.
I'd like to avoid rooting the device just for this app if possible?
Thanks!
The text was updated successfully, but these errors were encountered: