@@ -5,7 +5,7 @@ Samsung devices come with a unique boot mode called “Download mode”, which i
1. Enable OEM unlock in the Developer options under device Settings.
> It appears sometime that the OEM unlock option is missing from Development options, especially on new devices. Please connect your device to the wifi and check of system updates. After a reboot, the option should appear.
1. Install the [Heimdall suite](../../how-tos/install-heimdall):
1.[Install Heimdall](../../how-tos/install-heimdall) or if you prefer you can [Build latest Heimdall suite](../../how-tos/build-heimdall)
1. Power off the device and connect the USB adapter to the computer (but not to the device, yet).
1. Boot into download mode:
* {{ device.download_boot }}
@@ -36,6 +36,14 @@ Samsung devices come with a unique boot mode called “Download mode”, which i
## Installing a custom recovery
1. Download a custom recovery - you can download [TWRP](https://dl.twrp.me/{{ device.codename }}).
{% if device.alternate_twrp %}
> An [alternate location]({{ device.alternate_twrp }}) to download TWRP
{% endif %}
{% if device.twrp_version %}
> The version of TWRP we used to test the ROM was {{ device.twrp_version }}
{% endif %}
1. Power off the device and connect the USB adapter to the computer (but not to the device, yet).