Register Guidelines E-Books Search Today's Posts Mark Forums Read

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

Notices

Reply
 
Thread Tools Search this Thread
Old 08-31-2018, 10:20 AM   #1
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,730
Karma: 6675565
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Instructions for patching firmware 4.10.11655

This patch thread is for firmware 4.10.11655 (9f844e0935b9adbce2be1a3b0c1c6406b4c0b005).

Instructions for patching on Windows, Linux, or macOS with kobopatch:
  1. Download kobopatch_4.10.11655.zip from here.
  2. Download the firmware from here to the src folder.
  3. Install the firmware on your kobo BEFORE proceeding with the next steps.
  4. Enable patches in the files in the src folder (or use the overrides in kobopatch.yaml to keep your options separate).
  5. Run kobopatch.bat on Windows, or kobopatch.sh on Linux.
  6. If the patching succeeded, a file named KoboRoot.tgz will be created in the out folder. Copy it to the .kobo folder of your device.

Download

See the kobopatch - An improved patching system thread for more details.
geek1011 is offline   Reply With Quote
Old 08-31-2018, 10:20 AM   #2
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,730
Karma: 6675565
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Changes to the kobopatch zip:
v49 (2019-06-09): New "ePub uniform font scale" patch (GeoffR).
v21 (2018-11-03): Updated kobopatch to v0.10.1
v15 (2018-08-31): Initial release for 4.10.11655 with kobopatch v0.9.2

Missing patches:
- Brightness fine control (might be fixable)
- Remove PDF map widget shown during panning (will probably be fixed soon)

Patches for other files:
Sickel reboot timeout (by jcn363):
Spoiler:
Code:
sickel reboot timeout (20 sec):
  - Enabled: no
  - Description: increases sickel reboot time if no ping from 10s to 20s
  - PatchGroup: sickel reboot timeout
  - ReplaceBytes: {Offset: 0x003498, FindH: 42 F2 10 71, ReplaceH: 44 F6 20 61}
  - ReplaceBytes: {Offset: 0x0034AA, FindH: 42 F2 10 71, ReplaceH: 44 F6 20 61}
  - ReplaceBytes: {Offset: 0x0036F6, FindH: 44 F6 20 61, ReplaceH: 49 F6 40 41}
      
sickel reboot timeout (30 sec):
  - Enabled: no
  - Description: increases sickel reboot time if no ping from 10s to 30s
  - PatchGroup: sickel reboot timeout
  - ReplaceBytes: {Offset: 0x003498, FindH: 42 F2 10 71, ReplaceH: 47 F2 30 51}
  - ReplaceBytes: {Offset: 0x0034AA, FindH: 42 F2 10 71, ReplaceH: 47 F2 30 51}
  - ReplaceBytes: {Offset: 0x0036F6, FindH: 44 F6 20 61, ReplaceH: 4E F6 60 21}

Last edited by pdurrant; 06-10-2019 at 04:44 AM.
geek1011 is offline   Reply With Quote
Advert
Old 08-31-2018, 10:21 AM   #3
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,730
Karma: 6675565
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
reserved
geek1011 is offline   Reply With Quote
Old 08-31-2018, 12:14 PM   #4
jcn363
absolute beginner
jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.
 
jcn363's Avatar
 
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
The following patch is ported from GeoffR's patch
Put into libadobe.so.yaml file
Spoiler:
Code:
Remove PDF map widget shown during panning:
  - Enabled: no
  - ReplaceBytes: {Offset: 0x032DAE, FindH: 00 AF, ReplaceH: 19 E0}

Good luck.
jcn363 is offline   Reply With Quote
Old 08-31-2018, 12:44 PM   #5
jcn363
absolute beginner
jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.
 
jcn363's Avatar
 
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
Brightness fine control

Works for me

libnickel.so.1.0.0.yaml

Spoiler:
Code:
Brightness fine control:
  - Enabled: no
  - Description: Sun symbols change the frontlight brightness in 2% instead of 1% steps.
    # ValueDisplaySlider::setStep(1) --> ValueDisplaySlider::setStep(2)
  - ReplaceInt: {Offset: 0xa6b672, Find: 1, Replace: 2}

Good luck.
jcn363 is offline   Reply With Quote
Advert
Old 08-31-2018, 01:32 PM   #6
DrChiper
Bookish
DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.
 
DrChiper's Avatar
 
Posts: 907
Karma: 1803094
Join Date: Jun 2011
Device: PC, t1, t2, t3, aura 2 v1, clara HD, Libra 2, Nxtpaper 11
I just tried to patch my KA2v1 (upgraded with currently unsupported 4.10.11655) using this patch method.

It worked great , but I think some text clarifications are needed for the not so bold casual user (See the red additions)

Quote:
Originally Posted by geek1011 View Post
Instructions for patching on Windows, Linux, or macOS with kobopatch:
  1. Download the firmware from here
  2. Install the firmware on your kobo BEFORE proceeding with the next steps.
  3. Download kobopatch_4.10.11655.zip from here.
  4. Unzip kobopatch in an convenient location.
  5. Copy the original zipped firmware from here to the kobopatch src folder.
  6. Enable patches in the *.yaml files in the kobopatch src folder (or use the overrides in kobopatch.yaml to keep your options separate).
  7. Run kobopatch.bat on Windows, or kobopatch.sh on Linux.
  8. If the patching succeeded, (see log file in the out folder) a file named KoboRoot.tgz will be created in the out folder. Copy it to the .kobo folder of your device.
  9. Safe disconnect your device.
Just my 2cts.
Keep up the good work
DrChiper is offline   Reply With Quote
Old 08-31-2018, 01:50 PM   #7
Dirk-71
Zealot
Dirk-71 is generous with chocolateDirk-71 is generous with chocolateDirk-71 is generous with chocolateDirk-71 is generous with chocolateDirk-71 is generous with chocolateDirk-71 is generous with chocolateDirk-71 is generous with chocolateDirk-71 is generous with chocolateDirk-71 is generous with chocolateDirk-71 is generous with chocolateDirk-71 is generous with chocolate
 
Posts: 120
Karma: 33696
Join Date: Dec 2016
Location: Germany
Device: Kobo: Libra 2, Aura One, Glo HD, Clara 2E
@geek1011: Thank you for providing us with new patches. Meanwhile I know how to deal with the new system and I like it a lot, corse it saves a lot of time, making use of kobopatch.yaml. Your work is highly appreciated.
Dirk-71 is offline   Reply With Quote
Old 08-31-2018, 02:10 PM   #8
jcn363
absolute beginner
jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.
 
jcn363's Avatar
 
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:
Originally Posted by geek1011 View Post
Spoiler:
Code:
sickel reboot timeout (20 sec):
  - Enabled: no
  - Description: increases sickel reboot time if no ping from 10s to 20s
  - PatchGroup: sickel reboot timeout
  - FindBaseAddressHex: 42 F2 10 71
  - ReplaceBytes:
      Offset:   0
      FindH:    42 F2 10 71
      ReplaceH: 44 F6 20 61
  - FindBaseAddressHex: 44 F6 20 61
  - ReplaceBytes:
      Offset:   0
      FindH:    44 F6 20 61
      ReplaceH: 49 F6 40 41
      
sickel reboot timeout (30 sec):
  - Enabled: no
  - Description: increases sickel reboot time if no ping from 10s to 30s
  - PatchGroup: sickel reboot timeout
  - FindBaseAddressHex: 42 F2 10 71
  - ReplaceBytes:
      Offset:   0
      FindH:    42 F2 10 71
      ReplaceH: 47 F2 30 51
  - FindBaseAddressHex: 44 F6 20 61
  - ReplaceBytes:
      Offset:   0
      FindH:    44 F6 20 61
      ReplaceH: 4E F6 60 21
I think this does not work because FindBaseAddressHex only find the first ocurrence.
Should be
Spoiler:
Code:
sickel reboot timeout (20 sec):
  - Enabled: no
  - Description: increases sickel reboot time if no ping from 10s to 20s
  - PatchGroup: sickel reboot timeout
  - ReplaceBytes: {Offset: 0x003498, FindH: 42 F2 10 71, ReplaceH: 44 F6 20 61}
  - ReplaceBytes: {Offset: 0x0034AA, FindH: 42 F2 10 71, ReplaceH: 44 F6 20 61}
  - ReplaceBytes: {Offset: 0x0036F6, FindH: 44 F6 20 61, ReplaceH: 49 F6 40 41}
      
sickel reboot timeout (30 sec):
  - Enabled: no
  - Description: increases sickel reboot time if no ping from 10s to 30s
  - PatchGroup: sickel reboot timeout
  - ReplaceBytes: {Offset: 0x003498, FindH: 42 F2 10 71, ReplaceH: 47 F2 30 51}
  - ReplaceBytes: {Offset: 0x0034AA, FindH: 42 F2 10 71, ReplaceH: 47 F2 30 51}
  - ReplaceBytes: {Offset: 0x0036F6, FindH: 44 F6 20 61, ReplaceH: 4E F6 60 21}

Good luck.
jcn363 is offline   Reply With Quote
Old 08-31-2018, 02:15 PM   #9
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,730
Karma: 6675565
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by jcn363 View Post
The following patch is ported from GeoffR's patch
Put into libadobe.so.yaml file
Spoiler:
Code:
Remove PDF map widget shown during panning:
  - Enabled: no
  - ReplaceBytes: {Offset: 0x032DAE, FindH: 00 AF, ReplaceH: 19 E0}

Good luck.
Are you sure? I did exactly that, but it segfaulted.
geek1011 is offline   Reply With Quote
Old 08-31-2018, 02:17 PM   #10
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,730
Karma: 6675565
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by jcn363 View Post
I think this does not work because FindBaseAddressHex only find the first ocurrence.
Should be
Spoiler:
Code:
sickel reboot timeout (20 sec):
  - Enabled: no
  - Description: increases sickel reboot time if no ping from 10s to 20s
  - PatchGroup: sickel reboot timeout
  - ReplaceBytes: {Offset: 0x003498, FindH: 42 F2 10 71, ReplaceH: 44 F6 20 61}
  - ReplaceBytes: {Offset: 0x0034AA, FindH: 42 F2 10 71, ReplaceH: 44 F6 20 61}
  - ReplaceBytes: {Offset: 0x0036F6, FindH: 44 F6 20 61, ReplaceH: 49 F6 40 41}
      
sickel reboot timeout (30 sec):
  - Enabled: no
  - Description: increases sickel reboot time if no ping from 10s to 30s
  - PatchGroup: sickel reboot timeout
  - ReplaceBytes: {Offset: 0x003498, FindH: 42 F2 10 71, ReplaceH: 47 F2 30 51}
  - ReplaceBytes: {Offset: 0x0034AA, FindH: 42 F2 10 71, ReplaceH: 47 F2 30 51}
  - ReplaceBytes: {Offset: 0x0036F6, FindH: 44 F6 20 61, ReplaceH: 4E F6 60 21}

Good luck.
Ok, I see. I thought you only meant to replace the first one, and I didn't test the sickel patch.
geek1011 is offline   Reply With Quote
Old 08-31-2018, 02:42 PM   #11
jcn363
absolute beginner
jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.
 
jcn363's Avatar
 
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:
Originally Posted by geek1011 View Post
Are you sure? I did exactly that, but it segfaulted.
I've tested it again. No errors.
Spoiler:
Code:
  reading entry
    entry: ./usr/local/Kobo/libadobe.so - size:266548, mode:509
    checking if entry needs patching
    entry needs patching
    matching patch files: [src/libadobe.so.yaml]
    checking type before patching - typeflag: 48
    reading entry contents
    loading patch file: src/libadobe.so.yaml
        parsing patch file
        parsing patch file: expanding shorthand hex values
          decoded hex `00 AF` to `[0 175]`
          decoded hex `19 E0` to `[25 224]`
    override: Remove PDF map widget shown during panning -> true
    validating patch file
          ic:1
          ic:1
          ec:1, e:true, pgc:0, pg:, dc:0, rbc:1, roc: 0, fbsc:0
          enabledPatchGroups:map[]
    applying patch file
        validating patch file
          ic:1
          ic:1
          ec:1, e:true, pgc:0, pg:, dc:0, rbc:1, roc: 0, fbsc:0
          enabledPatchGroups:map[]
        looping over patches
          ResetBaseAddress()
          Enabled: true
          applying patch `Remove PDF map widget shown during panning`
        looping over instructions
          skipping non-instruction Enabled(), PatchGroup() or Description()
          ReplaceBytes(208302, []byte{0x0, 0xaf}, []byte{0x19, 0xe0})
    copying new header to output tar - size:266548, mode:509
    writing patched binary to output

If you want I'll make the same as you, or if you prefer you can test mine.
Good luck.
jcn363 is offline   Reply With Quote
Old 08-31-2018, 03:01 PM   #12
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,730
Karma: 6675565
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by jcn363 View Post
I've tested it again. No errors.
Spoiler:
Code:
  reading entry
    entry: ./usr/local/Kobo/libadobe.so - size:266548, mode:509
    checking if entry needs patching
    entry needs patching
    matching patch files: [src/libadobe.so.yaml]
    checking type before patching - typeflag: 48
    reading entry contents
    loading patch file: src/libadobe.so.yaml
        parsing patch file
        parsing patch file: expanding shorthand hex values
          decoded hex `00 AF` to `[0 175]`
          decoded hex `19 E0` to `[25 224]`
    override: Remove PDF map widget shown during panning -> true
    validating patch file
          ic:1
          ic:1
          ec:1, e:true, pgc:0, pg:, dc:0, rbc:1, roc: 0, fbsc:0
          enabledPatchGroups:map[]
    applying patch file
        validating patch file
          ic:1
          ic:1
          ec:1, e:true, pgc:0, pg:, dc:0, rbc:1, roc: 0, fbsc:0
          enabledPatchGroups:map[]
        looping over patches
          ResetBaseAddress()
          Enabled: true
          applying patch `Remove PDF map widget shown during panning`
        looping over instructions
          skipping non-instruction Enabled(), PatchGroup() or Description()
          ReplaceBytes(208302, []byte{0x0, 0xaf}, []byte{0x19, 0xe0})
    copying new header to output tar - size:266548, mode:509
    writing patched binary to output

If you want I'll make the same as you, or if you prefer you can test mine.
Good luck.
No, as in on the kobo itself. Does it work when you actually open a PDF?
geek1011 is offline   Reply With Quote
Old 08-31-2018, 03:28 PM   #13
jcn363
absolute beginner
jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.
 
jcn363's Avatar
 
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
Sorry.
My first time with PDF.
I don't really know what must test, but I don't see any widget.
Good luck.
jcn363 is offline   Reply With Quote
Old 09-02-2018, 08:38 AM   #14
Martina Schein
eBook-Reader-Fan
Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.
 
Martina Schein's Avatar
 
Posts: 175
Karma: 444178
Join Date: Sep 2012
Location: Saarbruecken / DE
Device: Kobo Aura H2O 2nd Edition
The patch for the current firmware does not work on my reader (Kobo Aura H2O Edition 2 v1).
The KoboRoot.tgz is generated without any problems.

I have not changed anything in the yaml files in the src folder except for a few parameters. The activation of the individual patches is done by the kobopatch.yaml.

After installation on my reader it is not possible to open eBooks. As soon as I try, the reader restarts automatically. I tried this with several eBooks.

A factory reset also had no effect.

Anyone got any tips for me?

My changes to the kobopatch.yaml:
Spoiler:
Code:
overrides:
  src/nickel.yaml:
    Show all games: yes
    Disable reading footer: yes
    Custom synopsis/details line spacing: yes
    Custom synopsis/font size: yes
    Fix reading stats/author name cut off when series is showing: yes
    Dictionary pop-up - increase available text area: yes
    Changing the info panel in full size screensaver- beta 1: yes
    Increase the cover size in library: yes
    Increase the view details container size: yes
    Increase size of kepub chapter progress chart: yes
    Custom font to collection and author titles: yes
    Increase headlines font: yes
    New home screen subtitle custom font: yes
    Remove footer (row3) and increase cover size on new home screen: yes
  src/libadobe.so.yaml:
  src/libnickel.so.1.0.0.yaml:
    Rename new home screen footer: yes
    My 24 line spacing values: yes
    Custom left & right margins: yes
    Custom font sizes: yes
    Freedom to advanced fonts control: yes
    ePub fixed/adjustable top/bottom margins: yes
    Custom kepub default margins: yes
    Custom footer (page number text): yes
    Custom Sleep/Power-off timeouts: yes
    Set KePub hyphenation: yes
    Fix three KePub fullScreenReading bugs: yes
    Force user line spacing in KePubs: yes
    Force user line spacing in ePubs (part 1 of 2): yes
    Force user font-family in ePubs (Part 1 of 2): yes
    ePub constant font sharpness: yes
    KePub constant font sharpness: yes
    Always display chapter name on navigation menu: yes
    KePub stylesheet additions: yes
    Allow searches on Extra dictionaries: yes
    Clock display duration: yes
    Dictionary text font-family/font-size/line-height - beta: yes
    Wikipedia Search language: yes
  src/librmsdk.so.1.0.0.yaml:
    Disable orphans/widows avoidance: yes
    Default ePub monospace font (Courier): yes
    Force user line spacing in ePubs (Part 2 of 2): yes
    Force user font-family in ePubs (Part 2 of 2): yes
    Ignore ePub book Adobe XPGT stylesheet (page-template.xpgt): yes


I make all changes to the patch files with notepad++.
Martina Schein is offline   Reply With Quote
Old 09-02-2018, 09:43 AM   #15
jcn363
absolute beginner
jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.
 
jcn363's Avatar
 
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
I think you can only use one of:

Remove footer (row3) and increase cover size on new home screen: yes
Rename new home screen footer: NO

Good luck.
jcn363 is offline   Reply With Quote
Reply

Tags
kobopatch, patch32lsb, patches, patching

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Instructions for patching firmware 4.10.11655 Derf Kobo Developer's Corner 5 08-31-2018 10:25 AM
Instructions for patching firmware 3.17.3 GeoffR Kobo Developer's Corner 60 09-17-2015 05:35 PM
Instructions for patching firmware 3.16.0 GeoffR Kobo Developer's Corner 74 08-12-2015 02:12 PM
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
Instructions for patching firmware 3.1.1 GeoffR Kobo Developer's Corner 64 04-18-2014 01:23 PM


All times are GMT -4. The time now is 03:47 AM.


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