-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Protect a device: sentry or wasted? #27
Comments
I've played around with this and the only way to remove active admin that doesn't have the You can try this deprecated API to see if it works on your device: https://developer.android.com/reference/android/app/admin/DevicePolicyManager#clearDeviceOwnerApp%28java.lang.String%29 Source: https://stackoverflow.com/questions/49128293/how-to-remove-set-device-owner-in-android-dpm |
Thank you for your reply. Lineage os 20 aka android 13 uses API level 33. I unpacked the apk with apktool and can confirm that there is no android:testOnly="true" in the manifest. I have tried to add it and rebuild, but I cannot install the package. |
dev should add a different app signed with the same keys and this android:testOnly="true" flag in the manifest, to make it removable |
The application needs to be installed with adb using "adb install -t sentry.apk". Also make sure that you signed the apk file. |
won't work because signing certificate will be different |
@x13a can you provide a signed apk with |
@aly-k ok, will add soon |
Thanks! |
app-release.apk.zip |
@x13a Thanks for providing the build. Unfortunately, The update fails with error code |
Hi,
I just found sentry and found out that it is written by the same developer as wasted. I have a device with lineage os 13 rooted with magisk and no google services, so I'm looking for a way to protect it in case of loss.
On sentry safe boot, USB data signalling and controller are disabled and I can't access them.
Thank you
Edit: I already tried with this and by removing all admin apps.
The text was updated successfully, but these errors were encountered: