© 2015 Hello Sandy Patterson // Designs by Laugh Eat Learn // Theme by Georgia Lou Studios
The version of SP Flash Tool you are using is either too old to recognize the newer MT67xx series chips (like MT6735, MT6750, etc.) or too new to support older legacy platforms.
For Python-based mtkclient :
: Ensure the Android_scatter.txt file you are loading matches your device's exact chipset. If the scatter file header lists a platform code your tool doesn't recognize, it will trigger this "not supported" message. platform mt67 not supported on this version
To fix this, you can manually add your device's chipset information. Navigate to the WWR_MTK/Template folder on your computer. Create a new text file named MT67xx_Android_scatter.txt (replacing xx with your specific processor number). Then, populate this file with the correct partition information for your device. A simpler method, suggested in forums, is to use a template for a closely related chipset. For example, if your device has an , you can try using or copying a template for the MT6768 processor. The version of SP Flash Tool you are
By default, the SP Flash Tool uses a generic MTK_AllInOne_DA.bin file. If your MT67 device features secure boot protection, this generic file will trigger a platform unsupported error. To fix this, you can manually add your
This error typically occurs when using to flash firmware or recovery images onto MediaTek (MTK) devices. It signifies a mismatch between the software version and the specific chipset platform (MT67xx) you are attempting to modify. Core Causes
To avoid encountering "platform mt67 not supported on this version" again: