blob: 74967dfb72e68a7829a9a4c4ecf08c3c961f6037 [file] [log] [blame]
{% if page.ddof %}
<div class='page-heading'>dd Install Method (Requires Root):</div>
<hr />
<p class="text">Download the latest image file (.img) from the download link above. Place it in the root of your /sdcard folder and rename it to twrp.img. Run the following commands via adb shell or a terminal emulator app:</p>
<p class="text">su</p>
<p class="text">dd if=/sdcard/twrp.img of={{ page.ddof }}</p>
{% endif %}