We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
recovery_boot
1 parent ed7ad34 commit 0814752Copy full SHA for 0814752
_includes/templates/device_install.md
@@ -110,11 +110,13 @@ There are no recovery installation instructions for this discontinued device.
110
{%- else %}
111
1. [Build]({{ device | device_link: "build" | relative_url }}) a LineageOS installation package.
112
{%- endif %}
113
+{%- if device.recovery_boot %}
114
2. If you are not in recovery, reboot into recovery:
115
* {{ device.recovery_boot }}
116
{% if device.vendor == "LG" %}
117
{% include templates/recovery_boot_lge.md %}
118
{% endif %}
119
+{%- endif %}
120
{%- if device.uses_twrp %}
121
3. Now tap **Wipe**.
122
4. Now tap **Format Data** and continue with the formatting process. This will remove encryption and delete all files stored in the internal storage.
0 commit comments