@ronnie2024
I sent you a link to the recovery in PM. You can rename it rec.img
If you are already rooted you can simply:
Code:
C:\>adb push rec.img sdcard
C:\>adb shell
$ su
# dd if=/sdcard/rec.img of=/dev/block/by-name/recovery_a
# dd if=/sdcard/rec.img of=/dev/block/by-name/recovery_b
# reboot recovery
If you are not, then you will probably have to use EDL since fastboot is most non-functional these days. Check my sig, learn about EDL.
Code:
C:\>edl /lpoke6.bin
C:\>edl /w /precovery_a rec.img
C:\>edl /w /precovery_b rec.img
C:\>edl /z
C:\>adb reboot recovery
Once you're there, it's time for a little sanity test.
Code:
C:\>adb shell
# start autoupdate
Do you see friendly text? Good.
Download the upx from the link above. Use DeBooxUpx to decrypt it. Take update.zip and put it on a flash drive or a micro SD card. Plug/stuff the flash/card into your reader. It should start and run happily, then reboot to new system. It will also overwrite your nice custom recovery. You can go back and write it again or just wait until you need it next time.