Flashing is not always smooth. Here are common errors and how to fix them.
The status bar at the bottom of the SP Flash Tool window will flash red (handshake), then yellow (active data transfer). Wait until a large green checkmark pops up on the screen signaling success. Unplug the cable and reboot the device. Troubleshooting Common Errors "PMT changed for the ROM; it must be downloaded"
button next to the "Scatter-loading File" field and select your MT8163_Android_scatter.txt Manual Formatting:
Without a scatter file, specialized flashing tools like cannot function. These tools read the scatter file to understand where each binary piece of the firmware belongs. If the tool were to write data to the wrong address—for instance, placing system data in the bootloader partition—the device would likely become "bricked" or unbootable. This precision is what allows developers and technicians to perform "unbricking" procedures, bypass FRP (Factory Reset Protection), or install custom ROMs. mt8163 scatter file
While the processor (SoC) is the same, the memory map (partition layout) can differ significantly from one tablet model to another. The partition sizes and their arrangement are determined by the manufacturer and the specific version of Android the device shipped with. Using a mismatched scatter file may cause errors or, worse, a brick.
If you cannot find a scatter file, you can generate one directly from your device. Advanced users can use the SP Flash Tool's "Read Back" function to dump the preloader.bin and then use a specialized tool like WwR MTK (Write to Read for MediaTek) to analyze it and generate a new scatter file. This is complex but has the advantage of providing a 100% accurate file for that specific device.
The scatter file is used in the Readback tab of the SP Flash Tool to create a full backup of the existing, working ROM. Structure of the MT8163 Scatter File Flashing is not always smooth
To help tailor any troubleshooting or development steps, please let me know:
PRELOADER 0x0 PMT 0x80000 TEE1 0x180000 UBOOT 0x380000 BOOT_IMG 0x580000 RECOVERY 0x780000 SEC_STATIC 0x980000 MISC 0xa80000 LOGO 0xb80000 EXPDB 0xc80000 ANDROID 0xd80000 CACHE 0x4d80000 USRDATA 0xcd80000
The partition layout defined in your new MT8163 scatter file does not match the physical partition boundaries currently burned into the tablet's eMMC storage. Wait until a large green checkmark pops up
With a working TWRP, you can then flash custom ROMs, kernels, Magisk for root access, and other modifications that breathe new life into the device.
When you open an MT8163 scatter file in a text editor, you will see several repeating blocks of code containing: The numerical order of the partition.