View Single Post
Old 03-05-2022, 06:38 PM   #93
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: 4,004
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Yeah, this was the iffy part. It works fine by me.
That whole partition is 100 Megs but the image is probably less than 20 Megs.
I was trying to be clever.
It could be that that slot is empty too.

If you haven't done anything since you loaded the loader (and eveything worked) you can just do additional commands. Just leave off the "/lprog_firehose_life_ddr_patched.elf"

Code:
edl.exe /lprog_firehose_life_ddr_patched.elf /u boota.img 65414 8000
(Notice that I changed that to boota)

Then you can try the bootb with the automatic first:

Code:
edl.exe /lprog_firehose_life_ddr_patched.elf /u bootb.img 162918
And if that doesn't work:

Code:
edl.exe /lprog_firehose_life_ddr_patched.elf /u bootb.img 162918 8000
The files with 8000 on the end should be 32 Megs.

You can test images with imgview.exe available at:
http://www.temblast.com/imgutil.htm

Code:
imgutil /v some.img
imgutil /l some.img
A basic check would be to look for "ANDROID!" as the first 8 characters of a file.

Last edited by Renate; 03-05-2022 at 06:41 PM.
Renate is offline   Reply With Quote