From 19490cf8062a7a908d541a0c573892dd32d43634 Mon Sep 17 00:00:00 2001 From: SirRGB Date: Tue, 21 Nov 2023 12:56:52 +0100 Subject: [PATCH] sync dre asserts * taken from https://github.com/LineageOS/android_device_oneplus_dre/blob/110bdcd8a72974f032746b71fd3865e484382739/BoardConfig.mk#L47 * fixes https://github.com/openandroidinstaller-dev/openandroidinstaller/issues/332 * exclude OnePlusN200TMO for now, see https://github.com/openandroidinstaller-dev/openandroidinstaller/issues/320 Signed-off-by: SirRGB --- openandroidinstaller/assets/configs/dre.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openandroidinstaller/assets/configs/dre.yaml b/openandroidinstaller/assets/configs/dre.yaml index 366ea8a0..b3f39be7 100644 --- a/openandroidinstaller/assets/configs/dre.yaml +++ b/openandroidinstaller/assets/configs/dre.yaml @@ -6,6 +6,7 @@ metadata: supported_device_codes: - dre - NordN200 + - OnePlusN200 additional_steps: - dtbo - vbmeta @@ -26,7 +27,7 @@ steps: Once it's done, press continue here. command: fastboot_oem_unlock - type: confirm_button - content: > + content: > The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue. boot_recovery: - type: call_button @@ -49,4 +50,4 @@ steps: img: twrp-start.jpeg content: > Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue. - command: fastboot_boot_recovery \ No newline at end of file + command: fastboot_boot_recovery