Biden2020prez
the "Fast Method (first time)" does not work. It bricked the phone, after reboot, phone show "Secure Boot Failure! dm-verity corruptiopn"
[Login to see the link]
Any way to rescue this?
Phone software version KEFH.
Details steps I took:
Open CMD, run mtkfastboot.exe
With phone OFF, connect phone to PC.
Phone screen will show "=> FASTBOOT mode..."
Open another CMD, run:
fastboot flashing unlock
fastboot flash recovery recovery2.img
I see your post is missing:
fastboot flashing unlock
, I need to run this otherwise it won't let you flash recovery2.img
Then I ran
fastboot reboot recovery
Phone screen shows "Android Fastboot", with several options. On bottom of screen, I see a lot of error messages about "Invalid argument", "failed to format /cashe", etc. I ignored it b/c yesterday on another phone, I was able to continue even with those messages.
I then ran
adb push super.bin /dev/block/by-name/super
I used a different image name, but I don't think filename matters as long as the image is correct.
After that, the fastboot CMD window could not find the device, so I could not run fastboot reboot
.
So on the phone, I clicked "Reboot system now".
After reboot, it show me the bricked screen "Secure Boot Failure! dm-verity corruptiopn"
[Login to see the link]
if I use CMD, run mtkfastboot.exe, the phone can still go to ""=> FASTBOOT mode..."
On another CMD, I did fastboot devices
, and it show the device.
I then did:
fastboot flash recovery recovery2.img
fastboot reboot recovery
It will take me back to the bricked screen "Secure Boot Failure! dm-verity corruptiopn"
[Login to see the link]
I then removed battery, and put back in.
CMD run mtkfastboot.exe, the phone into PC, phone screen shows ""=> FASTBOOT mode..."
On another CMD, ran:
fastboot flashing unlock
On phone, Press "volume +" key to unlock.
Keep running these commands:
fastboot flash --disable-verity --disable-verification vbmeta vbmeta.bin
fastboot flash --disable-verity --disable-verification vbmeta_system vbmeta_system.bin
fastboot flash --disable-verity --disable-verification vbmeta_vendor vbmeta_vendor.bin
fastboot flash boot boot.bin
fastboot reboot fastboot
Rebooted, got the bricked screen, and phone kept rebooting a few times, I then disconnected USB cable. Now the phone is showing the Android Fastboot Menu:
[Login to see the link]
Fastboot cannot access the device.
On phone, I clicked shutdown, it just show me a bunch of error messages and won't shutdown.
I then removed battery to force shut off, then put battery back in.
CMD run mtkfastboot.exe, plug the phone into PC, phone screen shows ""=> FASTBOOT mode..."
On another CMD, ran:
fastboot flash super super.bin
Hopefully this will unbrick it.
Is there an original factory image somewhere for me to download? Is it the same steps to flash the factory image as the kosher images?