You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: