Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader > Kobo Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 12-10-2015, 05:03 PM   #31
lkstrummer
Enthusiast
lkstrummer shines like a glazed doughnut.lkstrummer shines like a glazed doughnut.lkstrummer shines like a glazed doughnut.lkstrummer shines like a glazed doughnut.lkstrummer shines like a glazed doughnut.lkstrummer shines like a glazed doughnut.lkstrummer shines like a glazed doughnut.lkstrummer shines like a glazed doughnut.lkstrummer shines like a glazed doughnut.lkstrummer shines like a glazed doughnut.lkstrummer shines like a glazed doughnut.
 
Posts: 30
Karma: 8892
Join Date: Feb 2011
Device: Sony Daily Edition PRS-950SC
Thanks for the quick reply. I can't create a new patch right now, but I'll edit this later when I test your suggestion. Interestingly, I uncommented all values for all devices in 3.17.3 and the output file was created without any problems. So it looked like:

find_base_address = `ReadingFooter {\n\tmin-height: 70px;`
#
# Replacement footer height values: Touch/Mini
replace_string = 0011, `min-height: 70px;`, `min-height: 32px;`
replace_string = 0024, `max-height: 70px;`, `max-height: 32px;`
# Replacement footer height values: Glo/Aura
replace_string = 0085, `min-height: 82px;`, `min-height: 40px;`
replace_string = 0098, `max-height: 82px;`, `max-height: 40px;`
# Replacement footer height values: AuraHD/H2O/GloHD
replace_string = 00DA, `min-height: 120px;`, `min-height: 036px;`
replace_string = 00EE, `max-height: 120px;`, `max-height: 036px;`
#
#


EDIT: Thanks, Geoff. I produced the output file without error and the footer height now conforms to my tastes. A few issues other I've noticed which might be addressed by existing patches:

-in epubs text weight in advanced fonts doesn't have effect on the Publisher Default which I favor
-epub line justification also seems to have no effects across several epubs with and w/o Publisher Default font

Last edited by lkstrummer; 12-11-2015 at 12:27 AM. Reason: Tested the fix
lkstrummer is offline   Reply With Quote
Old 12-10-2015, 05:50 PM   #32
outlandos
Connoisseur
outlandos doesn't litteroutlandos doesn't litter
 
outlandos's Avatar
 
Posts: 68
Karma: 152
Join Date: Jun 2015
Device: Kobo Glo HD
Please let me use this post to find the difference:

Code:
<Patch>
patch_name = `Custom reading footer style`
patch_enable = `yes`
# Multi-version patch: 3.19.5613 - 3.19.5613+
#
# This patch customises the following properties of the reading footer:
#
#  * Footer height (the amount of the screen reserved for the footer.)
#  * Caption font size (Caption = page number or other progress indicator)
#  * Caption top margin, which changes its vertical position within the footer.
#  * Caption font family.
#
# When editing the replacement values below, BE CAREFUL NOT TO CHANGE THE LENGTH
# OF THE REPLACEMENT STRING! If a replacement string is too long you will get
# an error when making the patch, but if one is too short then there will be no
# error, but strange things will happen to the reading footer.
#
find_base_address = `ReadingFooter {\n\tqproperty-footerMargin: 105;\n}\n\n`
replace_string = 0000, `ReadingFooter {\n\tqproperty-footerMargin: 105;\n}\n\nReadingFooter[qApp_deviceIsDragon="true"] {\n\tqproperty-footerMargin: 170;\n}`, `ReadingFooter { qproperty-footerMargin: 105; min-height: 70px; max-height: 70px; }`
#
# Example replacement footer height values: Touch/Mini
#replace_string = 001A, `footerMargin: 105;`, `footerMargin: 105;`
#replace_string = 002D, `min-height: 70px;`, `min-height: 32px;`
#replace_string = 003F, `max-height: 70px;`, `max-height: 32px;`
# Example replacement footer height values: Glo/Aura
replace_string = 001A, `footerMargin: 105;`, `footerMargin: 105;`
replace_string = 002D, `min-height: 70px;`, `min-height: 40px;`
replace_string = 003F, `max-height: 70px;`, `max-height: 40px;`
# Example replacement footer height values: AuraHD/H2O/GloHD
#replace_string = 001A, `footerMargin: 105;`, `footerMargin: 170;`
#replace_string = 002D, `min-height: 70px;`, `min-height: 52px;`
#replace_string = 003F, `max-height: 70px;`, `max-height: 52px;`
#
#
find_base_address = `#caption {\n\tfont-size: 16px;`
Replace_string = 0000, `#caption {\n\tfont-size: 16px;\n}\n\n#caption[qApp_deviceIsPhoenix="true"] {\n\tfont-size: 20px;\n}\n\n#caption[qApp_deviceIsDragon="true"] {\n\tfont-size: 26px;\n}\n\n#caption[qApp_deviceIsAlyssum="true"] {\n\tfont-size: 30px;\n}\n\n#caption[qApp_localeName="ja_JP"] {\n\tfont-family: Sans-SerifJP;\n}`, `#caption {font-size: 16px;margin-top: 00px;}\n#caption[qApp_deviceIsPhoenix="true"] {font-size: 20px;}\n#caption[qApp_deviceIsDragon="true"] {font-size: 26px;}\n#caption[qApp_deviceIsAlyssum="true"] {font-size: 30px;}\n#caption[qApp_localeName="ja_JP"] {font-family: Sans-SerifJP;}`
#
# Replacement caption font size value for Touch/Mini:
replace_string = 000A, `font-size: 16px;`, `font-size: 16px;`
# Replacement caption font size value for Glo/Aura:
replace_string = 0054, `font-size: 20px;`, `font-size: 20px;`
# Replacement caption font size value for AuraHD/H2O:
replace_string = 008C, `font-size: 26px;`, `font-size: 26px;`
# Replacement caption font size value for GloHD:
replace_string = 00C5, `font-size: 30px;`, `font-size: 30px;`
#
# Replacement caption top margin value for all devices:
# (A negative top margin moves the caption text upwards,
# further from the bezel and closer to the page content.)
#replace_string = 001A, `margin-top: 00px;`, `margin-top:-10px;`
#
# Uncomment to use a fixed replacement caption font family, for all devices:
# (You can change Avenir to another font name of your choice, but Avenir or
# Georgia are recommended because other fonts may not be loaded when the book
# is first opened and so might cause problems. Unlike other strings it is OK
# if this replacement string is a bit longer or shorter than the original.)
replace_string = 00D7, `#caption[qApp_localeName="ja_JP"] {font-family: Sans-SerifJP;}`, `#caption {font-family: Georgia;}
</Patch>
Code:
<Patch>
patch_name = `Custom reading footer style`
patch_enable = `yes`
# Multi-version patch: 3.19.5613 - 3.19.5613+
#
# This patch customises the following properties of the reading footer:
#
#  * Footer height (the amount of the screen reserved for the footer.)
#  * Caption font size (Caption = page number or other progress indicator)
#  * Caption top margin, which changes its vertical position within the footer.
#  * Caption font family.
#
# When editing the replacement values below, BE CAREFUL NOT TO CHANGE THE LENGTH
# OF THE REPLACEMENT STRING! If a replacement string is too long you will get
# an error when making the patch, but if one is too short then there will be no
# error, but strange things will happen to the reading footer.
#
find_base_address = `ReadingFooter {\n\tqproperty-footerMargin: 105;\n}\n\n`
replace_string = 0000, `ReadingFooter {\n\tqproperty-footerMargin: 105;\n}\n\nReadingFooter[qApp_deviceIsDragon="true"] {\n\tqproperty-footerMargin: 170;\n}`, `ReadingFooter { qproperty-footerMargin: 105; min-height: 70px; max-height: 70px; }`
#
# Example replacement footer height values: Touch/Mini
#replace_string = 001A, `footerMargin: 105;`, `footerMargin: 105;`
#replace_string = 002D, `min-height: 70px;`, `min-height: 32px;`
#replace_string = 003F, `max-height: 70px;`, `max-height: 32px;`
# Example replacement footer height values: Glo/Aura
replace_string = 001A, `footerMargin: 105;`, `footerMargin: 105;`
replace_string = 002D, `min-height: 70px;`, `min-height: 40px;`
replace_string = 003F, `max-height: 70px;`, `max-height: 40px;`
# Example replacement footer height values: AuraHD/H2O/GloHD
#replace_string = 001A, `footerMargin: 105;`, `footerMargin: 170;`
#replace_string = 002D, `min-height: 70px;`, `min-height: 52px;`
#replace_string = 003F, `max-height: 70px;`, `max-height: 52px;`
#
#
find_base_address = `#caption {\n\tfont-size: 16px;`
Replace_string = 0000, `#caption {\n\tfont-size: 16px;\n}\n\n#caption[qApp_deviceIsPhoenix="true"] {\n\tfont-size: 20px;\n}\n\n#caption[qApp_deviceIsDragon="true"] {\n\tfont-size: 26px;\n}\n\n#caption[qApp_deviceIsAlyssum="true"] {\n\tfont-size: 30px;\n}\n\n#caption[qApp_localeName="ja_JP"] {\n\tfont-family: Sans-SerifJP;\n}`, `#caption {font-size: 16px;margin-top: 00px;}\n#caption[qApp_deviceIsPhoenix="true"] {font-size: 20px;}\n#caption[qApp_deviceIsDragon="true"] {font-size: 26px;}\n#caption[qApp_deviceIsAlyssum="true"] {font-size: 30px;}\n#caption[qApp_localeName="ja_JP"] {font-family: Sans-SerifJP;}`
#
# Replacement caption font size value for Touch/Mini:
replace_string = 000A, `font-size: 16px;`, `font-size: 16px;`
# Replacement caption font size value for Glo/Aura:
replace_string = 0054, `font-size: 20px;`, `font-size: 20px;`
# Replacement caption font size value for AuraHD/H2O:
replace_string = 008C, `font-size: 26px;`, `font-size: 26px;`
# Replacement caption font size value for GloHD:
replace_string = 00C5, `font-size: 30px;`, `font-size: 30px;`
#
# Replacement caption top margin value for all devices:
# (A negative top margin moves the caption text upwards,
# further from the bezel and closer to the page content.)
replace_string = 001A, `margin-top: 00px;`, `margin-top:-10px;`
#
# Uncomment to use a fixed replacement caption font family, for all devices:
# (You can change Avenir to another font name of your choice, but Avenir or
# Georgia are recommended because other fonts may not be loaded when the book
# is first opened and so might cause problems. Unlike other strings it is OK
# if this replacement string is a bit longer or shorter than the original.)
#replace_string = 00D7, `#caption[qApp_localeName="ja_JP"] {font-family: Sans-SerifJP;}`, `#caption {font-family: Georgia;}
</Patch>
I still can't find what it, what did you (just now) change exactly?

Last edited by outlandos; 12-10-2015 at 05:54 PM.
outlandos is offline   Reply With Quote
Advert
Old 12-10-2015, 06:07 PM   #33
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Code:
#replace_string = 001A, `margin-top: 00px;`, `margin-top:-10px;`
#
# Uncomment to use a fixed replacement caption font family, for all devices:
# (You can change Avenir to another font name of your choice, but Avenir or
# Georgia are recommended because other fonts may not be loaded when the book
# is first opened and so might cause problems. Unlike other strings it is OK
# if this replacement string is a bit longer or shorter than the original.)
replace_string = 00D7, `#caption[qApp_localeName="ja_JP"] {font-family: Sans-SerifJP;}`, `#caption {font-family: Georgia;}

Code:
replace_string = 001A, `margin-top: 00px;`, `margin-top:-10px;`
#
# Uncomment to use a fixed replacement caption font family, for all devices:
# (You can change Avenir to another font name of your choice, but Avenir or
# Georgia are recommended because other fonts may not be loaded when the book
# is first opened and so might cause problems. Unlike other strings it is OK
# if this replacement string is a bit longer or shorter than the original.)
#replace_string = 00D7, `#caption[qApp_localeName="ja_JP"] {font-family: Sans-SerifJP;}`, `#caption {font-family: Georgia;}
tshering is offline   Reply With Quote
Old 12-10-2015, 11:51 PM   #34
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 35,513
Karma: 145557716
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Forma, Clara HD, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by lkstrummer View Post
Thanks for the quick reply. I can't create a new patch right now, but I'll edit this later when I test your suggestion. Interestingly, I uncommented all values for all devices in 3.17.3 and the output file was created without any problems. So it looked like:

find_base_address = `ReadingFooter {\n\tmin-height: 70px;`
#
# Replacement footer height values: Touch/Mini
replace_string = 0011, `min-height: 70px;`, `min-height: 32px;`
replace_string = 0024, `max-height: 70px;`, `max-height: 32px;`
# Replacement footer height values: Glo/Aura
replace_string = 0085, `min-height: 82px;`, `min-height: 40px;`
replace_string = 0098, `max-height: 82px;`, `max-height: 40px;`
# Replacement footer height values: AuraHD/H2O/GloHD
replace_string = 00DA, `min-height: 120px;`, `min-height: 036px;`
replace_string = 00EE, `max-height: 120px;`, `max-height: 036px;`
#
#
Given the changes are made at different addresses, I can't see an issue from doing so. OTOH, making unnecessary changes is generally something to be avoided.
DNSB is offline   Reply With Quote
Old 12-11-2015, 01:05 AM   #35
lkstrummer
Enthusiast
lkstrummer shines like a glazed doughnut.lkstrummer shines like a glazed doughnut.lkstrummer shines like a glazed doughnut.lkstrummer shines like a glazed doughnut.lkstrummer shines like a glazed doughnut.lkstrummer shines like a glazed doughnut.lkstrummer shines like a glazed doughnut.lkstrummer shines like a glazed doughnut.lkstrummer shines like a glazed doughnut.lkstrummer shines like a glazed doughnut.lkstrummer shines like a glazed doughnut.
 
Posts: 30
Karma: 8892
Join Date: Feb 2011
Device: Sony Daily Edition PRS-950SC
You're right. Dumb mistake on my part to not notice that the addresses were the same in this firmware. I had taken it as granted that the different device sets were at different addresses in previous firmwares

Last edited by lkstrummer; 12-11-2015 at 01:11 AM.
lkstrummer is offline   Reply With Quote
Advert
Old 12-11-2015, 09:37 AM   #36
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
/edit overlooked something,please ignore.

Last edited by Nick_1964; 12-11-2015 at 09:44 AM.
Nick_1964 is offline   Reply With Quote
Old 12-11-2015, 10:47 AM   #37
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
Quote:
Originally Posted by GeoffR View Post

I think the only way would be to completely remove them from the device, but the problem is that they are used by the UI in some places so I don't know if it is a good idea to remove them.

I haven't seen anyone else report a problem with the new fonts though, and it is easy enough for me to avoid the problem just by not using them. (Edit: I see now a few others with Touch/Glo are reporting problems with the Kobo Tsukushi Mincho font.)
This was about the new introduced font problem.
I tried it at my wifes unpatched Glo and I see the same behave..the problem is that she likes it to play with the fonts, avoiding pressing on it is offcourse the most simple,but I discovered twice that when you pick up a font near it and place your finger (s) wrong you still select it.
I don't know if it is difficult to patch it this way that it is simple not showing up on the drop down list (so you can't select it) and/or how long Kobo will send this update or replaces it by a new fixed one, so your precious time would be "spoiled" but I am afraid that we soon get the problem again if Kobo chooses to change it again... Maybe extract the old fonts from 3.17.3 is possible and just simple rename them to the new ones,or only the faulty one, and replace the new ones by the old ones that are renamed solves it ?? (I am not a programmer so excuse me if I put out rubbisch now.. )

Last edited by Nick_1964; 12-11-2015 at 11:17 AM.
Nick_1964 is offline   Reply With Quote
Old 12-11-2015, 03:46 PM   #38
dr. ego
Member
dr. ego can differentiate black from dark navy bluedr. ego can differentiate black from dark navy bluedr. ego can differentiate black from dark navy bluedr. ego can differentiate black from dark navy bluedr. ego can differentiate black from dark navy bluedr. ego can differentiate black from dark navy bluedr. ego can differentiate black from dark navy bluedr. ego can differentiate black from dark navy bluedr. ego can differentiate black from dark navy bluedr. ego can differentiate black from dark navy bluedr. ego can differentiate black from dark navy blue
 
dr. ego's Avatar
 
Posts: 21
Karma: 13112
Join Date: Oct 2014
Device: Kobo H2O
For some reason i'm not able to produce a koboroot.tgz file. All i get in the target folder is a map called usr. What could i be doing wrong? Haven't had a problem like this with producing a patch in the past.
dr. ego is offline   Reply With Quote
Old 12-11-2015, 04:58 PM   #39
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by lkstrummer View Post
-in epubs text weight in advanced fonts doesn't have effect on the Publisher Default which I favor
I don't think there is anything that can be done about that, because "Publisher Default" is not a font. The `Freedom to advanced fonts control` enables the advanced menu button next to Publisher Default, but that is not intentional, it is just that I don't know any way to prevent it.

Edit: Note that unless the publisher has embedded a font in the book, the default will be Georgia and you can just switch to Georgia from the font menu and change the weight/sharpness from there.

Quote:
-epub line justification also seems to have no effects across several epubs with and w/o Publisher Default font
There is nothing that can be done about that by patching either, it is the way the CSS cascading works in the ePub reader that the publisher always has the last say. The publisher can choose to use the default justification or to force their own choice to be used. If the publisher has chosen to force a particular justification then the only way to fix it is to edit the book and change or remove the appropriate text-align styles.

Edit: Actually I could make a patch that would force the justification for the whole book, but it would be a nuclear option and would force everything to be justified the same way (left or full justification) including images, headings, etc. and you wouldn't be able to turn it off except by removing the patch. I don't know if anyone would be interested in using that?

The KePub reader is different, it can override any publisher style, but that can be just as much of a problem because it overrides styles that it shouldn't such as centred headings etc. With KePubs too, for some things the only way to get a perfect result is to edit the book and fix the various publisher mistakes.

Last edited by GeoffR; 12-11-2015 at 05:17 PM. Reason: unless the publisher has embedded a font ...
GeoffR is offline   Reply With Quote
Old 12-11-2015, 05:02 PM   #40
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by dr. ego View Post
For some reason i'm not able to produce a koboroot.tgz file. All i get in the target folder is a map called usr. What could i be doing wrong? Haven't had a problem like this with producing a patch in the past.
Can you post the output from when you run 3.19.5613.bat? (or ./3.19.5613.sh if you are using Linux/Mac?)
GeoffR is offline   Reply With Quote
Old 12-11-2015, 05:21 PM   #41
rogerinnyc
Addict
rogerinnyc ought to be getting tired of karma fortunes by now.rogerinnyc ought to be getting tired of karma fortunes by now.rogerinnyc ought to be getting tired of karma fortunes by now.rogerinnyc ought to be getting tired of karma fortunes by now.rogerinnyc ought to be getting tired of karma fortunes by now.rogerinnyc ought to be getting tired of karma fortunes by now.rogerinnyc ought to be getting tired of karma fortunes by now.rogerinnyc ought to be getting tired of karma fortunes by now.rogerinnyc ought to be getting tired of karma fortunes by now.rogerinnyc ought to be getting tired of karma fortunes by now.rogerinnyc ought to be getting tired of karma fortunes by now.
 
Posts: 227
Karma: 944808
Join Date: Apr 2009
Device: Kobo Libra 2, Forma and Aura One; Kindle Voyage; Galaxy Note 10
GeoffR, thank you as always for your work in making my H2O better than ever!

I think I remember reading previously that it's not possible -- and I didn't see it in your patch-- but for Kepubs, is there any way to change the overall size of the top margin (as opposed to where between the text and the bezel the header is located)? I like having both the headers and footers, but the overall top margin size remains a touch too large for my liking.
rogerinnyc is offline   Reply With Quote
Old 12-11-2015, 05:36 PM   #42
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by rogerinnyc View Post
I think I remember reading previously that it's not possible -- and I didn't see it in your patch-- but for Kepubs, is there any way to change the overall size of the top margin (as opposed to where between the text and the bezel the header is located)? I like having both the headers and footers, but the overall top margin size remains a touch too large for my liking.
No sorry, there is no patch that can change the size of the KePub header. The only options are to use the showPageHeader=false Reading setting, which removes the header text but only slightly reduces the space it occupied, or to use the FullScreenReading=true feature setting to enable full-screen mode.

Edit: And it has just been noted that the showPageHeader=false Reading setting no longer works in this firmware.

Last edited by GeoffR; 12-11-2015 at 06:11 PM. Reason: showPageHeader=false no longer works
GeoffR is offline   Reply With Quote
Old 12-11-2015, 06:09 PM   #43
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 74,037
Karma: 129333114
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Geoff, can you make the patch in this thread for all Kobo models please?

https://www.mobileread.com/forums/sho...d.php?t=262748
JSWolf is offline   Reply With Quote
Old 12-11-2015, 06:16 PM   #44
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by JSWolf View Post
Geoff, can you make the patch in this thread for all Kobo models please?

https://www.mobileread.com/forums/sho...d.php?t=262748
It was already posted in post #9, I've made a link to it from post #2 of this thread. I think someone just needs to test it on the other devices, and let us know if it works okay.
GeoffR is offline   Reply With Quote
Old 12-12-2015, 02:10 AM   #45
oren64
I need a chapter break
oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.
 
oren64's Avatar
 
Posts: 4,042
Karma: 56058267
Join Date: Mar 2015
Location: Israel
Device: Kobo Glo
Quote:
Originally Posted by JSWolf View Post
Geoff, can you make the patch in this thread for all Kobo models please?

https://www.mobileread.com/forums/sho...d.php?t=262748

I also made multi-version and post it in Index to the Metazoa here.

GeoffR can you add my patch 'Dictionary frame size', to post #2.

Last edited by oren64; 12-12-2015 at 02:14 AM.
oren64 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Instructions for patching firmware 3.17.0 GeoffR Kobo Developer's Corner 49 08-16-2015 05:20 AM
Instructions for patching firmware 3.16.0 GeoffR Kobo Developer's Corner 74 08-12-2015 02:12 PM
Instructions for patching firmware 3.11.0 GeoffR Kobo Developer's Corner 226 06-01-2015 05:32 AM
Instructions for patching firmware 3.3.x, 3.4.x, 3.5.x GeoffR Kobo Developer's Corner 285 08-27-2014 10:06 AM
Instructions for patching firmware 3.1.1 GeoffR Kobo Developer's Corner 64 04-18-2014 01:23 PM


All times are GMT -4. The time now is 04:15 AM.


MobileRead.com is a privately owned, operated and funded community.