Quote:
Originally Posted by [ACL]
thats the confusing part. their partition table has no imgfs while ours does. So how do we change that? thats where i'm confused as to if we need to mod it or just create a new one from scratch.
So you want to just use the vogue partition table and imgfs ? thats ballsy.. do it.. lol
|
they are just using a blank imgfs which they are including at the end of tinboot:
Code:
kernel:
.incbin "zImage"
initrd:
.incbin "initrd.lzma"
.align
fin:
.org XIP_END-0x20000,0xff
.incbin "emptyimgfs"
I'll break down their imgfs and compare it with ours. I'll also dig a little deeper into the os.payload, but I really don't think that part matters for much of anything since the XIP is what we care about (since it contains the tinboot code).
I'll gladly try flashing the vogue's partition table and blank imgfs like they do it. Like I said, my phone is fairly useless with the USB being broken. I have to keep it on a charger almost all day long because the pins are broken inside keeping the current flowing through the USB all day long...
EDIT: I'm retarded
Now I just have to figure out the difference between the partition table from Vogue and our os.nb.payload file. I believe that is the only difference between what we are doing and what they are doing. And like DZO said, they had to use a tiny partition table to only use one cell. Seems we should be able to do the same thing, so I'm going to try it.