Platform Mt67 Not Supported On This Version !full! Info
"platform mt67 not supported on this version" typically occurs when using an outdated version of SP Flash Tool to load a scatter file for newer MediaTek (MTK) chipsets
. It indicates a mismatch between the software’s supported processor list and the hardware identified in your firmware. Top Solutions to Fix the Error
To resolve this, you generally need to align your software version with your hardware requirements: Update SP Flash Tool
: This is the most common fix. Older versions (v3 or early v5) do not recognize newer "mt67xx" series platforms. Download the latest version of SP Flash Tool from a reliable source. Use a Custom Download Agent (DA)
: If you are flashing a device with secure boot, the default DA file may not work. You may need to manually select a specific DA file (often named MTK_AllInOne_DA.bin or a device-specific version) by clicking next to the Download Agent field in the tool. Run in Compatibility Mode : Some users have success by right-clicking flash_tool.exe , selecting Properties > Compatibility , and running it for Windows XP (Service Pack 3) Administrator Check Scatter File Integrity
: Ensure the scatter file you are loading matches your exact phone model. If the scatter file is corrupted or for a different chipset, the tool will throw a "not supported" or "invalid" error. Related Troubleshooting Steps
If updating the tool doesn't work, consider these environmental factors:
Error: Platform MT67 Not Supported on This Version
If you are encountering the error message "Platform MT67 not supported on this version," it typically indicates that the software or tool you are using does not support the MediaTek (MT67) platform or your device's specific hardware configuration. This error can occur in various scenarios, such as when trying to flash a firmware, install a custom ROM, or use a specific software tool designed for other platforms. platform mt67 not supported on this version
Causes of the Error:
-
Incompatible Software Version: The software or tool you are using might not have been updated to support the MT67 platform or your device's specific hardware configuration.
-
Unsupported Device: Your device might be based on the MT67 platform, which is not supported by the software or tool you're trying to use.
-
Outdated Drivers: Sometimes, outdated or incorrect drivers on your computer can lead to this error, especially if the software relies on these drivers to communicate with your device.
Solutions:
-
Update Software/Tool: Ensure that you are using the latest version of the software or tool. Developers often release updates that add support for new platforms and devices.
-
Check Device Compatibility: Verify that your device is compatible with the software or tool. Look for any official announcements or documentation that lists supported devices.
-
Update Device Drivers: Make sure your computer has the latest and correct drivers for your device, especially if you are using a MediaTek USB port or recovery mode. "platform mt67 not supported on this version" typically
-
Seek Alternative Software/Tools: If the software or tool you're trying to use does not support your device, look for alternative solutions that explicitly support the MT67 platform.
-
Contact Support: If none of the above solutions work, reach out to the software/tool's support team for assistance. They might have specific guidance or patches for your situation.
Prevention Tips:
- Always check the compatibility of your device with any software or tool before attempting to use it.
- Regularly update your device drivers and software/tools to ensure you have the latest support and features.
- Engage with the community or forums related to your device or software/tool to stay informed about updates, patches, and advice from other users.
By understanding the causes and implementing the solutions mentioned above, you should be able to resolve the "Platform MT67 not supported on this version" error and successfully use your device with the software or tool you need.
Solution 4: Switch to a Different Flashing Software
If SP Flash Tool refuses to cooperate, consider alternatives that natively support MT67 platform:
- Oplus Flash Tool (for Oppo/Realme MT67 devices)
- Mi Flash Tool (only for Xiaomi MediaTek variants)
- WonderShare MobileGo (commercial tool, but supports many MT67 chips)
- Linux-based
mtkclient(open-source Python tool that works with all MT67 chips via--preloadermode)
Among these, mtkclient is the most powerful. Install it on Ubuntu or use a live USB:
git clone https://github.com/bkerler/mtkclient
cd mtkclient
pip install -r requirements.txt
python mtk.py --preloader --load scatter MT67xx_Android_scatter.txt
mtkclient never throws "platform not supported" because it reads the chip ID directly from hardware.
4. Platform-Specific Dependencies
The MT67xx series includes multiple variants; the error may occur for one but not another if the tool’s database is incomplete: Incompatible Software Version: The software or tool you
| Chipset | Cores | GPU | Known Support Level | |---------|-------|-----|----------------------| | MT6735 | 4x A53 | Mali-T720 | Moderate (older tools) | | MT6750 | 8x A53 | Mali-T860 | Partial (needs DA file) | | MT6753 | 8x A53 | Mali-T720 | Good (requires MT67xx_Android_scatter.txt) | | MT6795 | 8x A53 | PowerVR G6200 | Often unsupported in cheap flashing boxes |
3. Patch the Tool or Use a Fork
For Python-based mtkclient:
git checkout legacy-mt67 # if your fork has a legacy branch
# or manually edit mtkclient/mtkconfig.py to add MT67 device IDs
If you’re not comfortable editing code, search for mtkclient-legacy on GitHub.
Why Does This Error Occur?
You will typically see this error in one of three scenarios:
Solution 5: Reinstall MediaTek USB Drivers
Occasionally, Windows misidentifies your MT67 device as an older MT65 due to cached drivers.
Steps:
- Open Device Manager → View → Show hidden devices.
- Uninstall any entry labeled "MediaTek Preloader USB VCOM" or "MT65xx Preloader".
- Download and install MediaTek USB VCOM drivers (version 3.0 or later).
- Reboot your PC.
- Connect your powered-off phone (hold Volume Up or Down while connecting USB). Windows should now detect it as "MT67xx Preloader".
After this, SP Flash Tool will recognize the correct platform.
Environment
- Software: [name and version — replace with actual]
- OS: [e.g., Ubuntu 22.04 / macOS 13.x / Windows 10]
- Toolchain: [compiler / SDK versions]
- Target: mt67
- Steps already tried: [e.g., updated toolchain, cleared caches, reinstalled]
When to Give Up
If you’ve tried three different tool versions and two custom DAs, consider that your device might be too far gone—or the firmware itself is corrupted. At that point, you’re looking at:
- JTAG recovery (hardware-level)
- Finding a full clone device to dump a working preloader