27-02-2020, 10:28 PM
This error as seen in the screenshot below is usually as a result of formatting certain partitions on a mediatek android phone while flashing firmware i.e flashing firmware using format all + download or firmware upgrade
![[Image: how-to-remove-not-verify-red-text-on-a-m...-phone.jpg]](https://www.hovatek.com/blog/bpyeki/uploads/2020/02/how-to-remove-not-verify-red-text-on-a-mediatek-android-phone.jpg)
If you have a previous backup of the following 3 partitions (proinfo, protect1 and protect2) then simply flash them back to remove the red text but if you don't have a backup of these partition then continue with the guide below
Requirements
- Root your phone ; you can do so using magisk @ https://www.hovatek.com/forum/thread-21427.html
- File manager with access to the root folder e.g Xplore, ES file explorer (available in playstore)
How to remove "not verify" red error text on a mediatek android phone after flashing firmware
The steps below explain how to remove "not verify" red error text on a mediatek android phone after flashing firmware
- Using the file manager, navigate to system partition directory. It should be /root/system or /system
- Scroll down till you find the file named "build.prop", Long press the file > Edit the file
- Search for the properties below
Code:ro.mtk_trustkernel_tee_support=1
ro.tee_support=1
- Modify the values from 1 to 0
Code:ro.mtk_trustkernel_tee_support=0
ro.tee_support=0
- Save the file and reboot the phone
- The error message should no longer be displayed
Important Notice
- If you don't find the search properties within build.prop in /system partition, search for them within the build.prop in /vendor partition
- This might also work for those who encounter the error "Not efused" or some chinese text displayed at the top of their screen in red color. You can try and let us know the outcome