From 0a9badfc5a6543be7e530d5a690c0b1c006fc9d8 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Thu, 19 Jan 2017 13:13:32 +0100 Subject: [PATCH] gts210vewifi: Add more TWRP flags * Fix touchscreen * Remove `reboot bootloader` --- BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index f8c23b1..c48f40d 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -76,9 +76,12 @@ BOARD_FLASH_BLOCK_SIZE := 131072 # TWRP BOARD_SUPPRESS_SECURE_ERASE := true RECOVERY_SDCARD_ON_DATA := true +RECOVERY_TOUCHSCREEN_SWAP_XY := true +RECOVERY_TOUCHSCREEN_FLIP_Y := true TARGET_RECOVERY_QCOM_RTC_FIX := true TW_DEFAULT_EXTERNAL_STORAGE := true TW_HAS_DOWNLOAD_MODE := true TW_INCLUDE_CRYPTO := true TW_INPUT_BLACKLIST := "hbtp_vm" +TW_NO_REBOOT_BOOTLOADER := true TW_THEME := portrait_hdpi