Skip to content

Commit

Permalink
wiki: Improve phrasing in BL unlock prompt description
Browse files Browse the repository at this point in the history
Change-Id: Ic693c9eca4d4e1e69f5a066c81a66bdcff4d770c
  • Loading branch information
NWuensche authored and luk1337 committed Oct 26, 2024
1 parent 66237db commit b7ac162
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _includes/templates/recovery_install_fastboot_lenovo.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fastboot devices
fastboot oem unlock
```
{%- endif %}
{% include alerts/note.html 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." %}
{% include alerts/note.html 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 in order to proceed." %}

14. Wait for the bootloader unlocking process to complete. Once finished, you can check if bootloader is successfully unlocked by typing:
```
Expand All @@ -73,7 +73,7 @@ fastboot getvar unlocked
fastboot oem unlock
```
{%- endif %}
{% include alerts/note.html 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." %}
{% include alerts/note.html 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 in order to proceed." %}
{%- endif %}

15. If the device doesn't automatically reboot, reboot it. It should now be unlocked.
Expand Down
2 changes: 1 addition & 1 deletion _includes/templates/recovery_install_fastboot_nexus.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fastboot devices
fastboot oem unlock
```
{%- endif %}
{% include alerts/note.html 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." %}
{% include alerts/note.html 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 in order to proceed." %}
6. If the device doesn't automatically reboot, reboot it. It should now be unlocked.
7. Since the device resets completely, you will need to re-enable USB debugging to continue.

Expand Down
2 changes: 1 addition & 1 deletion _includes/templates/recovery_install_fastboot_oppo.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fastboot devices
fastboot oem unlock
```
{%- endif %}
{% include alerts/note.html 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." %}
{% include alerts/note.html 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 in order to proceed." %}

15. If the device doesn't automatically reboot, reboot it. It should now be unlocked.
16. Since the device resets completely, you will need to re-enable USB debugging to continue.
Expand Down

0 comments on commit b7ac162

Please sign in to comment.