bigbiff | d006b30 | 2015-03-06 18:36:03 -0500 | [diff] [blame] | 1 | {% 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 %} |