Register Guidelines E-Books Search Today's Posts Mark Forums Read

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

Notices

Reply
 
Thread Tools Search this Thread
Old 10-03-2019, 08:32 AM   #46
Semwize
Guru
Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.
 
Posts: 873
Karma: 252902
Join Date: Jun 2016
Device: Kobo
Quote:
Originally Posted by tammmy View Post
Bulgarian
try

Spoiler:
Code:
Bulgarian Keyboard (GloHD/ClaraHD/AuraOne/H2O2/Forma/Libra):
  - Enabled: no
  - PatchGroup: Keyboard alternatives
    ## Replaces keys on the Extended Latin keypad with Bulgarian alternatives.
    ##
    ## Note that after the device boots, the keypad might just show blank squares
    ## until after the first book has been opened.
    ## Also note that long-pressing keys on the base keypad will no longer show
    ## the appropriate list of Extended Latin keys.
    #
    # Enable uppercase for `ß` (sharp s) key
  - ReplaceBytes: {Offset: 0x9CFA60, FindH: 00 24, ReplaceH: 01 24}
    # Replace layout sign
  - FindBaseAddressString: "ÉÀÇ"
  - ReplaceString: {Offset: 0, Find: "ÉÀÇ", Replace: "АБВ"}
    # Change keyboard layout
  - FindBaseAddressString: "ý\0\0ÿ\0\0š\0\0ž\0\0"
    # Top row, left to right (10 keys):
  - ReplaceString: {Offset: 0x00, Find: "ý\0", Replace: "ц"}
  - ReplaceString: {Offset: 0x04, Find: "ÿ\0", Replace: "ч"}
  - ReplaceString: {Offset: 0x08, Find: "š\0", Replace: "л"}
  - ReplaceString: {Offset: 0x0C, Find: "ž\0", Replace: "б"}
  - ReplaceString: {Offset: 0x10, Find: "æ\0", Replace: "ѝ"}
  - ReplaceString: {Offset: 0x14, Find: "œ\0", Replace: "ы"}
  - ReplaceString: {Offset: 0x18, Find: "þ\0", Replace: "."}
  - ReplaceString: {Offset: -52, Find: "ß\0", Replace: ";"}
  - ReplaceString: {Offset: 0x1C, Find: "ij\0", Replace: "?"}
  - ReplaceString: {Offset: 0x20, Find: "ŀ\0", Replace: "!"}
    # Second row, left to right (10 keys):
  - ReplaceString: {Offset: 0x28, Find: "à\0", Replace: ","}
  - ReplaceString: {Offset: 0x2C, Find: "á\0", Replace: "у"}
  - ReplaceString: {Offset: 0x30, Find: "â\0", Replace: "е"}
  - ReplaceString: {Offset: 0x34, Find: "ä\0", Replace: "и"}
  - ReplaceString: {Offset: 0x38, Find: "ã\0", Replace: "ш"}
  - ReplaceString: {Offset: 0x3C, Find: "å\0", Replace: "щ"}
  - ReplaceString: {Offset: 0x40, Find: "è\0", Replace: "к"}
  - ReplaceString: {Offset: 0x44, Find: "é\0", Replace: "с"}
  - ReplaceString: {Offset: 0x48, Find: "ê\0", Replace: "д"}
  - ReplaceString: {Offset: 0x4C, Find: "ë\0", Replace: "з"}
    # Third row, left to right (10 keys):
  - ReplaceString: {Offset: 0x50, Find: "ò\0", Replace: "ь"}
  - ReplaceString: {Offset: 0x54, Find: "ó\0", Replace: "я"}
  - ReplaceString: {Offset: 0x58, Find: "ô\0", Replace: "а"}
  - ReplaceString: {Offset: 0x5C, Find: "ö\0", Replace: "о"}
  - ReplaceString: {Offset: 0x60, Find: "õ\0", Replace: "ж"}
  - ReplaceString: {Offset: 0x64, Find: "ø\0", Replace: "г"}
  - ReplaceString: {Offset: 0x68, Find: "ì\0", Replace: "т"}
  - ReplaceString: {Offset: 0x6C, Find: "í\0", Replace: "н"}
  - ReplaceString: {Offset: 0x70, Find: "î\0", Replace: "в"}
  - ReplaceString: {Offset: 0x74, Find: "ï\0", Replace: "м"}
    # Fourth row, left to right (8 keys):
  - ReplaceString: {Offset: 0x78, Find: "ù\0", Replace: "ю"}
  - ReplaceString: {Offset: 0x7C, Find: "ú\0", Replace: "й"}
  - ReplaceString: {Offset: 0x80, Find: "û\0", Replace: "ъ"}
  - ReplaceString: {Offset: 0x84, Find: "ü\0", Replace: "э"}
  - ReplaceString: {Offset: 0x88, Find: "ñ\0", Replace: "ф"}
  - ReplaceString: {Offset: 0x8C, Find: "ç\0", Replace: "х"}
  - ReplaceString: {Offset: 0x90, Find: "đ\0", Replace: "п"}
  - ReplaceString: {Offset: 0x94, Find: "ł\0", Replace: "р"}
Quote:
Originally Posted by Svens View Post
Cyrillic
try

Spoiler:
Code:
Cyrillic Keyboard (GloHD/ClaraHD/AuraOne/H2O2/Forma/Libra):
  - Enabled: no
  - PatchGroup: Keyboard alternatives
    ## Replaces keys on the Extended Latin keypad with Cyrillic alternatives.
    ##
    ## Note that after the device boots, the keypad might just show blank squares
    ## until after the first book has been opened.
    ## Also note that long-pressing keys on the base keypad will no longer show
    ## the appropriate list of Extended Latin keys.
    #
    # Enable uppercase for `ß` (sharp s) key
  - ReplaceBytes: {Offset: 0x9CFA60, FindH: 00 24, ReplaceH: 01 24}
    # Replace layout sign
  - FindBaseAddressString: "ÉÀÇ"
  - ReplaceString: {Offset: 0, Find: "ÉÀÇ", Replace: "АБВ"}
    # Change keyboard layout
  - FindBaseAddressString: "ý\0\0ÿ\0\0š\0\0ž\0\0"
    # Top row, left to right (10 keys):
  - ReplaceString: {Offset: 0x00, Find: "ý\0", Replace: "ё"}
  - ReplaceString: {Offset: 0x04, Find: "ÿ\0", Replace: "х"}
  - ReplaceString: {Offset: 0x08, Find: "š\0", Replace: "ъ"}
  - ReplaceString: {Offset: 0x0C, Find: "ž\0", Replace: "э"}
  - ReplaceString: {Offset: 0x10, Find: "æ\0", Replace: "ю"}
  - ReplaceString: {Offset: 0x14, Find: "œ\0", Replace: "."}
  - ReplaceString: {Offset: 0x18, Find: "þ\0", Replace: ","}
  - ReplaceString: {Offset: -52, Find: "ß\0", Replace: ";"}
  - ReplaceString: {Offset: 0x1C, Find: "ij\0", Replace: "?"}
  - ReplaceString: {Offset: 0x20, Find: "ŀ\0", Replace: "!"}
    # Second row, left to right (10 keys):
  - ReplaceString: {Offset: 0x28, Find: "à\0", Replace: "й"}
  - ReplaceString: {Offset: 0x2C, Find: "á\0", Replace: "ц"}
  - ReplaceString: {Offset: 0x30, Find: "â\0", Replace: "у"}
  - ReplaceString: {Offset: 0x34, Find: "ä\0", Replace: "к"}
  - ReplaceString: {Offset: 0x38, Find: "ã\0", Replace: "е"}
  - ReplaceString: {Offset: 0x3C, Find: "å\0", Replace: "н"}
  - ReplaceString: {Offset: 0x40, Find: "è\0", Replace: "г"}
  - ReplaceString: {Offset: 0x44, Find: "é\0", Replace: "ш"}
  - ReplaceString: {Offset: 0x48, Find: "ê\0", Replace: "щ"}
  - ReplaceString: {Offset: 0x4C, Find: "ë\0", Replace: "з"}
    # Third row, left to right (10 keys):
  - ReplaceString: {Offset: 0x50, Find: "ò\0", Replace: "ф"}
  - ReplaceString: {Offset: 0x54, Find: "ó\0", Replace: "ы"}
  - ReplaceString: {Offset: 0x58, Find: "ô\0", Replace: "в"}
  - ReplaceString: {Offset: 0x5C, Find: "ö\0", Replace: "а"}
  - ReplaceString: {Offset: 0x60, Find: "õ\0", Replace: "п"}
  - ReplaceString: {Offset: 0x64, Find: "ø\0", Replace: "р"}
  - ReplaceString: {Offset: 0x68, Find: "ì\0", Replace: "о"}
  - ReplaceString: {Offset: 0x6C, Find: "í\0", Replace: "л"}
  - ReplaceString: {Offset: 0x70, Find: "î\0", Replace: "д"}
  - ReplaceString: {Offset: 0x74, Find: "ï\0", Replace: "ж"}
    # Fourth row, left to right (8 keys):
  - ReplaceString: {Offset: 0x78, Find: "ù\0", Replace: "я"}
  - ReplaceString: {Offset: 0x7C, Find: "ú\0", Replace: "ч"}
  - ReplaceString: {Offset: 0x80, Find: "û\0", Replace: "с"}
  - ReplaceString: {Offset: 0x84, Find: "ü\0", Replace: "м"}
  - ReplaceString: {Offset: 0x88, Find: "ñ\0", Replace: "и"}
  - ReplaceString: {Offset: 0x8C, Find: "ç\0", Replace: "т"}
  - ReplaceString: {Offset: 0x90, Find: "đ\0", Replace: "ь"}
  - ReplaceString: {Offset: 0x94, Find: "ł\0", Replace: "б"}

Last edited by Semwize; 10-03-2019 at 08:59 AM.
Semwize is offline   Reply With Quote
Old 10-03-2019, 09:00 AM   #47
tammmy
Junior Member
tammmy began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Oct 2019
Device: Kobo H2O(2014)
Sorry
Where to paste this patch
in scr folder to make a new file or in the end of libadobe.so file for example?
tammmy is offline   Reply With Quote
Advert
Old 10-03-2019, 09:36 AM   #48
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: 73,887
Karma: 128597114
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by geek1011 View Post
Thanks for testing! Can you send me the kepub and epub books used for testing so I can ensure they are proper? If so, I'll update the values. The thing is, some epubs modify the base font size, which messes up the whole font scaling thing.
When testing KePub, I found the font size way too big with the same place on the font slider. So I found 4 for ePub and 14 for KePub.

Using 9 on the font slider (from the left press + 9 times) for each format, the font size matches.
JSWolf is offline   Reply With Quote
Old 10-03-2019, 09:41 AM   #49
Semwize
Guru
Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.
 
Posts: 873
Karma: 252902
Join Date: Jun 2016
Device: Kobo
Quote:
Originally Posted by tammmy View Post
Where to paste this patch
in scr folder to make a new file or in the end of libadobe.so file for example?
libnickel.so.1.0.0.yaml

and in the patch change 'Enabled: no' to 'Enabled: yes'

tammmy,
try just adding in Kobo eReader.conf
Code:
[ApplicationPreferences]
CurrentLocale=bg
ExtraLocales=bg
You may be satisfied with the result and the patch is not needed.

Last edited by Semwize; 10-03-2019 at 01:23 PM.
Semwize is offline   Reply With Quote
Old 10-04-2019, 10:33 AM   #50
Chaplan
Member
Chaplan began at the beginning.
 
Chaplan's Avatar
 
Posts: 15
Karma: 10
Join Date: Aug 2019
Device: Kobo Clara HD
Don't know if anyone noticed but in this new FW when you enable "Allow rotation on all devices" the lettering isn't cut-off like it was on the previous one.
Also "Auto Rotate" option is showing up for devices that have no sensor for auto-rotation, at least for me on my Clara HD, doesn't actually work (obviously) but looks good...
Chaplan is offline   Reply With Quote
Advert
Old 10-04-2019, 04:33 PM   #51
forster01
Groupie
forster01 can do the Funky Gibbon.forster01 can do the Funky Gibbon.forster01 can do the Funky Gibbon.forster01 can do the Funky Gibbon.forster01 can do the Funky Gibbon.forster01 can do the Funky Gibbon.forster01 can do the Funky Gibbon.forster01 can do the Funky Gibbon.forster01 can do the Funky Gibbon.forster01 can do the Funky Gibbon.forster01 can do the Funky Gibbon.
 
Posts: 195
Karma: 82624
Join Date: May 2013
Device: Kobo Forma, Kobo Aura One, Kobo Aura HD, Kindle, Amazon Fire HD
From my perspective, it appears that "Un-Force user font-family in KePubs:" does not work.
My stylesheet(embedded) fonts are not applied when i select the other font. Unfortunately.

Geek1011 can you please check that with the epub i sent you?
forster01 is offline   Reply With Quote
Old 10-04-2019, 04:36 PM   #52
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,730
Karma: 6678757
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
For those who have been asking for a header/footer swap patch, I just figured out how to do it efficiently. Here is the patch, which will be in the zips for v54 in a week (jackie_w and I are still taking a break): https://github.com/geek1011/kobopatc...19c58338406a31.
geek1011 is offline   Reply With Quote
Old 10-04-2019, 04:37 PM   #53
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,730
Karma: 6678757
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by Chaplan View Post
Don't know if anyone noticed but in this new FW when you enable "Allow rotation on all devices" the lettering isn't cut-off like it was on the previous one.
Also "Auto Rotate" option is showing up for devices that have no sensor for auto-rotation, at least for me on my Clara HD, doesn't actually work (obviously) but looks good...
That's because I fixed it last week .

Quote:
Originally Posted by forster01 View Post
From my perspective, it appears that "Un-Force user font-family in KePubs:" does not work.
My stylesheet(embedded) fonts are not applied when i select the other font. Unfortunately.

Geek1011 can you please check that with the epub i sent you?
Next week, as jackie_w and I are taking a break.
geek1011 is offline   Reply With Quote
Old 10-04-2019, 04:49 PM   #54
poczynek
Zealot
poczynek is not intimidated by interfenestral monkeys.poczynek is not intimidated by interfenestral monkeys.poczynek is not intimidated by interfenestral monkeys.poczynek is not intimidated by interfenestral monkeys.poczynek is not intimidated by interfenestral monkeys.poczynek is not intimidated by interfenestral monkeys.poczynek is not intimidated by interfenestral monkeys.poczynek is not intimidated by interfenestral monkeys.poczynek is not intimidated by interfenestral monkeys.poczynek is not intimidated by interfenestral monkeys.poczynek is not intimidated by interfenestral monkeys.
 
Posts: 114
Karma: 26552
Join Date: Jan 2017
Device: Kobo Forma
Quote:
Originally Posted by geek1011 View Post
For those who have been asking for a header/footer swap patch, I just figured out how to do it efficiently. Here is the patch, which will be in the zips for v54 in a week (jackie_w and I are still taking a break): https://github.com/geek1011/kobopatc...19c58338406a31.
Man, you are the best! Just tried it and perfect. Thanks again.
Attached Thumbnails
Click image for larger version

Name:	screen_001.png
Views:	436
Size:	253.4 KB
ID:	173965  

Last edited by poczynek; 10-04-2019 at 05:49 PM.
poczynek is offline   Reply With Quote
Old 10-04-2019, 07:16 PM   #55
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
Geek1011, you are the best! Although I will sheepishly admit that pending this new patch's creation and release, I've actually gotten used to and, dare I say it, kind of fond of the title, with page number, at the bottom, and the header entirely turned off -- and will probably keep it that way. Maybe if at some point we can get back to book title only in the header and page numbers only in the footer, I'll patch that, but I'm not chomping at the bit for it.

But would still love the ability to tap on the battery icon while within my book and see the percentage!

Enjoy your break!
rogerinnyc is offline   Reply With Quote
Old 10-05-2019, 04:24 AM   #56
Terisa de morgan
Grand Sorcerer
Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.
 
Terisa de morgan's Avatar
 
Posts: 6,227
Karma: 11768331
Join Date: Jun 2009
Location: Madrid, Spain
Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2
Quote:
Originally Posted by geek1011 View Post
For those who have been asking for a header/footer swap patch, I just figured out how to do it efficiently. Here is the patch, which will be in the zips for v54 in a week (jackie_w and I are still taking a break): https://github.com/geek1011/kobopatc...19c58338406a31.
Thank you, it works perfectly.
Terisa de morgan is offline   Reply With Quote
Old 10-05-2019, 04:57 AM   #57
JIPG-reader
Zealot
JIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beautyJIPG-reader does all things with Zen-like beauty
 
JIPG-reader's Avatar
 
Posts: 113
Karma: 32126
Join Date: Dec 2017
Location: Madrid (Spain)
Device: Kobo Aura H2O Ed2, Onyx Boox C67ML
Quote:
Originally Posted by geek1011 View Post
For those who have been asking for a header/footer swap patch, I just figured out how to do it efficiently. Here is the patch, which will be in the zips for v54 in a week (jackie_w and I are still taking a break): https://github.com/geek1011/kobopatc...19c58338406a31.
Thank you to both for your big effort to make our reading more pleasant.

By the way, do not forget that a break is a break!
JIPG-reader is offline   Reply With Quote
Old 10-05-2019, 08:33 AM   #58
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,730
Karma: 6678757
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by JIPG-reader View Post
Thank you to both for your big effort to make our reading more pleasant.
Quote:
By the way, do not forget that a break is a break!
Yes, unless I get an idea halfway through, in which case I play with that for a break from the break .

A break mostly means I won't look at too much extra patch-related things, I won't make any complex patches, I'm free to ignore what I want for the duration of the break, and I might disappear for a few days at a time.
geek1011 is offline   Reply With Quote
Old 10-05-2019, 03:48 PM   #59
ZodWallop
Gentleman and scholar
ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.
 
ZodWallop's Avatar
 
Posts: 10,979
Karma: 108309641
Join Date: Jun 2015
Location: Space City, Texas
Device: Clara HD; Nook ST w/Glowlight, (2015) Glowlight Plus, Paperwhite 3
Quote:
Originally Posted by geek1011 View Post
For those who have been asking for a header/footer swap patch, I just figured out how to do it efficiently. Here is the patch, which will be in the zips for v54 in a week (jackie_w and I are still taking a break): https://github.com/geek1011/kobopatc...19c58338406a31.
First, thank you for your effort. That patch convinced me to update.

I'm seeing a bug. I wonder if anyone else can back me up.

If both header and footer are on, everything is fine (attachment 1)

When I turn off the header (in settings, set Chapter Progress to Off), the pages disappear from the footer (see attachment 2).

If you don't immediately see it, try turning a page or letting the reader go through a sleep/wake cycle.

This happens on every kepub I've tested so far.

Turning the header back on puts the page numbers in the footer back.

(Sorry the attachments are sideways. Not sure what happened there.)
Attached Thumbnails
Click image for larger version

Name:	attachment 1.jpg
Views:	437
Size:	761.2 KB
ID:	174004   Click image for larger version

Name:	attachment 2.jpg
Views:	353
Size:	758.6 KB
ID:	174005  
ZodWallop is online now   Reply With Quote
Old 10-05-2019, 06:57 PM   #60
Phil_C
Addict
Phil_C has much to be proud ofPhil_C has much to be proud ofPhil_C has much to be proud ofPhil_C has much to be proud ofPhil_C has much to be proud ofPhil_C has much to be proud ofPhil_C has much to be proud ofPhil_C has much to be proud ofPhil_C has much to be proud ofPhil_C has much to be proud ofPhil_C has much to be proud of
 
Phil_C's Avatar
 
Posts: 234
Karma: 27924
Join Date: Oct 2009
Location: Chicago, IL USA
Device: Sony PRS-350; Kobo Clara HD; Kobo Clara 2E
Yep, if you turn off the header (Chapter Progress in Settings), only the chapter number/name is shown in the page footer -- no page number or time remaining.

This won't bother me since I keep both header and footer visible, but it will be a problem for some folks.
Phil_C is offline   Reply With Quote
Reply

Tags
kobopatch, patch, patch32lsb, patches, patching

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Instructions for patching firmware 3.13.1 GeoffR Kobo Developer's Corner 56 07-01-2016 09:59 AM
Instructions for patching firmware 3.15.0 GeoffR Kobo Developer's Corner 146 05-24-2016 06:10 AM
Instructions for patching firmware 3.16.10 GeoffR Kobo Developer's Corner 12 08-14-2015 03:40 AM
Instructions for patching firmware 3.2.0 DNSB Kobo Developer's Corner 66 12-05-2014 07:28 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


All times are GMT -4. The time now is 05:56 PM.


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