View Single Post
Old 02-24-2025, 02:32 AM   #17
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,987
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
@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.
Renate is online now   Reply With Quote