GloDroid / glodroid_manifest

Android port that aims to bring both user- and developer-friendly experience in using AOSP with a set of single-board computers (SBC), phones and other devices.
472 stars 66 forks source link

GloDroid v0.7.4 on PinePhone v1.2: phone claims to be encrypted after installation, even when no password or PIN is configured yet #197

Closed volkertb closed 1 year ago

volkertb commented 2 years ago

See my complete list of test findings (with some extra info) in this discussion: https://github.com/GloDroid/glodroid_manifest/discussions/195

volkertb commented 2 years ago

Tested this with v0.7.5. It has the same issue.

herbsmn commented 2 years ago

Tested with v0.8.1 and the issue is still happening.

rsglobal commented 2 years ago

GloDroid has FBE (File-Based Encryption) enabled by default for all boards. Probably the 'encrypted' label related to that?

What is the expected behavior?

herbsmn commented 2 years ago

You're correct. It looks like @volkertb and I were expecting it to be like full-disk encryption, which was disabled in Android 13. https://source.android.com/docs/security/features/encryption/full-disk

Seems like this issue can be closed.