Mt6765-android-scatter.txt ⭐ Reliable

MT6765_Android_scatter.txt file is a map for the MediaTek Helio P35 chipset that tells the SP Flash Tool

where to write specific parts of the firmware on your phone's internal storage. Since this file is specific to each phone model

(even if they share the MT6765 chip), you should always get it directly from the official stock ROM of your exact device to avoid bricking it. What is in this file?

The scatter file contains technical details for approximately 22 to 24 partitions , such as: Partition Names : Identifiers like Start Addresses mt6765-android-scatter.txt

: The exact hexadecimal location in the memory where each partition begins. Partition Size

: The maximum length allowed for that specific block of data. Storage Type : Typically listed as HW_STORAGE_EMMC for MT6765 devices. rigacci.org Common Devices Using MT6765 You might need this file for popular Helio P35 devices like MediaTek Helio P35 Mobile Phones with Price List (2024)


5. Safety Warnings & Precautions

Using scatter files incorrectly can permanently damage your device. MT6765_Android_scatter

  • Do Not Mix Scatter Files: Never use a scatter file intended for a different model number (e.g., don't use a Redmi scatter file on a Nokia phone, even if both use MT6765). The partition addresses will differ, causing critical failure.
  • NVRAM/Radio Data: Be careful not to overwrite NVRAM or Protect1 / Protect2 partitions unless you know exactly what you are doing. Doing so will wipe your IMEI numbers and network capabilities.
  • Backup: If your phone is currently working, always back up your NVRAM/IMEI data before flashing.
  • Battery: Ensure your phone has at least 30% battery before flashing to prevent the device from dying mid-process.

⚠️ Important notes for your actual device:

  • Always extract the real scatter file from your specific firmware (e.g., using Wwr_MTK or MTK Client).
  • Do not flash preloader from another device unless you are 100% sure – it can hard-brick the phone.
  • If your device uses A/B slots, you’ll see _a/_b suffixes (e.g., boot_a, system_b).

mt6765-android-scatter.txt is a critical configuration document used to map the internal memory partitions of devices powered by the MediaTek MT6765 chipset , commercially known as the MediaTek Helio P35 . This file is primarily utilized by the SmartPhone (SP) Flash Tool

to facilitate firmware updates, unbricking, or the installation of custom recoveries. Architecture and Technical Specifications MT6765 (Helio P35)

is an octa-core ARM-based System-on-Chip (SoC) designed for mainstream 4G smartphones. CPU Architecture : Features eight ARM Cortex-A53 cores Do Not Mix Scatter Files: Never use a

arranged in a big.LITTLE configuration: four performance cores (up to 2.3 GHz) and four efficiency cores (up to 1.8 GHz). : Integrated IMG PowerVR GE8320 clocked at 680 MHz. Memory & Storage : Supports LPDDR3 or (up to 6GB) and eMMC 5.1 storage

: Integrated 4G LTE Cat-7/13 modem supporting Dual 4G VoLTE. Function of the Scatter File

The scatter file acts as a "map" for the device's storage, typically an eMMC. It tells flashing software exactly where each piece of the operating system should be written. How To Use SP Flash Tool (Full Guide) 8 May 2015 —


✅ Key points that make this “solid”:

  • Region types are correct: EMMC_BOOT_1 for preloader, EMMC_USER for everything else.
  • linear_start_addr is always 0x0 for MTK scatter (this is correct – SP Flash Tool computes from physical address).
  • Partition sizes are realistic (e.g., super = 512MB, boot = 32MB).
  • Dynamic partitions (super) included for modern Android.
  • Unused partitions have file_name: N/A and is_download: false.
  • Addresses don’t overlap and follow typical MT6765 OEM layouts.

6.1 Unlocking Bootloader Without Authorization

On locked MT6765 devices, the scatter file reveals seccfg and secro partitions. By flashing a modified seccfg with: is_download: true and a pre-modified seccfg.img, you can force OEM unlock on some models.

How it's used with flashing tools

  • SP Flash Tool reads the scatter file and displays the list of partitions.
  • The operator selects which partitions to flash and supplies corresponding image files.
  • The tool then writes images to the device’s flash at the addresses specified in the scatter file. Important: Flashing the wrong scatter file or incorrect images can brick the device.

About MT6765 (MediaTek Helio P35)

MT6765, marketed as the MediaTek Helio P35, is a mid-range SoC used in many budget smartphones. Firmware for MT6765-based devices uses an Android scatter file naming convention like mt6765_android_scatter.txt (sometimes with underscores or dashes). That file describes partition names and start addresses/sizes specific to the device’s board configuration.

Scroll to Top