|  03-09-2014, 04:24 AM | #31 | 
| Terraner            Posts: 532 Karma: 4455667 Join Date: Aug 2011 Device: Kobo Libra, Aura One, Kindle Oasis 1 & 2 ... | |
|   |   | 
|  03-09-2014, 07:55 AM | #32 | 
| Fanatic            Posts: 531 Karma: 4503161 Join Date: May 2009 Location: Portugal Device: Kobo Glo, kindle | 
			
			I've done it. Thanks GeoffR now there are no excuses for the technologically challenged like myself. Thanks trekk, that did the trick and I could see the folder and paste the koboRoot.tgz and update the dictionaries. Now I have to get used to the new firmware, I was stuck in the 8.something firmware and this one is a lot different, I spend several minutes trying to find the button to go to the index off the book, what were they thinking when they put it like this. | 
|   |   | 
|  03-10-2014, 09:17 AM | #33 | 
| ~James~  Posts: 6 Karma: 10 Join Date: Jan 2013 Device: iOS, Kobo Aura | 
			
			Is it possible to do this from a Mac? EDIT: Did it from a PC, if the files created to update are the same, why not just provide the files for updating? Instead of having to create them? Just curious... Last edited by JamesFEvans; 03-10-2014 at 10:46 AM. | 
|   |   | 
|  03-10-2014, 12:12 PM | #34 | |
| Bibliophagist            Posts: 48,090 Karma: 174315300 Join Date: Jul 2010 Location: Vancouver Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos | Quote: 
 As for the supplying the files for updating? Given the number of options, it would call for a massive selection of files even disregarding the possibility that posting such files would not be permitted due to rights issues. Regards, David | |
|   |   | 
|  03-10-2014, 12:26 PM | #35 | |
| Wizard            Posts: 3,821 Karma: 19162882 Join Date: Nov 2012 Location: Te Riu-a-Māui Device: Kobo Glo | 
			
			The patch32lsb program should compile on the Mac if you have the gcc toolchain installed, but I don't have any way to test it. If anyone tries compiling it and gets a compiler error message, let me know and I should be able to get it working. I have tested it on Windows by compiling with the the mingw cross-complier, so any changes needed to get it to compile on the Mac should only be minor. Quote: 
 Also it is probably not legal to distribute modified Kobo firmware. | |
|   |   | 
|  03-20-2014, 10:54 PM | #36 | 
| Wizard            Posts: 3,821 Karma: 19162882 Join Date: Nov 2012 Location: Te Riu-a-Māui Device: Kobo Glo | 
				
				Patch to fix tiny synopsis on Glo/Aura/AuraHD
			 
			
			Here are patches to fix the issue with the tiny synopsis text in 3.2.0. I think this issue only affects the Glo/Aura/AuraHD. What seems to be happening is that the synopsis has a default stylesheet suitable for the Touch/Mini, and there are overrides for the Glo/Aura/AuraHD. However the overrides don't seem to work, so all models are getting the Touch/Mini stylesheet which has a font size far too small for the higher DPI devices. The patch works by making the Glo/Aura/AuraHD override the default synopsis stylesheet. Patch for Glo/Aura: Spoiler: 
 Patch for AuraHD: Spoiler: 
 I've only briefly tested this on my Glo, so let me know if there are any problems. Edit: The patches I originally posted were not accepted by kpg.exe, for some reason kpg.exe doesn't like the final \n at the end of the original string, even though it is there in libnickel.so.1.0.0. Edit2: kpg.exe replace_string method doesn't accept \n, \t, etc. in either original or replacement string. Fixed. Last edited by GeoffR; 03-21-2014 at 09:42 PM. Reason: change patch to work with kpg.exe | 
|   |   | 
|  03-21-2014, 09:47 AM | #37 | |
| Zealot            Posts: 120 Karma: 37418 Join Date: Jan 2013 Device: H2OE2, Libra 2 | 
			
			GeoffR, many thanks for creating these patches . Are you sure this "synopsis issue affect the Aura? I usually read this in calibre so unsure what it normally looks like in the Kobo Aura, yes the text is small but I can still read it ok even with my bad eyes. When I try to run the patch I get the following error report for the synopsis patch Output from running the 3.2.0 patch:- Quote: 
 | |
|   |   | 
|  03-21-2014, 08:23 PM | #38 | ||
| Wizard            Posts: 3,821 Karma: 19162882 Join Date: Nov 2012 Location: Te Riu-a-Māui Device: Kobo Glo | Quote: 
 Quote: 
 Edit: I think I have figured out the cause of the problem with the patch, the kpg.exe replace string method doesn't accept the \n, \t encoding at all and was treating them literally instead of interpreting them as LF, TAB, etc., so I have edited the patch again to remove these characters from the replacement string too. Last edited by GeoffR; 03-21-2014 at 09:47 PM. | ||
|   |   | 
|  03-22-2014, 03:06 AM | #39 | |
| Bibliophagist            Posts: 48,090 Karma: 174315300 Join Date: Jul 2010 Location: Vancouver Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos | Quote: 
 Regards, David | |
|   |   | 
|  03-22-2014, 06:28 AM | #40 | 
| Zealot            Posts: 120 Karma: 37418 Join Date: Jan 2013 Device: H2OE2, Libra 2 | 
			
			Thanks, the patch now runs and installs ok in my Aura. The difference in text size however is hardly noticeable to me on the Aura, I assume it's more pronounced on the HD. eg 14 lines of text per page with the patch, 15 lines of text without. | 
|   |   | 
|  03-26-2014, 03:15 AM | #41 | 
| Wizard            Posts: 3,821 Karma: 19162882 Join Date: Nov 2012 Location: Te Riu-a-Māui Device: Kobo Glo | 
				
				Keyboard patch: replace copyright symbol with curly apostrophe
			 
			
			This patch replaces the copyright symbol (©) with a curly apostrophe (’) on the keyboard. I find this useful when searching for books by author, because names such as O'Brian (with a straight apostrophe) do not match O’Brian (with a curly apostrophe), so without a curly apostrophe key there is no reliable way to search for such names. Spoiler: 
 If anyone wants other keys replaced I should be able to work out a suitable patch. | 
|   |   | 
|  04-04-2014, 09:35 AM | #42 | 
| Connoisseur            Posts: 56 Karma: 70350 Join Date: May 2013 Device: Kobo AuraH2O, Glo, AuraHD,  JBC2 | 
			
			Hello: If anyone is interested, Metazoa has released patch 12 that covers kobo FW3.2. The patch can be found as the last post on page 55 of the link below: http://www.the-ebook.org/forum/viewt...14560472a58994 Best, Shunter | 
|   |   | 
|  04-05-2014, 08:52 PM | #43 | |
| Bibliophagist            Posts: 48,090 Karma: 174315300 Join Date: Jul 2010 Location: Vancouver Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos | Quote: 
 Regards, David | |
|   |   | 
|  04-16-2014, 02:24 PM | #44 | 
| Groupie            Posts: 197 Karma: 82624 Join Date: May 2013 Device: Kobo Forma, Kobo Aura One, Kobo Aura HD, Kindle, Amazon Fire HD | 
			
			what are the main differences between metazoa's patch and one created by this forum developers?
		 | 
|   |   | 
|  04-16-2014, 03:59 PM | #45 | 
| Grand Sorcerer            Posts: 13,693 Karma: 79983758 Join Date: Nov 2007 Location: Toronto Device: Libra H2O, Libra Colour | 
			
			With either one you can look through the list of patches in the configuration file and see what is being patched.
		 | 
|   |   | 
|  | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Firmware Update Instructions and the latest Firmware Versions | mitchwah | Ectaco jetBook | 113 | 10-24-2023 09:02 PM | 
| Touch Patching nickel to leave the wifi active | schlecky | Kobo Developer's Corner | 4 | 01-23-2017 11:46 AM | 
| Instructions for patching firmware 3.1.1 | GeoffR | Kobo Developer's Corner | 64 | 04-18-2014 01:23 PM |