Skip to content
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

Unable to Access Hail App After Fingerprint Scanner Broken on my Unrooted Android #283

Open
rsyqvthv opened this issue Dec 1, 2024 · 2 comments

Comments

@rsyqvthv
Copy link

rsyqvthv commented Dec 1, 2024

My mobile is not rooted; I set Hail as the owner to freeze apps. For convenience, I used fingerprint authentication to access Hail. However, an incident has damaged the fingerprint functionality of my phone, and now I am unable to enter Hail. Is there any way I can regain access to Hail?

I've tried using adb shell dpm remove-active-admin com.aistra.hail/.receiver.DeviceAdminReceiver, but it returned a plethora of error messages.

20241201_204357

@zelodev
Copy link

zelodev commented Dec 8, 2024

compile with the line android:testOnly="true" placed in the manifest, then install and use the command you described above

@rsyqvthv
Copy link
Author

rsyqvthv commented Dec 8, 2024

Thank you for your guidance. I am not a developer, but with the assistance of several AI tools, I have finally set up the build environment. I've added android:testOnly="true" to the AndroidManifest.xml and included android.injected.testOnly=true in gradle.properties to ensure the XML setting isn't overridden. Apart from this, I haven't altered anything else.

Ultimately, I managed to compile an APK, which is significantly larger than the release version, at 17.5M versus 3.95M. However, when I attempted to install it, I received the message "app not installed as package appears to be invalid". I'm at a complete loss as to what could have gone wrong. Could you offer any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants