Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit bfb5fe5e authored by steadfasterX's avatar steadfasterX 😁
Browse files

j5y17lte: disable FBE decryption support



decrypting exynos devices are not supported by TWRP (yet)

Signed-off-by: default avatarsteadfasterX <steadfasterX@gmail.com>
parent d55a73c9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -45,9 +45,9 @@ TARGET_NO_BOOTLOADER := true
TARGET_NO_RADIOIMAGE := true

# Crypto
TW_INCLUDE_CRYPTO := true
TW_INCLUDE_CRYPTO_FBE := true
TW_INCLUDE_FBE := true
# Samsung exynos decrypt won't work here
#TW_INCLUDE_CRYPTO := true
#TW_INCLUDE_CRYPTO_FBE := true

# Kernel
TARGET_KERNEL_ARCH := arm64
+2 −1
Original line number Diff line number Diff line
@@ -21,7 +21,8 @@
/recovery	    emmc	/dev/block/platform/13540000.dwmmc0/by-name/RECOVERY    flags=display="Recovery";backup=1
/system	        ext4	/dev/block/platform/13540000.dwmmc0/by-name/SYSTEM      flags=display="System";backup=1
/system_image   emmc    /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM		flags=display="System_image";backup=1;flashimg=1
/data		    ext4	/dev/block/platform/13540000.dwmmc0/by-name/USERDATA    flags=display="Internal Storage";encryptable=footer;length=-20480;fileencryption=aes-256-xts
#/data		    ext4	/dev/block/platform/13540000.dwmmc0/by-name/USERDATA    flags=display="Internal Storage";encryptable=footer;length=-20480;fileencryption=aes-256-xts:aes-256-cts
/data		    ext4	/dev/block/platform/13540000.dwmmc0/by-name/USERDATA    flags=display="Internal Storage"
/modem		    emmc	/dev/block/platform/13540000.dwmmc0/by-name/RADIO       flags=display="Modem";backup=1
/efs		    ext4	/dev/block/platform/13540000.dwmmc0/by-name/EFS	        flags=display="EFS";backup=1
/cpefs		    ext4	/dev/block/platform/13540000.dwmmc0/by-name/CPEFS       flags=backup=1;subpartitionof=/efs