blob: 1fe51ebe3b0cd14eb66aed1dd38a1688151d0ee2 [file] [log] [blame]
bigbiffd006b302015-03-06 18:36:03 -05001{% if page.ddof %}
MSF Jarvisce2ee802016-04-07 16:22:23 +05302<html>
bigbiffd006b302015-03-06 18:36:03 -05003<div class='page-heading'>dd Install Method (Requires Root):</div>
MSF Jarvisce2ee802016-04-07 16:22:23 +05304<a id='dd'></a>
bigbiffd006b302015-03-06 18:36:03 -05005<hr />
6<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>
7<p class="text">su</p>
8<p class="text">dd if=/sdcard/twrp.img of={{ page.ddof }}</p>
MSF Jarvisce2ee802016-04-07 16:22:23 +05309</html>
bigbiffd006b302015-03-06 18:36:03 -050010{% endif %}