From 11df3aeb39298d27e331ebd19fe488ae8c11a394 Mon Sep 17 00:00:00 2001 From: MagicLike Date: Fri, 24 Mar 2023 22:18:19 +0100 Subject: [PATCH] Removed unneeded rebooting instructuons from FPs --- openandroidinstaller/assets/configs/FP2.yaml | 6 +----- openandroidinstaller/assets/configs/FP3.yaml | 6 +----- openandroidinstaller/assets/configs/FP4.yaml | 6 +----- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/openandroidinstaller/assets/configs/FP2.yaml b/openandroidinstaller/assets/configs/FP2.yaml index ff46ba1b..a924e5aa 100644 --- a/openandroidinstaller/assets/configs/FP2.yaml +++ b/openandroidinstaller/assets/configs/FP2.yaml @@ -18,8 +18,4 @@ steps: - type: call_button content: > Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. - command: fastboot_boot_recovery - - type: confirm_button - content: > - Now reboot into recovery to verify the installation. Do not reboot into the existing OS, since it will overwrite the recovery you just installed! - With the device powered off, hold 'Volume Up + Power'. Release when boot logo appears. \ No newline at end of file + command: fastboot_boot_recovery \ No newline at end of file diff --git a/openandroidinstaller/assets/configs/FP3.yaml b/openandroidinstaller/assets/configs/FP3.yaml index d31fcc2a..18022478 100644 --- a/openandroidinstaller/assets/configs/FP3.yaml +++ b/openandroidinstaller/assets/configs/FP3.yaml @@ -47,8 +47,4 @@ steps: - type: call_button 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 - - type: confirm_button - content: > - Now reboot into recovery to verify the installation. Do not reboot into the existing OS, since it will overwrite the recovery you just installed! - With the device powered off, hold 'Volume Up + Power'. Release when boot logo appears. \ No newline at end of file + command: fastboot_boot_recovery \ No newline at end of file diff --git a/openandroidinstaller/assets/configs/FP4.yaml b/openandroidinstaller/assets/configs/FP4.yaml index 5af2d85c..531644ff 100644 --- a/openandroidinstaller/assets/configs/FP4.yaml +++ b/openandroidinstaller/assets/configs/FP4.yaml @@ -47,8 +47,4 @@ steps: - type: call_button 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 - - type: confirm_button - content: > - Now reboot into recovery to verify the installation. Do not reboot into the existing OS, since it will overwrite the recovery you just installed! - With the device powered off, hold 'Volume Up + Power'. Release when boot logo appears. \ No newline at end of file + command: fastboot_boot_recovery \ No newline at end of file