Monday 16 May 2016

HOW TO MAKE MTK BACKUP (NON ROOTING METHOD)

Due to the Large size of most mtk backups, its a big challenge downloading them over the net.
In this tutorial, i will be teaching how to do an Mtk READBACK using Sp flash tool.You need not root the phone.

REQUIREMENTS

*Pc
*A Working Mtk device
*Mtk droid tool . Download
*Sp flash tool. Download
*Mtk drivers. Download
*Pda.net. Download

STEPS

1. Launch MTK Droid Tools
2. Click Blocks Map
3. In Blocks Map, focus on the Scatter and Size columns
4. Click Create Scatter file and save the scatter file to a known location on the PC
5. Launch SP Flash Tool
6. Click Scatter Loading and select the scatter file you created above in the window that pops up
7. Click Read Back at the top.

BACKING UP JUST ONE IMG/PARTITION(eg only boot.img)
 
* Click Add
* A new item (N/A) will be created in the white box below, ensure its ticked
* Double-click the newly created item and save it as Boot.img
* In the dialogue box that appears, tick Hex. 
* For Start address, enter the value under the Scatter column for the file / partition you wish to extract . Example, if the value under scatter for Boot.img in Mtkdroidtools/blocks map is 00023A0000,convert it to Hex form by replacing all zeros before the first non zero digit with 0x (00023A0000 = 0x23A0000)

* For Length, convert the value under Size column for the file/partition you wish to extract to Hex form. Example, if the value under Size for Boot.img in Mtkdroidtools/blocks map is 0000F00000. Hex form is 0xF00000
* Click Ok . 
* Click Read Back
* Connect the phone to PC while switched off and wait for Read Back to be complete
* When Read Back is complete, you'll get a Green Circle with OK.


BACKING UP THE ENTIRE ROM

* Launch Sp flash tool
* Click Scatter Loading and select the scatter file you created above in the window that pops up
* Click Read Back at the top.
* Click Add
* Double-click the new item and save it as ROM_1

   VERY IMPORTANT
* In the box, leave Hex ticked. For start address, leave it as it is (0x000.....)
* For Length, enter the value under the Scatter column for FAT or Userdata ( the very last item is recommended). Eg FAT is 0097140000 ( which is 0x97140000 in Hex form )
* Click Read Back then connect the switched off phone to PC.
* When Read Back is complete, you'll get a Green circle with OK.
* Go back to MTK Droid Tools
* Click To process file ROM_ from Flash Tool.
* Select the ROM_1 file you saved above in the window that pops up.
* Wait for MTK Droid tools to finish copying
* When prompted to make CWM Recovery automatically, click Yes or No depending on your choice.
* Open the folder where you saved the ROM_1 file to, you should see the backup folder for the phone.
* All Done.

Note; Do not interrupt a Readback, otherwise you might end up with a bricked phone.

If instead, you want to learn how to make an mtk backup using the "rooting method". Click HERE

To learn how to flash Mtk backup using sp flashtool. Click HERE  

No comments:

Post a Comment