View Single Post
Old 07-13-2012, 04:07 PM   #33
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,507
Karma: 26047224
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@kovidgoyal: Thanks for the KP 2.5 hint, that's indeed way more practical to check this kind of stuff .

Anyway, got it to pop up in KF8 (standalone) with this version of the patch.

Not sure what did it, since I simply updated the reported KindleGen version, and tweaked the EXTH flags to match KindleGen (and keeping the fontsignature). I'm guessing the EXTH flags did the trick... Since I didn't look at the joint output at all, there may be similar tweaks needed there to get it working on joint files. (I used the flags from the mobi7 part, there's another bit set on the mobi6 part, I put a comment about it in there).

On a sidenote, KG 2.5 adds new stuff in the exth headers:

Code:
524 (524): 'fr'
525 (525): 'horizontal-lr'
535 (535): '0626-3a91e28'
524 seems to be the language of the book (again).
525 looks related to the fixed-layout/orientation stuff... The firmware on the touch is a bit more verbose about it, I've seen a bunch of stuff related to this in my logs:

Code:
120627:192615 cvm[1484]: E HTMLBookMetadata:Error::Unknown string metadata for HXDATA constant: 518
120627:192615 cvm[1484]: I HTMLBookMetadata:Information::Failed to get orientation lock value
120627:192615 cvm[1484]: I HTMLBookMetadata:Information::Failed to get book type value
120627:192615 cvm[1484]: I HTMLBookMetadata:Information::Unknown fixed layout value
120627:192615 cvm[1484]: I HTMLBookMetadata:Information::Unknown original resolution value
120627:192615 cvm[1484]: I HTMLBookMetadata:Information::Unknown zero gutter value
120627:192615 cvm[1484]: I HTMLBookMetadata:Information::Unknown zero margin value
120627:192615 cvm[1484]: I HTMLBookMetadata:Information::Unknown region magnification value
120627:192616 cvm[1484]: E HTMLBookMetadata:Error::Unknown string metadata for HXDATA constant: 525
535 is the build/rev number of KG

EDIT: Killed deprecated attachments. Fix merged upstream.

Last edited by NiLuJe; 09-30-2012 at 05:17 PM.
NiLuJe is offline   Reply With Quote