This tutorial will explain how to create a scatter file for a Mediatek Android device using MTk Droid tools. You'll need a scatter file to use SP flash tool in fixing a bricked Android or flashing files to it. In this guide, I'll assume you'll be making use of a functioning device to create the scatter file for a bricked device of the same type. let's begin.
Important Notice
How to generate a scatter file using MTK Droid tools
Follow the steps below to generate a scatter file using MTK Droid Tools & ROM Studio
- Download MTK droid tools
- Install ADB drivers for your device
- If you can't find ADB drivers for your device, install PdaNet on your PC and connect your device with USB debugging enabled ie settings > developer > tick USB debugging. ( PdaNet automatically installs the ADB drivers for the connected device type)
- Root and Install Busybox on your Android
- Launch MTK droid tools on your PC
- It will read your device and display your device's info
- The box at the bottom should be yellow
- Click root and then grant super user privileges when prompted on your phone.
- The box should turn green
- Click Blocks Map then select create scatter file at the bottom. If this doesn't work,proceed to 9b
- Click ADB terminal
- type adb devices then press enter
- Your device should be displayed
- Type these following commands and press Enter after each
Code:adb shell
cat /proc/mtd - if the second command doesn't show a list, try
Code:cat /proc/emmc
- A Partition table will appear.. to save it type this
command
orCode:cat /proc/mtd > /sdcard/firmware.info
As the case may be.Code:cat /proc/emmc > /sdcard/firmware.info
- Now Put ur phone in storage mode or check your SD card and you should see firmware.info
- If the ADB method fails , repeat step 1 to step 9 then click on the root, backup, recovery tab in MTK droid tools then select backup. Wait for the process to complete then get the firmware.info from the backups folder in the MTK droid tools folder
- After that, use MTK ROM Studio to load
firmware.info and generate the corresponding
scatter file that will be needed for SP Flash Tool.
Important Notice
- MTK Droid tools only works for older MTK chipsets and Android versions. For those using newer devices, consider using more modern approaches like building the scatter file from scratch or modifying an existing one
- Do not go formatting your device just because you have a scatter file. Its just one of the files found in a firmware so you're still far from obtaining a complete firmware
- Its often wiser to just go ahead and do a full MTK Droid tools backup. This guide only assumes you are unable to backup or only need a scatter file for other purposes
Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.