|  04-30-2014, 06:38 AM | #76 | 
| Wizard            Posts: 3,489 Karma: 2914715 Join Date: Jun 2012 Device: kobo touch | |
|   |   | 
|  04-30-2014, 07:01 AM | #77 | 
| Wizard            Posts: 3,821 Karma: 19162882 Join Date: Nov 2012 Location: Te Riu-a-Māui Device: Kobo Glo | 
			
			I've updated the patch_kobo_330.zip attached to post #1 with tshering's new 3.3.0_unpack.bat / 3.3.0.bat, and a new 3.3.0_unpack.sh that incorporates chrisridd's Mac OS X patch32lsb executable. The instructions for patching on Mac are exactly the same as for Linux. Edit: I've also added a 64-bit Linux executable, for those systems (not sure how common they are) that don't have 32-bit compatibility librarys installed. Last edited by GeoffR; 04-30-2014 at 07:04 AM. Reason: Linux 64-bit executables | 
|   |   | 
|  04-30-2014, 09:52 AM | #78 | 
| Wizard            Posts: 3,489 Karma: 2914715 Join Date: Jun 2012 Device: kobo touch | 
			
			Sorry for inconvenience, but I modified the batch file again. This one replaces both (3.3.0.bat and 3.3.0_unpack.bat), no second batch file necessary. Changes: 
 Last edited by tshering; 05-01-2014 at 12:41 PM. | 
|   |   | 
|  05-01-2014, 09:31 PM | #79 | 
| Wizard            Posts: 3,821 Karma: 19162882 Join Date: Nov 2012 Location: Te Riu-a-Māui Device: Kobo Glo | 
			
			Thanks, I've included this in patch_kobo_330.zip attached to post #1, I named it 3.3.0.bat and updated the instructions.
		 | 
|   |   | 
|  05-02-2014, 02:53 AM | #80 | 
| Connoisseur            Posts: 76 Karma: 30702 Join Date: Jul 2010 Location: Italy Device: Kobo Libra H2O | 
			
			Works like a charm, thank you all for the great work.
		 | 
|   |   | 
|  05-04-2014, 07:57 AM | #81 | 
| Connoisseur            Posts: 62 Karma: 13112 Join Date: Feb 2013 Device: Kindle Paperwhite; KOBO AURA HD | 
			
			Thanks for this patch. it makes kobo more nice. `Remove system fonts in Reader list`, does this patch still work? I used it in version 3.2.0 and it is useful to me. | 
|   |   | 
|  05-07-2014, 07:05 AM | #82 | |
| Guru            Posts: 603 Karma: 641742 Join Date: Mar 2012 Location: DE Device: Kobo Glo | Quote: 
 %APPDATA% %ProgramFiles% %ProgramFiles(x86)% e.g: SET the7zipexe="%ProgramFiles%\7-Zip\7z.exe" Note, addition: I've seen the updated script. IMHO, my friendly suggestion applies also the update script. Last edited by Anak; 05-07-2014 at 07:10 AM. | |
|   |   | 
|  05-07-2014, 07:52 AM | #83 | 
| Wizard            Posts: 3,489 Karma: 2914715 Join Date: Jun 2012 Device: kobo touch | 
			
			@Anak, thank you for your comment and the suggestion. Actually, I modified my original script to the hard-coded version before posting, since I thought (maybe this was a mistake) this might prevent troubles with uncommon settings. In case it might be useful for somebody, my original script sets the the7zipexe this way: Code: REM --- get the path to 7zip.exe
cd "%~dp0"
for /f "delims=" %%i in ('_get_7zip.bat') do (SET the7zipexe=%%i)
IF "%the7zipexe%"=="no" (GOTO exenotfound)Code: @ECHO OFF
REM ------- try to get a manually set 7-zip executable
SET theexe=C:\Program Files\7-Zip\7z.exe
IF EXIST "%theexe%" (GOTO foundit)
REM ------- try to get another manually set 7-zip executable
SET theexe=C:\7za920\7za.exe
IF EXIST "%theexe%" (GOTO foundit)
REM ------- repeat this for other non-standard locations on your machines
REM ------- try to get the installed 7-zip executable
FOR /f "tokens=2*" %%A in ('REG QUERY "HKEY_LOCAL_MACHINE\Software\7-Zip" /v Path') DO SET theexe=%%B\7z.exe
IF EXIST "%theexe%" (GOTO foundit)
SET theexe=no
:foundit
ECHO %theexe%Last edited by tshering; 05-07-2014 at 08:00 AM. | 
|   |   | 
|  05-08-2014, 04:58 AM | #84 | |
| Wizard            Posts: 3,821 Karma: 19162882 Join Date: Nov 2012 Location: Te Riu-a-Māui Device: Kobo Glo | Quote: 
 Spoiler: 
 | |
|   |   | 
|  05-08-2014, 10:11 AM | #85 | 
| Connoisseur            Posts: 62 Karma: 13112 Join Date: Feb 2013 Device: Kindle Paperwhite; KOBO AURA HD | |
|   |   | 
|  05-14-2014, 11:43 AM | #86 | |
| Fear The Turtle!            Posts: 868 Karma: 4067244 Join Date: Sep 2009 Location: Margaritaville Device: KV, Kobo Forma, Kobo A1LE, KO3, K3 | Quote: 
   | |
|   |   | 
|  05-14-2014, 12:56 PM | #87 | 
| Grand Sorcerer            Posts: 6,269 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | 
			
			To the best of my knowledge everything needed to Patch fw 3.3 is now contained in the download zip in post #1 and the new instructions are also all in post #1.
		 | 
|   |   | 
|  05-14-2014, 01:34 PM | #88 | |
| Fear The Turtle!            Posts: 868 Karma: 4067244 Join Date: Sep 2009 Location: Margaritaville Device: KV, Kobo Forma, Kobo A1LE, KO3, K3 | Quote: 
 EDIT: when the bat file is running it's creating a KoboRoot.tar file, but there's no .tgz file.   Last edited by 93terp; 05-14-2014 at 01:39 PM. Reason: added creation of KoboRoot.tar file to explanation. | |
|   |   | 
|  05-14-2014, 01:35 PM | #89 | 
| Fear The Turtle!            Posts: 868 Karma: 4067244 Join Date: Sep 2009 Location: Margaritaville Device: KV, Kobo Forma, Kobo A1LE, KO3, K3 | 
			
			Thanks Jackie.  I did go back step by step from the instructions posted in #1, but now I'm hung up running the bat file.  At this point I'm stumped as to what's causing the error.
		 | 
|   |   | 
|  05-14-2014, 02:09 PM | #90 | 
| Wizard            Posts: 3,821 Karma: 19162882 Join Date: Nov 2012 Location: Te Riu-a-Māui Device: Kobo Glo | |
|   |   | 
|  | 
| 
 | 
|  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.2.0 | DNSB | Kobo Developer's Corner | 66 | 12-05-2014 07:28 AM | 
| Instructions for patching firmware 3.1.1 | GeoffR | Kobo Developer's Corner | 64 | 04-18-2014 01:23 PM |