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

Commit 50e2d61d authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Fix uses_twrp

parent af3094c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ sdcard: up to 128 GB
soc: Qualcomm Snapdragon 632
storage: 64 GB
type: phone
uses_twrp: true
uses_twrp: false
vendor: Fairphone
vendor_short: fairphone
versions: pie
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ soc: Samsung Exynos 8895
storage: 64 GB
tree: android_device_samsung_dreamlte
type: phone
uses_twrp: false
uses_twrp: true
vendor: Samsung
vendor_short: samsung
versions: [pie]
+0 −2
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ Please note: On windows PC's to run the installation using ODIN check this [HOWT
    1. From the computer, please run `adb sideload <patch file>`
{% endif %}

{% if device.uses_twrp %}
## Installing a custom recovery

1. Download a custom recovery - you can download [TWRP](https://dl.twrp.me/{{ device.codename }}).
@@ -74,4 +73,3 @@ Please note: On windows PC's to run the installation using ODIN check this [HOWT
{% endif %}

> Note: Be sure to reboot into recovery immediately after having installed the custom recovery. Otherwise the custom recovery will be overwritten and the device will reboot (appearing as though your custom recovery failed to install).
{% endif %}
 No newline at end of file