J'essaie actuellement d'activer le cryptage complet du disque dans Android sur ma carte personnalisée. Quelques informations :
- La partition /data est la 4ème partition de ma carte SD.
- après la partition /data il y a >2MB d'espace libre
- la partition /data est ext4
Si je cours vdc cryptfs enablecrypto inplace 1234
Je reçois
logcat | grep crypt
E/Cryptfs ( 2407): Orig filesystem overlaps crypto footer region. Cannot encrypt in place.
Si je cours vdc cryptfs enablecrypto wipe 1234
Je reçois
device-mapper: table: 254:0: crypt: Error creating IV
device-mapper: ioctl: error adding target to table
device-mapper: table: 254:0: crypt: Error creating IV
device-mapper: ioctl: error adding target to table
device-mapper: table: 254:0: crypt: Error creating IV
device-mapper: ioctl: error adding target to table
device-mapper: table: 254:0: crypt: Error creating IV
device-mapper: ioctl: error adding target to table
device-mapper: table: 254:0: crypt: Error creating IV
device-mapper: ioctl: error adding target to table
device-mapper: table: 254:0: crypt: Error creating IV
device-mapper: ioctl: error adding target to table
device-mapper: table: 254:0: crypt: Error creating IV
device-mapper: ioctl: error adding target to table
device-mapper: table: 254:0: crypt: Error creating IV
device-mapper: ioctl: error adding target to table
device-mapper: table: 254:0: crypt: Error creating IV
device-mapper: ioctl: error adding target to table
device-mapper: table: 254:0: crypt: Error creating IV
device-mapper: ioctl: error adding target to table
et l'appareil redémarre ensuite...
Quelques informations complémentaires : fstab
cat /fstab.boundary
....
$BD4 /data ext4 nosuid,nodev,nodiratime,noatime,nomblk_io_submit,noauto_da_alloc,errors=panic wait,encryptable=footer
....
init.rc
cat /init.boundary.rc
...
mount_all /fstab.boundary
...
Capture d'écran de l'agencement de la partition :
Toute aide est la bienvenue.