From 7bc131bc49a8bc4e31c2008feab33af744b30a68 Mon Sep 17 00:00:00 2001 From: Carlo Dee Date: Tue, 3 Sep 2024 09:51:50 +0000 Subject: [PATCH] Added unofficial support for Samsung Galaxy A55 5G. Signed-off-by: Carlo Dee --- .github/workflows/built_twrp.yml | 9 +++++++++ README.md | 1 + 2 files changed, 10 insertions(+) diff --git a/.github/workflows/built_twrp.yml b/.github/workflows/built_twrp.yml index 9ae12e1..7de5d58 100644 --- a/.github/workflows/built_twrp.yml +++ b/.github/workflows/built_twrp.yml @@ -16,6 +16,7 @@ on: - nashc - cap_sprout - CK8n + - a55x jobs: build: @@ -124,6 +125,14 @@ jobs: echo "DEVICE_TARGET=vendorbootimage" >> $GITHUB_ENV echo "DEVICE_BUILD=vendor_boot.img" >> $GITHUB_ENV fi + if [ "${{ inputs.DEVICE_NAME }}" == "a55x" ]; then + echo "DEVICE_TREE=https://github.com/cdpcrp/custom_recovery_tree_samsung_a55x" >> $GITHUB_ENV + echo "DEVICE_BRANCH=twrp-14" >> $GITHUB_ENV + echo "DEVICE_LUNCH=twrp_a55x-eng" >> $GITHUB_ENV + echo "DEVICE_PATH=device/samsung/a55x" >> $GITHUB_ENV + echo "DEVICE_TARGET=vendorbootimage" >> $GITHUB_ENV + echo "DEVICE_BUILD=vendor_boot.img" >> $GITHUB_ENV + fi - name: Clone Device Tree run: | diff --git a/README.md b/README.md index a682e93..a4fda55 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Always read the informations/instructions are in the release section, make sure - Nokia 5.3 (cap_sprout) - [cap_sprout-twrp-002](https://github.com/cdpcrp/custom-recovery-releases/releases/tag/cap_sprout-twrp-002) - Infinix Note 30 VIP (X6710) - [X6710-A14_0002](https://github.com/cdpcrp/custom-recovery-releases/releases/tag/X6710-A14_0002) - Tecno Camon 20 Pro (CK8n) - [CK8n-A14-CD_0001](https://github.com/cdpcrp/custom-recovery-releases/releases/tag/CK8n-A14-CD_0001) +- Samsung Galaxy A55 5G ### On Hold - ROG Phone 6 (AI2201) ### Notes