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

Commit 30f2f37f authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Merge branch '98-add-warning-for-os-downgrade' into 'master'

Resolve "Add warning for OS downgrade"

Closes #98

See merge request e/documentation/user!83
parents 7be39c5d 2c0d9b26
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
> **Warning** : Do not attempt to downgrade your smartphone in case you are on Android Q / LOS 17.0 or Android Pie / LOS 16.x.

  > Downgrading a device from Q or Pie to Oreo or Nougat operating system can cause your device to brick and become unusable.

  > If you are on these OS versions Please stop at this point and continue using your current Operating System.

  > The only way you can use /e/OS is if a similar or higher /e/OS build is available for your device.
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,9 @@
# Install /e/ on a {{ device.vendor }} {{ device.name }} - "{{ device.codename }}" {%- if device.is_beta %} (beta) {%- endif %}

{% include warning_read_before.md %}
{% if device.type == "phone" or device.type == "Phone" %}
  {% include alerts/warning_prevent_os_downgrade.md %}
{% endif%}

{% if device.before_install %}
{% capture before_install %}templates/{{ device.before_install }}.md{% endcapture %}