Quote:
Originally Posted by PaulJS
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.