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 04-04-2025, 10:42 AM   #1246
MiuMiu
Enthusiast
MiuMiu began at the beginning.
 
Posts: 43
Karma: 10
Join Date: Dec 2014
Location: Slovenia
Device: Kobo Sage
I tried following instructions in this topic https://www.mobileread.com/forums/sh...are+4.38.23171

but I don't understand what do you have to do. I see all the files mentioned, but what do you do with them? It says move this file there, move this file there... and then what? All the files are there. But what do you do on Kobo, how do you make this work?

Not everybody, let alone me as a woman, is a computer geek or an IT programmer to know what to do.
MiuMiu is offline   Reply With Quote
Old 04-04-2025, 10:54 AM   #1247
MiuMiu
Enthusiast
MiuMiu began at the beginning.
 
Posts: 43
Karma: 10
Join Date: Dec 2014
Location: Slovenia
Device: Kobo Sage
"Enable patches in the files in the src folder (or use the overrides in kobopatch.yaml)."

What does this mean? How do you enable them?
MiuMiu is offline   Reply With Quote
Old 04-04-2025, 10:57 AM   #1248
MiuMiu
Enthusiast
MiuMiu began at the beginning.
 
Posts: 43
Karma: 10
Join Date: Dec 2014
Location: Slovenia
Device: Kobo Sage
I have tried running .kobopatch.bat on Windows (in Parallels) and .kobopatch.sh in Terminal (which says I do not have permission, even though I have). Nothing happens, no Koboroot.tgz file is created in out folder.
MiuMiu is offline   Reply With Quote
Old 04-04-2025, 04:13 PM   #1249
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 44,938
Karma: 168802811
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by MiuMiu View Post
I tried following instructions in this topic https://www.mobileread.com/forums/sh...are+4.38.23171 but I don't understand what do you have to do. I see all the files mentioned, but what do you do with them? It says move this file there, move this file there... and then what? All the files are there. But what do you do on Kobo, how do you make this work?
Hmmm... you unzipped the .zip file to a location on your Mac? You downloaded the matching koboupdate_<firmwareversion>.zip and copied it to the src folder? You then enabled the patches that you want to use either either by editing the .yaml files in the src folder or adding the overrides to the kobopatch.yaml file and editing them? Note that none of the patches are enabled by default. My preference is to use the overrides section of the kobopatch.yaml since I keep a backup of those lines that I can copy/paste into the next kobopatch.yaml file.

If you downloaded the kobopatch_4.38.23171.zip file, I think the overrides portion of the kobopatch.yaml file has already been created. If not, I've attached my overrides.txt file here. Copy/paste it into your kobopatch.yaml in the correct spot. Edit the patches you want to use to yes and give it a try. Note that white space is important. ': no' or ': yes' is good. ':no' or ':yes' is not. I've left the Unify Font Sizes patch enabled so you can try running with that option to see if a KoboRoot.tgz file is generated.

For running kobopatch.bat, you do not need to add a . to start of the filename. To run kobopatch.sh, you need to add the path which should be ./kobopatch.sh (it should be in your current folder).

If no KoboRoot.tgz file is generated, look at the log.txt file in the out folder. You can post it here as an attachment to a message which will let more eyes see it and possibly diagnose your problem.

Quote:
Originally Posted by MiuMiu View Post
Not everybody, let alone me as a woman, is a computer geek or an IT programmer to know what to do.
In my decades in IT, some of the best people I worked with were women. Saying that you do not have much experience with computers or IT in general is fine but please don't play the gender card.

The first spoiler is from a kobopatch.yaml without the overrides included, the second has the overrides included.

Spoiler:
Code:
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:
  src/libadobe.so.yaml:
  src/libnickel.so.1.0.0.yaml:
  src/librmsdk.so.1.0.0.yaml:

## TRANSLATIONS ##



Spoiler:
Code:
patches:
  src/nickel.yaml: usr/local/Kobo/nickel
  src/nickel_custom.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: no
##     Whatever the yaml is called: no
##   src/libadobe.so.yaml:
##     You get the idea: no
overrides: 
   src/libadobe.so.yaml:
###     Remove PDF map widget shown during panning: no
   src/libnickel.so.1.0.0.yaml:
# Line spacing group
     My 10 line spacing values: no
     My 24 line spacing values: no
#
     Custom left & right margins: no
# ePub padding-bottom alternatives group
     ePub fixed top/bottom margins: no
     ePub disable built-in body padding-bottom: no
#
     Custom kepub default margins: no
# Firmware upgrade options group
     Block WiFi firmware upgrade: no
     Always show confirmation dialog before upgrading: no
#
# Sleep/Power-off timeouts group
     Custom Sleep/Power-off timeouts: no
     Larger Sleep/Power-off timeouts: no
#
     Set KePub hyphenation: no
     Force user line spacing in KePubs: no
     Force user line spacing in ePubs (part 1 of 2): no
# ePub force font alternatives group
     Un-force font-family override p tags (std epubs): no
     Force user font-family in ePubs (Part 1 of 2): no
#
     ePub constant font sharpness: no
     Un-Force user text-align in div,p tags in KePubs: no
     Un-Force user font-family in KePubs: no
     Un-force link decoration in KePubs: no
     Dictionary text font-family/font-size/line-height: no
     Custom navigation menu page number text: no
# KePub stylesheet additions alternatives group
     KePub stylesheet additions - text justify: no
     KePub stylesheet additions - word-spacing: no
#
     Shorten dictionary entry not found message: no
     Change Wikipedia search language: no
# Keyboard alternatives group
     Cyrillic Keyboard (GloHD/ClaraHD/AuraOne/H2O2): no
     Greek Keyboard (GloHD/ClaraHD/AuraOne/H2O2): no
     Bulgarian Phonetic Keyboard (GloHD/ClaraHD/AuraOne/H2O2/Forma/Libra): no
#
     Don't grab exclusive access to event0: no
     Both page turn buttons go next: no
     Both page turn sides go next: no
     Increase page navigation history: no
     Replace adobe page numbers toggle with invert screen: no

     Allow USB storage even when device locked: no
     Hide browser from beta features: no
     Remove beta features not supported text: no
     Disable all tutorial dialogs: no
     Remove recommendations (row1col2) from home screen: no
     Rename new home screen footer: no
     Remove line from bottom tab bar: no
     Change Browse Kobo home screen link target - Activity: no
# SmartLink group
     Set visible SmartLink: no
     Only show Pocket SmartLink: no
     Never show Kobo Plus, wishlist, and points SmartLinks: no
     Only show stats SmartLink: no
#
     Allow showing info panel on random screensaver: no
     Remove title from reading header/footer: no
     Allow rotation on all devices: no
# Header/footer page number text group
     Don't uppercase header/footer text: no
     Custom header/footer page number text: no
     Don't uppercase header/footer text and change page number text: no
#
     Swap reading header/footer: no
     Customize ComfortLight settings: no
     FeatureSettings - BookSpecificStats: no
     FeatureSettings - ShowFacebookShare: no
     FeatureSettings - FullScreenBrowser: no
     FeatureSettings - MyWords: no
     FeatureSettings - ExportHighlights: no
     DeveloperSettings - AutoUsbGadget: no
     PowerSettings - UnlockEnabled: no
     Unify font sizes: yes
   src/librmsdk.so.1.0.0.yaml:
     Disable orphans/widows avoidance: no
     Default ePub serif font (Amasis): no
     Default ePub sans-serif font (Gill Sans): no
     Default ePub symbol font (Symbol): no
     Force user line spacing in ePubs (Part 2 of 2): no
     Force user font-family in ePubs (Part 2 of 2): no
     Ignore ePub book Adobe XPGT stylesheet (page-template.xpgt): no
     Ignore ePub book CSS and Adobe XPGT stylesheets: no
     Ignore ePub TOC navpoints: no
     Default ePub monospace font: no
   src/nickel.yaml:
     Reduce top/bottom page spacer: no
     Custom synopsis details line spacing: no
     Custom synopsis font size: no
# Home screen layout tweaks group
     Increase home screen cover size: no
     Remove footer (row3) on new home screen: no
     Remove footer (row3) and increase cover size on new home screen: no
#
     Dictionary pop-up - increase available text area: no
     Increase Book Details synopsis area: no
     Increase library cover size: no
     Custom collection/author header title font: no
     Reduce new header/footer height: no
     Custom header/footer captions: no
     Custom page navigation scrubber: no
     Customise Header back button: no
     Series list increase cover thumbnails: no
     Increase headlines font: no
     New home screen subtitle custom font: no
     Show all games: no
     Remove forgot pin button from lock screen: no
     Increase size of kepub chapter progress chart: no
     Change TOC level indentation: no
   src/nickel_custom.yaml:
     jackie_w Screensaver full: no
     beta Increase width available for book Title in Booklists - Storm only: no

Last edited by DNSB; 04-04-2025 at 04:33 PM.
DNSB is offline   Reply With Quote
Old 04-05-2025, 05:56 PM   #1250
scoob25
Junior Member
scoob25 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Apr 2025
Device: Kobo Libra Color
Does anyone know if a patch exists to increase the size of thumbnails in cover view on the Kobo Libra Color?

Ideally I want to see 6 covers rather than 8 on a single screen so that each cover is larger (similar to the Kindles).

Am on the latest firmware 4.41.23145.
scoob25 is offline   Reply With Quote
Old 04-06-2025, 01:53 PM   #1251
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,249
Karma: 16539642
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by scoob25 View Post
Does anyone know if a patch exists to increase the size of thumbnails in cover view on the Kobo Libra Color?

Ideally I want to see 6 covers rather than 8 on a single screen so that each cover is larger (similar to the Kindles).

Am on the latest firmware 4.41.23145.
I don't think you can change the 2x4 thumbnail grid in Cover view to 2x3. The best you could hope for is something like the attached image, which minimises the horizontal gap between covers to almost zero.
Attached Thumbnails
Click image for larger version

Name:	LibraCol_coverview.jpg
Views:	64
Size:	236.9 KB
ID:	214905  
jackie_w is offline   Reply With Quote
Old 04-30-2025, 12:02 PM   #1252
doki43
Enthusiast
doki43 began at the beginning.
 
Posts: 40
Karma: 10
Join Date: Jun 2019
Device: none
Guys, how do I activate the "Activity" view, in order to see the MyWords activity? Is that disabled by default in the patches? I don't remember disabling any of that...?

If that is not possible, please consider this a feature request: I would like to be able to see "My Words". As in, I can add words to the "My words", but I don't know how to see them!
doki43 is offline   Reply With Quote
Old 04-30-2025, 01:15 PM   #1253
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 13,203
Karma: 237677417
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by doki43 View Post
Guys, how do I activate the "Activity" view, in order to see the MyWords activity? Is that disabled by default in the patches? I don't remember disabling any of that...?

If that is not possible, please consider this a feature request: I would like to be able to see "My Words". As in, I can add words to the "My words", but I don't know how to see them!
It should be in the settings. Patching has nothing to do with it.
Sirtel is offline   Reply With Quote
Old 04-30-2025, 04:50 PM   #1254
Aleron Ives
Wizard
Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.
 
Posts: 1,654
Karma: 16307824
Join Date: Sep 2022
Device: Kobo Libra 2
Yes. Just add MyWords=true under [FeatureSettings] in Kobo eReader.conf to enable it.
Aleron Ives is offline   Reply With Quote
Old 04-30-2025, 05:02 PM   #1255
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 13,203
Karma: 237677417
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by Aleron Ives View Post
Yes. Just add MyWords=true under [FeatureSettings] in Kobo eReader.conf to enable it.
It can be enabled in the settings as well, no need to fiddle with the conf file.
Sirtel is offline   Reply With Quote
Old 04-30-2025, 06:19 PM   #1256
Aleron Ives
Wizard
Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.
 
Posts: 1,654
Karma: 16307824
Join Date: Sep 2022
Device: Kobo Libra 2
Really? I thought it was a hidden feature.
Aleron Ives is offline   Reply With Quote
Old 04-30-2025, 06:22 PM   #1257
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 13,203
Karma: 237677417
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by Aleron Ives View Post
Really? I thought it was a hidden feature.
Maybe it was once, I don't know. But I looked at my Libra 2 (the latest firmware) today and saw it there in the settings. You must check the box for it to be enabled. I don't remember if it was checked by default or not (mine is unchecked, as I don't use the feature).
Sirtel is offline   Reply With Quote
Old 04-30-2025, 08:08 PM   #1258
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 44,938
Karma: 168802811
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
You'll find the setting under More => Beta Features.
DNSB is offline   Reply With Quote
Old 05-01-2025, 04:26 AM   #1259
doki43
Enthusiast
doki43 began at the beginning.
 
Posts: 40
Karma: 10
Join Date: Jun 2019
Device: none
You guys are missing the point.

I patched and I have no such options. There is no "Extra" nor is there "Activity". When I long-press a word, I can add it to "My Words", that is, I do see the "Add to my words" button. However, I have no way of seeing a list of previously added words. And this is a patch thing.

All I see when I go to the "More" tab is "Settings" and "Help".

I tried adding "MyWords=true" to the config file but nothing changed. I still can't find my words anywhere. What I want is a way to access my words!
doki43 is offline   Reply With Quote
Old 05-01-2025, 04:54 AM   #1260
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 13,203
Karma: 237677417
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
No idea what you patched, but I also patch and Activity is definitely still there.
Sirtel is offline   Reply With Quote
Reply

Tags
kobopatch, patches, patching, request, requests

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Request for PW3 kernel [posted in another thread] mustdie Kindle Developer's Corner 5 10-21-2015 04:28 PM
Kobobooks.com future feature request thread Mrs_Often Kobo Reader 47 11-08-2012 11:59 AM
[Old Thread] Calibre 'feature request' thread Waba Calibre 2 02-10-2010 07:52 PM
Feature request thread? Dahak Calibre 1 08-02-2009 12:51 AM
3rd party software request thread Adam B. iRex 23 11-28-2008 01:08 PM


All times are GMT -4. The time now is 04:07 PM.


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