|  08-17-2019, 07:58 PM | #106 | 
| Guru            Posts: 920 Karma: 275656 Join Date: Jun 2016 Device: Kobo | |
|   |   | 
|  08-17-2019, 08:20 PM | #107 | 
| Connoisseur            Posts: 76 Karma: 28488 Join Date: Sep 2013 Location: Bensalem, PA Device: Nook Classic, Nook STG, Nook Color, Kindle, Kobo H2O | 
				
				Thanks to everyone
			 
			
			Many, many thanks to everyone that helped me out.  I got everything to work and I'm back in the reading zone. Much appreciation and awe to the great group of readers and techies in the group. Trice | 
|   |   | 
| Advert | |
|  | 
|  09-01-2019, 11:42 PM | #108 | 
| Wannabe Connoisseur            Posts: 426 Karma: 2516674 Join Date: Apr 2011 Location: Geelong, Australia Device: Kobo Libra 2, Kobo Aura 2, Sony PRS-T1, Sony PRS-350, Palm TX | 
			
			Can't believe I've only just found out about Kobo patching after having had one for a couple of years.  Back in the Sony PRS days I used to play around a lot with patches. Anyways, I'm a Windows user but prefer my Unixy environments, including doing as much as possible with Cygwin on Windows. This little patch lets me run kobopatch from Cygwin using kobopatch.sh instead of needlessly needing me to fire up a CMD shell in the right folder  . Code: --- kobopatch.sh.ORIG   2019-07-18 12:16:00.000000000 +1000
+++ kobopatch.sh        2019-09-02 13:35:38.857097400 +1000
@@ -23,4 +23,7 @@
                 echo "Unsupported architecture"
        esac
        ;;
-esac
+    CYGWIN_NT*)
+           ./bin/koboptch-windows.exe
+           ;;
+esac | 
|   |   | 
|  09-03-2019, 10:52 PM | #109 | 
| Guru            Posts: 834 Karma: 2912460 Join Date: Apr 2009 Device: Kobo Forma | 
			
			Hi. I have a 3-week-old  baby Forma. I have done no hacking/patching to it. If I follow the instructions on this thread to patch, will that get in the way of the other hacks/tweaks available on this DevCorner subforum?
		 | 
|   |   | 
|  09-04-2019, 07:42 AM | #110 | |
| Wizard            Posts: 2,808 Karma: 7423683 Join Date: May 2016 Location: Ontario, Canada Device: Kobo Mini, Aura Edition 2 v1, Clara HD, Clara BW, Libra Colour | Quote: 
 And about @snarkophilus's changes, I've committed them here for the next version: https://github.com/geek1011/kobopatc...490f2361bfbc46 . Thanks! | |
|   |   | 
| Advert | |
|  | 
|  09-04-2019, 01:06 PM | #111 | |
| Guru            Posts: 834 Karma: 2912460 Join Date: Apr 2009 Device: Kobo Forma | Quote: 
 thanks so much for your post, and writing about mods by name. I'm not familiar with any of them (because I'm a noob who's done no modding/patching/hacking on my Forma yet), but I think I'll get to know them as I keep reading up on this subforum. ANother question. If I patch the firmware following the instructions on post#1, can I undo the patch, just in case? And is it easy to undo the patch (again, just in case)? | |
|   |   | 
|  09-04-2019, 01:19 PM | #112 | |
| Grand Sorcerer            Posts: 6,266 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | Quote: 
 Alternatively you could do a manual re-install of the correct firmware (over the top of the patched firmware) which also wipes out all patches. | |
|   |   | 
|  09-04-2019, 02:07 PM | #113 | |
| Guru            Posts: 834 Karma: 2912460 Join Date: Apr 2009 Device: Kobo Forma | Quote: 
 I've done steps 1 and 2. About step 3: Should I extract/unzip "kobo-update-4.15.12920.zip" (the firmware) first? Or do I just move that zip file (unextracted) into the unzipped "/kobopatch_4.15.12920/src/" folder? About step 4: How exactly do I *install* the firmware? Last edited by droopy; 09-04-2019 at 02:12 PM. | |
|   |   | 
|  09-04-2019, 02:11 PM | #114 | 
| Grand Sorcerer            Posts: 6,266 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | |
|   |   | 
|  09-04-2019, 02:22 PM | #115 | 
| Guru            Posts: 834 Karma: 2912460 Join Date: Apr 2009 Device: Kobo Forma | 
			
			Ok. I did step 3, as jackie suggested.  Now how exactly do i do step 4 ("Install the firmware")? | 
|   |   | 
|  09-04-2019, 02:46 PM | #116 | 
| Grand Sorcerer            Posts: 6,266 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | |
|   |   | 
|  09-04-2019, 03:06 PM | #117 | 
| Wizard            Posts: 2,857 Karma: 22003124 Join Date: Aug 2014 Device: Kobo Forma, Kobo Sage, Kobo Libra 2 | 
			
			You can also proceed up until step 7 without worry. Perhaps do that so you can ask all questions at once rather than having to ask individually and wait for a reply each time
		 | 
|   |   | 
|  09-04-2019, 06:09 PM | #118 | |
| Addict            Posts: 277 Karma: 391602 Join Date: Oct 2009 Location: Chicago, IL USA Device: Sony PRS-350; Kobo Clara HD; Kobo Clara 2E; Kobo Clara BW | Quote: 
 https://cheat.readthedocs.io/en/latest/kobo.html I say probably, because I did the Wi-Fi thing instead. NOTE to the nice folks in this thread: The patching system and tweaks here are awesome. But I was as confused as droopy the first time I tried patching. The reason is that there are no instructions for updating the firmware in the first post. Step #4 just says do it. While the procedure is second nature to you, a newbie may not know what to do. It might be a good idea to add the original firmware install instructions or a link to them in the first post. | |
|   |   | 
|  09-04-2019, 06:58 PM | #119 | ||
| Guru            Posts: 834 Karma: 2912460 Join Date: Apr 2009 Device: Kobo Forma | Quote: 
 Does this mean I can skip from Step 3 directly to Step 5? Question about Step 5: What exactly must I do? I see these 5 files: 1. download_firmware_here.txt 2.libadobe.so.yaml 3. libnickel.so.1.0.0.yaml 4. librmsdk.so.1.0.0.yaml 5. nickel.yaml UPDATE: On my Linux computer, I tried to do Step 6. First, I ran Code: chmod +x kobopatch.sh Code: ./kobopatch.sh Quote: 
 Last edited by droopy; 09-04-2019 at 07:19 PM. | ||
|   |   | 
|  09-04-2019, 07:27 PM | #120 | 
| Grand Sorcerer            Posts: 6,266 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | 
			
			Step 4 is about installing fw 4.15.12920 on your Kobo, which you don't need to do because you've said it's already been installed via wi-fi. However, you do still need to download and place a copy of kobo-update-4.15.12920.zip in the src subdirectory (on your Linux machine) so that kobopatch can extract the files it needs (there are 1-4 of them depending which patches you enable) so it can apply your chosen patches to those files. | 
|   |   | 
|  | 
| Tags | 
| kobopatch, patch, patch32lsb, patches, patching | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Instructions for patching firmware 3.18.0 | GeoffR | Kobo Developer's Corner | 151 | 10-21-2016 06:15 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.0 | GeoffR | Kobo Developer's Corner | 74 | 08-12-2015 02:12 PM | 
| 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 |