Skip to content

Commit

Permalink
Removing extra reboot step
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicLike committed Mar 11, 2023
1 parent a5d34b1 commit 8da1b90
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions openandroidinstaller/assets/configs/A0001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,10 @@ steps:
Press 'Confirm and run' to reboot into the bootloader.
command: adb_reboot_bootloader
- type: call_button
content: In this step you actually unlock the bootloader. Just press 'Confirm and run' here. Once it's done, press continue here.
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.
command: fastboot_oem_unlock
- type: confirm_button
content: >
At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader.
Please take whatever actions the device asks you to to proceed.
- type: call_button
content: To finish the unlocking, the phone needs to reboot. Just press 'Confirm and run' here to reboot. Then continue.
command: fastboot_reboot
- 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.
content: The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue. When you are done, press continue.
flash_recovery:
- type: call_button
content: >
Expand Down

0 comments on commit 8da1b90

Please sign in to comment.