From 66d6cbac71f56e36a35c718f7986af174451f203 Mon Sep 17 00:00:00 2001 From: MagicLike Date: Sun, 12 Mar 2023 20:52:06 +0100 Subject: [PATCH] Updated bacon configs to new TWRP booting --- openandroidinstaller/assets/configs/A0001.yaml | 11 ++++------- openandroidinstaller/assets/configs/bacon.yaml | 11 ++++------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/openandroidinstaller/assets/configs/A0001.yaml b/openandroidinstaller/assets/configs/A0001.yaml index 85c25d8e..9f43951f 100644 --- a/openandroidinstaller/assets/configs/A0001.yaml +++ b/openandroidinstaller/assets/configs/A0001.yaml @@ -26,17 +26,14 @@ steps: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue. You don't need to re-enable those options, if you have a custom recovery. (See last step.) When you are done, press continue. - flash_recovery: + boot_recovery: - type: call_button content: > - Now you need to flash a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating, + Now you need to boot a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating, adapting and repairing of the operating system. 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 content: > - Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. - Notice: In some cases the bootloader won't boot into the flashed recovery automatically, but rather boot the normal system. - If this happens, please run the following command via adb and wait for a moment: `adb reboot recovery` - Now click 'Continue'. - command: fastboot_flash_recovery \ No newline at end of file + Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. + command: fastboot_boot_recovery \ No newline at end of file diff --git a/openandroidinstaller/assets/configs/bacon.yaml b/openandroidinstaller/assets/configs/bacon.yaml index 4fe1c451..34b2e187 100644 --- a/openandroidinstaller/assets/configs/bacon.yaml +++ b/openandroidinstaller/assets/configs/bacon.yaml @@ -26,17 +26,14 @@ steps: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue. You don't need to re-enable those options, if you have a custom recovery. (See last step.) When you are done, press continue. - flash_recovery: + boot_recovery: - type: call_button content: > - Now you need to flash a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating, + Now you need to boot a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating, adapting and repairing of the operating system. 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 content: > - Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. - Notice: In some cases the bootloader won't boot into the flashed recovery automatically, but rather boot the normal system. - If this happens, please run the following command via adb and wait for a moment: `adb reboot recovery` - Now click 'Continue'. - command: fastboot_flash_recovery \ No newline at end of file + Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. + command: fastboot_boot_recovery \ No newline at end of file