blob: 74967dfb72e68a7829a9a4c4ecf08c3c961f6037 [file] [log] [blame]
bigbiffd006b302015-03-06 18:36:03 -05001{% if page.ddof %}
2<div class='page-heading'>dd Install Method (Requires Root):</div>
3<hr />
4<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>
5<p class="text">su</p>
6<p class="text">dd if=/sdcard/twrp.img of={{ page.ddof }}</p>
7{% endif %}