Let us look at a real-world snippet from a stock ROM for a device like the Infinix Hot 10S (MT6768) running Android 12. A new scatter file looks like this:
# General Setting
- general: MTK_PLATFORM_CFG
info:
- config_version: V1.1.2
- platform: MT6768
- project: INFINIX-X688B
- storage: EMMC
- boot_channel: MSDC_0
- block_size: 0x20000
3. Dynamic Partition Resizing
In older Android versions, partitions were fixed. In new MT6768 builds (shipping with Android 11 or 12), the super partition can resize logical partitions on the fly. The scatter file must have accurate partition_size entries for super; otherwise, you will face "Invalid GPT" or "Insufficient buffer" errors. mt6768 scatter file new
The Process
- Launch SP Flash Tool as Administrator.
- Click Scatter-loading File and select your
MT6768_Android_scatter.txt.
- The tool will populate all partitions. Check the list – ensure
preloader is UNCHECKED unless you are recovering a total dead boot.
- Choose your download mode:
- Download Only: Flashes new firmware without wiping userdata (often fails on Android 11+ due to mismatch).
- Firmware Upgrade: Use this for a new scatter file – it wipes all partitions correctly, including super.
- Format All + Download: Last resort (will wipe IMEI).
- Click Download.
- Power off the device completely. Remove the battery if removable, or wait 10 seconds.
- Connect the USB cable. The MT6768 should enter BROM mode automatically.
- When the yellow progress bar completes, you will see "Download OK".
Back To Top