Quote:
Originally Posted by cosmo666
but if the pointer is ":/images/dialogs/mondadori_%2_%1.png" , that means the file should be a png file, most likely called mondadori_%2_%1.png.
|
As David suggested %1 and %2 are variables.
Quote:
Originally Posted by cosmo666
also, for the aura there is no "dialogs" folder... where did you find that line? (i even deleted the whole images folder, and it still showed the affiliate screen)
|
David found it presumably in nickel or libnickel.so.1.0.0. In libnickel.so.1.0.0 of FW 2.6.1, you can find for instance :/images/dialogs/mondadori_sleep_%1.png.
Quote:
Originally Posted by cosmo666
also, there is 1 mb of data that i can't find (between drive properties->used space, and all file properties). this could be partition data, or probably the elusive pngs? the only script-like files that i see are a 238kb file in kepub, and a 352kb koboreader.sqlite in root. all the others are confs, or dictionaries, and a xml that has device info on it. it feels like it's way too small. could there be a hidden system partition or something?
|
The path :/images/dialogs/ refers to the file system of the developer's machine, not on the kobo device. The image files were there at the time of compilation. On the kobo device the image files are inside of a file, probably libnickel.so.1.0.0 or nickel (in any case, it should be in the same file as the :/images/dialogs/... string).