The MT3367 is a MediaTek chipset primarily found in Android-based car head units and infotainment systems . A scatter file (MT3367_Android_scatter.txt) is the critical map used by the SP Flash Tool to identify where various system partitions—like system, recovery, and userdata—begin and end on the device's eMMC storage . Key Partition Layout (MT3367)
Typical MT3367 scatter files define approximately 24 partitions . The most vital ones for flashing or unbricking include:
Preloader: The initial bootloader that allows communication with the PC . System: Contains the main Android OS files .
Recovery: The partition used for maintenance, factory resets, or installing custom ROMs .
Userdata: Where your personal apps and settings are stored . mt3367 android scattertxt best
FRP: Often targeted for bypassing Google account locks by formatting the specific address range defined in the scatter file . Best Tools & Practices To work with MT3367 firmware, use these specific resources: How to use Wwr + SP Flash tool to backup Mediatek firmware
You cannot guess the addresses. You must extract them from a working device or the original firmware.
Method A: Using ADB (Root Required) Connect the device to PC via ADB.
adb shell
su
cat /proc/partitions
Output Example:
major minor #blocks name
179 0 15267840 mmcblk0
179 1 65536 mmcblk0p1 <--- preloader
179 2 16384 mmcblk0p2 <--- pro_info
Use these block sizes to calculate the offsets.
Method B: Using the SP Flash Tool (Log Method)
The best MT3367 scatter file is useless if you lose your IMEI. Before flashing any firmware, use the scatter file to read back the nvram.bin partition via SP Flash Tool’s Read Back tab. Save this file in a safe place. After flashing, use the Write Memory tab to restore it. This saves you from “null IMEI” or Wi-Fi not turning on.
✅ Advanced users & repair shops – Flashing corrupted head units or recovering from bad OTA updates.
✅ Custom ROM developers – Porting AOSP or LineageOS to MT3367 devices (rare but possible).
❌ Casual users – If you don't know what "BROM mode" or "Download Agent" means, do not touch this file. The MT3367 is a MediaTek chipset primarily found
The MT3367 is an ARM Cortex-A9 processor clocked between 1.0 GHz and 1.2 GHz. Unlike smartphone SoCs, it is designed for Automotive Grade systems. It features:
Because these are closed systems, manufacturers rarely provide OTA updates. To modify the software, you must use SP Flash Tool (Smart Phone Flash Tool).
In conclusion, for MT3367 Android devices, finding and using the best scatter.txt file is pivotal for successful firmware operations. Whether you're looking to upgrade your device's firmware, repair a malfunctioning device, or explore custom firmware options, having the correct Scatter file is a critical step. Always proceed with caution and ensure you have backups of any important data before proceeding with flashing operations.
PRELOADER 0x0
PMT 0x0
GPT 0x0
0x0 means it's placed at the start of eMMC.0x0 indicates it's created dynamically.Have a question?
Here you will find answers to the questions we get asked the most.