Skip to content

Commit ba97efe

Browse files
committed
Added notice for launching recovery manually
1 parent 077ea03 commit ba97efe

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

openandroidinstaller/assets/configs/A0001.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,9 @@ steps:
3434
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
3535
command: adb_reboot_bootloader
3636
- type: call_button
37-
content: Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
37+
content: >
38+
Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
39+
Notice: In some cases the bootloader won't boot into the flashed recovery automatically, but rather boot the normal system.
40+
If this happens, please run the following command via adb and wait for a moment: `adb reboot recovery`
41+
Now click 'Continue'.
3842
command: fastboot_flash_recovery

openandroidinstaller/assets/configs/bacon.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,9 @@ steps:
3434
Make sure your device is turned on. You need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
3535
command: adb_reboot_bootloader
3636
- type: call_button
37-
content: Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
37+
content: >
38+
Flash a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
39+
Notice: In some cases the bootloader won't boot into the flashed recovery automatically, but rather boot the normal system.
40+
If this happens, please run the following command via adb and wait for a moment: `adb reboot recovery`
41+
Now click 'Continue'.
3842
command: fastboot_flash_recovery

0 commit comments

Comments
 (0)