Home > Tips and Tricks

How to Remove Not Verify message on MediaTek Device

In this guide, we will show you three methods to remove the Not Verify message from your MediaTek device. MediaTek devices are surely catching up in custom development, with the likes of bootloader unlocking, rooting, and flashing a custom recovery is slowly but surely adopted by numerous tech enthusiasts. However, carrying out these tweaks comes with its fair share of caveats as well.

One among them is the fact that your device might show a persistent red colored No Verify message at the top right of your screen. It goes without saying that this prompt causes a great deal of inconvenience in the day-to-day usage of your device. As far as the plausible reason for the same is concerned, it is usually attributed to flashing firmware using format all + download mode in SP Flash Tool.

With that said, there does exist a couple of nifty workarounds through which you could easily remove the Not Verify message from your MediaTek device. So without further ado, let’s check them out.

How to Remove Not Verify message on MediaTek Device

Remove Not Verify MediaTek

It is recommended that you try out each of the below-mentioned workarounds and then see which one spells out success for you. So with that in mind, let’s get started. Droidwin and its members wouldn’t be held responsible in case of a thermonuclear war, your alarm doesn’t wake you up, or if anything happens to your device and data by performing the below steps.

FIX 1: Edit Build Prop

  1. Download a root-supported file explorer such as Solid File Manager.
  2. Then launch it, grant it Magisk permission and go to root > system.Remove Not Verify MediaTek
  3. Now open the build.prop file there and search the following two lines:
    ro.mtk_trustkernel_tee_support=1
    ro.tee_support=1
  4. Modify their values to 0, so that the commands now look like this:
    ro.mtk_trustkernel_tee_support=0
    ro.tee_support=0
  5. Finally, save the changes and restart your device.
  6. This will remove the Not Verify message from your MediaTek device.

FIX 2: Using Magisk Module

  1. To begin with, download the Magisk Hide Props Config module.
  2. Then launch Magisk, go to Modules, and tap on Install from Storage.Remove Not Verify MediaTek
  3. Now select the module and it will be flashed. Once done, hit Reboot.
  4. Then install Termux and launch it. Now type in su and hit Enter.
  5. This will bring up the Magisk prompt, tap on Grant.Remove Not Verify MediaTek
  6. Now execute the below command in Termux and restart your device:
    props ro.mtk_tee_check_support 0
  7. It will remove the Not Verify message from your MediaTek device.

FIX 3: Using Hex Editor

  1. Download the stock firmware for your device and extract the system.img file
  2. Then download and install the HxD Hex Editor on your PC.
  3. Now drag and drop the system.img file to the Hex Editor.
  4.  Press A to highlight All, Control F to Find, Search direction (All), and Type “Not Verify”.Remove Not Verify MediaTek
  5. Now delete the corresponding numbers that get highlighted corresponding to “Not Verify”.Remove Not Verify MediaTek
  6. Finally, save the changes and flash this ‘new’ system.img’ via SP Flash Tool onto your device.

That’s it. These were the three different methods that should help you remove the Not Verify message from your MediaTek device. If you have any queries concerning the aforementioned steps, do let us know in the comments. We will get back to you with a solution at the earliest.


Share:
  • hi is still here with dhex..and new flash, so it must be a script on android10go
    any solution,thanx