12-18-2018, 04:14 AM | #121 |
absolute beginner
Posts: 323
Karma: 1750999
Join Date: May 2017
Location: Go with the wind (43°19'17.7"N 2°00'19.4"W)
Device: ka1
|
Following the davidfor's reminder (thank you), I've try to make a patch to assign a value to "LargePrintFontScale" parameter but, for some reason (my assembler is a little bit lost) I can't to hold it on. When I reboot or check on/off "Large Print Mode" my value desapper. I don't really need the patch but I'd like to know... anything that point my only neuron to relax. Thanks in advance. Good luck. |
12-18-2018, 02:17 PM | #122 |
Enthusiast
Posts: 46
Karma: 10
Join Date: Jan 2010
Device: Kobo Glo HD / Kobo Libra H2O
|
writer´s name
Add at the name of the book line the writer´s name, Is that possible?
Thank you |
Advert | |
|
12-18-2018, 04:45 PM | #123 | |
Wizard
Posts: 2,791
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
Quote:
|
|
12-18-2018, 04:45 PM | #124 |
Wizard
Posts: 2,791
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
|
12-19-2018, 03:54 AM | #125 |
absolute beginner
Posts: 323
Karma: 1750999
Join Date: May 2017
Location: Go with the wind (43°19'17.7"N 2°00'19.4"W)
Device: ka1
|
|
Advert | |
|
12-19-2018, 08:23 AM | #126 |
Zealot
Posts: 145
Karma: 35462
Join Date: Dec 2016
Location: Germany
Device: Kobo Libra 2 & Aura One / Tolino Shine 5th Gen.
|
I've tried this for my Kobo Glo HD but get a failure. How has the code to look like for the Kobo Glo HD (Alyssum)? I've uncommented the line with Alyssum but it doesn't seem to work.
|
12-19-2018, 09:47 AM | #127 | |
absolute beginner
Posts: 323
Karma: 1750999
Join Date: May 2017
Location: Go with the wind (43°19'17.7"N 2°00'19.4"W)
Device: ka1
|
Quote:
Code:
Reduce reading footer and quit caption: - Enabled: no - Description: | Based on GeoffR's `Custom reading footer style` - FindReplaceString: Find: "ReadingFooter {\n qproperty-footerMargin: 105;\n}\n\ ReadingFooter[qApp_deviceIsDragon=true] {\n qproperty-footerMargin: 170;\n}\n\ ReadingFooter[qApp_deviceIsDaylight=true] {\n qproperty-footerMargin: 221;\n}\n\ #caption[qApp_deviceIsTrilogy=true] {\n font-size: 19px;\n}\n\ #caption[qApp_deviceIsPhoenix=true] {\n font-size: 23px;\n}\n\ #caption[qApp_deviceIsDragon=true] {\n font-size: 29px;\n}\n\ #caption[qApp_deviceIsAlyssum=true] {\n font-size: 32px;\n}\n\ #caption[qApp_deviceIsNova=true] {\n font-size: 32px;\n}\n\ #caption[qApp_deviceIsDaylight=true] {\n font-size: 37px;\n}\n\ #caption[qApp_localeName=\"ja_JP\"] {\n font-family: Sans-SerifJP, sans-serif;\n font-style: normal;\n}" # When editing the replacement values below, # BE CAREFUL NOT TO CHANGE THE LENGTH OF THE REPLACEMENT STRING! Replace: "ReadingFooter {qproperty-footerMargin: 00; min-height: 15px; max-height: 15px;}\n\ #caption{qproperty-visible:false;}\n " MustMatchLength: yes The # is inside the Find part and it is part of the variable name, not a remark sign. In this case the height value (purple) is the important one for you. Good luck. |
|
12-19-2018, 09:49 AM | #128 | |
Grand Sorcerer
Posts: 6,224
Karma: 16536676
Join Date: Sep 2009
Location: UK
Device: Kobo: KA1, ClaraHD, Forma, Libra2, Clara2E. PocketBook: TouchHD3
|
Quote:
Just to revisit for a moment, this minor issue reported by codychan. Here's a bit more info... If you use the DeveloperSettings option to toggle InvertScreen then the InvertScreen=true/false line is added to the [FeatureSettings] section of the .conf file. If you use the 'Replace adobe page numbers toggle with invert screen' patch to do the toggling then the InvertScreen=true/false line is added to the [Reading] section of the .conf file. It's possible that this is inevitable given the hijacked Adobe Page Numbers option is on the Reading settings page. If you've used both then you end up with 2 InvertScreen lines in the .conf file. I'm guessing that after a full power off/on the Kobo always looks in the [FeatureSettings] section for current status. Personally, I'm not too bothered by the minor inconvenience because I'm just happy to have a quick access GUI toggling method, even if it does need a little bit of manual effort to re-synch the settings after a full reboot. I realise there's only so much that can be done with the 'keyhole surgery' options inherit in patching, but I thought I'd pass on this info in case the patch can be improved if/when you have time to investigate further. |
|
12-19-2018, 12:04 PM | #129 | |
Zealot
Posts: 145
Karma: 35462
Join Date: Dec 2016
Location: Germany
Device: Kobo Libra 2 & Aura One / Tolino Shine 5th Gen.
|
Quote:
|
|
12-19-2018, 12:19 PM | #130 | |
Zealot
Posts: 145
Karma: 35462
Join Date: Dec 2016
Location: Germany
Device: Kobo Libra 2 & Aura One / Tolino Shine 5th Gen.
|
Quote:
https://www.mobileread.com/forums/sh...&postcount=117 |
|
12-19-2018, 05:23 PM | #131 | |
Wizard
Posts: 2,791
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
Quote:
|
|
12-19-2018, 10:24 PM | #132 |
Groupie
Posts: 153
Karma: 27950
Join Date: Nov 2018
Device: Kobo Aura One, Kobo Forma
|
|
12-21-2018, 07:20 AM | #133 |
Grand Sorcerer
Posts: 7,540
Karma: 67891011
Join Date: Feb 2009
Device: Kobo Clara 2E
|
|
12-21-2018, 09:49 AM | #134 |
Wizard
Posts: 2,791
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
|
12-22-2018, 04:25 AM | #135 | |
absolute beginner
Posts: 323
Karma: 1750999
Join Date: May 2017
Location: Go with the wind (43°19'17.7"N 2°00'19.4"W)
Device: ka1
|
Quote:
Good luck. |
|
Tags |
kobopatch, patches, patching, request, requests |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Request for PW3 kernel [posted in another thread] | mustdie | Kindle Developer's Corner | 5 | 10-21-2015 05:28 PM |
Kobobooks.com future feature request thread | Mrs_Often | Kobo Reader | 47 | 11-08-2012 12:59 PM |
[Old Thread] Calibre 'feature request' thread | Waba | Calibre | 2 | 02-10-2010 08:52 PM |
Feature request thread? | Dahak | Calibre | 1 | 08-02-2009 01:51 AM |
3rd party software request thread | Adam B. | iRex | 23 | 11-28-2008 02:08 PM |