blob: c906cadeb72061df661c84cd319dc8c27dc5f426 [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>
James Christopher Adduono743773d2016-04-26 01:31:33 -04007<p class="code">su</p>
8<p class="code">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 %}