Skip to content

Commit

Permalink
templates: odin/heimdall: Have user leave device plugged in
Browse files Browse the repository at this point in the history
* Some devices need the USB cable plugged in to boot to download.

Change-Id: I3e5170abc62398c4e5104eea7a3ba2eaf64d1800
  • Loading branch information
npjohnson committed Aug 1, 2024
1 parent 971dfe7 commit 1dccf66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions _includes/templates/recovery_install_heimdall.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ heimdall flash --{{ device.recovery_partition_name | upcase }} {{ device.recover
{% include alerts/tip.html content="The file may not be named identically to what stands in this command, so adjust accordingly. If the file is wrapped in a zip or tar file, extract the file first, because Heimdall is not going to do it for you." %}
4. A transfer bar will appear on the device showing the recovery image being flashed.
{% include alerts/note.html content="The device will continue to display `Downloading... Do not turn off target!!` even after the process is complete." %}
5. Unplug the USB cable from your device.
6. 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:
5. 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:
* {{ device.recovery_boot }}
{% include alerts/note.html content="Be sure to reboot into recovery immediately after installing the custom recovery. If you don't the stock ROM will overwrite the custom recovery with the stock recovery, and you'll need to flash it again." %}
{%- include snippets/recovery_logo_note.md %}
Expand Down
3 changes: 1 addition & 2 deletions _includes/templates/recovery_install_odin.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ The preferred method of installing a custom recovery is through Download Mode{%
{% include alerts/tip.html content="The filename may vary depending on your device, and the version of your custom recovery." %}
11. Click "Start". A transfer bar will appear on the device showing the recovery image being flashed.
{% include alerts/note.html content="The device will continue to display `Downloading... Do not turn off target!!` even after the process is complete." %}
12. Unplug the USB cable from your device.
13. 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:
12. 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:
* {{ device.recovery_boot }}
{% include alerts/note.html content="Be sure to reboot into recovery immediately after installing the custom recovery. If you don't the custom recovery will be overwritten on boot." %}
{%- include snippets/recovery_logo_note.md %}
Expand Down

0 comments on commit 1dccf66

Please sign in to comment.