diff --git a/openandroidinstaller/app_state.py b/openandroidinstaller/app_state.py index f13d6288..23f9d19f 100644 --- a/openandroidinstaller/app_state.py +++ b/openandroidinstaller/app_state.py @@ -95,7 +95,7 @@ def toggle_flash_unlock_bootloader(self): type="confirm_button", 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.", command="adb_reboot_recovery", - img="twrp-start.jpeg", + img="twrp-start.png", ) ] @@ -117,6 +117,6 @@ def toggle_flash_recovery(self): type="call_button", 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.", command="adb_reboot_recovery", - img="twrp-start.jpeg", + img="twrp-start.png", ) ] diff --git a/openandroidinstaller/assets/configs/FP2.yaml b/openandroidinstaller/assets/configs/FP2.yaml index e421a59d..667cc544 100644 --- a/openandroidinstaller/assets/configs/FP2.yaml +++ b/openandroidinstaller/assets/configs/FP2.yaml @@ -16,7 +16,7 @@ steps: Make sure your device is turned on and connected to the computer. Boot into the bootloader by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/FP3.yaml b/openandroidinstaller/assets/configs/FP3.yaml index 451737b9..60bd304a 100644 --- a/openandroidinstaller/assets/configs/FP3.yaml +++ b/openandroidinstaller/assets/configs/FP3.yaml @@ -54,7 +54,7 @@ steps: 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. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Once the device is in fastboot mode, flash the custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/FP4.yaml b/openandroidinstaller/assets/configs/FP4.yaml index a27bc3b1..6ef41026 100644 --- a/openandroidinstaller/assets/configs/FP4.yaml +++ b/openandroidinstaller/assets/configs/FP4.yaml @@ -54,7 +54,7 @@ steps: 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. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Once the device is in fastboot mode, boot the custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/Mi439.yaml b/openandroidinstaller/assets/configs/Mi439.yaml index 6bc0ce19..540a33f4 100644 --- a/openandroidinstaller/assets/configs/Mi439.yaml +++ b/openandroidinstaller/assets/configs/Mi439.yaml @@ -54,7 +54,7 @@ steps: Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue. command: fastboot_flash_recovery - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery. If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed. diff --git a/openandroidinstaller/assets/configs/addison.yaml b/openandroidinstaller/assets/configs/addison.yaml index 5b29589d..43ff4fbd 100644 --- a/openandroidinstaller/assets/configs/addison.yaml +++ b/openandroidinstaller/assets/configs/addison.yaml @@ -48,7 +48,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/ali.yaml b/openandroidinstaller/assets/configs/ali.yaml index e3ba0c96..0ff6c75f 100644 --- a/openandroidinstaller/assets/configs/ali.yaml +++ b/openandroidinstaller/assets/configs/ali.yaml @@ -46,7 +46,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/alioth.yaml b/openandroidinstaller/assets/configs/alioth.yaml index 7c0a2de1..90bff4b5 100644 --- a/openandroidinstaller/assets/configs/alioth.yaml +++ b/openandroidinstaller/assets/configs/alioth.yaml @@ -47,7 +47,7 @@ steps: Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue. command: fastboot_flash_recovery - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery. If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed. diff --git a/openandroidinstaller/assets/configs/apollo.yaml b/openandroidinstaller/assets/configs/apollo.yaml index 63977919..e528a215 100644 --- a/openandroidinstaller/assets/configs/apollo.yaml +++ b/openandroidinstaller/assets/configs/apollo.yaml @@ -46,7 +46,7 @@ steps: Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue. command: fastboot_flash_recovery - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery. If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed. diff --git a/openandroidinstaller/assets/configs/avicii.yaml b/openandroidinstaller/assets/configs/avicii.yaml index 994aadb7..bdcfdbbf 100644 --- a/openandroidinstaller/assets/configs/avicii.yaml +++ b/openandroidinstaller/assets/configs/avicii.yaml @@ -41,7 +41,7 @@ steps: Note : If you have not selected additional partitions it will do nothing and is save to continue. command: fastboot_flash_additional_partitions - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery @@ -51,7 +51,7 @@ steps: 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. command: adb_twrp_copy_partitions - type: call_button - img: twrp-start.jpeg + img: twrp-start.png 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 diff --git a/openandroidinstaller/assets/configs/bacon.yaml b/openandroidinstaller/assets/configs/bacon.yaml index ca1a5555..b57ceca6 100644 --- a/openandroidinstaller/assets/configs/bacon.yaml +++ b/openandroidinstaller/assets/configs/bacon.yaml @@ -38,7 +38,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/barbet.yaml b/openandroidinstaller/assets/configs/barbet.yaml index 36301150..bc7e9628 100644 --- a/openandroidinstaller/assets/configs/barbet.yaml +++ b/openandroidinstaller/assets/configs/barbet.yaml @@ -49,7 +49,7 @@ steps: content: > Select 'Restart bootloader' on your smartphone screen. Then confirm to continue. - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/begonia.yaml b/openandroidinstaller/assets/configs/begonia.yaml index 73b194ce..220ecde9 100644 --- a/openandroidinstaller/assets/configs/begonia.yaml +++ b/openandroidinstaller/assets/configs/begonia.yaml @@ -48,7 +48,7 @@ steps: Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue. command: fastboot_flash_recovery - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery. If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed. diff --git a/openandroidinstaller/assets/configs/billie.yaml b/openandroidinstaller/assets/configs/billie.yaml index 504028ea..c28ae238 100644 --- a/openandroidinstaller/assets/configs/billie.yaml +++ b/openandroidinstaller/assets/configs/billie.yaml @@ -37,7 +37,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery @@ -47,7 +47,7 @@ steps: 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. command: adb_twrp_copy_partitions - type: call_button - img: twrp-start.jpeg + img: twrp-start.png 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 diff --git a/openandroidinstaller/assets/configs/blueline.yaml b/openandroidinstaller/assets/configs/blueline.yaml index 3b19352d..cbac8bca 100644 --- a/openandroidinstaller/assets/configs/blueline.yaml +++ b/openandroidinstaller/assets/configs/blueline.yaml @@ -38,7 +38,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once your phone screen looks like the picture on the left, continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/bonito.yaml b/openandroidinstaller/assets/configs/bonito.yaml index 3d10767c..2c6e0b51 100644 --- a/openandroidinstaller/assets/configs/bonito.yaml +++ b/openandroidinstaller/assets/configs/bonito.yaml @@ -38,7 +38,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once your phone screen looks like the picture on the left, continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/cedric.yaml b/openandroidinstaller/assets/configs/cedric.yaml index 10e1ce2b..ad1250c2 100644 --- a/openandroidinstaller/assets/configs/cedric.yaml +++ b/openandroidinstaller/assets/configs/cedric.yaml @@ -46,7 +46,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/cheeseburger.yaml b/openandroidinstaller/assets/configs/cheeseburger.yaml index 5cb93487..5f7c7777 100644 --- a/openandroidinstaller/assets/configs/cheeseburger.yaml +++ b/openandroidinstaller/assets/configs/cheeseburger.yaml @@ -34,7 +34,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/coral.yaml b/openandroidinstaller/assets/configs/coral.yaml index a150ffe4..5822a91f 100644 --- a/openandroidinstaller/assets/configs/coral.yaml +++ b/openandroidinstaller/assets/configs/coral.yaml @@ -57,7 +57,7 @@ steps: Note : If you have not selected additional partitions it will do nothing and is save to continue. command: fastboot_flash_additional_partitions - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/crosshatch.yaml b/openandroidinstaller/assets/configs/crosshatch.yaml index ff8d4449..42b40c9b 100644 --- a/openandroidinstaller/assets/configs/crosshatch.yaml +++ b/openandroidinstaller/assets/configs/crosshatch.yaml @@ -38,7 +38,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once your phone screen looks like the picture on the left, continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/cupid.yaml b/openandroidinstaller/assets/configs/cupid.yaml index 6639cd99..957eb6a3 100644 --- a/openandroidinstaller/assets/configs/cupid.yaml +++ b/openandroidinstaller/assets/configs/cupid.yaml @@ -48,7 +48,7 @@ steps: Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue. command: fastboot_flash_recovery - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery. If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed. diff --git a/openandroidinstaller/assets/configs/davinci.yaml b/openandroidinstaller/assets/configs/davinci.yaml index 7c6ca5e0..5e1fed4d 100644 --- a/openandroidinstaller/assets/configs/davinci.yaml +++ b/openandroidinstaller/assets/configs/davinci.yaml @@ -44,7 +44,7 @@ steps: Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue. command: fastboot_flash_recovery - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery. If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed. diff --git a/openandroidinstaller/assets/configs/dre.yaml b/openandroidinstaller/assets/configs/dre.yaml index b3f39be7..4e9cbaaa 100644 --- a/openandroidinstaller/assets/configs/dre.yaml +++ b/openandroidinstaller/assets/configs/dre.yaml @@ -37,7 +37,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery @@ -47,7 +47,7 @@ steps: 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. command: adb_twrp_copy_partitions - type: call_button - img: twrp-start.jpeg + img: twrp-start.png 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 diff --git a/openandroidinstaller/assets/configs/dumpling.yaml b/openandroidinstaller/assets/configs/dumpling.yaml index 0aca961f..1ab37a86 100644 --- a/openandroidinstaller/assets/configs/dumpling.yaml +++ b/openandroidinstaller/assets/configs/dumpling.yaml @@ -34,7 +34,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/enchilada.yaml b/openandroidinstaller/assets/configs/enchilada.yaml index 33f44a1c..9cf25934 100644 --- a/openandroidinstaller/assets/configs/enchilada.yaml +++ b/openandroidinstaller/assets/configs/enchilada.yaml @@ -32,7 +32,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery @@ -42,7 +42,7 @@ steps: 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. command: adb_twrp_copy_partitions - type: call_button - img: twrp-start.jpeg + img: twrp-start.png 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 diff --git a/openandroidinstaller/assets/configs/evert.yaml b/openandroidinstaller/assets/configs/evert.yaml index c717316f..23b2fee1 100644 --- a/openandroidinstaller/assets/configs/evert.yaml +++ b/openandroidinstaller/assets/configs/evert.yaml @@ -47,7 +47,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery @@ -57,7 +57,7 @@ steps: 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. command: adb_twrp_copy_partitions - type: call_button - img: twrp-start.jpeg + img: twrp-start.png 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 diff --git a/openandroidinstaller/assets/configs/fajita.yaml b/openandroidinstaller/assets/configs/fajita.yaml index f17e4a3f..b41e898d 100644 --- a/openandroidinstaller/assets/configs/fajita.yaml +++ b/openandroidinstaller/assets/configs/fajita.yaml @@ -33,7 +33,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery @@ -43,7 +43,7 @@ steps: 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. command: adb_twrp_copy_partitions - type: call_button - img: twrp-start.jpeg + img: twrp-start.png 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 diff --git a/openandroidinstaller/assets/configs/flame.yaml b/openandroidinstaller/assets/configs/flame.yaml index 20267b5e..849bb1ef 100644 --- a/openandroidinstaller/assets/configs/flame.yaml +++ b/openandroidinstaller/assets/configs/flame.yaml @@ -51,7 +51,7 @@ steps: content: > Select 'Restart bootloader' on your smartphone screen. Then confirm to continue. - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/garden.yaml b/openandroidinstaller/assets/configs/garden.yaml index c6ed2d92..236a5f21 100644 --- a/openandroidinstaller/assets/configs/garden.yaml +++ b/openandroidinstaller/assets/configs/garden.yaml @@ -49,7 +49,7 @@ steps: Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue. command: fastboot_flash_recovery - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery. If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed. diff --git a/openandroidinstaller/assets/configs/ginkgo.yaml b/openandroidinstaller/assets/configs/ginkgo.yaml index 0f93e73a..9e34543e 100644 --- a/openandroidinstaller/assets/configs/ginkgo.yaml +++ b/openandroidinstaller/assets/configs/ginkgo.yaml @@ -48,7 +48,7 @@ steps: Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue. command: fastboot_flash_recovery - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery. If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed. diff --git a/openandroidinstaller/assets/configs/griffin.yaml b/openandroidinstaller/assets/configs/griffin.yaml index 22b35144..ec76975e 100644 --- a/openandroidinstaller/assets/configs/griffin.yaml +++ b/openandroidinstaller/assets/configs/griffin.yaml @@ -52,7 +52,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/guacamole.yaml b/openandroidinstaller/assets/configs/guacamole.yaml index 4d8a092b..b26ffe43 100644 --- a/openandroidinstaller/assets/configs/guacamole.yaml +++ b/openandroidinstaller/assets/configs/guacamole.yaml @@ -35,7 +35,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/guacamoleb.yaml b/openandroidinstaller/assets/configs/guacamoleb.yaml index e9094aa4..37eae075 100644 --- a/openandroidinstaller/assets/configs/guacamoleb.yaml +++ b/openandroidinstaller/assets/configs/guacamoleb.yaml @@ -35,7 +35,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/hotdog.yaml b/openandroidinstaller/assets/configs/hotdog.yaml index 40d02524..a3c2a966 100644 --- a/openandroidinstaller/assets/configs/hotdog.yaml +++ b/openandroidinstaller/assets/configs/hotdog.yaml @@ -35,7 +35,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/hotdogb.yaml b/openandroidinstaller/assets/configs/hotdogb.yaml index a59334b2..7522844d 100644 --- a/openandroidinstaller/assets/configs/hotdogb.yaml +++ b/openandroidinstaller/assets/configs/hotdogb.yaml @@ -35,7 +35,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/jasminesprout.yaml b/openandroidinstaller/assets/configs/jasminesprout.yaml index 581765b6..470372bf 100644 --- a/openandroidinstaller/assets/configs/jasminesprout.yaml +++ b/openandroidinstaller/assets/configs/jasminesprout.yaml @@ -47,7 +47,7 @@ steps: Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue. command: fastboot_flash_recovery - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery. If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed. diff --git a/openandroidinstaller/assets/configs/kiev.yaml b/openandroidinstaller/assets/configs/kiev.yaml index 98963f75..d466620f 100644 --- a/openandroidinstaller/assets/configs/kiev.yaml +++ b/openandroidinstaller/assets/configs/kiev.yaml @@ -46,7 +46,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery @@ -56,7 +56,7 @@ steps: 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. command: adb_twrp_copy_partitions - type: call_button - img: twrp-start.jpeg + img: twrp-start.png 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 diff --git a/openandroidinstaller/assets/configs/lancelot.yaml b/openandroidinstaller/assets/configs/lancelot.yaml index 39754349..919d142a 100644 --- a/openandroidinstaller/assets/configs/lancelot.yaml +++ b/openandroidinstaller/assets/configs/lancelot.yaml @@ -45,7 +45,7 @@ steps: Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue. command: fastboot_flash_recovery - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery. If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed. diff --git a/openandroidinstaller/assets/configs/lavender.yaml b/openandroidinstaller/assets/configs/lavender.yaml index 5a983651..6409743c 100644 --- a/openandroidinstaller/assets/configs/lavender.yaml +++ b/openandroidinstaller/assets/configs/lavender.yaml @@ -46,7 +46,7 @@ steps: Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue. command: fastboot_flash_recovery - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery. If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed. diff --git a/openandroidinstaller/assets/configs/miatoll.yaml b/openandroidinstaller/assets/configs/miatoll.yaml index 246d53e4..0c2ab21b 100644 --- a/openandroidinstaller/assets/configs/miatoll.yaml +++ b/openandroidinstaller/assets/configs/miatoll.yaml @@ -49,7 +49,7 @@ steps: Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue. command: fastboot_flash_recovery - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery. If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed. diff --git a/openandroidinstaller/assets/configs/montana.yaml b/openandroidinstaller/assets/configs/montana.yaml index b6d834f6..cec90b96 100644 --- a/openandroidinstaller/assets/configs/montana.yaml +++ b/openandroidinstaller/assets/configs/montana.yaml @@ -47,7 +47,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/nairo.yaml b/openandroidinstaller/assets/configs/nairo.yaml index f61e11de..5ada57df 100644 --- a/openandroidinstaller/assets/configs/nairo.yaml +++ b/openandroidinstaller/assets/configs/nairo.yaml @@ -46,7 +46,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery @@ -56,7 +56,7 @@ steps: 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. command: adb_twrp_copy_partitions - type: call_button - img: twrp-start.jpeg + img: twrp-start.png 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 diff --git a/openandroidinstaller/assets/configs/ocean.yaml b/openandroidinstaller/assets/configs/ocean.yaml index 51190b12..7f519058 100644 --- a/openandroidinstaller/assets/configs/ocean.yaml +++ b/openandroidinstaller/assets/configs/ocean.yaml @@ -46,7 +46,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/oneplus3.yaml b/openandroidinstaller/assets/configs/oneplus3.yaml index 5a2ce6d4..b099b19e 100644 --- a/openandroidinstaller/assets/configs/oneplus3.yaml +++ b/openandroidinstaller/assets/configs/oneplus3.yaml @@ -35,7 +35,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/potter.yaml b/openandroidinstaller/assets/configs/potter.yaml index 23ef087c..ede228b7 100644 --- a/openandroidinstaller/assets/configs/potter.yaml +++ b/openandroidinstaller/assets/configs/potter.yaml @@ -48,7 +48,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/racer.yaml b/openandroidinstaller/assets/configs/racer.yaml index 05b0b071..1aa92538 100644 --- a/openandroidinstaller/assets/configs/racer.yaml +++ b/openandroidinstaller/assets/configs/racer.yaml @@ -46,7 +46,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery @@ -56,7 +56,7 @@ steps: 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. command: adb_twrp_copy_partitions - type: call_button - img: twrp-start.jpeg + img: twrp-start.png 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 diff --git a/openandroidinstaller/assets/configs/raphael.yaml b/openandroidinstaller/assets/configs/raphael.yaml index e985663b..52a672ea 100644 --- a/openandroidinstaller/assets/configs/raphael.yaml +++ b/openandroidinstaller/assets/configs/raphael.yaml @@ -45,7 +45,7 @@ steps: Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue. command: fastboot_flash_recovery - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery. If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed. diff --git a/openandroidinstaller/assets/configs/redfin.yaml b/openandroidinstaller/assets/configs/redfin.yaml index a0ad1b03..7b09e531 100644 --- a/openandroidinstaller/assets/configs/redfin.yaml +++ b/openandroidinstaller/assets/configs/redfin.yaml @@ -49,7 +49,7 @@ steps: content: > Select 'Restart bootloader' on your smartphone screen. Then confirm to continue. - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/sargo.yaml b/openandroidinstaller/assets/configs/sargo.yaml index 6baf90bc..e406c27e 100644 --- a/openandroidinstaller/assets/configs/sargo.yaml +++ b/openandroidinstaller/assets/configs/sargo.yaml @@ -38,7 +38,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once your phone screen looks like the picture on the left, continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/sunfish.yaml b/openandroidinstaller/assets/configs/sunfish.yaml index b0e741f4..47a25f9e 100644 --- a/openandroidinstaller/assets/configs/sunfish.yaml +++ b/openandroidinstaller/assets/configs/sunfish.yaml @@ -51,7 +51,7 @@ steps: content: > Select 'Restart bootloader' on your smartphone screen. Then confirm to continue. - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/sweet.yaml b/openandroidinstaller/assets/configs/sweet.yaml index cb31acd6..5a307cb2 100644 --- a/openandroidinstaller/assets/configs/sweet.yaml +++ b/openandroidinstaller/assets/configs/sweet.yaml @@ -7,7 +7,7 @@ metadata: supported_device_codes: - sweet - sweetin - twrp-link: sweet + twrp-link: sweet notes: - You should install Android 10 or newer ROM. requirements: @@ -48,10 +48,9 @@ steps: Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue. command: fastboot_flash_recovery - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery. If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed. Once it's done continue. command: fastboot_reboot_recovery - diff --git a/openandroidinstaller/assets/configs/taimen.yaml b/openandroidinstaller/assets/configs/taimen.yaml index 20601de8..b7afa8f1 100644 --- a/openandroidinstaller/assets/configs/taimen.yaml +++ b/openandroidinstaller/assets/configs/taimen.yaml @@ -38,7 +38,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once your phone screen looks like the picture on the left, continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/configs/vayu.yaml b/openandroidinstaller/assets/configs/vayu.yaml index d8524123..6df9dd0c 100644 --- a/openandroidinstaller/assets/configs/vayu.yaml +++ b/openandroidinstaller/assets/configs/vayu.yaml @@ -45,7 +45,7 @@ steps: Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue. command: fastboot_flash_recovery - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery. If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed. diff --git a/openandroidinstaller/assets/configs/violet.yaml b/openandroidinstaller/assets/configs/violet.yaml index 278883ff..b39f4858 100644 --- a/openandroidinstaller/assets/configs/violet.yaml +++ b/openandroidinstaller/assets/configs/violet.yaml @@ -54,7 +54,7 @@ steps: Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue. command: fastboot_flash_recovery - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery. If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed. diff --git a/openandroidinstaller/assets/configs/walleye.yaml b/openandroidinstaller/assets/configs/walleye.yaml index 01d178d2..b2d0add1 100644 --- a/openandroidinstaller/assets/configs/walleye.yaml +++ b/openandroidinstaller/assets/configs/walleye.yaml @@ -38,7 +38,7 @@ steps: Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue. command: adb_reboot_bootloader - type: call_button - img: twrp-start.jpeg + img: twrp-start.png content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once your phone screen looks like the picture on the left, continue. command: fastboot_boot_recovery diff --git a/openandroidinstaller/assets/imgs/connect-to-usb.png b/openandroidinstaller/assets/imgs/connect-to-usb.png index 23b95a72..1adc0f9e 100644 Binary files a/openandroidinstaller/assets/imgs/connect-to-usb.png and b/openandroidinstaller/assets/imgs/connect-to-usb.png differ diff --git a/openandroidinstaller/assets/imgs/placeholder.png b/openandroidinstaller/assets/imgs/placeholder.png index cd0b2966..907ea4ea 100644 Binary files a/openandroidinstaller/assets/imgs/placeholder.png and b/openandroidinstaller/assets/imgs/placeholder.png differ diff --git a/openandroidinstaller/assets/imgs/requirements-default.png b/openandroidinstaller/assets/imgs/requirements-default.png index d4088e61..ddb854d1 100644 Binary files a/openandroidinstaller/assets/imgs/requirements-default.png and b/openandroidinstaller/assets/imgs/requirements-default.png differ diff --git a/openandroidinstaller/assets/imgs/samsung-buttons-bixby.png b/openandroidinstaller/assets/imgs/samsung-buttons-bixby.png index 33364051..219456e3 100644 Binary files a/openandroidinstaller/assets/imgs/samsung-buttons-bixby.png and b/openandroidinstaller/assets/imgs/samsung-buttons-bixby.png differ diff --git a/openandroidinstaller/assets/imgs/samsung-buttons.png b/openandroidinstaller/assets/imgs/samsung-buttons.png index eb071f77..f5de0c84 100644 Binary files a/openandroidinstaller/assets/imgs/samsung-buttons.png and b/openandroidinstaller/assets/imgs/samsung-buttons.png differ diff --git a/openandroidinstaller/assets/imgs/success.png b/openandroidinstaller/assets/imgs/success.png index c6c6f8c8..c1ca6a2f 100644 Binary files a/openandroidinstaller/assets/imgs/success.png and b/openandroidinstaller/assets/imgs/success.png differ diff --git a/openandroidinstaller/assets/imgs/twrp-start.jpeg b/openandroidinstaller/assets/imgs/twrp-start.jpeg deleted file mode 100644 index 97da9078..00000000 Binary files a/openandroidinstaller/assets/imgs/twrp-start.jpeg and /dev/null differ diff --git a/openandroidinstaller/assets/imgs/twrp-start.png b/openandroidinstaller/assets/imgs/twrp-start.png new file mode 100644 index 00000000..9ddb339d Binary files /dev/null and b/openandroidinstaller/assets/imgs/twrp-start.png differ diff --git a/openandroidinstaller/assets/imgs/unlock-bootloader-default.png b/openandroidinstaller/assets/imgs/unlock-bootloader-default.png index e4ff5a0d..84f692cc 100644 Binary files a/openandroidinstaller/assets/imgs/unlock-bootloader-default.png and b/openandroidinstaller/assets/imgs/unlock-bootloader-default.png differ