Skip to content

Commit

Permalink
Added unofficial support for Samsung Galaxy A55 5G.
Browse files Browse the repository at this point in the history
Signed-off-by: Carlo Dee <[email protected]>
  • Loading branch information
cd-Crypton committed Sep 3, 2024
1 parent 9291c15 commit 7bc131b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/built_twrp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
- nashc
- cap_sprout
- CK8n
- a55x

jobs:
build:
Expand Down Expand Up @@ -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: |
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bc131b

Please sign in to comment.