![]() |
#91 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,801
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
Quote:
I just looked into it a bit more and it seems that Kobo reverted the change which broke this patch in this version (the change was present from 14672-15676). I'll make it multi-version and add it to the patch zips again. I'll also add an entry to the patch request post. Edit: I'd give karma, but apparently I need to spread it around first. Edit 2: Upon a closer look at 15676, it appears it may have just been compiled optimizations mangling the function. I might have found the relevant code it it, but I'll need to test it. Last edited by geek1011; 02-12-2021 at 02:05 PM. |
|
![]() |
![]() |
![]() |
#92 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 900
Karma: 270670
Join Date: Jun 2016
Device: Kobo
|
@geek1011
It was easy. But I can't change the font color in Series, it seems I'm just looking in the wrong place. You promised to help ![]() |
![]() |
![]() |
Advert | |
|
![]() |
#93 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,038
Karma: 144284074
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
As long as your looking as the settings for Series, can you look where it converts the series name to uppercase and patch it to stop case changing? Thanks.
|
![]() |
![]() |
![]() |
#94 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 900
Karma: 270670
Join Date: Jun 2016
Device: Kobo
|
Jon,
I have a suspicion that you have very long series names and they are constantly shortening, so you want to remove the uppercase ... Is that right? |
![]() |
![]() |
![]() |
#95 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 815
Karma: 6528026
Join Date: Sep 2012
Device: Kobo Elipsa
|
Maybe that's Jon's reason but I dislike series names in uppercase too. I find all uppercase difficult to read at a glance.
|
![]() |
![]() |
Advert | |
|
![]() |
#96 |
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 44,684
Karma: 168431851
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
The Kobo GUI shows the series in uppercase. I like this since it makes it easy for me to differentiate between a series and a subtitle. See the attached image for an example.
|
![]() |
![]() |
![]() |
#97 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 900
Karma: 270670
Join Date: Jun 2016
Device: Kobo
|
![]() I understood perfectly what he wants. It just seems to me (as to you) that the Series in uppercase looks more correct. If remove uppercase, series will merge with the title of the book. Can easily write Series in 2 lines, if it's about the length of the inscription. Last edited by Semwize; 02-12-2021 at 01:08 PM. |
![]() |
![]() |
![]() |
#98 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,801
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
|
![]() |
![]() |
![]() |
#99 | |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,038
Karma: 144284074
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
We do have such a patch for the header/footer. |
|
![]() |
![]() |
![]() |
#100 | ||
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,801
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
Quote:
Quote:
libnickel: 0x91f3e0 (nop the uppercase transformation and fix the stack stuff around it, or just replace it with something harmless like QString::trimmed) (edit: apparently, they there's more to it than just this) nickel: BookInfoWidget.qss [0x14B5163+1316] (just add another rule to #series) (edit: no, this won't work, since it uses an ElidedLabel, which has its own color handling) Last edited by geek1011; 02-13-2021 at 10:54 AM. |
||
![]() |
![]() |
![]() |
#101 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 900
Karma: 270670
Join Date: Jun 2016
Device: Kobo
|
delete
|
![]() |
![]() |
![]() |
#102 | ||
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,801
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
Quote:
Quote:
Code:
Increase page navigation history: - Enabled: no - Description: Increases the number of dots marking navigation history on the scrubber. # Replace the immediate value for the cmp r1, #2 before the bgt to the inlined # QVector::removeFirst() (i.e. QVector::erase(start, start+1)): - BaseAddress: "BookmarkHistoryMixin::pushBookmark(Bookmark const&)" - ReplaceInt: {Offset: 24, Find: 2, Replace: 4} # note: you can set the replacement to whatever you want, but it MUST be > 1 or bad things will happen |
||
![]() |
![]() |
![]() |
#103 |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 146
Karma: 35462
Join Date: Dec 2016
Location: Germany
Device: Kobo: Clara BW, Libra 2, Aura One
|
On Mac OS 11.x (Big Sur) there seems to be another approval process!? I do not know how to grant the permissions to run the script. Can you help?
Meanwhile I know what to do: This command has to be executed before running the script: chmod +x kobopatch.sh bin/* Last edited by Dirk-71; 02-15-2021 at 08:28 AM. |
![]() |
![]() |
![]() |
#104 |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 146
Karma: 35462
Join Date: Dec 2016
Location: Germany
Device: Kobo: Clara BW, Libra 2, Aura One
|
DELETE
Last edited by Dirk-71; 02-15-2021 at 08:29 AM. |
![]() |
![]() |
![]() |
#105 |
Connoisseur
![]() Posts: 53
Karma: 20
Join Date: Apr 2017
Device: KK3G, PW, Voyage, Oasis, Aura One, Forma
|
Has anyone been able to get multiple dictionaries working on the latest (November 2020) firmware? I have never been able to get this working and if anyone has step-by-step instructions, I'd appreciate it. I am pretty tech literate and comfortable with coding, but for whatever reason this has never worked for me.
Is there a maximum file size? Last edited by genoasalami; 02-25-2021 at 02:07 AM. |
![]() |
![]() |
![]() |
Tags |
kobopatch, patch, patch32lsb, patches, patching |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Instructions for patching firmware 3.15.0 | GeoffR | Kobo Developer's Corner | 146 | 05-24-2016 06:10 AM |
Instructions for patching firmware 3.17.3 | GeoffR | Kobo Developer's Corner | 60 | 09-17-2015 05:35 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.12.0 | GeoffR | Kobo Developer's Corner | 165 | 02-07-2015 09:22 AM |
Instructions for patching firmware 3.8.0 | GeoffR | Kobo Developer's Corner | 92 | 10-22-2014 07:22 AM |