Glad that you all agree guys.
Quote:
RESET_TO_FACTORY: "Auf Werkseinstellungen zurücksetzen",
|
I wonder, if this would fit on the screen...

We'll see.
Quote:
However, at the end anybody can change it to ones preferences...
|
I am considering moving the script stuff "somewhere else", due to lame bugs related to file overwriting in Internal Memory (calibre users have reported it several times). Basically, I don't even develop using IM, because you are never sure, whether your change was correctly reflected in file system or not.
So, possible solutions are:
1) Just move it all to firmware.
2) Have script in /opt0 (used for preferences, big enough). This makes it not directly accessible on the one hand (which is bad), but updating it doesn't require flashing and it would (hopefully) solve file corruption errors.
On top of it, I am testings scripts combining all those js files into one big js (and optimizing it, which should make it load faster and consume a bit of less memory both as source and as compiled bytecode).
It would still be possible to have stuff "the old way" in /database/system/PRSPlus, if PRSPlus.js file will be present there, the one from firmware/opt0 won't be loaded.
If you have thoughts/comments on this subject, please share them.