07-27-2024, 02:57 PM | #136 | |
Bibliophagist
Posts: 40,524
Karma: 156983616
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
If you logged out and back in or did any of the flavours of factory reset, this will remove the activation.xml file from the .adobe-digital-editions directory. If you use the Kobo Utilities database backup tool, that directory is part of the backup. OTOH, you can copy activation.xml from one Kobo to another which saves worrying about running out of activations and having to jump through Adobe's hoop to get more added to your account. |
|
07-27-2024, 08:37 PM | #137 |
Member
Posts: 23
Karma: 10
Join Date: Sep 2018
Device: Libra 2
|
any idea what the difference is between waiting for the patches and just changing version: 4.38.23038 and src/kobo-update-4.38.23038.zip in kobopatch.yaml ?
|
07-27-2024, 08:53 PM | #138 |
Grand Sorcerer
Posts: 11,490
Karma: 230180384
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
|
|
07-28-2024, 02:35 PM | #139 |
Wizard
Posts: 2,791
Karma: 6990707
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
|
|
07-28-2024, 02:40 PM | #140 | |
Resident Curmudgeon
Posts: 76,404
Karma: 136466962
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
The reworking is needed for 4.39.x. |
|
07-28-2024, 02:41 PM | #141 |
Resident Curmudgeon
Posts: 76,404
Karma: 136466962
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
|
07-28-2024, 02:51 PM | #142 |
Resident Curmudgeon
Posts: 76,404
Karma: 136466962
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
I've attached the patches adjusted for 4.38.23038. The offsets posted in this thread have been applied and do work. In the kobopatch.yaml file I have all the patches listed so just set each patch you use from no to yes. You have to edit the kobopatch.yaml file as these are the overrides. This will be easier to use going forward.
So anyone with 4.38.23038, enjoy! P.S. The PDF Pan/Scan widget patch has been fixed. Last edited by JSWolf; 09-17-2024 at 09:36 AM. |
07-28-2024, 03:16 PM | #143 | |
Grand Sorcerer
Posts: 11,490
Karma: 230180384
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
|
Quote:
|
|
07-28-2024, 03:18 PM | #144 | |
Zealot
Posts: 129
Karma: 558688
Join Date: May 2024
Location: Salisbury, UK
Device: Clara 2E, Clara BW, Mini, Libra H2O, Paperwhite (10G), Boox Poke 5
|
Quote:
I guess I must be doing something wrong with it, 'cos I get this in my log: --> could not apply patch "Don't uppercase header/footer text": line 1220: inst 4: ReplaceBytes: could not find specified bytes |
|
07-28-2024, 03:36 PM | #145 |
Resident Curmudgeon
Posts: 76,404
Karma: 136466962
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
|
07-28-2024, 04:00 PM | #146 | |
Zealot
Posts: 144
Karma: 348662
Join Date: Jan 2023
Location: Indonesia
Device: Kobo Clara 2E
|
Quote:
Code:
Don't uppercase header/footer text: - Enabled: no - Description: Prevents the text in the reader header/footer from being uppercased. - PatchGroup: Header/footer page number text # Replace QString::toUpper call with QString::trimmed (to copy the string, and # not need to add a mov instruction and NOP the destructor): - ReplaceBytes: Base: "ReadingView::getChapterTitle()" Offset: 298 FindInstBLX: {SymPLT: "QString::toUpper() const"} ReplaceInstBLX: {SymPLT: "QString::trimmed() const"} - ReplaceBytes: Base: "ReadingView::updateFooter()" Offset: 26 FindInstBLX: {SymPLT: "QString::toUpper() const"} ReplaceInstBLX: {SymPLT: "QString::trimmed() const"} # Page number text: - FindReplaceString: {Find: "%1 OF %2", Replace: "%1 of %2"} # Percent read text (this string is only used by ReadingView::getChapterPercentProgressText, # and the home screen one is already lowercase): - FindReplaceString: {Find: "%1% READ", Replace: "%1% read"} Last edited by hatuluang; 07-28-2024 at 05:09 PM. |
|
07-28-2024, 04:30 PM | #147 |
Grand Sorcerer
Posts: 11,490
Karma: 230180384
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
|
I've done the patches for both the Sage and the Libra (not installed them on the devices yet) and no error messages, so I guess all of mine should work.
I'll update the firmware and install the patches a bit later. Many thanks to Jon and everyone else who has helped with this! |
07-28-2024, 05:08 PM | #148 | |
Resident Curmudgeon
Posts: 76,404
Karma: 136466962
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
Anyway, I've updated the single patch and posted a new ZIP file. So if anyone reading this has downloaded the patches, please download again. |
|
07-28-2024, 05:09 PM | #149 | |
Resident Curmudgeon
Posts: 76,404
Karma: 136466962
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
|
|
07-28-2024, 05:15 PM | #150 |
Bibliophagist
Posts: 40,524
Karma: 156983616
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
I did some testing and the only patch that failed in the ones included in the .zip file posted by PSWolf was the PDF Pan/Scan widget.
I changed the offset for the Don't uppercase header/footer text and did some cleanup in the kobopatch.yaml while running my tests such as grouping patch groups to make it easier to prevent enabling more than one group member. I also added my preferred delete the log file before starting in kobopatch.bat which makes it easier to note errors. |
Tags |
firmware, firmware release |
Thread Tools | Search this Thread |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
All the enTourage BUILDS / firmwares | lorenzoens | enTourage eDGe | 12 | 05-26-2012 07:02 AM |
Are the firmwares in Europe and U.S. the same? | jshzh | PocketBook | 0 | 01-15-2011 01:48 AM |
Pocketbook Firmwares | aceflor | PocketBook | 2 | 12-25-2010 01:09 PM |
Comparison of all available V3 firmwares | Rapefruit | HanLin eBook | 2 | 09-10-2009 06:16 AM |
Downloading other firmwares | dpierron | Sony Reader | 0 | 04-20-2009 07:55 AM |