From 30a45f494360ee4f0774a625c8c1172bcc0f7c51 Mon Sep 17 00:00:00 2001 From: SirRGB Date: Thu, 19 Oct 2023 16:22:51 +0200 Subject: [PATCH] bump version requirements for cheesedump * basically all A10+ roms use the A10 firmware --- openandroidinstaller/assets/configs/cheeseburger.yaml | 6 ++++-- openandroidinstaller/assets/configs/dumpling.yaml | 6 ++++-- openandroidinstaller/assets/configs/fajita.yaml | 6 +++--- openandroidinstaller/assets/configs/guacamole.yaml | 6 +++--- openandroidinstaller/assets/configs/guacamoleb.yaml | 8 ++++---- 5 files changed, 18 insertions(+), 14 deletions(-) diff --git a/openandroidinstaller/assets/configs/cheeseburger.yaml b/openandroidinstaller/assets/configs/cheeseburger.yaml index ae4d4c21..8bd880cc 100644 --- a/openandroidinstaller/assets/configs/cheeseburger.yaml +++ b/openandroidinstaller/assets/configs/cheeseburger.yaml @@ -7,6 +7,8 @@ metadata: - cheeseburger - OnePlus5 twrp-link: cheeseburger_dumpling +requirements: + android: 10 steps: unlock_bootloader: - type: call_button @@ -21,7 +23,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 @@ -34,4 +36,4 @@ steps: img: twrp-start.jpeg content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. - command: fastboot_boot_recovery \ No newline at end of file + command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/dumpling.yaml b/openandroidinstaller/assets/configs/dumpling.yaml index e35645f7..79526e60 100644 --- a/openandroidinstaller/assets/configs/dumpling.yaml +++ b/openandroidinstaller/assets/configs/dumpling.yaml @@ -7,6 +7,8 @@ metadata: - dumpling - OnePlus5T twrp-link: cheeseburger_dumpling +requirements: + android: 10 steps: unlock_bootloader: - type: call_button @@ -21,7 +23,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 @@ -34,4 +36,4 @@ steps: img: twrp-start.jpeg content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. - command: fastboot_boot_recovery \ No newline at end of file + command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/fajita.yaml b/openandroidinstaller/assets/configs/fajita.yaml index 925930a5..f17e4a3f 100644 --- a/openandroidinstaller/assets/configs/fajita.yaml +++ b/openandroidinstaller/assets/configs/fajita.yaml @@ -2,7 +2,7 @@ metadata: maintainer: Tobias Sterbak (tsterbak) device_name: OnePlus 6T is_ab_device: true - device_code: fajita + device_code: fajita supported_device_codes: - fajita - OnePlus6T @@ -23,7 +23,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 @@ -46,4 +46,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 diff --git a/openandroidinstaller/assets/configs/guacamole.yaml b/openandroidinstaller/assets/configs/guacamole.yaml index d1d5bd78..16bb60e0 100644 --- a/openandroidinstaller/assets/configs/guacamole.yaml +++ b/openandroidinstaller/assets/configs/guacamole.yaml @@ -2,7 +2,7 @@ metadata: maintainer: Tobias Sterbak (tsterbak) device_name: OnePlus 7 Pro is_ab_device: true - device_code: guacamole + device_code: guacamole supported_device_codes: - guacamole - OnePlus7Pro @@ -22,7 +22,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 @@ -35,4 +35,4 @@ steps: img: twrp-start.jpeg content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. - command: fastboot_boot_recovery \ No newline at end of file + command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/guacamoleb.yaml b/openandroidinstaller/assets/configs/guacamoleb.yaml index 7696427c..eed97a70 100644 --- a/openandroidinstaller/assets/configs/guacamoleb.yaml +++ b/openandroidinstaller/assets/configs/guacamoleb.yaml @@ -2,10 +2,10 @@ metadata: maintainer: Tobias Sterbak (tsterbak) device_name: OnePlus 7 is_ab_device: true - device_code: guacamoleb + device_code: guacamoleb supported_device_codes: - guacamoleb - - OnePlus7 + - OnePlus7 requirements: android: 12 steps: @@ -22,7 +22,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 @@ -35,4 +35,4 @@ steps: img: twrp-start.jpeg content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. - command: fastboot_boot_recovery \ No newline at end of file + command: fastboot_boot_recovery