Platform Mt67 Not Supported On This Version
Open your scatter file using Notepad or Notepad++. Look at the header lines. It should look something like this:
# General Configuration
# Chip: MT6735
# Platform: MT6735
If you see MT65xx in a file meant for an MT67xx device, the scatter file is corrupted or mismatched. You will need to find the correct stock ROM for your specific device model.
The "Platform MT67 not supported" error isn’t a dead end—it’s a version wall. With the right legacy tool or Download Agent, you can almost always get back to flashing, unbricking, or reading the device.
Pro tip: Before you run any flash tool, check your device’s preloader version. If it starts with PL_MT6735 or PL_MT6750, you know you’re dealing with an MT67 platform. Keep a dedicated folder on your drive labeled MT67_TOOLS with known-good DA files and an older SP Flash Tool. It’ll save you hours next time.
Have a specific MT67 device and tool version that’s failing? Drop the details in the comments—our community may have the exact DA file you need.
The error message "Platform MT67 not supported on this version"
typically occurs when there is a mismatch between a software tool—most commonly SP Flash Tool
—and the specific MediaTek (MTK) chipset architecture of the device you are trying to service. Understanding the MT67 Platform The "MT67" designation refers to a broad family of MediaTek 64-bit ARM-based chipsets
, such as the MT6737, MT6739, and MT6765. These platforms are widely used in budget to mid-range Android devices and industrial mobile computers like the Newland MT67 Sei Primary Causes for the Error Outdated Flash Tool Version
: Older versions of SP Flash Tool (e.g., v3 or early v5) may not recognize newer MT67 series chipsets or their associated scatter files. Incompatible Scatter File platform mt67 not supported on this version
: The "scatter file" (which maps the device's partitions) may be for a different variant of the chipset, leading the tool to reject the platform entirely. Missing Drivers
: If the VCOM or MediaTek USB drivers are incorrectly installed or outdated, the software may fail to handshake with the MT67 platform correctly. Architecture Mismatch
: Certain applications or games may throw similar "unsupported platform" errors if they require an ARM64-v8a ABI
and the specific MT67 implementation is running in a 32-bit mode or lacks necessary instruction sets like OpenGL ES 3.0+. Google Help Recommended Solutions Update Your Tools : Ensure you are using the latest version of SP Flash Tool
(often version 5.x or higher is required for newer MT67 chipsets). Verify the Scatter File
: Cross-check that the scatter file matches your exact device model. A file meant for an MT6735 will not work on an MT6739 device. Driver Reinstallation
: Completely remove existing MediaTek drivers and install the latest "Preloader VCOM" drivers to ensure stable communication between the PC and the chipset. Force Compatibility (for Linux/Steam Deck)
: If encountering "invalid platform" errors on gaming devices, users have found success by forcing specific compatibility tools like Proton 9. Further Exploration
MT67 Sei | Мобильные компьютеры Android | Newland EMEA Open your scatter file using Notepad or Notepad++
The "Platform MT67 Not Supported on This Version" Error: What It Means and How to Fix It
If you're reading this article, chances are you've encountered the frustrating "Platform MT67 not supported on this version" error. This error message can be a real showstopper, especially if you're in the middle of a critical task or project. But don't worry, we're here to help you understand what this error means, why it occurs, and most importantly, how to fix it.
What is the "Platform MT67 Not Supported on This Version" Error?
The "Platform MT67 not supported on this version" error is a common issue that occurs when you're trying to use a specific platform or software on your device. The error message indicates that the platform, in this case, MT67, is not compatible with the version of the software or operating system you're using.
What is Platform MT67?
Before we dive deeper into the error, let's quickly discuss what Platform MT67 is. MT67 is a type of platform or hardware specification that is used in various devices, including smartphones, tablets, and other mobile devices. It's likely that you're trying to use a device or software that relies on this platform, but it's not compatible with your current software version.
Causes of the "Platform MT67 Not Supported on This Version" Error
There are several reasons why you might be encountering this error. Here are some possible causes:
How to Fix the "Platform MT67 Not Supported on This Version" Error If you see MT65xx in a file meant
Now that we've discussed the causes of the error, let's move on to the solutions. Here are some steps you can take to fix the "Platform MT67 not supported on this version" error:
Workarounds and Fixes for Specific Devices
If you're experiencing this error on a specific device, such as a smartphone or tablet, here are some device-specific workarounds and fixes:
Preventing the "Platform MT67 Not Supported on This Version" Error
To avoid encountering this error in the future, here are some best practices to keep in mind:
Conclusion
The "Platform MT67 not supported on this version" error can be frustrating, but it's usually resolvable with some troubleshooting and maintenance. By understanding the causes of the error and taking steps to fix it, you can get back to using your device or software without any issues. Remember to keep your software up-to-date, check device compatibility, and backup your data to prevent similar errors in the future. If you're still experiencing issues, don't hesitate to contact the software developer or device manufacturer for further assistance.
This write-up is structured for a developer, technical support specialist, or advanced user encountering this issue.
The developer community has created modified versions of SP Flash Tool that ignore platform checks entirely. Look for:
These modded versions remove the whitelist of supported chips, allowing you to flash any MT67 device.
| Context | Typical Tool | Why It Happens |
|---------|--------------|----------------|
| Flashing firmware | SP Flash Tool, Miracle Box, CM2 | The tool's MTK_AllInOne_DA.bin or configuration database lacks support for the MT67xx platform. |
| Building Android | make, lunch | The device tree or vendor setup does not define MT67xx in the BoardConfig or product makefile. |
| Custom recovery | TWRP build environment | The recovery source code expects a different SoC family (e.g., MT65xx, MT81xx) and does not include MT67xx drivers. |
| Kernel compilation | defconfig | The kernel config specifies an unsupported or outdated ARM64 platform ID for MediaTek. |