Skip to content

Commit

Permalink
wiki: Display full command for checking bootloader
Browse files Browse the repository at this point in the history
Makes it one step instead of two

Change-Id: I0c9d0ece5cd104b985bf24a9bfa2ae1d43253e48
  • Loading branch information
BadDaemon committed Dec 8, 2024
1 parent 3b24a15 commit 8b7b295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/templates/device_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Do **not** continue after something fails!

{%- capture bootloader %}
Your device must be on bootloader version {% for el in device.required_bootloader %} {% if forloop.last %} `{{ el }}` {% else %} `{{ el }}` / {% endif %} {% endfor %}, otherwise the instructions found in this page will not work.
The current bootloader version can be checked by running the command `getprop ro.bootloader` in a terminal app or an `adb -d shell` from a command prompt (on Windows) or terminal (on Linux or macOS) window.
The current bootloader version can be checked by running the command `getprop ro.bootloader` in a terminal app or by running `adb -d shell getprop ro.bootloader` from a command prompt (on Windows) or terminal (on Linux or macOS) window.
{% endcapture %}
{% include alerts/warning.html content=bootloader %}
{%- endif %}
Expand Down

0 comments on commit 8b7b295

Please sign in to comment.