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

Commit 84d65bde authored by Jackeagle's avatar Jackeagle
Browse files

device_upgrade: Add /e/OS ROM package for FP3



- We have IMG-* package in our download page which is not flashable via ADB.

Signed-off-by: default avatarJackeagle <jackeagle102@gmail.com>
parent 7b9d4fe6
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 %}