blob: c906cadeb72061df661c84cd319dc8c27dc5f426 [file] [log] [blame]
{% if page.ddof %}
<html>
<div class='page-heading'>dd Install Method (Requires Root):</div>
<a id='dd'></a>
<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="code">su</p>
<p class="code">dd if=/sdcard/twrp.img of={{ page.ddof }}</p>
</html>
{% endif %}