Quote:
Originally Posted by Clemenseken
1. So, these mystical log files are explained away but still the screen says "Medium 0 puzzles..." (or similar).
(I must admit (?) though, that I didn't succeed in bringing igorsk's flasher to work, either...)
Any idea what might be/go wrong with my PRS-device?!?
2. Edit: 4. By the way - could you recommend any examples if someone was interested in learning about the Readre's DOM ?!?
Thank you very much, if you 'd take the pain...
|
1. If reading the "game" file is OK, may be the problem is in longer subfolder paths? You may try to copy *.tpl files to "Sony Reader\software" (proven good path to the "game" file) and change the path to sudoku templates in the "autorun.js:
target.getSudokuString = function(nStr,num)
{
var res='';
var sudokuPath=this.driveroot+'/Sony Reader/software/sudoku/'+this.sudokuFiles[num];
to "
/Sony Reader/software"
4. For those who want to have a look at the examples of the Reader's DOM here is collection of files extracted from the image of 505 reader (+ joystick forward, uniform fonts and clock (
image by porkupan (aka boroda) taken from
the-ebook.org)). Take a look at the main.xml (the shell and groups) and applicationStart.xml (functions).