: Refer to your scatter's specific hex line under physical_start_addr or partition_size
| Criterion | Status | |-----------|--------| | Contains all required partitions (pgpt → flashinfo) | ✅ Must | | No address overlaps or gaps | ✅ Must | | Flags correctly set (R for nvram, protect, tee) | ✅ Must | | System partition ≥2GB (Android 9) or ≥3GB (10+) | ✅ Recommended | | linear_start_addr aligned to 0x2000 | ✅ Recommended | | MT3367-specific – includes tee1/tee2 | ✅ Essential for secure boot |
This defines the hardware specs.
The "best" versions of this scatter file allow for adjustment. Internal storage (NAND/eMMC) sizes vary. A high-quality scatter txt file is usually provided for 16GB or 32GB variants, but can be manually edited to align partition sizes if you know what you are doing. The generic ones handle the standard 16GB layout perfectly. mt3367 android scattertxt best
: Essential for restoring a device to factory settings or bypassing FRP (Factory Reset Protection) by formatting specific memory addresses. How to Use the Scatter File
A scatter file is a text document structured in a standardized layout required by MediaTek's proprietary flashing utility. It maps out the exact boundaries of the inside the system.
A scatter file (typically named MTXXXX_Android_scatter.txt ) is fundamentally a partition table map that tells MediaTek flash tools exactly where to write each component of your firmware. Think of it as a detailed blueprint of your device's internal storage. : Refer to your scatter's specific hex line
The VCOM (Virtual COM Port) driver enables your PC to communicate with the MediaTek device in preloader mode. These drivers are essential because SP Flash Tool communicates with the device through a virtual serial port.
Indispensable for MT3367 repair, but handle with extreme care. Always back up first.
Download the official stock firmware specifically matching your device model number. A high-quality scatter txt file is usually provided
Run the raw memory dump through WwR to auto-generate a valid, structurally sound scatter configuration file tailored to that exact device storage chip. Steps to Use the Scatter File with SP Flash Tool
partition_index: 13 partition_name: userdata linear_start_addr: 0xc9b02000 partition_size: 0x300000000 # 12GB (adjust to eMMC size) region: EMMC_USER