Skip to content

Commit

Permalink
Updated bacon configs to new TWRP booting
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicLike committed Mar 12, 2023
1 parent ba97efe commit 66d6cba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
11 changes: 4 additions & 7 deletions openandroidinstaller/assets/configs/A0001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
command: fastboot_boot_recovery
11 changes: 4 additions & 7 deletions openandroidinstaller/assets/configs/bacon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Boot a custom recovery (temporarily) by pressing 'Confirm and run'. Once it's done continue.
command: fastboot_boot_recovery

0 comments on commit 66d6cba

Please sign in to comment.