bigbiff | d006b30 | 2015-03-06 18:36:03 -0500 | [diff] [blame] | 1 | {% if page.ddof %} |
MSF Jarvis | ce2ee80 | 2016-04-07 16:22:23 +0530 | [diff] [blame] | 2 | <html> |
bigbiff | d006b30 | 2015-03-06 18:36:03 -0500 | [diff] [blame] | 3 | <div class='page-heading'>dd Install Method (Requires Root):</div> |
MSF Jarvis | ce2ee80 | 2016-04-07 16:22:23 +0530 | [diff] [blame] | 4 | <a id='dd'></a> |
bigbiff | d006b30 | 2015-03-06 18:36:03 -0500 | [diff] [blame] | 5 | <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 Adduono | 743773d | 2016-04-26 01:31:33 -0400 | [diff] [blame] | 7 | <p class="code">su</p> |
| 8 | <p class="code">dd if=/sdcard/twrp.img of={{ page.ddof }}</p> |
MSF Jarvis | ce2ee80 | 2016-04-07 16:22:23 +0530 | [diff] [blame] | 9 | </html> |
bigbiff | d006b30 | 2015-03-06 18:36:03 -0500 | [diff] [blame] | 10 | {% endif %} |