Skip to content

Commit c782e94

Browse files
committed
assets: add transparency + update twrp img
Signed-off-by: SirRGB <[email protected]>
1 parent 35becdc commit c782e94

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+64
-65
lines changed

openandroidinstaller/app_state.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def toggle_flash_unlock_bootloader(self):
9595
type="confirm_button",
9696
content="If you already flashed TWRP, boot into it by pressing 'Confirm and run'. Otherwise restart the process. Once your phone screen looks like the picture on the left, continue.",
9797
command="adb_reboot_recovery",
98-
img="twrp-start.jpeg",
98+
img="twrp-start.png",
9999
)
100100
]
101101

@@ -117,6 +117,6 @@ def toggle_flash_recovery(self):
117117
type="call_button",
118118
content="If you already flashed TWRP, boot into it by pressing 'Confirm and run'. Otherwise restart the process. Once your phone screen looks like the picture on the left, continue.",
119119
command="adb_reboot_recovery",
120-
img="twrp-start.jpeg",
120+
img="twrp-start.png",
121121
)
122122
]

openandroidinstaller/assets/configs/FP2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
Make sure your device is turned on and connected to the computer. Boot into the bootloader by pressing 'Confirm and run' here. Then continue.
1717
command: adb_reboot_bootloader
1818
- type: call_button
19-
img: twrp-start.jpeg
19+
img: twrp-start.png
2020
content: >
2121
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
2222
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/FP3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ steps:
5454
Turn on your device. Once the device is fully booted, you need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
5555
command: adb_reboot_bootloader
5656
- type: call_button
57-
img: twrp-start.jpeg
57+
img: twrp-start.png
5858
content: >
5959
Once the device is in fastboot mode, flash the custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
6060
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/FP4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ steps:
5454
Turn on your device. Once the device is fully booted, you need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
5555
command: adb_reboot_bootloader
5656
- type: call_button
57-
img: twrp-start.jpeg
57+
img: twrp-start.png
5858
content: >
5959
Once the device is in fastboot mode, boot the custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
6060
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/Mi439.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ steps:
5454
Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue.
5555
command: fastboot_flash_recovery
5656
- type: call_button
57-
img: twrp-start.jpeg
57+
img: twrp-start.png
5858
content: >
5959
Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery.
6060
If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed.

openandroidinstaller/assets/configs/addison.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ steps:
4848
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
4949
command: adb_reboot_bootloader
5050
- type: call_button
51-
img: twrp-start.jpeg
51+
img: twrp-start.png
5252
content: >
5353
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
5454
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/ali.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ steps:
4747
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
4848
command: adb_reboot_bootloader
4949
- type: call_button
50-
img: twrp-start.jpeg
50+
img: twrp-start.png
5151
content: >
5252
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
5353
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/alioth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ steps:
4747
Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue.
4848
command: fastboot_flash_recovery
4949
- type: call_button
50-
img: twrp-start.jpeg
50+
img: twrp-start.png
5151
content: >
5252
Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery.
5353
If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed.

openandroidinstaller/assets/configs/apollo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ steps:
4646
Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue.
4747
command: fastboot_flash_recovery
4848
- type: call_button
49-
img: twrp-start.jpeg
49+
img: twrp-start.png
5050
content: >
5151
Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery.
5252
If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed.

openandroidinstaller/assets/configs/avicii.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ steps:
4141
Note : If you have not selected additional partitions it will do nothing and is save to continue.
4242
command: fastboot_flash_additional_partitions
4343
- type: call_button
44-
img: twrp-start.jpeg
44+
img: twrp-start.png
4545
content: >
4646
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
4747
command: fastboot_boot_recovery
@@ -51,7 +51,7 @@ steps:
5151
We can ensure none of that will happen by copying the contents of the active slot to the inactive slot. Press 'confirm and run' to to this. Once you are in the bootloader again, continue.
5252
command: adb_twrp_copy_partitions
5353
- type: call_button
54-
img: twrp-start.jpeg
54+
img: twrp-start.png
5555
content: >
5656
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
5757
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/bacon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ steps:
3838
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
3939
command: adb_reboot_bootloader
4040
- type: call_button
41-
img: twrp-start.jpeg
41+
img: twrp-start.png
4242
content: >
4343
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
4444
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/barbet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ steps:
4949
content: >
5050
Select 'Restart bootloader' on your smartphone screen. Then confirm to continue.
5151
- type: call_button
52-
img: twrp-start.jpeg
52+
img: twrp-start.png
5353
content: >
5454
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
5555
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/begonia.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ steps:
4848
Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue.
4949
command: fastboot_flash_recovery
5050
- type: call_button
51-
img: twrp-start.jpeg
51+
img: twrp-start.png
5252
content: >
5353
Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery.
5454
If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed.

openandroidinstaller/assets/configs/billie.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ steps:
3737
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
3838
command: adb_reboot_bootloader
3939
- type: call_button
40-
img: twrp-start.jpeg
40+
img: twrp-start.png
4141
content: >
4242
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
4343
command: fastboot_boot_recovery
@@ -47,7 +47,7 @@ steps:
4747
We can ensure none of that will happen by copying the contents of the active slot to the inactive slot. Press 'confirm and run' to to this. Once you are in the bootloader again, continue.
4848
command: adb_twrp_copy_partitions
4949
- type: call_button
50-
img: twrp-start.jpeg
50+
img: twrp-start.png
5151
content: >
5252
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
5353
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/blueline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ steps:
3838
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
3939
command: adb_reboot_bootloader
4040
- type: call_button
41-
img: twrp-start.jpeg
41+
img: twrp-start.png
4242
content: >
4343
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once your phone screen looks like the picture on the left, continue.
4444
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/bonito.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ steps:
3838
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
3939
command: adb_reboot_bootloader
4040
- type: call_button
41-
img: twrp-start.jpeg
41+
img: twrp-start.png
4242
content: >
4343
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once your phone screen looks like the picture on the left, continue.
4444
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/cedric.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ steps:
4646
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
4747
command: adb_reboot_bootloader
4848
- type: call_button
49-
img: twrp-start.jpeg
49+
img: twrp-start.png
5050
content: >
5151
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
5252
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/cheeseburger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ steps:
3434
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
3535
command: adb_reboot_bootloader
3636
- type: call_button
37-
img: twrp-start.jpeg
37+
img: twrp-start.png
3838
content: >
3939
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
4040
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/coral.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ steps:
5757
Note : If you have not selected additional partitions it will do nothing and is save to continue.
5858
command: fastboot_flash_additional_partitions
5959
- type: call_button
60-
img: twrp-start.jpeg
60+
img: twrp-start.png
6161
content: >
6262
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
6363
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/crosshatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ steps:
3838
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
3939
command: adb_reboot_bootloader
4040
- type: call_button
41-
img: twrp-start.jpeg
41+
img: twrp-start.png
4242
content: >
4343
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once your phone screen looks like the picture on the left, continue.
4444
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/cupid.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ steps:
4848
Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue.
4949
command: fastboot_flash_recovery
5050
- type: call_button
51-
img: twrp-start.jpeg
51+
img: twrp-start.png
5252
content: >
5353
Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery.
5454
If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed.

openandroidinstaller/assets/configs/davinci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ steps:
4444
Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue.
4545
command: fastboot_flash_recovery
4646
- type: call_button
47-
img: twrp-start.jpeg
47+
img: twrp-start.png
4848
content: >
4949
Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery.
5050
If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed.

openandroidinstaller/assets/configs/dre.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ steps:
3737
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
3838
command: adb_reboot_bootloader
3939
- type: call_button
40-
img: twrp-start.jpeg
40+
img: twrp-start.png
4141
content: >
4242
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
4343
command: fastboot_boot_recovery
@@ -47,7 +47,7 @@ steps:
4747
We can ensure none of that will happen by copying the contents of the active slot to the inactive slot. Press 'confirm and run' to to this. Once you are in the bootloader again, continue.
4848
command: adb_twrp_copy_partitions
4949
- type: call_button
50-
img: twrp-start.jpeg
50+
img: twrp-start.png
5151
content: >
5252
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
5353
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/dumpling.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ steps:
3434
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
3535
command: adb_reboot_bootloader
3636
- type: call_button
37-
img: twrp-start.jpeg
37+
img: twrp-start.png
3838
content: >
3939
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
4040
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/enchilada.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ steps:
3232
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
3333
command: adb_reboot_bootloader
3434
- type: call_button
35-
img: twrp-start.jpeg
35+
img: twrp-start.png
3636
content: >
3737
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
3838
command: fastboot_boot_recovery
@@ -42,7 +42,7 @@ steps:
4242
We can ensure none of that will happen by copying the contents of the active slot to the inactive slot. Press 'confirm and run' to to this. Once you are in the bootloader again, continue.
4343
command: adb_twrp_copy_partitions
4444
- type: call_button
45-
img: twrp-start.jpeg
45+
img: twrp-start.png
4646
content: >
4747
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
4848
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/evert.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ steps:
4747
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
4848
command: adb_reboot_bootloader
4949
- type: call_button
50-
img: twrp-start.jpeg
50+
img: twrp-start.png
5151
content: >
5252
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
5353
command: fastboot_boot_recovery
@@ -57,7 +57,7 @@ steps:
5757
We can ensure none of that will happen by copying the contents of the active slot to the inactive slot. Press 'confirm and run' to to this. Once you are in the bootloader again, continue.
5858
command: adb_twrp_copy_partitions
5959
- type: call_button
60-
img: twrp-start.jpeg
60+
img: twrp-start.png
6161
content: >
6262
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
6363
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/fajita.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ steps:
3333
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
3434
command: adb_reboot_bootloader
3535
- type: call_button
36-
img: twrp-start.jpeg
36+
img: twrp-start.png
3737
content: >
3838
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
3939
command: fastboot_boot_recovery
@@ -43,7 +43,7 @@ steps:
4343
We can ensure none of that will happen by copying the contents of the active slot to the inactive slot. Press 'confirm and run' to to this. Once you are in the bootloader again, continue.
4444
command: adb_twrp_copy_partitions
4545
- type: call_button
46-
img: twrp-start.jpeg
46+
img: twrp-start.png
4747
content: >
4848
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
4949
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/flame.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ steps:
5151
content: >
5252
Select 'Restart bootloader' on your smartphone screen. Then confirm to continue.
5353
- type: call_button
54-
img: twrp-start.jpeg
54+
img: twrp-start.png
5555
content: >
5656
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
5757
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/garden.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ steps:
4949
Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue.
5050
command: fastboot_flash_recovery
5151
- type: call_button
52-
img: twrp-start.jpeg
52+
img: twrp-start.png
5353
content: >
5454
Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery.
5555
If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed.

openandroidinstaller/assets/configs/ginkgo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ steps:
4848
Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue.
4949
command: fastboot_flash_recovery
5050
- type: call_button
51-
img: twrp-start.jpeg
51+
img: twrp-start.png
5252
content: >
5353
Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery.
5454
If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed.

openandroidinstaller/assets/configs/griffin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ steps:
5252
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
5353
command: adb_reboot_bootloader
5454
- type: call_button
55-
img: twrp-start.jpeg
55+
img: twrp-start.png
5656
content: >
5757
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
5858
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/guacamole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ steps:
3535
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
3636
command: adb_reboot_bootloader
3737
- type: call_button
38-
img: twrp-start.jpeg
38+
img: twrp-start.png
3939
content: >
4040
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
4141
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/guacamoleb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ steps:
3535
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
3636
command: adb_reboot_bootloader
3737
- type: call_button
38-
img: twrp-start.jpeg
38+
img: twrp-start.png
3939
content: >
4040
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
4141
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/hotdog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ steps:
3535
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
3636
command: adb_reboot_bootloader
3737
- type: call_button
38-
img: twrp-start.jpeg
38+
img: twrp-start.png
3939
content: >
4040
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
4141
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/hotdogb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ steps:
3535
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
3636
command: adb_reboot_bootloader
3737
- type: call_button
38-
img: twrp-start.jpeg
38+
img: twrp-start.png
3939
content: >
4040
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
4141
command: fastboot_boot_recovery

openandroidinstaller/assets/configs/jasminesprout.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ steps:
4747
Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue.
4848
command: fastboot_flash_recovery
4949
- type: call_button
50-
img: twrp-start.jpeg
50+
img: twrp-start.png
5151
content: >
5252
Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery.
5353
If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed.

0 commit comments

Comments
 (0)