Skip to content

Commit

Permalink
bump version requirements for cheesedump
Browse files Browse the repository at this point in the history
* basically all A10+ roms use the A10 firmware
  • Loading branch information
SirRGB committed Oct 19, 2023
1 parent 92aa4ec commit 30a45f4
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 14 deletions.
6 changes: 4 additions & 2 deletions openandroidinstaller/assets/configs/cheeseburger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ metadata:
- cheeseburger
- OnePlus5
twrp-link: cheeseburger_dumpling
requirements:
android: 10
steps:
unlock_bootloader:
- type: call_button
Expand All @@ -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
Expand All @@ -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
command: fastboot_boot_recovery
6 changes: 4 additions & 2 deletions openandroidinstaller/assets/configs/dumpling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ metadata:
- dumpling
- OnePlus5T
twrp-link: cheeseburger_dumpling
requirements:
android: 10
steps:
unlock_bootloader:
- type: call_button
Expand All @@ -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
Expand All @@ -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
command: fastboot_boot_recovery
6 changes: 3 additions & 3 deletions openandroidinstaller/assets/configs/fajita.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
command: fastboot_boot_recovery
6 changes: 3 additions & 3 deletions openandroidinstaller/assets/configs/guacamole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
command: fastboot_boot_recovery
8 changes: 4 additions & 4 deletions openandroidinstaller/assets/configs/guacamoleb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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
command: fastboot_boot_recovery

0 comments on commit 30a45f4

Please sign in to comment.