diff --git a/openandroidinstaller/assets/configs/A0001.yaml b/openandroidinstaller/assets/configs/A0001.yaml index 302cfad8..85c25d8e 100644 --- a/openandroidinstaller/assets/configs/A0001.yaml +++ b/openandroidinstaller/assets/configs/A0001.yaml @@ -34,5 +34,9 @@ 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 - content: Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. + 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 diff --git a/openandroidinstaller/assets/configs/bacon.yaml b/openandroidinstaller/assets/configs/bacon.yaml index 9f145c1d..4fe1c451 100644 --- a/openandroidinstaller/assets/configs/bacon.yaml +++ b/openandroidinstaller/assets/configs/bacon.yaml @@ -34,5 +34,9 @@ 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 - content: Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue. + 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