Quote:
Originally Posted by tshering
I am not experienced in reading binary files, but I think res:///userStyle.css does not point to a file located on the file system, but rather to a resource in the object file itself.
|
I tried adding userStyle.css to every directory in an epub, but it had no effect.
A similar reference in libnickel.so.1.0.0 is res:///hyphenDicts/
There is a directory usr/local/Kobo/hyphenDicts/ in the firmware archive KoboRoot.tgz, so perhaps these locations refer to somewhere in the firmware's hidden partition?
Edit: tshering by object file do you mean libnickel.so.1.0.0? I hadn't thought of that.