View Single Post
Old 08-30-2010, 10:26 AM   #6
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,478
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
... And they broke our current jailbreak method.

The installer now wants a *signed* bundle file (.dat)...

I'm trying a few things right now, but I may have to pass the torch on this one...

EDIT: Worse. It wants *everything* signed, even if it's not listed in the bundle file. AFAICT, we're pretty much screwed.

Code:
100830:163929 system: I _otaupexec:def:processing update /mnt/us/update_jailbreak_k3g_install.bin
100830:163929 system: I _otaupexec:def:version is "FC02"
100830:163929 system: I _otaupexec:def:update image checksum OK
100830:163929 system: E _otaupexec:def:signature does not exist for "/tmp/.update-tmp.7378/update-adds.tar.gz"
100830:163930 system: E _otaupexec:def:signature verification failed
That was with a signed .dat from a minor official OTA update (without an update-adds.tar.gz). Without a signed dat:

Code:
100830:152004 system: I _otaupexec:def:processing update /mnt/us/update_jailbreak_k3g_install.bin
100830:152004 system: I _otaupexec:def:version is "FC02"
100830:152004 system: I _otaupexec:def:update image checksum OK
100830:152004 system: E _otaupexec:def:signature does not exist for "/tmp/.update-tmp.20788/update_jailbreak_k3g_install.dat"
100830:152005 system: E _otaupexec:def:signature verification failed
If anyone has an idea (software wise, because I guess we could always use the serial console and brute-force the root passwd...), I'm all ears... Until then, there's not much more I can do... ;/

EDITē: Oops, forgot to attach the updated packager. (UPDATE: Moved the the packager thread)

EDIT Ter: Some random ideas I haven't checked out:

FB01 Manual updates. Don't know which scripts handle these, and if it's as much strict as otaup. And if we can roll proper manual updates with the current packager tool.
FD03 OTA updates. otaup handles these on the K2, but treats them the exact same way as FC02 updates.

UPDATE: Huh. Turns out, we didn't need to try so hard. We did have to update the packager though, .

Last edited by NiLuJe; 09-18-2010 at 05:39 PM.
NiLuJe is offline   Reply With Quote