View Single Post
Old 07-13-2014, 08:45 AM   #214
chrisridd
Guru
chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.
 
chrisridd's Avatar
 
Posts: 983
Karma: 2209358
Join Date: Nov 2011
Location: London, UK
Device: Kobo Aura, Kobo Aura ONE, PocketBook InkPad Color 3
Quote:
Originally Posted by PaulJS View Post
Alright, here it is:

sh -x /Volumes/HOME\ /Alinka/Documents/Bubenchik/KoboHack/patch_kobo_35/3.5.0.sh
+ FIRMWARE_VERSION=3.5.0
+ FILES_TO_PATCH='./KoboRoot/usr/local/Kobo/libnickel.so.1.0.0 ./KoboRoot/usr/local/Kobo/libadobe.so'
Well, that's not right. The patch_kobo_35.zip file I downloaded this morning from the first message in this thread has a 3.5.0.sh script which starts by setting:

Code:
FIRMWARE_VERSION=3.5.0
FILES_TO_PATCH="./usr/local/Kobo/libnickel.so.1.0.0 ./usr/local/Kobo/libadobe.so"
Somehow you've got a different script which sets FILES_TO_PATCH incorrectly. Delete and download the patch_kobo_35.zip file again. If you want to check it is the same as mine, do this:

Code:
$ openssl md5 ~/Downloads/patch_kobo_35.zip
MD5(/Users/cjr/Downloads/patch_kobo_35.zip)= ea20018f93649b0af910391dba8d3853
The value after the '=' will be the same if the file is identical.
chrisridd is offline   Reply With Quote