Skip to content

Commit

Permalink
Added notice for launching recovery manually
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicLike committed Mar 12, 2023
1 parent 077ea03 commit ba97efe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion openandroidinstaller/assets/configs/A0001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 5 additions & 1 deletion openandroidinstaller/assets/configs/bacon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ba97efe

Please sign in to comment.