![]() |
#31 | |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 873
Karma: 252902
Join Date: Jun 2016
Device: Kobo
|
Quote:
Spoiler:
|
|
![]() |
![]() |
![]() |
#32 | |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,137
Karma: 16059044
Join Date: Sep 2009
Location: UK
Device: Kobo: KA1, ClaraHD, Forma, Libra2, Clara2E. PocketBook: TouchHD3
|
Quote:
In GeoffR's absence geek1011 is the only one who can confirm (or not) the likely future of this patch. ETA: It seems Semwize has something you can try but I believe the stuff for LibraH20 users is still missing. I don't know whether Semwize could add that? Last edited by jackie_w; 10-02-2019 at 05:47 PM. Reason: ETA |
|
![]() |
![]() |
Advert | |
|
![]() |
#33 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 873
Karma: 252902
Join Date: Jun 2016
Device: Kobo
|
Last edited by Semwize; 10-02-2019 at 05:55 PM. |
![]() |
![]() |
![]() |
#34 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,137
Karma: 16059044
Join Date: Sep 2009
Location: UK
Device: Kobo: KA1, ClaraHD, Forma, Libra2, Clara2E. PocketBook: TouchHD3
|
|
![]() |
![]() |
![]() |
#35 |
Enthusiast
![]() Posts: 26
Karma: 10
Join Date: Apr 2012
Device: Libra 2
|
|
![]() |
![]() |
Advert | |
|
![]() |
#36 |
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31,031
Karma: 135224257
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Forma, Clara HD, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Hmmm... if you use the font size slider to increase the font size, it should be sticky so going forward, both epub and kepub would still be the same.
|
![]() |
![]() |
![]() |
#37 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 72,474
Karma: 125182049
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
The thing is, I don't want to up the slider. I want to make the scale as close to what ePub uses by default as close as possible. I need to know if I have to increase or decrease the number to try to do that.
|
![]() |
![]() |
![]() |
#38 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,838
Karma: 22003124
Join Date: Aug 2014
Device: Kobo Forma, Kobo Sage, Kobo Libra 2
|
It takes minutes at most to change this out on your own Jon. There are 15 variations one of which you already eliminated. It’s been hours since you asked the question. Testing out different scales is harmless. You’d know your answer by now if you just try using those variables yourself.
|
![]() |
![]() |
![]() |
#39 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,656
Karma: 6254413
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
|
![]() |
![]() |
![]() |
#40 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 72,474
Karma: 125182049
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
|
![]() |
![]() |
![]() |
#41 | |
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31,031
Karma: 135224257
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Forma, Clara HD, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
Please report the results here. ![]() |
|
![]() |
![]() |
![]() |
#42 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 72,474
Karma: 125182049
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
To fix the two patches for adjust the font scale so ePub and kepub are the same heres what to do...
1. Set ePub uniform font scale: to yes 2. Set Set font scale factor: to yes 3. In Set font scale factor: set the ePub replace value to 4 and set the KePub replace value to 14. Code:
Set font scale factor: - Enabled: yes - Description: | This patch sets the font scale factor for ePub and KePub readers. See also `ePub uniform font scale` and `Custom font sizes` patches. # Font scale factor is calculated as (font size slider) / (X+32) # Original value X=14, so original scale factor is (font size slider) / 46. # Allowed replacement values for X: 0-15 (smaller X --> larger scale factor) - ReplaceInt: {Offset: 0x52767A, Find: 14, Replace: 4} # ePub - ReplaceInt: {Offset: 0xAE037C, Find: 14, Replace: 4} # KePub If you also use the patch KePub stylesheet additions:, do not use Example 4: Make KePub font sizes match ePub font sizes: ePubs render with 1.5 times the font size of KePubs by default. With this enabled they match as it will throw off the font sizes. @Geek1011, can you please change the scale values from 8 to 4? Thanks. Last edited by JSWolf; 10-06-2019 at 04:31 PM. |
![]() |
![]() |
![]() |
#43 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,656
Karma: 6254413
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
Quote:
P.S. I was just thinking about the long feedback loop when testing libnickel patches, so I've decided to look at options for speeding the process up. I might try (after I take a break) something with live-patching the binary using ptrace (something like https://github.com/darx0r/poke), but I haven't ever tried this sort of thing before, so I don't know how feasible it'll be. It partly depends on how much funny stuff Qt does and how new the kernel is. Note that this won't work for CSS patches, although I've been doing some experiments with that recently. No guarantees this will work, though. This paper looks interesting: https://www.kernel.org/doc/ols/2008/...es-245-254.pdf. Last edited by geek1011; 10-03-2019 at 08:55 AM. |
|
![]() |
![]() |
![]() |
#44 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Oct 2019
Device: Kobo H2O(2014)
|
![]()
Hi
I'm new and sorry if this is not the right place but I want to ask is there a patch which Replaces keys on the Extended Latin keypad with Bulgarian alternatives for firmware 4.18.13737. |
![]() |
![]() |
![]() |
#45 |
Enthusiast
![]() Posts: 39
Karma: 10
Join Date: Apr 2019
Device: Кіndlе5,NGL,PB650, KPW3,KPW4,KPW5, Kobo Aura One
|
Can the "Cyrillic Keyboard (GloHD / ClaraHD / AuraOne / H2O2)" patch from 4.15.12920 be applied without modification to 4.18.13737?
Thanks! Last edited by Svens; 10-03-2019 at 09:05 AM. |
![]() |
![]() |
![]() |
Tags |
kobopatch, patch, patch32lsb, patches, patching |
Thread Tools | Search this Thread |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Instructions for patching firmware 3.13.1 | GeoffR | Kobo Developer's Corner | 56 | 07-01-2016 10:59 AM |
Instructions for patching firmware 3.15.0 | GeoffR | Kobo Developer's Corner | 146 | 05-24-2016 07:10 AM |
Instructions for patching firmware 3.16.10 | GeoffR | Kobo Developer's Corner | 12 | 08-14-2015 04:40 AM |
Instructions for patching firmware 3.2.0 | DNSB | Kobo Developer's Corner | 66 | 12-05-2014 08:28 AM |
Instructions for patching firmware 3.3.x, 3.4.x, 3.5.x | GeoffR | Kobo Developer's Corner | 285 | 08-27-2014 11:06 AM |