From 40bcc6e9d77bf37685f14076be2c7b44d5d989e6 Mon Sep 17 00:00:00 2001 From: ragarcia87 <70825623+juic3b0x@users.noreply.github.com> Date: Sat, 7 Jan 2023 05:09:52 -0600 Subject: [PATCH 01/10] Create Recovery-Builder-TWRP.yml --- .github/workflows/Recovery-Builder-TWRP.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/Recovery-Builder-TWRP.yml diff --git a/.github/workflows/Recovery-Builder-TWRP.yml b/.github/workflows/Recovery-Builder-TWRP.yml new file mode 100644 index 0000000..921d3f1 --- /dev/null +++ b/.github/workflows/Recovery-Builder-TWRP.yml @@ -0,0 +1,8 @@ +- name: android-recovery-action + uses: XenonTheInertG/android-recovery-action@v2.1.2 + env: + MANIFEST: "https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-12.1" + DT_LINK: "https://github.com/juic3b0x/twrp12_device_motorola_denver.git" + VENDOR: "motorola" + CODENAME: "denver" + TZ: "America/Chicago" # Set Time-Zone According To Your Region \ No newline at end of file From a8650d0127c7d52e89ea0bbb30d1f3d04a81df8d Mon Sep 17 00:00:00 2001 From: ragarcia87 <70825623+juic3b0x@users.noreply.github.com> Date: Sat, 7 Jan 2023 05:11:06 -0600 Subject: [PATCH 02/10] Update .yaml --- .../{Recovery-Builder-TWRP.yml => Recovery-Builder-TWRP.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{Recovery-Builder-TWRP.yml => Recovery-Builder-TWRP.yaml} (100%) diff --git a/.github/workflows/Recovery-Builder-TWRP.yml b/.github/workflows/Recovery-Builder-TWRP.yaml similarity index 100% rename from .github/workflows/Recovery-Builder-TWRP.yml rename to .github/workflows/Recovery-Builder-TWRP.yaml From e403d2b51d854359239fc0f90453cde231e64102 Mon Sep 17 00:00:00 2001 From: ragarcia87 <70825623+juic3b0x@users.noreply.github.com> Date: Sat, 7 Jan 2023 05:17:43 -0600 Subject: [PATCH 03/10] Update Recovery-Builder-TWRP.yaml --- .github/workflows/Recovery-Builder-TWRP.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Recovery-Builder-TWRP.yaml b/.github/workflows/Recovery-Builder-TWRP.yaml index 921d3f1..54c507a 100644 --- a/.github/workflows/Recovery-Builder-TWRP.yaml +++ b/.github/workflows/Recovery-Builder-TWRP.yaml @@ -1,5 +1,5 @@ -- name: android-recovery-action - uses: XenonTheInertG/android-recovery-action@v2.1.2 +- name: Android Recovery Action + uses: XenonTheInertG/android-recovery-action@main env: MANIFEST: "https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-12.1" DT_LINK: "https://github.com/juic3b0x/twrp12_device_motorola_denver.git" From 74cc8f85256b240f08147aeb2a635f0e807e9008 Mon Sep 17 00:00:00 2001 From: ragarcia87 <70825623+juic3b0x@users.noreply.github.com> Date: Sat, 7 Jan 2023 05:39:08 -0600 Subject: [PATCH 04/10] Update Recovery-Builder-TWRP.yaml --- .github/workflows/Recovery-Builder-TWRP.yaml | 29 ++++++++++++++------ 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/.github/workflows/Recovery-Builder-TWRP.yaml b/.github/workflows/Recovery-Builder-TWRP.yaml index 54c507a..a10aae0 100644 --- a/.github/workflows/Recovery-Builder-TWRP.yaml +++ b/.github/workflows/Recovery-Builder-TWRP.yaml @@ -1,8 +1,21 @@ -- name: Android Recovery Action - uses: XenonTheInertG/android-recovery-action@main - env: - MANIFEST: "https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-12.1" - DT_LINK: "https://github.com/juic3b0x/twrp12_device_motorola_denver.git" - VENDOR: "motorola" - CODENAME: "denver" - TZ: "America/Chicago" # Set Time-Zone According To Your Region \ No newline at end of file +name: Android Recovery Action +on: + workflow_dispatch: +defaults: + run: + shell: bash + +env: + MANIFEST: "https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-12.1" + DT_LINK: "https://github.com/juic3b0x/twrp12_device_motorola_denver.git" + VENDOR: "motorola" + CODENAME: "denver" + TZ: "America/Chicago" # Set Time-Zone According To Your Region + +jobs: + build: + runs-on: ubuntu-20.04 + + steps: + - name: Build Image + uses: XenonTheInertG/android-recovery-action@main \ No newline at end of file From ca800fa3dfe42e770e097092a6c3eef54c4d8133 Mon Sep 17 00:00:00 2001 From: ragarcia87 <70825623+juic3b0x@users.noreply.github.com> Date: Sat, 7 Jan 2023 05:43:47 -0600 Subject: [PATCH 05/10] Update Recovery-Builder-TWRP.yaml --- .github/workflows/Recovery-Builder-TWRP.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Recovery-Builder-TWRP.yaml b/.github/workflows/Recovery-Builder-TWRP.yaml index a10aae0..273faac 100644 --- a/.github/workflows/Recovery-Builder-TWRP.yaml +++ b/.github/workflows/Recovery-Builder-TWRP.yaml @@ -18,4 +18,5 @@ jobs: steps: - name: Build Image - uses: XenonTheInertG/android-recovery-action@main \ No newline at end of file + uses: XenonTheInertG/android-recovery-action@main + run: chmod +x entrypoint.sh \ No newline at end of file From 90b3e52b341c15b144740f5174cfb6bbcb42b489 Mon Sep 17 00:00:00 2001 From: ragarcia87 <70825623+juic3b0x@users.noreply.github.com> Date: Sat, 7 Jan 2023 05:47:28 -0600 Subject: [PATCH 06/10] modified: .github/workflows/Recovery-Builder-TWRP.yaml --- .github/workflows/Recovery-Builder-TWRP.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Recovery-Builder-TWRP.yaml b/.github/workflows/Recovery-Builder-TWRP.yaml index 273faac..cd075ba 100644 --- a/.github/workflows/Recovery-Builder-TWRP.yaml +++ b/.github/workflows/Recovery-Builder-TWRP.yaml @@ -19,4 +19,6 @@ jobs: steps: - name: Build Image uses: XenonTheInertG/android-recovery-action@main + + - name: Set Permissions run: chmod +x entrypoint.sh \ No newline at end of file From b4cd0ddd0185dfac26f10bf4497483c60a57d566 Mon Sep 17 00:00:00 2001 From: ragarcia87 <70825623+juic3b0x@users.noreply.github.com> Date: Sat, 7 Jan 2023 05:49:57 -0600 Subject: [PATCH 07/10] modified: .github/workflows/Recovery-Builder-TWRP.yaml --- .github/workflows/Recovery-Builder-TWRP.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Recovery-Builder-TWRP.yaml b/.github/workflows/Recovery-Builder-TWRP.yaml index cd075ba..f0c0dd0 100644 --- a/.github/workflows/Recovery-Builder-TWRP.yaml +++ b/.github/workflows/Recovery-Builder-TWRP.yaml @@ -17,8 +17,8 @@ jobs: runs-on: ubuntu-20.04 steps: - - name: Build Image - uses: XenonTheInertG/android-recovery-action@main - - name: Set Permissions - run: chmod +x entrypoint.sh \ No newline at end of file + run: chmod +x entrypoint.sh + + - name: Build Image + uses: XenonTheInertG/android-recovery-action@main \ No newline at end of file From d88582632b774599059afc417fa4f7d910634b69 Mon Sep 17 00:00:00 2001 From: ragarcia87 <70825623+juic3b0x@users.noreply.github.com> Date: Sat, 7 Jan 2023 05:52:28 -0600 Subject: [PATCH 08/10] Delete Recovery-Builder-TWRP.yaml --- .github/workflows/Recovery-Builder-TWRP.yaml | 24 -------------------- 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/Recovery-Builder-TWRP.yaml diff --git a/.github/workflows/Recovery-Builder-TWRP.yaml b/.github/workflows/Recovery-Builder-TWRP.yaml deleted file mode 100644 index f0c0dd0..0000000 --- a/.github/workflows/Recovery-Builder-TWRP.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: Android Recovery Action -on: - workflow_dispatch: -defaults: - run: - shell: bash - -env: - MANIFEST: "https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-12.1" - DT_LINK: "https://github.com/juic3b0x/twrp12_device_motorola_denver.git" - VENDOR: "motorola" - CODENAME: "denver" - TZ: "America/Chicago" # Set Time-Zone According To Your Region - -jobs: - build: - runs-on: ubuntu-20.04 - - steps: - - name: Set Permissions - run: chmod +x entrypoint.sh - - - name: Build Image - uses: XenonTheInertG/android-recovery-action@main \ No newline at end of file From 3988d44b12ffb852c9f190bea9c870fac775cd3c Mon Sep 17 00:00:00 2001 From: ragarcia87 <70825623+juic3b0x@users.noreply.github.com> Date: Sun, 8 Oct 2023 01:11:39 -0500 Subject: [PATCH 09/10] Update device.mk -Updated Fastbootd package --- device.mk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/device.mk b/device.mk index 0b767ae..f9115b9 100644 --- a/device.mk +++ b/device.mk @@ -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 From 713f062a5817dfbf001e0d58b2ec4b5c75152301 Mon Sep 17 00:00:00 2001 From: juic3b0x <70825623+juic3b0x@users.noreply.github.com> Date: Tue, 30 Apr 2024 23:15:07 -0500 Subject: [PATCH 10/10] fix: Updated TWRP Configs --- BoardConfig.mk | 2 +- device.mk | 18 ++++++++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index a463f8a..306aac1 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -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" diff --git a/device.mk b/device.mk index f9115b9..cfaacbd 100644 --- a/device.mk +++ b/device.mk @@ -73,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" @@ -90,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