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 05-18-2015, 10:23 AM   #91
mamado
Member
mamado ought to be getting tired of karma fortunes by now.mamado ought to be getting tired of karma fortunes by now.mamado ought to be getting tired of karma fortunes by now.mamado ought to be getting tired of karma fortunes by now.mamado ought to be getting tired of karma fortunes by now.mamado ought to be getting tired of karma fortunes by now.mamado ought to be getting tired of karma fortunes by now.mamado ought to be getting tired of karma fortunes by now.mamado ought to be getting tired of karma fortunes by now.mamado ought to be getting tired of karma fortunes by now.mamado ought to be getting tired of karma fortunes by now.
 
Posts: 15
Karma: 215014
Join Date: Feb 2015
Device: Kobo Aura
Quote:
Originally Posted by GeoffR View Post
I've spent some time trying to find an update for this patch, but the code has changed and I can no longer see any way to affect the style of the book titles in the library list at all.

The only think I can suggest is asking in the "Modifications for bad eyes thread", as tshering seems to know a lot more about this aspect of the code than I do.
Thanks a lot GeoffR, with tshering's help I was able to change the titles and the search results to normal and things are working fine for me now.

Here is what I did in case it helps others
mamado is offline   Reply With Quote
Old 05-19-2015, 11:58 PM   #92
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 GeoffR View Post
This firmware has a new LeanAndMean feature setting enabled by default, which provides some faster code or shortcuts for certain screen refresh, networking, and touch gesture functions.

But unfortunately the LeanAndMean screen refresh code causes ghosting problems on the older Pearl devices, noticable when using the menus, panning, and highlighting.

The LeanAndMean feature can be disabled by adding LeanAndMean=false to the [FeatureSettings] section of the configuration file, which fixes most of the ghosting problems. However this also disables the LeanAndMean touch gestures.

So for those who have disabled LeanAndMean for ghosting reasons, this patch attempts re-enable just the LeanAndMean touch gestures. (Paste into libnickel.so.1.0.0.patch):
Code:
<Patch>
patch_name = `Re-enable LeanAndMean touch gestures`
patch_enable = `yes`
replace_bytes = 6ADBA4, 7C F5 E8 EF, 01 20 01 20
</Patch>
It is hard to say if this makes much of a difference, but then I didn't notice any problems with the touchscreen response before LeanAndMean, so maybe others will feel the effects more.
Hi

I cant find [FeatureSettings] or LeanAndMean=false in the configuration file.
and the hebrew keyboard do not work.

Thanks
oren64 is offline   Reply With Quote
Advert
Old 05-20-2015, 12:52 AM   #93
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 oren64 View Post
I cant find [FeatureSettings] or LeanAndMean=false in the configuration file.
and the hebrew keyboard do not work.
If there is no [FeatureSettings] section in the configuration file yet, then add it yourself. All the features have default values if they are not present, e.g. if there is no LeanAndMean feature then it defaults to LeanAndMean=true, and you need to add LeanAndMean=false to change it.

The symbols on the Hebrew and Arabic keyboards will just show as squares straight after booting the device. You will need to open a book, and perhaps open the Aa menu in the book as well, before the fonts with Arabic and Hebrew glyphs are loaded. After that the fonts should remain loaded until you next reboot.
GeoffR is offline   Reply With Quote
Old 05-22-2015, 11:58 AM   #94
kaito
Connoisseur
kaito understands the mechanisms of the catecholamine pathways.kaito understands the mechanisms of the catecholamine pathways.kaito understands the mechanisms of the catecholamine pathways.kaito understands the mechanisms of the catecholamine pathways.kaito understands the mechanisms of the catecholamine pathways.kaito understands the mechanisms of the catecholamine pathways.kaito understands the mechanisms of the catecholamine pathways.kaito understands the mechanisms of the catecholamine pathways.kaito understands the mechanisms of the catecholamine pathways.kaito understands the mechanisms of the catecholamine pathways.kaito understands the mechanisms of the catecholamine pathways.
 
Posts: 52
Karma: 76234
Join Date: May 2013
Device: k3w, gloHD
Glo HD
Reader Settings:
Display Progress for: Current Chapter or Entire Book

Is there a way to see both in the footer? (For the epubs I have tried I can only see Entire book even with Current Chapter selected, I think I need to rename to kepub.epub)

In the <-> (page scroll popup) it lets you jump to chapters (<< and >>) so there must be a way to figure out how many pages are left in the current chapter?

I'd like to see both in the footer. Any solutions?

Last edited by kaito; 05-22-2015 at 02:11 PM.
kaito is offline   Reply With Quote
Old 05-22-2015, 06:30 PM   #95
samdev
Junior Member
samdev began at the beginning.
 
Posts: 2
Karma: 10
Join Date: May 2015
Device: kobo h2o
Any patch to disable auto page refresh

Thank you GeoffR

Geoffr, do you know how to create a patch for disabling auto page refresh after panning in Aura h20.
It it is not possible, is there any way to disable auto page fresh in kobo completelty

Thanks in Advance.
samdev is offline   Reply With Quote
Advert
Old 05-24-2015, 07:28 AM   #96
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 kaito View Post
Display Progress for: Current Chapter or Entire Book

Is there a way to see both in the footer? (For the epubs I have tried I can only see Entire book even with Current Chapter selected, I think I need to rename to kepub.epub)

In the <-> (page scroll popup) it lets you jump to chapters (<< and >>) so there must be a way to figure out how many pages are left in the current chapter?

I'd like to see both in the footer. Any solutions?
The per-chapter page numbers only work with kepubs (and only if the kepub is properly split into one-file-per-chapter.)

If I had access to the source code I am sure I could add this feature for epubs in ten minutes, as the Adobe page number calculation is very simple (compressed size of current file / 1024), but doing it via a patch would probably be very difficult.

Quote:
Originally Posted by samdev View Post
Geoffr, do you know how to create a patch for disabling auto page refresh after panning in Aura h20.
It it is not possible, is there any way to disable auto page fresh in kobo completelty.
It might be possible to do this, I'll have a look.
GeoffR is offline   Reply With Quote
Old 05-25-2015, 05:02 AM   #97
freekobo
Addict
freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.
 
freekobo's Avatar
 
Posts: 250
Karma: 2731310
Join Date: Jan 2013
Device: Kobo Aura
Would it be possible to add a disable pinch to change font size on epubs for this version? The check box isn't working in this version(bug)

Thanks
freekobo is offline   Reply With Quote
Old 05-25-2015, 07:26 AM   #98
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 freekobo View Post
Would it be possible to add a disable pinch to change font size on epubs for this version? The check box isn't working in this version(bug)
How did you enable this in the first place? The Glo doesn't support it at all. It is there for the Glo HD and, I think, the Aura. On the Glo HD, the pinch is used in PDF and images to allow zooming. For the Aura, it is for font resizing.

If this is a for a Glo, have you installed the multi-touch kernel in the past? If so, you need to install the kernel from the current firmware update package.
davidfor is offline   Reply With Quote
Old 05-25-2015, 08:33 AM   #99
freekobo
Addict
freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.
 
freekobo's Avatar
 
Posts: 250
Karma: 2731310
Join Date: Jan 2013
Device: Kobo Aura
Quote:
Originally Posted by davidfor View Post
How did you enable this in the first place? The Glo doesn't support it at all. It is there for the Glo HD and, I think, the Aura. On the Glo HD, the pinch is used in PDF and images to allow zooming. For the Aura, it is for font resizing.

If this is a for a Glo, have you installed the multi-touch kernel in the past? If so, you need to install the kernel from the current firmware update package.
Sorry, I should of mentiond for the Aura, I just got it yesterday.
freekobo is offline   Reply With Quote
Old 05-25-2015, 09:50 AM   #100
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 freekobo View Post
Sorry, I should of mentiond for the Aura, I just got it yesterday.
OK, in that case, I don't know why the option isn't working.
davidfor is offline   Reply With Quote
Old 05-25-2015, 12:25 PM   #101
freekobo
Addict
freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.
 
freekobo's Avatar
 
Posts: 250
Karma: 2731310
Join Date: Jan 2013
Device: Kobo Aura
Quote:
Originally Posted by davidfor View Post
OK, in that case, I don't know why the option isn't working.
Yeah me either, other people in 3.15.0 discussion thread say they are having the same problem. Its disabled for kobos kepubs but not for normal epubs..so weird.
auraborealis posted a patch for 3.3.1 to disable it for epubs here; https://www.mobileread.com/forums/sho...&postcount=162

I was hoping there was one for 3.15 as well.

EDIT;
For now I downgraded to 3.13.1 and the bug isn't in that version, plus it seems faster to me anyways.

Question; is it possible to remove the header and footers and the side margins completely, so there is no blank boarder area at all? If so, what patch settings should I use?

Last edited by freekobo; 05-25-2015 at 08:40 PM.
freekobo is offline   Reply With Quote
Old 05-26-2015, 04:33 PM   #102
rogerinnyc
Addict
rogerinnyc ought to be getting tired of karma fortunes by now.rogerinnyc ought to be getting tired of karma fortunes by now.rogerinnyc ought to be getting tired of karma fortunes by now.rogerinnyc ought to be getting tired of karma fortunes by now.rogerinnyc ought to be getting tired of karma fortunes by now.rogerinnyc ought to be getting tired of karma fortunes by now.rogerinnyc ought to be getting tired of karma fortunes by now.rogerinnyc ought to be getting tired of karma fortunes by now.rogerinnyc ought to be getting tired of karma fortunes by now.rogerinnyc ought to be getting tired of karma fortunes by now.rogerinnyc ought to be getting tired of karma fortunes by now.
 
Posts: 229
Karma: 944808
Join Date: Apr 2009
Device: Kobo Libra 2, Forma and Aura One; Kindle Voyage; Galaxy Note 10
Customize Font Menu Choice?

Quick question for those more knowledgeable than myself: is there anyway with patching or editing internal files to customize the font menu on the Kobo H20 so that it ONLY lists the fonts I want? I know Geoff's patch allows you to get rid of a bunch, but toggling that on eliminates the possibility of add-on fonts -- plus I wouldn't mind getting rid of some of the standard font choices too.

Thanks in advance for any insight (or even a "it's not possible at the moment")
rogerinnyc is offline   Reply With Quote
Old 05-26-2015, 05:11 PM   #103
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
Quote:
Originally Posted by freekobo View Post
Yeah me either, other people in 3.15.0 discussion thread say they are having the same problem. Its disabled for kobos kepubs but not for normal epubs..so weird.
auraborealis posted a patch for 3.3.1 to disable it for epubs here; https://www.mobileread.com/forums/sho...&postcount=162

I was hoping there was one for 3.15 as well.

EDIT;
For now I downgraded to 3.13.1 and the bug isn't in that version, plus it seems faster to me anyways.

Question; is it possible to remove the header and footers and the side margins completely, so there is no blank boarder area at all? If so, what patch settings should I use?
How about the full page setting...
By editing the file .kobo/Kobo/Kobo eReader.conf
Enter the next line under : [FeatureSettings]
FullScreenReading=true
After this a new menu entry in the Reading page of the Settings is available, called Page layout, where one can show/hide the header/footer.

Last edited by Nick_1964; 05-26-2015 at 05:15 PM.
Nick_1964 is offline   Reply With Quote
Old 05-26-2015, 06:36 PM   #104
freekobo
Addict
freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.
 
freekobo's Avatar
 
Posts: 250
Karma: 2731310
Join Date: Jan 2013
Device: Kobo Aura
Quote:
Originally Posted by Nick_1964 View Post
How about the full page setting...
By editing the file .kobo/Kobo/Kobo eReader.conf
Enter the next line under : [FeatureSettings]
FullScreenReading=true
After this a new menu entry in the Reading page of the Settings is available, called Page layout, where one can show/hide the header/footer.
I do have that setting enabled..but there is still a slight boarder of white space all around..seems pointless making a device with a 6 inch screen and only 5 inches is really used for displaying text... Oh well I guess I'll just have to live with it.
freekobo is offline   Reply With Quote
Old 05-27-2015, 04:35 AM   #105
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
Quote:
Originally Posted by freekobo View Post
I do have that setting enabled..but there is still a slight boarder of white space all around..seems pointless making a device with a 6 inch screen and only 5 inches is really used for displaying text... Oh well I guess I'll just have to live with it.
Be very sure that is not in the .css of the book, if they have top,left,right and bottom marges set,you can't change it in the reader.
You can use patches to adjust them but if u have a book without the marges,it isn't always centered.
Look at the code in the .css of a random book I opened, with that code,you will never use the full screen so u have to remove that part out of the book.
Code:
@page { 
   margin-left: 1em; 
   margin-right: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}
Nick_1964 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Instructions for patching firmware 3.13.1 GeoffR Kobo Developer's Corner 56 07-01-2016 09:59 AM
Instructions for patching firmware 3.11.0 GeoffR Kobo Developer's Corner 226 06-01-2015 05:32 AM
Instructions for patching firmware 3.12.1 GeoffR Kobo Developer's Corner 56 03-20-2015 05:14 AM
Instructions for patching firmware 3.12.0 GeoffR Kobo Developer's Corner 165 02-07-2015 09:22 AM
Instructions for patching firmware 3.2.0 DNSB Kobo Developer's Corner 66 12-05-2014 07:28 AM


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


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