bigbiff | d006b30 | 2015-03-06 18:36:03 -0500 | [diff] [blame] | 1 | {% if page.mtkchipset %} |
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'>MTK Flash Tool Install Method (No Root Required):</div> |
MSF Jarvis | ce2ee80 | 2016-04-07 16:22:23 +0530 | [diff] [blame] | 4 | <a id='mtk'></a> |
bigbiff | d006b30 | 2015-03-06 18:36:03 -0500 | [diff] [blame] | 5 | <hr /> |
James Christopher Adduono | 01de73a | 2016-06-08 15:32:39 -0400 | [diff] [blame] | 6 | <p class="text">Requirements:</p> |
| 7 | <ul> |
| 8 | <li>A copy of the factory ROM for the device, including the scatter file</li> |
| 9 | <li>A proper MTK Flash Tool version for the chipset of this device ({{ page.mtkchipset }})</li> |
| 10 | <li>Downloaded and installed the VCOM driver for MTK devices</li> |
| 11 | </ul> |
| 12 | <p class="text">Installation steps:</p> |
| 13 | <ol> |
| 14 | <li>Download the latest image file (.img) from the download link above and rename it to twrp.img, then copy it into the same folder as the factory ROM.</li> |
| 15 | <li>Open up the MTK Flash Tool and use the scatter loading button to select the scatter file for this device.</li> |
| 16 | <li>Uncheck all partition boxes except for the RECOVERY partition.</li> |
| 17 | <li>Click on the folder/filename path for RECOVERY, then browse to and select the twrp.img file.</li> |
| 18 | <li>Click on the [Download] button in the MTK Flash Tool.</li> |
| 19 | <li>Power off your device completely.</li> |
| 20 | <li>Plug the device into the computer and wait for it to flash. If it fails to flash the first time, you may have to unplug the phone and click [Download] again. Try this a few times. If it still doesn't work, try a different USB port and USB cable.</li> |
| 21 | </ol> |
MSF Jarvis | ce2ee80 | 2016-04-07 16:22:23 +0530 | [diff] [blame] | 22 | </html> |
bigbiff | d006b30 | 2015-03-06 18:36:03 -0500 | [diff] [blame] | 23 | {% endif %} |