Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader > Kobo Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 01-24-2017, 02:57 AM   #31
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by rogerinnyc View Post
Question: I know the patch for removing non-system fonts dropped out a few patch sets ago, but is that because it won't work on these newer firmwares? Can I try cutting and pasting from your earlier patch into this latest one, or is that likely to get me into total reset land?

Same question for the brightness fine control patch.
Those patches were lost in the major changes that happened between firmware version 3.19 and 4.0. I've had a good look for the brightness fine control patch without success, I wouldn't hold out any hope for that patch unless someone else can find it. I haven't looked so hard for the system/non system fonts patches yet though.

It won't do any good to try the patches from earlier firmware versions, they will just result in an error when the patching script runs.
GeoffR is offline   Reply With Quote
Old 01-30-2017, 11:33 PM   #32
anesthezea
Groupie
anesthezea ought to be getting tired of karma fortunes by now.anesthezea ought to be getting tired of karma fortunes by now.anesthezea ought to be getting tired of karma fortunes by now.anesthezea ought to be getting tired of karma fortunes by now.anesthezea ought to be getting tired of karma fortunes by now.anesthezea ought to be getting tired of karma fortunes by now.anesthezea ought to be getting tired of karma fortunes by now.anesthezea ought to be getting tired of karma fortunes by now.anesthezea ought to be getting tired of karma fortunes by now.anesthezea ought to be getting tired of karma fortunes by now.anesthezea ought to be getting tired of karma fortunes by now.
 
anesthezea's Avatar
 
Posts: 167
Karma: 2627964
Join Date: Aug 2010
Location: Alabama, USA
Device: Kobo Libra 2, Kobo Clara 2e, Kobo Libra Colour, Kindle Paperwhite
Do any of the patches change the book cover size when in collections view?
anesthezea is offline   Reply With Quote
Advert
Old 01-31-2017, 12:40 AM   #33
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by anesthezea View Post
Do any of the patches change the book cover size when in collections view?
The collections view is exactly the same as the main library view. The difference is in how the books have been filtered. If you can change one, then the other will change as well.
davidfor is offline   Reply With Quote
Old 01-31-2017, 01:19 AM   #34
oren64
I need a chapter break
oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.
 
oren64's Avatar
 
Posts: 4,042
Karma: 56058267
Join Date: Mar 2015
Location: Israel
Device: Kobo Glo
Quote:
Originally Posted by anesthezea View Post
Do any of the patches change the book cover size when in collections view?

`Increase The Books Cover Size In The Library` The patch is in the file nickel.patch.

Last edited by oren64; 01-31-2017 at 01:42 AM.
oren64 is offline   Reply With Quote
Old 02-06-2017, 12:50 AM   #35
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
`Brightness fine control` patch

Here is the `Brightness fine control` patch for firmware 4.2.8283, paste into libnickel.so.1.0.0.patch:
Spoiler:
Code:
<Patch>
patch_name = `Brightness fine control`
patch_enable = `yes`
#
## Sun symbols change the frontlight brightness in 1% instead of 5% steps.
#
# ValueDisplaySlider::setStep(5) --> ValueDisplaySlider::setStep(1)
replace_int = 73AD96, 5, 1
</Patch>
GeoffR is offline   Reply With Quote
Advert
Old 02-06-2017, 08:51 AM   #36
PeterHadTrapp
Member
PeterHadTrapp has a complete set of Star Wars action figures.PeterHadTrapp has a complete set of Star Wars action figures.PeterHadTrapp has a complete set of Star Wars action figures.
 
PeterHadTrapp's Avatar
 
Posts: 14
Karma: 263
Join Date: Jan 2016
Device: Kobo Aura HD "Brownie"
Hi Geoff,
Thank you very much. I´m glad, that this very useful Patch is back, I missed it a lot.
Runs perfectly under FW 4.2.8283 on Aura ONE.

Now the last modification, which is still absent on my ONE, is the screensaver-Mod.

Regards Peter
PeterHadTrapp is offline   Reply With Quote
Old 02-20-2017, 03:00 AM   #37
die
Member
die can extract oil from cheesedie can extract oil from cheesedie can extract oil from cheesedie can extract oil from cheesedie can extract oil from cheesedie can extract oil from cheesedie can extract oil from cheesedie can extract oil from cheese
 
Posts: 13
Karma: 1000
Join Date: Nov 2016
Device: kobo aura one
I downloded the NEW firmware file http://download.kobobooks.com/firmwa...o-update-4.2.8432.zip
in the 4.2.8283_source SUBfolder.
So I was wrong and obviosly, when I run batch file on windows

it gives me an error , iven if I made NO change to any patch file !!!

Code:
Deleted file - C:\New folder\patch_kobo_4028283\patch_kobo_4028283\4.2.8283_target\usr\local\Kobo\libadobe.so
//////////////////////////////////////////////
//                    Patching start
//////////////////////////////////////////////
Read 221992 bytes from input file 'C:\New folder\patch_kobo_4028283\patch_kobo_4028283\4.2.8283_source\libadobe.so'
Ignoring disabled patch `Remove PDF map widget shown during panning`
Ignoring disabled patch `Preserve PDF pan position across page turns`
Wrote 221992 bytes to output file 'C:\New folder\patch_kobo_4028283\patch_kobo_4028283\4.2.8283_target\usr\local\Kobo\libadobe.so'
//////////////////////////////////////////////
//                    Patching end
//////////////////////////////////////////////
//////////////////////////////////////////////
//                    Patching start
//////////////////////////////////////////////
Read 12254216 bytes from input file 'C:\New folder\patch_kobo_4028283\patch_kobo_4028283\4.2.8283_source\libnickel.so.1.0.0'
Ignoring disabled patch `My 10 line spacing values`
Ignoring disabled patch `My 24 line spacing values`
find_base_address: unique string at 00952CB8
Applied patch `Custom left & right margins`
Ignoring disabled patch `Custom font sizes`
C:\New folder\patch_kobo_4028283\patch_kobo_4028283\tools\pa32lsb.exe: line 235 in 'C:\New folder\patch_kobo_4028283\patch_kobo_4028283\4.2.8283_source\libnickel.so.1.0.0.patch': replace_bytes mismatched data.
ERROR processing C:\New folder\patch_kobo_4028283\patch_kobo_4028283\4.2.8283_source\libnickel.so.1.0.0.patch
Press any key to continue . . .

Last edited by die; 02-20-2017 at 03:07 AM.
die is offline   Reply With Quote
Old 02-20-2017, 12:05 PM   #38
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by die View Post
I downloded the NEW firmware file http://download.kobobooks.com/firmwa...o-update-4.2.8432.zip
in the 4.2.8283_source SUBfolder.
So I was wrong and obviosly, when I run batch file on windows

it gives me an error , iven if I made NO change to any patch file !!!
Yes that is normal for the Windows script, there are a few patches enabled by default and they will probably not be able to be applied if the wrong firmware version is used. (The Linux/Mac script will not even get that far as it will not unzip the firmware if it has the wrong version in the name.)

There are three versions that must match for success:
1. version of the firmware downloaded from Kobo, e.g. kobo-update-4.2.8283.zip
2. version of the patches, e.g. patch_kobo_4028283.zip
3. version of the firmware already on the device, e.g. 4.2.8232 shown in Settings > Device information

If 1. & 2. don't match then you will probably get an error when running the patch script as you discovered, although in some cases there might be no error and a KoboRoot.tgz file will be created, depending on which patches were selected. This could happen if only multi-version patches were selected.

If 3. doesn't match 1. & 2. then the KoboRoot.tgz file might be greated without errors but it will be the wrong version for the device and that usually means the patched device won't boot and a factory reset will be required.
GeoffR is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Instructions for patching firmware 3.18.0 GeoffR Kobo Developer's Corner 151 10-21-2016 06:15 AM
Instructions for patching firmware 3.13.1 GeoffR Kobo Developer's Corner 56 07-01-2016 09:59 AM
Instructions for patching firmware 3.16.0 GeoffR Kobo Developer's Corner 74 08-12-2015 02:12 PM
Instructions for patching firmware 3.12.0 GeoffR Kobo Developer's Corner 165 02-07-2015 09:22 AM
Instructions for patching firmware 3.3.x, 3.4.x, 3.5.x GeoffR Kobo Developer's Corner 285 08-27-2014 10:06 AM


All times are GMT -4. The time now is 06:43 AM.


MobileRead.com is a privately owned, operated and funded community.