The Journey Pregnancy is a software app that enables patients to track vital signs in pregnancy and transmits this information to providers in real time.
Benefits include: increasing patients' engagement in their own care, increasing communication between patients and providers, and providing notifications when health trends are out of range.
With weekly check‑ins, a personal virtual doula available to you 24/7, blood pressure alerts, and health tracking in the app, you can follow your maternal health all the way through postpartum recovery
Download The Journey Pregnancy. In just a few minutes per day, log your health information to track your pregnancy from your positive pregnancy test through your postpartum recovery.
Navigate to your firmware folder and open the MT67xx_Android_scatter.txt file using a text editor like Notepad++.
Before jumping into the fixes, it helps to understand why the software is rejecting your device. The error is almost always caused by one of three things:
Used alongside SP Flash Tool to temporarily disable the device's built-in secure boot protections before flashing.
# General Configuration # Chip: MT6735 # Platform: MT6735 platform mt67 not supported on this version
If you own any budget phone from 2016–2019 with a MediaTek processor, you have likely seen this error.
#EmbeddedSystems #AndroidDev #Troubleshooting #TechTips
Sometimes, permission issues prevent the tool from accessing necessary system resources. Navigate to your firmware folder and open the
Ensure it accurately reflects your chip family (e.g., platform: MT6765 ). If it lists an entirely different platform, you have likely downloaded the wrong firmware for your device. 4. Install Updated MediaTek USB VCOM Drivers
The core issue is a mismatch between the chipset identifier in the scatter file and what the SP Flash Tool expects. For instance, a user might have an Infinix Note 7 with an MT6769 chipset, but the scatter file is incorrectly configured for a generic MT67xx platform.
Look at the very first few lines for the target platform string (e.g., platform: MT6765 ). # General Configuration # Chip: MT6735 # Platform:
Modern MediaTek chips rely on highly specific Secure Boot and Download Agent ( MTK_AllInOne_DA.bin ) files to authorize firmware flashing.
The error message "platform mt67 not supported on this version" can occur due to several reasons:
: Ensure the scatter file corresponds exactly to your device's chipset. If you are creating a custom backup, using updated versions of helper tools like Wwr MTK v2.51 is recommended to ensure the generated file is valid.
Get The Journey Pregnancy app for free from the Apple App Store and Google Play Store and start sharing your Journey today
Get the appOur woman‑led team has been through pregnancies, we’re here for you, and we support you as you nurture and bring forward the next generation.
Are you a health care provider? Find out more about our provider software: www.emaginest.com
Courtney Williams, Co‑founder and CEO of Emagine Solutions Technology
During my high risk pregnancy, I got preeclampsia the week after giving birth to my son.
The experience was scary and for a while, I didn’t know whether I would be ok. Luckily, I got the care I needed in time.
In the aftermath, though, I didn’t know if I was getting better, because I didn’t have a way to document my health and communicate that information to my care team.
We developed The Journey Pregnancy so that all pregnant moms can have visibility into their health trends throughout pregnancy and postpartum, so they can document questions for their provider, understand their blood pressure trends, have access to research‑backed information 24/7, and ultimately feel safer during pregnancy and postpartum recovery.
We’ve been there, and we’re here for you during your maternal health journey.
Learn more at emaginest.com
“The app has eased my anxiety in between doctor appointments that my baby is healthy and active.”
“We all know the problem and the statistics, now we have an innovation that has the potential to be a solution to decreasing morbidity and mortality in maternity care.”
“It helped me track my blood pressure and not be as worried about preeclampsia. Especially at the end when I was experiencing a lot of swelling.”
Navigate to your firmware folder and open the MT67xx_Android_scatter.txt file using a text editor like Notepad++.
Before jumping into the fixes, it helps to understand why the software is rejecting your device. The error is almost always caused by one of three things:
Used alongside SP Flash Tool to temporarily disable the device's built-in secure boot protections before flashing.
# General Configuration # Chip: MT6735 # Platform: MT6735
If you own any budget phone from 2016–2019 with a MediaTek processor, you have likely seen this error.
#EmbeddedSystems #AndroidDev #Troubleshooting #TechTips
Sometimes, permission issues prevent the tool from accessing necessary system resources.
Ensure it accurately reflects your chip family (e.g., platform: MT6765 ). If it lists an entirely different platform, you have likely downloaded the wrong firmware for your device. 4. Install Updated MediaTek USB VCOM Drivers
The core issue is a mismatch between the chipset identifier in the scatter file and what the SP Flash Tool expects. For instance, a user might have an Infinix Note 7 with an MT6769 chipset, but the scatter file is incorrectly configured for a generic MT67xx platform.
Look at the very first few lines for the target platform string (e.g., platform: MT6765 ).
Modern MediaTek chips rely on highly specific Secure Boot and Download Agent ( MTK_AllInOne_DA.bin ) files to authorize firmware flashing.
The error message "platform mt67 not supported on this version" can occur due to several reasons:
: Ensure the scatter file corresponds exactly to your device's chipset. If you are creating a custom backup, using updated versions of helper tools like Wwr MTK v2.51 is recommended to ensure the generated file is valid.