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

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

Resolve "Murena One check builds"

parent 857c633d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ install:
- { mode: Murena smartphones }
- { mode: Roll-back, url: "https://support.fairphone.com/hc/en-us/articles/4405858261777" }
before_install_file_name: before_install_FP4
display_erecovery: false
install_e_file_name: install_e_FP4
ignore_troubleshooting_tips: true
requirements_file_name: requirements_FP4
+1 −5
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ vendor: Murena
vendor_short: murena
width: 76.9 mm
wifi: 802.11 a/b/g/n/ac, Dual band, Wi-Fi Direct, Hotspot
build_version_dev: R
build_version_stable: R
is_lineageos_official: false
removable_battery: 1
@@ -54,8 +53,5 @@ install:
- { mode: Murena smartphones }
custom_unlock_cmd: 'fastboot flashing unlock_critical'
oem_unlock_file_name: oem_unlock_generic
display_erecovery: false
install_e_file_name: install_e_one
downloads_file_name: device_downloads_erecovery
display_erecovery: true
recovery_install_file_name: recovery_install_fastboot_ab_install
recovery_install_command: fastboot flash recovery
 No newline at end of file
+7 −4
Original line number Diff line number Diff line
@@ -45,13 +45,16 @@ Before installing /e/OS on the {{device.vendor}} {{device.name }} {{ device.cod
- [Custom recovery]({{ device.custom_recovery }}) (not required if you already have it running on your phone)
{% else %}
{% if device.display_erecovery != false %}

Try the /e/OS Recovery (**limited functionality**)
{% if device.build_version_dev %}
-  [/e/OS Recovery](https://images.ecloud.global/dev/{{ device.codename }}) for dev build
{% endif %}
{% if device.build_version_stable and device.codename != "FP4" %}

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

{% endif %}
{% endif %}