Hi all,
I have the following phone for which I need to create a TWRP recovery.
#Model Ravoz Z5 Lite
#Android 10
#API Level 29
#Kernel 4.9.190(1614144228)
#Compilation K6011Q7ASNC.RAVOZ.Z5Lite.HDJ.Q0.TNTQTY.0224_1326.V3.07
#Google Apis Active
#processor MT6461V/WE
#instruction sets arm64-v8a
#graphic MODEL PowerVR Rogue GE8300 Vendor Imagination Technologies
#Bluetooth Chipset K61v1_64_bsp
#Audio Chipset K61v1_64_bsp
#memory 2797MB
#Display 720x1560 Refresg rate 60HZ
I extracted the flash.bin with MTKclient. Used Wwr_MTK V2.51 to extract the original firmware from flash.bin
Unlocked fastboot.
Installed Magisk.
Disable verification by flashing empty vbmeta with command fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
Used MTK Auto TWRP Recovery Porter V1.8a to port the original recovery.img to the pached one.
Flashed recovery.img. Rebooted in normal. Try to reboot in recovery but goes into fastboot mode every time I try.
Flashed the original recovery.img. Rebooted in normal. Rebooted in recovery without any problem.
Seems like the pached revovery.img not working.
Does anyone have any suggestions?
Original recovery img
Patched recovery img.
Any suggestions will be kindly appreciated!