Quote:
Originally Posted by Quexos
It appears my device shows this software version, the figures between the brackets are not the same as yours so I think it would be wise for me not to use the file you generated.
2.8.1 (b2co5cda0e) 7/15/13
Also I have tried different values to replace the 60 60 10 figures and it changed absolutely nothing, at least I did not see any change. I wonder why they have a patch with changeable values if they don't change anything in the display of the text?
I'm at a loss as to what to do so if there is no other solution I will simply go back to the original change where I had a full screen text with no "page x of y" at the bottom, at least with that, the wasted space issue is no more.
Thanks for your help and let us hope some future version of this patch will fix this.
|
For the older versions of the patchers, the modifications were done to the full string so you saw it twice. For version 7 patch, the 60 60 10 values are no longer used.
In version 7, the section from the replace_zlib = 1205FF4, to the `ReadingFooter A-OTF Gothic MB101 Pr6N;\n}`, is what the patcher expects to see in the libnickel.so.1.0.0 and, you will notice is the same for either removing the footer or decreasing the footer height. If you modify this, the patcher should throw up an error.
For version 7, the modifications are done by modifying the section at the end of each line:
`* {\n\theight: 5px;\n\tfont-size: 1px;\n\tcolor: transparent;\n}\n\n` is for the no footer and as you can see sets the footer height to 5 pixels, the footer font size to 1 pixel and then sets the whole thing transparent.
`* {\n\theight: 25px;\n\tfont-size: 20px;\n}\n\n` is for the decreased footer. In the example above, the height is set to 25 pixels and the font size to 20 pixels.
If you modify the in use find string, kpg.exe will toss up an error message such as:
Code:
kpg.exe
Kobo Patch Generator ver. 1.3 (c) 2013 MZ
Loading config file ...
OK
Checking config syntax ...
OK
Loading file for patching ...
OK
Applying patches ...
Applying patch [Custom reading footer style] ...
1206002 51 b1
Data for replace in libnickel.so.1.0.0 and kpg.conf does not match!
libnickel.so.1.0.0 is already patched or from the wrong firmware version.
Replace: replace_zlib = 1206002, ReadingFooter {\n\tmin-height: 70px;\n\tmax-height: 70px;\n\tqproperty-footerMargin: 40;\n}\n\nRead
ingFooter[deviceCodeName="kraken"], \nReadingFooter[deviceCodeName="phoenix"] {\n\tmin-height: 82px;\n\tmax-height: 82px;\n\tqproper
ty-footerMargin: 110;\n}\n\nReadingFooter[deviceCodeName="dragon"] {\n\tmin-height: 120px;\n\tmax-height: 120px;\n\tqproperty-footer
Margin: 20;\n}\n\n* {\n\tfont-size: 16px;\n}\n\n[deviceCodeName="kraken"], \n[deviceCodeName="phoenix"] {\n\tfont-size: 30px;\n}\n\n
[deviceCodeName="dragon"] {\n\tfont-size: 26px;\n}\n\n[localeName="ja_JP"] {\n\tfont-family: A-OTF Gothic MB101 Pr6N;\n}, * {\n\thei
ght: 30px;\n\tfont-size: 25px;\n}\n\n
Regards,
David