View Single Post
Old 10-15-2012, 02:46 PM   #3891
Mark Nord
2B || !2B
Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.
 
Posts: 854
Karma: 327896
Join Date: Feb 2010
Location: Austria
Device: Sony PRS505/650/T1/tolino vision 5
Quote:
Originally Posted by VICTORSJG View Post
Mark, when the beta test is used, there is a file settings where the settings are shown, but i don't find this file in the internal memory when prs plus is installed on the reader. is there this file on the version of the default repository or only It is created on beta test?

is it possible to gain access to this file of any way, to delete a specific value?
thanks
With standard PRS+ installed, the settings are written to non visible part of the file-system. (somewhere in OPT1/PRSP/)
In principle, it is possilbe to access spezific settings, but it is not coded yet.

Quote:
Originally Posted by VICTORSJG View Post
How can i sort by title the different titles of the menus, like prsplus settings?

in this menu it is used this setence:

// Sort nodes by title
prspSettingsNode.nodes.sort(function(a, b){
if (a.title < b.title) return -1;
if (a.title > b.title) return 1;
return 0;
If you are refering to the new Size-Popup, there is no way to sort entries, other then to reshuffle them in the sources. As PopupMenu doesn't use any of the "highlevel" node codes.

Quote:
Originally Posted by Fbone View Post
It happened again with standby timer set to default.

Experimenting I have not had it occur setting the timer to 1, 3, 5 or 10 minutes.

I also noticed the time format setting was overridden by PRS+ in page view. The Sony FW says the time is in 12 hour while PRS+ is 24 hour. Perhaps, this affects the timer.
I, for myself, always switch to standby using the power-slider, most times being in a book. Not switching back to the home-screen.

PRS+ uses it's own time-setting, choose your liking in corresponding PRS+ Setting.
Mark Nord is offline   Reply With Quote