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

Commit b401f636 authored by Mossroy's avatar Mossroy
Browse files

Fix for Odin, and add Heimdall

parent ae57c192
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -67,7 +67,13 @@ heimdall flash --RECOVERY recoveryfilename.img --no-reboot
> Replace the recoveryfilename with the name of the recovery image you downloaded

1. A blue transfer bar will appear on the device showing the recovery being transferred.
{% if device.recovery_boot!="devices.recovery_boot_up_power_usb"
   and device.recovery_boot!="devices.up_power_USBCable"
   and device.recovery_boot!="devices.recovery_boot_s10"
   and device.recovery_boot!="devices.recovery_boot_samsung_vol_pwr_usb"
%}
1. Unplug the USB cable from your device.
{% endif %}
1. Manually reboot into recovery:
* {% t devices.with_the_device_powered_off %}, {% t device.recovery_boot %}

+3 −3
Original line number Diff line number Diff line
@@ -95,9 +95,9 @@ Download the latest recovery file, mentioned in the `Downloads for {{ device.cod
    {% include alerts/tip.html content="The device will continue to display `Downloading... Do not turn off target!!` even after the process is complete. When the status message in the top left of the devices's display reports that the process is complete, you may proceed." %}

{% if device.recovery_boot!="devices.recovery_boot_up_power_usb"
   and device.recovery_boot!="up_power_USBCable"
   and device.recovery_boot!="recovery_boot_s10"
   and device.recovery_boot!="recovery_boot_samsung_vol_pwr_usb"
   and device.recovery_boot!="devices.up_power_USBCable"
   and device.recovery_boot!="devices.recovery_boot_s10"
   and device.recovery_boot!="devices.recovery_boot_samsung_vol_pwr_usb"
%}
1. Unplug the USB cable from your device.