05-27-2019, 03:13 PM | #271 | |
Wizard
Posts: 2,789
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
Quote:
|
|
05-27-2019, 03:27 PM | #272 | |
Member
Posts: 24
Karma: 10
Join Date: May 2019
Device: kobo H2O Edition 2 Version 2
|
Quote:
Then if i install a KoboRoot with the metazoa packages it should work on my hardware mark7? I have found this URL with the metazoa package but they referer to mark 5 or mark6: http://kobo.lectoreselectronicos.com...4.14.12777.zip DOWNLOAD METAZOA PATCHES APPLIED MARK 5 MARK 6 v.4.14.12777 kobopatch_metazoa_4.14.12777 http://kobo.lectoreselectronicos.com...b/metazoa.html |
|
05-27-2019, 03:46 PM | #273 |
Grand Sorcerer
Posts: 6,216
Karma: 16534894
Join Date: Sep 2009
Location: UK
Device: Kobo: KA1, ClaraHD, Forma, Libra2, Clara2E. PocketBook: TouchHD3
|
This is the thread you need for firmware 4.14.12777.
But, since you've already posted there today, I have to assume you know that |
05-28-2019, 03:24 AM | #274 | |
Member
Posts: 24
Karma: 10
Join Date: May 2019
Device: kobo H2O Edition 2 Version 2
|
Quote:
When you make the KoboRoot with the patched for your version, this patch applies only to your hardware, correct? Thanks a lot Last edited by skymix; 05-28-2019 at 03:27 AM. |
|
05-28-2019, 10:32 AM | #275 |
Member
Posts: 24
Karma: 10
Join Date: May 2019
Device: kobo H2O Edition 2 Version 2
|
I have patched my kobo H20 Ed2 V2 without any problem!!
Finally i have make my preferences and run my own patch its very easy. Thanks a lot! |
12-12-2020, 06:33 PM | #276 |
Grateful Plebe
Posts: 39
Karma: 13638
Join Date: Dec 2012
Device: Kindle 3, Kobo Libra H2O
|
Is it possible to add the code to the libnickel.so.1.0.0.yaml file? I'm trying to patch this on my Libra H20. This is the code I mean (presumably with tweaks for the Libra H2O):
Code:
<Patch> patch_name = `Changing the info panel in full size screensaver` patch_enable = `no` # Multi-version patch: 3.13.1-3.19.5761+ # ## Warning if you charge in sleep mode the text "sleeping" is cut # https://www.mobileread.com/forums/sh...7#post=3220397 # find_base_address = `QWidget[qApp_deviceIsDragon="true"] {\n\tmin-height: 1000px;` #QWidget-height from the top-Kobo Aura HD\H2O #To move the info pannel to the botten corner change 0000px to 1290px replace_string = 0027, `min-height: 1000px;`, `min-height: 0000px;` replace_string = 003C, `max-height: 1000px;`, `max-height: 0000px;` # #QWidget-height from the top-Kobo glo+Kobo Aura #To move the info pannel to the botten corner change 000px to 904px replace_string = 007B, `min-height: 680px;`, `min-height: 000px;` replace_string = 008F, `max-height: 680px;`, `max-height: 000px;` # #QWidget-height from the top-Kobo Mini #To move the info pannel to the botten corner change 000px to 700px replace_string = 00CD, `min-height: 510px;`, `min-height: 000px;` replace_string = 00E1, `max-height: 510px;`, `max-height: 000px;` # # find_base_address = `#infoWidget {\n\tbackground-color: rgba(255, 255, 255, 234);` #background-color transparent replace_string = 000F, `background-color: rgba(255, 255, 255, 234);`, `background-color: rgba(255, 255, 255, 120);` replace_string = 0062, `background-color: rgba(0, 0, 0, 234);`, `background-color: rgba(0, 0, 0, 120);` # # find_base_address = `#infoWidget[qApp_deviceIsDragon="true"] {\n\tmin-width: 470px;` # infoWidget-box width height-Kobo Aura HD\H2O replace_string = 002B, `min-width: 470px;`, `min-width: 350px;` replace_string = 003E, `min-height: 260px;`, `min-height: 150px;` replace_string = 0052, `max-height: 260px;`, `max-height: 150px;` # infoWidget-box width height-Kobo glo+Kobo Aura replace_string = 0094, `min-width: 380px;`, `min-width: 260px;` replace_string = 00A7, `min-height: 230px;`, `min-height: 120px;` replace_string = 00BB, `max-height: 230px;`, `max-height: 120px;` # infoWidget-box width height-Kobo Mini replace_string = 00FD, `min-width: 300px;`, `min-width: 200px;` replace_string = 0110, `min-height: 160px;`, `min-height: 100px;` replace_string = 0124, `max-height: 160px;`, `max-height: 100px;` # # find_base_address = `#infoFrame {\n\tborder-top: 1px solid black;` # infoFrame-Margin-Kobo Aura HD\H2O replace_string = 0144, `qproperty-leftMargin: 60;`, `qproperty-leftMargin: 02;` replace_string = 015F, `qproperty-topMargin: 25;`, `qproperty-topMargin: 02;` replace_string = 0179, `qproperty-bottomMargin: 25;`, `qproperty-bottomMargin: 02;` # infoFrame-Margin-Kobo glo+Kobo Aura replace_string = 01C3, `qproperty-leftMargin: 40;`, `qproperty-leftMargin: 02;` replace_string = 01DE, `qproperty-topMargin: 20;`, `qproperty-topMargin: 02;` replace_string = 01F8, `qproperty-bottomMargin: 20;`, `qproperty-bottomMargin: 02;` # infoFrame-Margin-Kobo Mini replace_string = 0242, `qproperty-leftMargin: 30;`, `qproperty-leftMargin: 02;` replace_string = 025D, `qproperty-topMargin: 10;`, `qproperty-topMargin: 02;` replace_string = 0277, `qproperty-bottomMargin: 10;`, `qproperty-bottomMargin: 02;` </Patch> Code:
Allow showing info panel on random screensaver: - Enabled: yes - Description: | See https://www.mobileread.com/forums/showthread.php?t=321609. This patch allows showing the info panel even when using a random screensaver image from .kobo/screensaver (note that full-screen covers needs to be enabled for the screensaver to show). - ReplaceBytes: Base: "PowerViewController::updateCover()" Offset: 252 FindInstBLX: {SymPLT: "FullScreenDragonPowerView::setInfoPanelVisible(bool)"} ReplaceInstNOP: true |
12-12-2020, 07:17 PM | #277 |
Resident Curmudgeon
Posts: 76,316
Karma: 136006010
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
@mxbndr the patches you are looking at are ay too old to work with the current firmware. Go to the 4.25 patch thread in the Kobo Developer forum and download the patches and then read what they do.
|
12-12-2020, 07:25 PM | #278 |
Grateful Plebe
Posts: 39
Karma: 13638
Join Date: Dec 2012
Device: Kindle 3, Kobo Libra H2O
|
Thanks. I have been using kobopatch_4.25.15875. It has an infopanel patch already, but it's just for showing the infopanel when using random screensavers. I'm hoping to move the infopanel to a corner, and thought the older patches might be a good place to start.
|
12-12-2020, 07:34 PM | #279 |
Resident Curmudgeon
Posts: 76,316
Karma: 136006010
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Older patches are not going to work. You need to use the current patches. If what you want is not available, ask for it in the patch thread.
|
01-03-2021, 12:10 PM | #280 | |
Addict
Posts: 219
Karma: 340434
Join Date: Dec 2020
Location: Israel
Device: Kobo Libra H2O
|
Quote:
|
|
07-08-2021, 10:39 AM | #281 |
Evangelist
Posts: 413
Karma: 650430
Join Date: Apr 2010
Device: Kindle paperwhite2, Ipad Air, Kobo Aura H2o
|
Works fine this patch in kobo elipsa?
|
08-02-2021, 08:54 AM | #282 |
Junior Member
Posts: 6
Karma: 10
Join Date: Nov 2020
Device: Kobo Clara HD
|
Is it possible to patch the kobo to accept decimals for the brightness level, to go below 1% for reading in the dark?
|
08-02-2021, 08:59 AM | #283 |
Resident Curmudgeon
Posts: 76,316
Karma: 136006010
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
1 is the lowest you can go for the light. If you find that too bright, you can use NikelMenu to put your Kobo in night mode and that makes the light less bright then with the regular background.
|
01-11-2023, 03:40 PM | #284 |
Connoisseur
Posts: 76
Karma: 28488
Join Date: Sep 2013
Location: Bensalem, PA
Device: Nook Classic, Nook STG, Nook Color, Kindle, Kobo H2O
|
Hoping for a little help
Good day, I have a Kobo Aura One that I love. I need to update the firmware but I can’t see to find 4.15.12920. I seem to remember that I have to find or use another version.
I am hoping that someone could point me in the right direction so I can update. Any help would be greatly appreciated. |
01-11-2023, 05:16 PM | #285 | |
Bibliophagist
Posts: 40,384
Karma: 156982136
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
Anyhow, go to pgaskin's firmware download page, locate the Kobo Aura One entry, click on Other Versions at the end of the line and then browse down to 4.15.12920 and click on it to download that version. I'm assuming you know how to manually update your Kobo's firmware. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Unofficial Sigil patches | varlog | Sigil | 8 | 11-12-2014 06:14 PM |
Index: Making a linked index in epub | virtual_ink | ePub | 21 | 10-19-2011 11:23 PM |
DR800 Long time to index files after upgrading firmware? | Albyr | iRex | 29 | 06-18-2011 05:23 PM |
How to apply the enhancements/patches ? | nubbol | Calibre | 2 | 09-04-2010 11:42 PM |
iLiad Applying DR GTK+ patches to iLiad | ericshliao | iRex Developer's Corner | 16 | 03-14-2010 05:39 AM |