blob: f6c3651758f59fb8989bf6ab683703538bed05ff [file] [log] [blame]
MSF Jarvisce2ee802016-04-07 16:22:23 +05301<html>
bigbiffd006b302015-03-06 18:36:03 -05002<div class='page-heading'>flash_image Install Method (Requires Root):</div>
MSF Jarvisce2ee802016-04-07 16:22:23 +05303<a id='flash_image'></a>
bigbiffd006b302015-03-06 18:36:03 -05004<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 Adduono743773d2016-04-26 01:31:33 -04006<p class="code">su</p>
7<p class="code">flash_image recovery /sdcard/twrp.img</p>
8</html>