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

Commit 9d902486 authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Merge branch '116-device-installation-warning-to-be-toned-down' into 'master'

Resolve "Device installation warning to be toned down"

Closes #116

See merge request e/documentation/user!97
parents 89c964c5 0bca726c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,3 +59,4 @@ is_lineageos_official: false
#custom_recovery_link:
#unlock_bootloader_guide:
install_e: install_e_FP3
is_new_device: yes
+1 −7
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.
> **Warning** : Downgrading Smartphones already on Android Q or LineageOS 17.x to Pie or from Pie OS to Oreo or Nougat can cause instability or at worst brick some devices.
+3 −0
Original line number Diff line number Diff line
@@ -3,10 +3,13 @@

# Install /e/ on a {{ device.vendor }} {{ device.name }} - "{{ device.codename }}" {%- if device.is_beta %} (beta) {%- endif %}


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

{% include requirements.md %}