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

Can't fake encryption for Health Connect #1

Open
mvildosolae opened this issue Oct 28, 2024 · 1 comment
Open

Can't fake encryption for Health Connect #1

mvildosolae opened this issue Oct 28, 2024 · 1 comment

Comments

@mvildosolae
Copy link

Google's Health Connect app requires encryption, but this module can't fake it.

It seems to check encryption in a different way than just checking the prop.

I tried snooping around with apktool, and Health Connect seems to call this method from DevicePolicyManager:

invoke-virtual {v0}, Landroid/app/admin/DevicePolicyManager;->getStorageEncryptionStatus()I

Perhaps something else could be done to trick it? Or maybe the answer lies in modding Health Connect instead.

@ThePieMonster
Copy link
Owner

Hello @mvildosolae.
I just ran through the setup of Google Fit and Google Health Connect and I could use this fine.
I am using a device setup that does support encryption (One Plus 7 Pro w/ TWRP) and have this module installed.
I am not sure what issue you are facing but you will need to share a screenshot at the very least and even better if you can take a logcat dump.

Screenshot

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