Skip to content

Commit

Permalink
Added notice for custom recoveries
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicLike committed Mar 12, 2023
1 parent 4b616ab commit 077ea03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openandroidinstaller/assets/configs/A0001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ steps:
content: >
In this step you actually unlock the bootloader. Just press 'Confirm and run' here. The phone will automatically reboot and reformat.
Once it's done, press continue here.
Notice: If you don't have the stock OnePlus One recovery, your device might boot into your custom recovery, but don't do anything / throw an error.
If this appears, reboot you device through your bootloader and just continue normally. (Your bootloader will be unlocked.)
command: fastboot_oem_unlock
- type: confirm_button
content: >
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:
- type: call_button
Expand Down
4 changes: 4 additions & 0 deletions openandroidinstaller/assets/configs/bacon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ steps:
content: >
In this step you actually unlock the bootloader. Just press 'Confirm and run' here. The phone will automatically reboot and reformat.
Once it's done, press continue here.
Notice: If you don't have the stock OnePlus One recovery, your device might boot into your custom recovery, but don't do anything / throw an error.
If this appears, reboot you device through your bootloader and just continue normally. (Your bootloader will be unlocked.)
command: fastboot_oem_unlock
- type: confirm_button
content: >
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:
- type: call_button
Expand Down

0 comments on commit 077ea03

Please sign in to comment.