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

Commit adfdc53a authored by Manoj Nair's avatar Manoj Nair
Browse files

Resolve "Update content in FP4 warning"

parent c9a2c67d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ screen: 6.3 in
screen_ppi: 409
screen_res: 1080x2340
screen_tech: LCD IPS
security_patch_date: 2022-03-05
sdcard: Upto 256 GB
soc: Qualcomm Snapdragon 750G (SM7225)
storage: 128/256 GB
+6 −2
Original line number Diff line number Diff line
@@ -30,14 +30,18 @@ Flash this [patch]({{ device.additional_downloads.additional_patch }}) on your {

[//]: # ( Build type related )

{% assign security_patch = '' %}
{% if device.security_patch_date %}
    {% assign security_patch = '(Security patch: ' | append: device.security_patch_date | append: ')' %}
{%- endif %}

{% if device.build_version_dev %}
- /e/OS build : [{{ device.build_version_dev }} dev](https://images.ecloud.global/dev/{{ device.codename }})
- /e/OS build : [{{ device.build_version_dev }} dev](https://images.ecloud.global/dev/{{ device.codename }}) {{ security_patch }}
{%- endif %}


{% if device.build_version_stable %}
- /e/OS build : [{{ device.build_version_stable }} stable](https://images.ecloud.global/stable/{{ device.codename }})
- /e/OS build : [{{ device.build_version_stable }} stable](https://images.ecloud.global/stable/{{ device.codename }}) {{ security_patch }}
{%- endif %}

> To understand the difference between /e/OS builds check [this guide](/build-status)
+2 −2
Original line number Diff line number Diff line
{% include templates/requirements.md %}

{% include alerts/danger.html content="Ensure that you flash an image with a security patch level greater than the level of the existing security patch, Failure to do so will brick your device. " %}
{% include alerts/tip.html content="On your phone you can check the security patch level here `Settings` >> `About Phone` >> `Android Version` >>  `Android security patch level`." %}
{% include alerts/danger.html content="Ensure that you flash an image with a security patch level greater than the level of the existing security patch. Failure to do so will prevent you from locking your bootloader. " %}
{% include alerts/tip.html content="On your phone you can check the security patch level here `Settings` >> `About Phone` >> `Android Version` >>  `Android security patch level`. Check the level against the level of the security patch on the /e/OS build as given in the `Downloads for the FP4` section below " %}