Decrypt FBE on 9.0 (backwards compatible)
Building in 9.0 may require you to add a flag to your twrp fstab with the fileencryption details like: fileencryption=ice:aes-256-heh Verify this against your device's stock fstab of course. Change-Id: If9286f5d5787280814daca9fbc8f5191ff26a839
This commit is contained in:
@@ -17,7 +17,11 @@
|
||||
#include "Ext4Crypt.h"
|
||||
#include "Decrypt.h"
|
||||
|
||||
#ifdef USE_KEYSTORAGE_3
|
||||
#include "KeyStorage3.h"
|
||||
#else
|
||||
#include "KeyStorage.h"
|
||||
#endif
|
||||
#include "Utils.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
Reference in New Issue
Block a user