These contain device-unique identifiers. If you flash a blank proinfo from a generic MT6761 scatter file, you will lose your IMEI.
Example:
- partition_index: 2
partition_name: proinfo
linear_start_addr: 0x80000
partition_size: 0x300000
region: EMMC_USER
Immediately after the global settings, the scatter file lists partitions. The "top" in this context also refers to the first few partitions (preloader, pgpt, etc.). These are the most sensitive because they contain the primary bootloader. mt6761 scatter file top
Before we analyze the "top," let’s establish the foundation. These contain device-unique identifiers
A scatter file (typically named MT6761_Android_scatter.txt) is a partition layout table. It tells flashing tools exactly where to write data on the eMMC/UFS storage chip. Without a correct scatter file, you risk bricking the device by writing a bootloader to the wrong address. Immediately after the global settings, the scatter file