Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25e083ec authored by Manoj Nair's avatar Manoj Nair
Browse files

Merge branch '1071-adding-comment-to-the-stock-download-section-of-devices' into 'master'

Resolve "Adding comment to the stock download section of devices"

Closes #1071

See merge request e/documentation/user!1262
parents fe93892f 999a2edf
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line

{% if device.before_install_args.version %}
- Before following these instructions please ensure that the device is on the latest **Android {{ device.before_install_args.version }}** firmware.

- If your device is currently using a newer or older version than the required version, please upgrade or downgrade to the required version before proceeding with your /e/OS installation.

- The required version is **Android {{ device.before_install_args.version }}** , which may be lower than the /e/OS version you are about to install - this is not an error!
If there are multiple updates of that version (e.g. security updates), make sure to use the latest!

- If you need to upgrade or downgrade your device, please search online for guides.
We are unable to provide specific instructions here and on our support platforms.

{% endif %}
{% if device.before_install_stable_args.version %}
- If installing the official build, please ensure that the device is on the latest **Android {{ device.before_install_stable_args.version }}** firmware.
+8 −0
Original line number Diff line number Diff line
@@ -4,6 +4,14 @@

{% if device.before_install_device_variants and device.before_install_device_variants.size > 0 %}
- Before following these instructions please ensure that the device is currently using the firmware version mentioned below. If your current installation is newer or older than the required version, please upgrade or downgrade to the required version before proceeding by following [this guide.](/{{ device.firmware_update }})
- If your device is currently using a newer or older version than the required version, please upgrade or downgrade to the required version before proceeding with your /e/OS installation.

- The required version is **Android {{ device.before_install_args.version }}** , which may be lower than the /e/OS version you are about to install - this is not an error!
If there are multiple updates of that version (e.g. security updates), make sure to use the latest!

- If you need to upgrade or downgrade your device, please search online for guides.
We are unable to provide specific instructions here and on our support platforms.

{%- if device.before_install_device_variants and device.before_install_device_variants.size > 0 %}


+8 −0
Original line number Diff line number Diff line
@@ -2,6 +2,14 @@

{% if device.before_install_device_variants and device.before_install_device_variants.size > 0 %}
- Before following these instructions please ensure that the device is currently using the firmware version mentioned below. If your current installation is newer or older than the required version, please upgrade or downgrade to the required version before proceeding by following [this guide.](/{{ device.firmware_update }})
- If your device is currently using a newer or older version than the required version, please upgrade or downgrade to the required version before proceeding with your /e/OS installation.

- The required version is **Android {{ device.before_install_args.version }}** , which may be lower than the /e/OS version you are about to install - this is not an error!
If there are multiple updates of that version (e.g. security updates), make sure to use the latest!

- If you need to upgrade or downgrade your device, please search online for guides.
We are unable to provide specific instructions here and on our support platforms.

{%- if device.before_install_device_variants and device.before_install_device_variants.size > 0 %}