Quote:
Originally Posted by jackie_w
@Nick_1964,
Now you have totally confused me. Your version of 2.8.1 kpg.conf line 12 is totally different from the one I suggested in post #226. You appear to have reverted back to the v07 original with 2 different settings for height and font-size.
Code:
`* {\n\theight: 30px;\n\tfont-size: 25px;\n}\n\n`
In case I didn't make it clear enough the first time... you asked what you could do to put a little more space between the 'Page x of y' text and the bottom of the screen. When I was originally playing with the v07 footer patch, I could not find any height/font-size settings which did what you asked for (and which I also wanted). Because I had already been using the v05 Patcher I thought the v05 footer patch was better (to me) than the v07 footer patch because the 'Page x of y' text was not quite so close to the bottom of the screen. After careful consideration, I decided it would be safe to change the v07 version of line 12 to the v05 version of line 12. If you look at the end of my code in post #226, you will see it is very different from what you have just posted.
In a nutshell, I am totally at a loss what you are trying to do because you appear to have totally ignored post #226.
Secondly, the error message you posted when running the Patcher... The clue would appear to be in this part of the error message
Code:
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.
You need to make sure that the file libnickel.so.1.0.0 used as input by the v2.8.1 Patcher program is the original one Metazoa included in his 2.8.1 directory.
|
I have used the patch in :
https://www.mobileread.com/forums/sho...0&postcount=77
And now I see what I did wrong.
The mistake i made was that I only changed the red numbers you presented in my config line 12, didn't notice that it was totally different, so I deleted my line 12 and replaced it with yours and no error, the error about a "already patched file" is wrong.
Now I gonna place it in my Kobo.
Did replaced it and changing the values in red does give me more or less white space at the bottom, but now to figure out how to get the white space less and the page nn of nn at the same place.
it now is:
Code:
replace_zlib = 1205FF4, `ReadingFooter {\n\tmin-height: 70px;\n\tmax-height: 70px;\n\tqproperty-footerMargin: 40;\n}\n\nReadingFooter[deviceCodeName="kraken"], \nReadingFooter[deviceCodeName="phoenix"] {\n\tmin-height: 82px;\n\tmax-height: 82px;\n\tqproperty-footerMargin: 110;\n}\n\nReadingFooter[deviceCodeName="dragon"] {\n\tmin-height: 120px;\n\tmax-height: 120px;\n\tqproperty-footerMargin: 20;\n}\n\n* {\n\tfont-size: 16px;\n}\n\n[deviceCodeName="kraken"], \n[deviceCodeName="phoenix"] {\n\tfont-size: 20px;\n}\n\n[deviceCodeName="dragon"] {\n\tfont-size: 26px;\n}\n\n[localeName="ja_JP"] {\n\tfont-family: A-OTF Gothic MB101 Pr6N;\n}`, `ReadingFooter {\n\tmin-height: 70px;\n\tmax-height: 70px;\n\tqproperty-footerMargin: 40;\n}\n\nReadingFooter[deviceCodeName="kraken"], \nReadingFooter[deviceCodeName="phoenix"] {\n\tmin-height: 40px;\n\tmax-height: 40px;\n\tqproperty-footerMargin: 40;\n}\n\nReadingFooter[deviceCodeName="dragon"] {\n\tmin-height: 50px;\n\tmax-height: 50px;\n\tqproperty-footerMargin: 20;\n}\n\n* {\n\tfont-size: 16px;\n}\n\n[deviceCodeName="kraken"], \n[deviceCodeName="phoenix"] {\n\tfont-size: 20px;\n}\n\n[deviceCodeName="dragon"] {\n\tfont-size: 24px;\n}\n\n[localeName="ja_JP"] {\n\tfont-family: A-OTF Gothic MB101 Pr6N;\n}`