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

Commit 8c52742d authored by Jackeagle's avatar Jackeagle
Browse files

Merge branch '868devices-s-FP3-upgrade' into 'master'

device_upgrade: Add /e/OS ROM package for FP3

See merge request e/documentation/user!1033
parents 7b9d4fe6 84d65bde
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -28,7 +28,16 @@ Try the /e/OS Recovery (**limited functionality**)

{% endif %}

{% if device.codename != "FP4" %}
{% if device.codename == "FP3" %}

{% include alerts/danger.html content="You must flash the corresponding build linked below, to manually upgrade from Android R to Android S on your FP3." %}

- [/e/OS S upgrade dev build for dev Android R users](https://images.ecloud.global/dev/FP3/e-1.14-s-20230819321663-dev-FP3.zip)
- [/e/OS S upgrade stable build for stable Android R users](https://images.ecloud.global/stable/FP3/e-1.14-s-20230815320616-stable-FP3.zip)

{% endif %}

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