Skip to content

Commit 30a45f4

Browse files
committed
bump version requirements for cheesedump
* basically all A10+ roms use the A10 firmware
1 parent 92aa4ec commit 30a45f4

File tree

5 files changed

+18
-14
lines changed

5 files changed

+18
-14
lines changed

openandroidinstaller/assets/configs/cheeseburger.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ metadata:
77
- cheeseburger
88
- OnePlus5
99
twrp-link: cheeseburger_dumpling
10+
requirements:
11+
android: 10
1012
steps:
1113
unlock_bootloader:
1214
- type: call_button
@@ -21,7 +23,7 @@ steps:
2123
Once it's done, press continue here.
2224
command: fastboot_oem_unlock
2325
- type: confirm_button
24-
content: >
26+
content: >
2527
The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
2628
boot_recovery:
2729
- type: call_button
@@ -34,4 +36,4 @@ steps:
3436
img: twrp-start.jpeg
3537
content: >
3638
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
37-
command: fastboot_boot_recovery
39+
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/dumpling.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ metadata:
77
- dumpling
88
- OnePlus5T
99
twrp-link: cheeseburger_dumpling
10+
requirements:
11+
android: 10
1012
steps:
1113
unlock_bootloader:
1214
- type: call_button
@@ -21,7 +23,7 @@ steps:
2123
Once it's done, press continue here.
2224
command: fastboot_oem_unlock
2325
- type: confirm_button
24-
content: >
26+
content: >
2527
The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
2628
boot_recovery:
2729
- type: call_button
@@ -34,4 +36,4 @@ steps:
3436
img: twrp-start.jpeg
3537
content: >
3638
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
37-
command: fastboot_boot_recovery
39+
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/fajita.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ metadata:
22
maintainer: Tobias Sterbak (tsterbak)
33
device_name: OnePlus 6T
44
is_ab_device: true
5-
device_code: fajita
5+
device_code: fajita
66
supported_device_codes:
77
- fajita
88
- OnePlus6T
@@ -23,7 +23,7 @@ steps:
2323
Once it's done, press continue here.
2424
command: fastboot_oem_unlock
2525
- type: confirm_button
26-
content: >
26+
content: >
2727
The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
2828
boot_recovery:
2929
- type: call_button
@@ -46,4 +46,4 @@ steps:
4646
img: twrp-start.jpeg
4747
content: >
4848
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
49-
command: fastboot_boot_recovery
49+
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/guacamole.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ metadata:
22
maintainer: Tobias Sterbak (tsterbak)
33
device_name: OnePlus 7 Pro
44
is_ab_device: true
5-
device_code: guacamole
5+
device_code: guacamole
66
supported_device_codes:
77
- guacamole
88
- OnePlus7Pro
@@ -22,7 +22,7 @@ steps:
2222
Once it's done, press continue here.
2323
command: fastboot_oem_unlock
2424
- type: confirm_button
25-
content: >
25+
content: >
2626
The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
2727
boot_recovery:
2828
- type: call_button
@@ -35,4 +35,4 @@ steps:
3535
img: twrp-start.jpeg
3636
content: >
3737
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
38-
command: fastboot_boot_recovery
38+
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/guacamoleb.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ metadata:
22
maintainer: Tobias Sterbak (tsterbak)
33
device_name: OnePlus 7
44
is_ab_device: true
5-
device_code: guacamoleb
5+
device_code: guacamoleb
66
supported_device_codes:
77
- guacamoleb
8-
- OnePlus7
8+
- OnePlus7
99
requirements:
1010
android: 12
1111
steps:
@@ -22,7 +22,7 @@ steps:
2222
Once it's done, press continue here.
2323
command: fastboot_oem_unlock
2424
- type: confirm_button
25-
content: >
25+
content: >
2626
The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
2727
boot_recovery:
2828
- type: call_button
@@ -35,4 +35,4 @@ steps:
3535
img: twrp-start.jpeg
3636
content: >
3737
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
38-
command: fastboot_boot_recovery
38+
command: fastboot_boot_recovery

0 commit comments

Comments
 (0)