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 11-27-2023, 11:15 AM   #1006
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,474
Karma: 239219543
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by egin View Post
I have changed the nickel file to this entry:

Code:
Remove recommendations (row1col2) from home screen:
  - Enabled: yes
  - Description: |
      By default, when there are less than 2 books open, a recommendations
      column shows in the top right of the home screen. This patch hides it.
  - ReplaceBytes:
      Base:           "HomePageView::configureTopRight(HomePageWidgets)"
      Offset:         48
      FindH:          58 B1 # never skip hiding the top-right widget
      ReplaceInstNOP: true
somehow it was not changed after i patched the created firmware.
Works for me. Apparently something has gone wrong in your case. Did you enable other patches and if so, did those work?
Sirtel is offline   Reply With Quote
Old 11-27-2023, 12:43 PM   #1007
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,804
Karma: 7025947
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by egin View Post
I have changed the nickel file to this entry:

Code:
Remove recommendations (row1col2) from home screen:
  - Enabled: yes
  - Description: |
      By default, when there are less than 2 books open, a recommendations
      column shows in the top right of the home screen. This patch hides it.
  - ReplaceBytes:
      Base:           "HomePageView::configureTopRight(HomePageWidgets)"
      Offset:         48
      FindH:          58 B1 # never skip hiding the top-right widget
      ReplaceInstNOP: true
somehow it was not changed after i patched the created firmware.
Which recommendations are you seeing? IIRC (it's been a while), this patched doesn't deal with all of them.
geek1011 is offline   Reply With Quote
Old 11-27-2023, 01:57 PM   #1008
egin
Member
egin began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Apr 2017
Device: kobo
hey!

The recomodations for the kobo store, which are on the left site of the ereader on the last row. Next to it is also something like a tip for a next read.
egin is offline   Reply With Quote
Old 11-27-2023, 02:53 PM   #1009
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,804
Karma: 7025947
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by egin View Post
hey!

The recomodations for the kobo store, which are on the left site of the ereader on the last row. Next to it is also something like a tip for a next read.
Wait a sec, are you referring to the SmartLinks (the two links at the bottom, directly above the navigation bar, with the left one being the Kobo Store, and the right one rotating)? If so, there is a group of patches which allows you to change the text and target of these links.
geek1011 is offline   Reply With Quote
Old 11-27-2023, 03:26 PM   #1010
egin
Member
egin began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Apr 2017
Device: kobo
yes exactly! those i need to take away
egin is offline   Reply With Quote
Old 11-29-2023, 02:36 PM   #1011
egin
Member
egin began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Apr 2017
Device: kobo
do you have a good idea what to replace it with or how i can deactivate it?
egin is offline   Reply With Quote
Old 11-29-2023, 03:39 PM   #1012
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,689
Karma: 16307824
Join Date: Sep 2022
Device: Kobo Libra 2
If you don't care about syncing, you can enable sideload mode to remove the Home screen entirely.
Aleron Ives is offline   Reply With Quote
Old 11-30-2023, 02:46 PM   #1013
egin
Member
egin began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Apr 2017
Device: kobo
@Aleron this sounds interesting. what would be on the home screen then? Just the librarby?
egin is offline   Reply With Quote
Old 11-30-2023, 02:51 PM   #1014
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,689
Karma: 16307824
Join Date: Sep 2022
Device: Kobo Libra 2
There is no Home screen. My Books becomes the default screen, and Discover is replaced with Activity.
Aleron Ives is offline   Reply With Quote
Old 11-30-2023, 04:54 PM   #1015
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,804
Karma: 7025947
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by egin View Post
do you have a good idea what to replace it with or how i can deactivate it?
Look at the SmartLink patches.
geek1011 is offline   Reply With Quote
Old 12-13-2023, 11:46 AM   #1016
SpeakingOfBrad
Junior Member
SpeakingOfBrad began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Dec 2023
Device: Kobo Libre 2
Is there a way to invert colors for everything except the covers?
I'm already using Invert Screen, but I wish the covers didn't get inverted too.
Or another way to do it would be to invert the covers, and then also invert the screen so the covers are back to normal.
SpeakingOfBrad is offline   Reply With Quote
Old 12-13-2023, 12:51 PM   #1017
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: 46,220
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Since you list a Libra 2 as your reading device, you could try Dark Mode which is supported on Kobo Sage, Kobo Libra 2, Kobo Elipsa, Kobo Clara 2E, and Kobo Elipsa 2E.
DNSB is online now   Reply With Quote
Old 12-13-2023, 02:49 PM   #1018
SpeakingOfBrad
Junior Member
SpeakingOfBrad began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Dec 2023
Device: Kobo Libre 2
Quote:
Originally Posted by DNSB View Post
Since you list a Libra 2 as your reading device, you could try Dark Mode which is supported on Kobo Sage, Kobo Libra 2, Kobo Elipsa, Kobo Clara 2E, and Kobo Elipsa 2E.
Yeah, I used to use dark mode but I switched to the inverted screen mode so that all of the menus and all parts of the GUI are dark too. I hate when reading a book at night and then I highlight a word to get it's definition and get blasted by a bright white box.

I guess what I'm really looking for is a full dark theme for the device, and inverted screen mode gets really really close to that.
SpeakingOfBrad is offline   Reply With Quote
Old 12-13-2023, 08:07 PM   #1019
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,757
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
The choices are Dark Mode or Inverted. There is no other choice.
JSWolf is offline   Reply With Quote
Old 12-14-2023, 12:56 PM   #1020
SpeakingOfBrad
Junior Member
SpeakingOfBrad began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Dec 2023
Device: Kobo Libre 2
Quote:
Originally Posted by JSWolf View Post
The choices are Dark Mode or Inverted. There is no other choice.
I am using Inverted.
But what I would like to use is Inverted with a patch that inverts the cover images (so that they're displayed normally). But I don't want the patch to invert he images within the book as most of the images I've seen are just page decoration (mainly at the start of a chapter) and they appear with a white background in Dark Mode but look correct in Inverted.

I found this thread which says it's possible to invert the images within the book, so it seems like it may be possible to invert the covers with a patch.


I kindly request a patch to invert the cover images (for use with inverted screen mode).
SpeakingOfBrad is offline   Reply With Quote
Reply

Tags
kobopatch, patches, patching, request, requests


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 01:52 PM.


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