Compare commits

...

10 commits

Author SHA1 Message Date
juic3b0x
713f062a58 fix: Updated TWRP Configs 2024-04-30 23:15:07 -05:00
ragarcia87
3988d44b12
Update device.mk
-Updated Fastbootd package
2023-10-08 01:11:39 -05:00
ragarcia87
d88582632b Delete Recovery-Builder-TWRP.yaml 2023-01-07 05:52:28 -06:00
ragarcia87
b4cd0ddd01 modified: .github/workflows/Recovery-Builder-TWRP.yaml 2023-01-07 05:49:57 -06:00
ragarcia87
90b3e52b34 modified: .github/workflows/Recovery-Builder-TWRP.yaml 2023-01-07 05:47:28 -06:00
ragarcia87
ca800fa3df Update Recovery-Builder-TWRP.yaml 2023-01-07 05:43:47 -06:00
ragarcia87
74cc8f8525 Update Recovery-Builder-TWRP.yaml 2023-01-07 05:39:08 -06:00
ragarcia87
e403d2b51d Update Recovery-Builder-TWRP.yaml 2023-01-07 05:17:43 -06:00
ragarcia87
a8650d0127 Update .yaml 2023-01-07 05:11:06 -06:00
ragarcia87
40bcc6e9d7 Create Recovery-Builder-TWRP.yml 2023-01-07 05:09:52 -06:00
2 changed files with 19 additions and 9 deletions

View file

@ -54,7 +54,7 @@ AB_OTA_PARTITIONS := \
# Build Flags
TW_MAINTAINER := ragarcia87
TW_DEVICE_VERSION := v2
TW_DEVICE_VERSION := v3
RECOVERY_VARIANT := twrp-12.1
ALLOW_MISSING_DEPENDENCIES := true
LC_ALL := "C"

View file

@ -44,9 +44,13 @@ PRODUCT_PACKAGES_DEBUG += \
PRODUCT_USE_DYNAMIC_PARTITIONS := true
# Fastbootd
# PRODUCT_PACKAGES += \
# android.hardware.fastboot@1.0-impl-mock \
# fastbootd
PRODUCT_PACKAGES += \
android.hardware.fastboot@1.0-impl-mock \
fastbootd
android.hardware.fastboot@1.1-impl-mock \
android.hardware.fastboot@1.1
# Screen
TARGET_SCREEN_HEIGHT := 2400
@ -69,15 +73,22 @@ PRODUCT_PACKAGES_DEBUG += \
# TWRP Configuration
TW_THEME := portrait_hdpi
TW_EXTRA_LANGUAGES := true
TW_INPUT_BLACKLIST := "hbtp_vm"
TW_INCLUDE_REPACKTOOLS := true
TW_INCLUDE_RESETPROP := true
TW_INCLUDE_LIBRESETPROP := true
TW_INCLUDE_NTFS_3G := true
TW_BACKUP_EXCLUSIONS := /data/fonts
TW_NO_SCREEN_BLANK := true
TW_MAX_BRIGHTNESS := 3515
TW_DEFAULT_BRIGHTNESS := 1024
TW_FRAMERATE := 60
TW_HAS_EDL_MODE := true
RECOVERY_SDCARD_ON_DATA := true
TARGET_RECOVERY_QCOM_RTC_FIX := true
TW_EXCLUDE_DEFAULT_USB_INIT := true
TW_EXTRA_LANGUAGES := true
TW_INCLUDE_NTFS_3G := true
TW_USE_TOOLBOX := true
TW_INCLUDE_RESETPROP := true
TW_INCLUDE_REPACKTOOLS := true
TW_INPUT_BLACKLIST := "hbtp_vm"
TW_BRIGHTNESS_PATH := "/sys/class/backlight/panel0-backlight/brightness"
TARGET_USE_CUSTOM_LUN_FILE_PATH := /config/usb_gadget/g1/functions/mass_storage.0/lun.%d/file
TW_CUSTOM_CPU_TEMP_PATH := "/sys/devices/virtual/thermal/thermal_zone79/temp"
@ -86,7 +97,6 @@ TW_H_OFFSET := -120
TWRP_INCLUDE_LOGCAT := true
TARGET_USES_LOGD := true
TARGET_USES_MKE2FS := true
TW_NO_SCREEN_BLANK := true
TW_EXCLUDE_APEX := true
# Crypto