Hovatek Forum MOBILE Android [Tutorial] How to fix MTK orange, yellow & red state warnings
Can't login? Please, reset your password.
Hovatek is recruiting! Apply Now


[Tutorial] How to fix MTK orange, yellow & red state warnings

[Tutorial] How to fix MTK orange, yellow & red state warnings

Pages (8): Previous 13 4 5 6 7 8 Next
X3non
X3non
X3non
Recognized Contributor
22,062
17-08-2021, 04:13 PM
#41



(14-08-2021, 01:05 AM)Brendanus @Hovatek - I find that the fix for removing the 5 second delay seems to work on the original Android 9 firmware of my Lenovo TB-8705F tablet, but not on the Android 10 update. The Lk.img file in A9 has the 08 B5 ** ** 7B 44 1B 68 1B 68 01 2B text, but it is not in the A10 version. The stub 7B 44 1B 68 1B 68 01 2B occurs 5 times in A9 (and the 5th one matches the 08 B5 ** ** prefix), but only 4 times in the A10 Lk file and none have the 08 B5 ** ** prefix. Any ideas?

(16-08-2021, 12:56 PM)Chelebitech I have Oukitel C21 and the LK.BIN file has 2 places which 7B441B681B68012B hex code written and none of them has 08B5 ** ** in the begining. the two codes are;
D9FE 094B 7B441B681B68012B
9AFF 074B 7B441B681B68012B
Can anyone help?
Thanks.

it's either you leave it as it is and manage your device with the time delay OR you do trial and error to figure out which one (if any) is the right one
Adewoyin Peter Tayo
Adewoyin Peter Tayo
Adewoyin Peter Tayo
Junior Member
15
17-08-2021, 05:09 PM
#42
What you're trying to remove is the orange state Warning..
My advice don't need around the lk.bin too Much. Just chill till we have a working twrp recovery to sort those things out
Chelebitech
Chelebitech
Chelebitech
Newbie
3
18-08-2021, 11:08 AM
#43
(17-08-2021, 05:09 PM)Adewoyin Peter Tayo What you're trying to remove is the orange state Warning..
My advice don't need around the lk.bin too Much. Just chill till we have a working twrp recovery to sort those things out

Even with TWRP (which Oukitel C21 don't have one working) the "orange_state_disabler_MTK Only" module only replaces 3 strings in lk.img file but not changing 5 second delay. To bypass the delay we had to find the exact place to change Hex codes. but in this thread (and others online) make you search for "7B441B681B68012B" and replace the one starting with "08B5 ** **" which our phones lk.img is not compatible. either the string is changed to another or the beginings changed. if we found which one is true there may be a port for Oukitel C21 after a working TWRP found. Otherwise it will be only a cosmetic replacement and 5 sec delay willl still there.
Abdullah Zafar
Abdullah Zafar
Abdullah Zafar
Techie Member
55
28-08-2021, 01:37 PM
#44
I got factory firmware for my infinix note7 x690B, downloaded from hovatek forum.
It has 2files=
"lk.img" and "lk-verified.img".
Which one should I modify and flash for above process? If I need to modify both, then please mention the partition names on which I need to flash both.
Note: I want to use fastboot for flashing.
X3non
X3non
X3non
Recognized Contributor
22,062
30-08-2021, 10:14 AM
#45



(28-08-2021, 01:37 PM)Abdullah Zafar I got factory firmware for my infinix note7 x690B, downloaded from hovatek forum.
It has 2files=
"lk.img" and "lk-verified.img".
Which one should I modify and flash for above process? If I need to modify both, then please mention the partition names on which I need to flash both.
Note: I want to use fastboot for flashing.

You can modify lk.img and there's only one lk partition
Sandeepth
Sandeepth
Sandeepth
Enthusiastic Member
14
09-10-2021, 05:52 PM
#46
Does it only hides the warning or removes the delay ?
X3non
X3non
X3non
Recognized Contributor
22,062
11-10-2021, 11:35 AM
#47
(09-10-2021, 05:52 PM)Sandeepth Does it only hides the warning or removes the delay ?

see the OP in page1, both of them depending on what you find in your lk
donovan2002
donovan2002
donovan2002
Newbie
1
09-11-2021, 12:36 PM
#48
Good day, I have a mobiwire4 point of sale device with MT6580 mediatek chipset and Android8. The vendor firmware is signed. I could install Magisk and patch boot.img to get su. The bootloader was unlocked with fastboot and the patched boot.img installed.Orange state warning and 5 sec. delay comes up afterwards during boot.
I've followed the thread to patch lk.img to remove the warning & delay. Flashing lk-signed.patched.img resulted in the device not booting at all.
I flashed the OS to start clean. I've dumped the lk partition and compared it to lk.sign. The start of the contents differ, which suggests that SPFlashtool changes lk-sign.img during installation, probably stripping off the signature.
If I dd the dumped lk data back to the partition the terminal boots fine. If I edit the dumped lk data and remove the orange warning text, it wont boot with the altered data.

Does the lk.img have a checksum of sorts that detects that it was edited?

Any help regarding patching the orange warning & boot delay, due to the unlocked bootloader, will be much appreciated.
Attached Files
.txt
lk.edited.txt
Size: 384 KB / Downloads: 4
.txt
lk.original.txt
Size: 384 KB / Downloads: 6
hovatek
hovatek
hovatek
Administrator
49,570
11-11-2021, 09:24 AM
#49
(09-11-2021, 12:36 PM)donovan2002 Good day, I have a mobiwire4 point of sale device with MT6580 mediatek chipset and Android8. The vendor firmware is signed. I could install Magisk and patch boot.img to get su. The bootloader was unlocked with fastboot and the patched boot.img installed.Orange state warning and 5 sec. delay comes up afterwards during boot.
I've followed the thread to patch lk.img to remove the warning & delay. Flashing lk-signed.patched.img resulted in the device not booting at all.
I flashed the OS to start clean. I've dumped the lk partition and compared it to lk.sign. The start of the contents differ, which suggests that SPFlashtool changes lk-sign.img during installation, probably stripping off the signature.
If I dd the dumped lk data back to the partition the terminal boots fine. If I edit the dumped lk data and remove the orange warning text, it wont boot with the altered data.

Does the lk.img have a checksum of sorts that detects that it was edited?

Any help regarding patching the orange warning & boot delay, due to the unlocked bootloader, will be much appreciated.

Create a thread for this by clicking Ask Question at the top

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
emad.h
emad.h
emad.h
Enthusiastic Member
7
15-12-2021, 09:12 AM
#50



This value 7B441B681B68012B is not found in my lk.bin file.
Is there any other way to remove the delay time?

Thank you.
Pages (8): Previous 13 4 5 6 7 8 Next
Users browsing this thread:
 1 Guest(s)
Users browsing this thread:
 1 Guest(s)
YtWhTl
live chat
whatsapp telegram instagram