Encryption is not working in CM 12.1 but I found this terminal command that manually encrypts the data partition.
vdc cryptfs enablecrypto wipe password $(head -1 | tr -d '\n' | hexdump -ve '1/1 "%.2x"')
Seems to work.. Is there a way to apply this command to my other partitions?
vdc cryptfs enablecrypto wipe password $(head -1 | tr -d '\n' | hexdump -ve '1/1 "%.2x"')
Seems to work.. Is there a way to apply this command to my other partitions?
No comments:
Post a Comment