From 7e3eb6b9b2aad049294b10332da72394c558d36a Mon Sep 17 00:00:00 2001 From: mael511 <77778422+mael511@users.noreply.github.com> Date: Thu, 28 Mar 2024 04:16:48 +0900 Subject: [PATCH] Update config2.sh --- config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.sh b/config.sh index dc90c078..25bc6104 100644 --- a/config.sh +++ b/config.sh @@ -6,8 +6,8 @@ export MANIFEST="https://github.com/minimal-manifest-twrp/platform_manifest_twrp export BRANCH="twrp-9.0" # the branch of manifest # about your device -export DEVICE="m10lte" # codename used in device tree -export DT_LINK="https://github.com/youssefnone/android_recovery_samsung_m10lte" # device tree link +export DEVICE="a04e" # codename used in device tree +export DT_LINK="https://github.com/twrpdtgen/android_device_samsung_a04e" # device tree link export DT_BRANCH="twrp" # device tree branch export VENDOR="samsung" # device manufacturer or vendor export TARGET="recoveryimage" # build method: recoveryimage, bootimage, vendorboot