MSF Jarvis | ce2ee80 | 2016-04-07 16:22:23 +0530 | [diff] [blame] | 1 | <html> |
bigbiff | d006b30 | 2015-03-06 18:36:03 -0500 | [diff] [blame] | 2 | <div class='page-heading'>flash_image Install Method (Requires Root):</div> |
MSF Jarvis | ce2ee80 | 2016-04-07 16:22:23 +0530 | [diff] [blame] | 3 | <a id='flash_image'></a> |
bigbiff | d006b30 | 2015-03-06 18:36:03 -0500 | [diff] [blame] | 4 | <hr /> |
| 5 | <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] | 6 | <p class="code">su</p> |
| 7 | <p class="code">flash_image recovery /sdcard/twrp.img</p> |
| 8 | </html> |