|  11-21-2015, 04:26 PM | #121 | 
| Wizard            Posts: 3,821 Karma: 19162882 Join Date: Nov 2012 Location: Te Riu-a-Māui Device: Kobo Glo | 
			
			Thanks, I knew the Aura had a per-chapter option but I didn't realise the page count options were different. I'll have to look into how to change these options for the Aura.
		 | 
|   |   | 
|  11-22-2015, 06:50 AM | #122 | 
| Connoisseur        Posts: 70 Karma: 798 Join Date: Apr 2012 Device: iLiad, Kobo Aura 6" | 
			
			Thanks to You. Are you able to add "Never" to "Custom page refresh options"? | 
|   |   | 
|  11-22-2015, 06:26 PM | #123 | 
| Resident Curmudgeon            Posts: 80,746 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | |
|   |   | 
|  11-22-2015, 07:05 PM | #124 | |
| Grand Sorcerer            Posts: 24,905 Karma: 47303824 Join Date: Jul 2011 Location: Sydney, Australia Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos | Quote: 
 Code: if (pages_turned_since_last_refresh > selected_refresh_count) {
    do_full_refresh();
} | |
|   |   | 
|  11-22-2015, 11:41 PM | #125 | 
| Wizard            Posts: 3,821 Karma: 19162882 Join Date: Nov 2012 Location: Te Riu-a-Māui Device: Kobo Glo | 
			
			Does anyone know what value is recorded for numPartialUpdatePageTurns in the Kobo eReader.conf file when the "Chapter" refresh option is selected on the Aura?
		 | 
|   |   | 
|  11-23-2015, 03:12 PM | #126 | |
| Connoisseur        Posts: 70 Karma: 798 Join Date: Apr 2012 Device: iLiad, Kobo Aura 6" | Quote: 
 Code: [Reading] annotationsViewStyle=notebook bookProgressType=5 fullScreenReading=true libraryBuilderBlueprint=filterByMine()\nremoveReadingStatusFilter()\nviewBy5List() libraryShowCovers=false libraryShowOnlyDownloaded=false numPartialUpdatePageTurns=4294967295 pageTurningOption=default pinchToZoom=false readingAdobeShowPageNumbers=false readingAlignment=justify readingFontFamily=Georgia readingFontSize=26 readingLeftMargin=0 readingLineHeight=1 readingMenuState= readingRightMargin=0 | |
|   |   | 
|  11-23-2015, 10:21 PM | #127 | 
| Wizard            Posts: 3,821 Karma: 19162882 Join Date: Nov 2012 Location: Te Riu-a-Māui Device: Kobo Glo | 
				
				`Custom page refresh options (Aura only)`
			 
			
			Here is a custom page refresh options patch that I think will work on the Aura, but as I don't have an Aura, someone else will have to be the first to test it. It should be safe, even if it doesn't work properly I think the worst that could happen is that the device crashes when you try to select an option from the menu and you'd need to reboot and re-apply the patches with this one disabled. Firmware 3.18.0; paste into libnickel.so.1.0.0.patch Spoiler: 
 | 
|   |   | 
|  11-24-2015, 08:39 AM | #128 | 
| Connoisseur        Posts: 70 Karma: 798 Join Date: Apr 2012 Device: iLiad, Kobo Aura 6" | 
			
			It works perfectly on my Aura 6", but only with fullScreenReading=false (it's a bug of 3.18 firmware), thanks. but IMHO It makes no sense replace 5 with 8 and 10 with 16. :-þ Last edited by mortimer7; 11-24-2015 at 08:43 AM. | 
|   |   | 
|  11-24-2015, 01:39 PM | #129 | 
| Connoisseur        Posts: 70 Karma: 798 Join Date: Apr 2012 Device: iLiad, Kobo Aura 6" | 
			
			i would like to set "1,32,99,Chapter" How should i edit the patch? maybe adding this? Code: replace_string = B8F850, `5 pages`, `32 pages` replace_string = B8F858, `10 pages`, `99 pages` | 
|   |   | 
|  11-24-2015, 06:40 PM | #130 | |
| Wizard            Posts: 3,821 Karma: 19162882 Join Date: Nov 2012 Location: Te Riu-a-Māui Device: Kobo Glo | Quote: 
 The values can go higher than 99 if you wish, the limit that can be set with the patch is 255. I have tested 128 on my Glo with firmware 3.18.0 and it works correctly. Firmware 3.18.0; paste into libnickel.so.1.0.0.patch Spoiler: 
 Last edited by GeoffR; 11-24-2015 at 06:57 PM. Reason: You could set them to `32 page` ... | |
|   |   | 
|  11-25-2015, 07:14 AM | #131 | 
| Connoisseur        Posts: 70 Karma: 798 Join Date: Apr 2012 Device: iLiad, Kobo Aura 6" | 
			
			thx, I will wait the release of 3.19 to apply the patch (hoping they resolve the refresh bug)
		 | 
|   |   | 
|  12-01-2015, 12:19 AM | #132 | 
| Wizard            Posts: 3,821 Karma: 19162882 Join Date: Nov 2012 Location: Te Riu-a-Māui Device: Kobo Glo | 
				
				`Fix three KePub fullScreenReading bugs`
			 
			
			This is a new patch to replace the three seperate patches (`KePub zero body margin/padding`, `Fix kepub side bearing font cut-off bug`, `Disable KePub FullSceenReading block img style`) for the three problems that affect KePubs in full-screen reading mode. (See this post) I will be including this patch instead of the other three patches in future versions, and I intend to have it enabled by default, so I'm posting it here in case anyone wants to test it out. It has the advantage that is is much simpler, and has no effect on normal reading mode at all. Multi-version patch 3.3.0 - 3.18.0+, paste into libnickel.so.1.0.0.patch. Spoiler: 
 | 
|   |   | 
|  12-08-2015, 02:45 AM | #133 | 
| Enthusiast  Posts: 42 Karma: 10 Join Date: Jan 2015 Device: Kobo Glo | 
				
				Library slider
			 
			
			Maybe I'm missing it, but a slider in the library would be great. Too often when I swipe to get to the next page I open a book...
		 | 
|   |   | 
|  12-08-2015, 07:31 AM | #134 | |
| Bookworm            Posts: 975 Karma: 768585 Join Date: Aug 2010 Location: Netherlands Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo | Quote: 
  For me it is always difficult to remember what patch does this or don't and what value must be there, or at least I forget some. I hope someone will ever develope a GUI for it, but that would be a wet dream come true.. well at least I managed to patch the latest versions. I am ever gratefull for your work,without it I doubt that I still had my 3 Kobo's.   | |
|   |   | 
|  12-08-2015, 09:05 PM | #135 | 
| Guru            Posts: 877 Karma: 2676800 Join Date: Aug 2008 Location: Taranaki - NZ Device: Kobo Aura H2O, Kobo Forma | 
			
			I would probably be willing to come up with some sort of GUI, if Geoff would be willing to standardise on a way of being able to determine mutually exclusive options, and determine which help text belongs with which patch. EDIT: Basically, the idea would be to read the patch file(s) and dynamically create a GUI based on the contents of said file(s). That way a new GUI version would not need to be created for every new patch release. It probably won't be pretty to look at though   Last edited by sherman; 12-08-2015 at 09:08 PM. | 
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Instructions for patching firmware 3.15.0 | GeoffR | Kobo Developer's Corner | 146 | 05-24-2016 06:10 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.17.0 | GeoffR | Kobo Developer's Corner | 49 | 08-16-2015 05:20 AM | 
| Instructions for patching firmware 3.16.10 | GeoffR | Kobo Developer's Corner | 12 | 08-14-2015 03:40 AM | 
| 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 |