[Tutorial] How to fix MTK orange, yellow & red state warnings
[Tutorial] How to fix MTK orange, yellow & red state warnings
(11-10-2022, 01:53 PM)kelvinchinedu Yeah that is the same phone am using.I edit it everything is working
Edith orange sate and save it before u edit 5 seconds
(24-12-2019, 08:00 PM)hovatek This guide will explain how to hide or remove Yellow, Red and Orange state warnings on a Mediatek Android device. Its ideal for those who feel irritated by constantly seeing these warnings on reboot.
...
(23-02-2023, 02:38 PM)tomsam180 i have alcatel 3L 2020 and this message came after unlocking the bootloader but the thing is after this message it boots into fastboot mode so its like my phone is bricked it wont boot up normally, how do i fix this?
(24-12-2019, 08:00 PM)hovatek This guide will explain how to fix, hide or remove Yellow, Red and Orange state warnings on a Mediatek Android device. It's ideal for those who feel irritated by constantly seeing these warnings on reboot or who have bricked their devices after flashing or rooting.
...
(02-02-2024, 09:27 PM)mhmtnasir How do I remove the 5 second wait for Yellow State?
(06-02-2024, 03:25 AM)NinjaAdmin This literally did the job for me on a MTK Revvl 6 5G - MT6833 - Metro Variant.
- Type in the following command:
adb reboot bootloader
- To verify the Fastboot connection:
fastboot devices
- Now type in the command to fix the DM Verity Corruption:
fastboot oem cdms
- Execute the below command:
fastboot reboot
Now copy a vbmeta.img from an extracted ROM and transfer it to the platform-tools folder.
Then connect your device to the PC via a USB cable. Make sure USB Debugging is enabled.
Type in the following command:
adb reboot bootloader
Finally, type any version of the three below commands to disable verity by flashing vbmeta.img:
fastboot flash vbmeta --disable-verity --disable-verification vbmeta.img
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification
Reboot:
fastboot reboot