I've been trying to figure out if f2fs encryption is actually supported in android 5.0+ according to this website:
https://source.android.com/security/encryption/
Every time I try to encrypt my phone and the data partition is f2fs, the encryption process fails and android cries about me removing all data and starting over. Is there some sort of condition that I'm missing for encryption to work or is there a method outside the normal procedures that needs to be done in order to achieve success? I have no issues using adb to issue the commands if need be and I'm familiar with basic linux commands to get the job done (I am currently using Arch Linux as I'm typing this up). Is this something that the kernel has to support or is it on an OS level? According to Google, it should already be supported and I believe that document implies that the Qualcomm chip should also be used for speed with the file system.
Thanks for any help that can be given on this quest of frustration.
https://source.android.com/security/encryption/
Every time I try to encrypt my phone and the data partition is f2fs, the encryption process fails and android cries about me removing all data and starting over. Is there some sort of condition that I'm missing for encryption to work or is there a method outside the normal procedures that needs to be done in order to achieve success? I have no issues using adb to issue the commands if need be and I'm familiar with basic linux commands to get the job done (I am currently using Arch Linux as I'm typing this up). Is this something that the kernel has to support or is it on an OS level? According to Google, it should already be supported and I believe that document implies that the Qualcomm chip should also be used for speed with the file system.
Thanks for any help that can be given on this quest of frustration.