Tutorial

Tutorial

: How to Create a Scatter File for MTK Devices Using MTK Droid Tools

In this tutorial, we will be creating a scatter file using MTK Droid tools for Mediatek Android devices. A scatter file is necessary when using SP Flash Tool to fix a bricked Android device or flash files onto it.

Prerequisites

  • You have a functioning Mediatek Android device.
  • You are familiar with basic computer operations and installing software on your PC.
  • Your device has USB debugging enabled (Settings > Developer Options > Enable USB Debugging).

Step-by-Step Guide

1. Download MTK Droid Tools

Download the latest version of MTK Droid tools from the official website or a trusted source.

2. Install ADB Drivers for Your Device

Install the ADB drivers for your device if you can't find them in the usual places. You can do this by installing PdaNet on your PC and connecting your device with USB debugging enabled (Settings > Developer Options > Enable USB Debugging). PdaNet will automatically install the ADB drivers for your connected device type.

3. Root Your Device

Root your Android device and install Busybox.

4. Launch MTK Droid Tools on Your PC

Launch MTK droid tools on your PC.

5. Connect to Your Device

Connect your device to your PC using a USB cable. You should see your device's information displayed in the MTK Droid tools interface.

6. Run ADB Shell and Execute Commands**

  1. In the MTK Droid tools interface, click on the "ADB" tab.
  2. Click on the "Shell" button to open an ADB shell.
  3. Run the following commands:
  • adb shell (press Enter)
  • cat /proc/mtd (press Enter) or cat /proc/emmc (if the first command doesn't show a list)
  1. This will display a partition table.

7. Save the Partition Table**

  1. Copy the command below and replace /sdcard/firmware.info with your preferred output file location:
  • cat /proc/mtd > /sdcard/firmware.info
  1. Press Enter to execute the command.
  2. Repeat this process for the cat /proc/emmc command if necessary.

8. Retrieve the firmware.info File**

  1. Put your device in storage mode or check your SD card for the firmware.info file.
  2. If you can't find it, repeat steps 1-7 to try again.

9. Generate the Scatter File Using MTK ROM Studio

  1. Download and install MTK ROM Studio from the official website.
  2. Load the firmware.info file into MTK ROM Studio.
  3. The tool will generate a scatter file for you.

Troubleshooting

  • If you encounter errors or issues during this process, please refer to the troubleshooting section below or seek help from a knowledgeable community member.


Congratulations! You have successfully created a scatter file using MTK Droid tools. This file is necessary when using SP Flash Tool to fix a bricked Android device or flash files onto it.

Note: The MTK Droid tools may not support all devices, so if you encounter issues, please check the tool's compatibility with your device before proceeding.

Common Issues and Troubleshooting

  • If you are unable to create a scatter file for your Tecno J5, please note that MTK Droid tools 2.5.3 does not support this device type.
  • If you encounter ADB errors or issues during the process, please ensure there is a space between commands in the ADB shell.
  • If you are unable to find the firmware.info file, try repeating steps 1-7 or checking your SD card for it.

I hope this tutorial has been helpful. Happy flashing!

Leave a comment