first commit
[GitHub/mt8127/device_Mattel_NabiSE.git] / BoardConfig.mk
index 03dc9e4827b6b086d7f2996ef2dc64e1b32e7782..88d5b1f86ffba0333765ed64c99041c093c8613f 100644 (file)
@@ -9,13 +9,14 @@ BOARD_FLASH_BLOCK_SIZE := 131072
 TARGET_PREBUILT_KERNEL := device/Mattel/NabiSE/kernel
 
 BOARD_MKBOOTIMG_ARGS := --base 80000000 --pagesize 2048 --kernel_offset 00008000 --ramdisk_offset 04000000 --tags_offset 06900000    --board 3.0.10 
+#Dem magic numbers tho.
 
 #MTK common twrp flags
 TW_NO_EXFAT := true
 TWHAVE_SELINUX := true
 #TW_USE_TOOLBOX := true
 TW_NO_EXFAT_FUSE := true
-TW_THEME := landscape_mdpi
+TW_THEME := portrait_mdpi
 #RECOVERY_SDCARD_ON_DATA := true
 # Max brightness to prevent display damage
 TW_MAX_BRIGHTNESS := 160
@@ -23,11 +24,16 @@ TW_MAX_BRIGHTNESS := 160
 TW_DEFAULT_BRIGHTNESS := 120
 TW_INCLUDE_FB2PNG := true
 TWRP_INCLUDE_LOGCAT := true
-#DEVICE_RESOLUTION := 1024x600
-RECOVERY_TOUCHSCREEN_SWAP_XY := true
+DEVICE_RESOLUTION := 600x1024
+#RECOVERY_TOUCHSCREEN_SWAP_XY := true
 #RECOVERY_TOUCHSCREEN_FLIP_X := true
-RECOVERY_TOUCHSCREEN_FLIP_Y := true
+#RECOVERY_TOUCHSCREEN_FLIP_Y := true
 TWRP_EVENT_LOGGING := true
+#The SE comes with encryption permanently enabled by default.
+#Perhaps patching the kernel to defeat forced decrypt would do the trick
+#Problem is whilst Magisk has that ability, it is seemingly unable to edit boot.img for whatever reason
+#Magisk Manager churns out an apparently corrupted image
+TW_INCLUDE_CRYPTO := true
 TW_USE_MODEL_HARDWARE_ID_FOR_DEVICE_ID := true
 TARGET_USE_CUSTOM_LUN_FILE_PATH := "/sys/devices/platform/mt_usb/gadget/lun%d/file"
 BOARD_CUSTOM_BOOTIMG_MK := device/Mattel/NabiSE/boot.mk