Skip to content

Commit 8ed3599

Browse files
authored
transparent pics (#689)
* dont refer to 10yo drivers, likely incompatible with win11 (untested) * better images
2 parents 8226404 + 3df549c commit 8ed3599

Some content is hidden

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

64 files changed

+66
-67
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
@@ -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/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

0 commit comments

Comments
 (0)