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

Commit e48decb5 authored by Mossroy's avatar Mossroy
Browse files

fix: do not ask to unplug after recovery flash when not required

It was contradictory with the next paragraph, that says to keep the
devic plugged
parent 4a63a8d8
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 %}

+6 −0
Original line number Diff line number Diff line
@@ -94,8 +94,14 @@ 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!="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, this may require pulling the device's battery out and putting it back in, or if you have a non-removable battery, press the Volume Down + Power buttons for 8~10 seconds until the screen turns black & release the buttons *immediately* when it does, then boot to recovery:
    * {% t devices.with_the_device_powered_off %}, {% t device.recovery_boot %}