View Single Post
Old 05-27-2021, 11:15 AM   #1
Nalco
Junior Member
Nalco began at the beginning.
 
Posts: 6
Karma: 10
Join Date: May 2021
Device: Kobo Libra H2O
Applied Kobopatch and I notice no changes

Libra h2o running 4.26.16704

Added lines to the kobopatch.yaml indented by four spaces.

Code:
## Works with kobopatch v0.15.0 and later.
## You can update kobopatch by downloading the latest release from https://github.com/pgaskin/kobopatch/releases. 
version: 4.26.16704
in: src/kobo-update-4.26.16704.zip
out: out/KoboRoot.tgz
log: out/log.txt

patchFormat: kobopatch

patches:
  src/nickel.yaml: usr/local/Kobo/nickel
  src/libadobe.so.yaml: usr/local/Kobo/libadobe.so
  src/libnickel.so.1.0.0.yaml: usr/local/Kobo/libnickel.so.1.0.0
  src/librmsdk.so.1.0.0.yaml: usr/local/Kobo/librmsdk.so.1.0.0

## You can put lines in the following section to override the enabled state of patches.
## The indentation matters! Each override should be indented by 4 spaces. Add to the 
## section below. This section can be copy and pasted into newer patch versions to
## keep your selections.
##
## Example of how it should look:
## overrides:
##   src/nickel.yaml:
##     Custom synopsis/details line spacing: yes
##     Whatever the yaml is called: no
##   src/libadobe.so.yaml:
##     You get the idea: yes
overrides:
  src/nickel.yaml:
    Increase home screen cover size: yes
  src/libadobe.so.yaml:
  src/libnickel.so.1.0.0.yaml:
    Don't grab exclusive access to event0: yes
    Remove recommendations (row1col2) from home screen: yes
    Never show Kobo Plus, wishlist, and points SmartLinks: yes
    Enable advanced settings for all fonts: yes
  src/librmsdk.so.1.0.0.yaml:

## TRANSLATIONS ##
# Optional, use only if lrelease is not in PATH and if translations are needed
# lrelease: /path/to/lrelease

# Uncomment the following to add translations (replace lc with the language code)
# translations:
#   src/whatever.ts: usr/local/Kobo/translations/trans_lc.qm

## ADDITIONAL FILES ##
# Uncomment the following to add additional files to the tgz (like init scripts or hyphen dicts)
# The files will be root-owned, and world readable, writable, and executable (0777)
# files:
#   src/whatever.txt: usr/local/Kobo/whatever.txt
#   src/whateverToPutInMultiplePlaces.txt:
#     - usr/local/Kobo/location1.txt
#     - usr/local/Kobo/location2.txt
I downloaded the firmware file : kobo-update-4.26.16704.zip and placed it in the source file.

I ran the bat file on Windows 10 and generated the KoboRoot.tgz file in the out folder with a success message in the generated log file:

Code:
KoboPatch::WriteOutput
Removing old output tgz 'out/KoboRoot.tgz'
Closing tar
Closing gz
Writing buf to output 'out/KoboRoot.tgz'
Checking patched KoboRoot.tgz for consistency
sum:49841468 == expected:49841468
I am using the correct kobopatch version, from the readme file:
Code:
This is for use with firmware 4.26.16704.
Placed the KoboRoot.tgz in the .kobo folder and rebooted many times. I also did the entire process again and nothing.

What I wanted the most was Don't grab exclusive access to event0: yes so my miniclock would show on button pushes, but

I have obviously done something wrong. Any ideas??
Nalco is offline   Reply With Quote