View Single Post
Old 01-10-2013, 02:09 AM   #4006
Mark Nord
2B || !2B
Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.
 
Posts: 851
Karma: 194010
Join Date: Feb 2010
Location: Austria
Device: Sony PRS505/650/T1/tolino vision 5
Ripplinger

it is not a single file, it is a folder containing several settings-files: /opt0/prsp

In ZORK-Edition there is already a save/restore functionality.
See - http://code.google.com/r/josefmichal...ave_Restore.js

In Standard-PRS+ there is not.

If you are comfortable with running a beta-pack or build your own installer, you can easily include this addon.

Another way is to put the necessary shell-commands into /database/system/PRSPlus/prsp.sh and restart the reader once.

Spoiler:

Code is copied straight out of Analogus code:
Code:
SAVE
mkdir -p /Data/database/system/PRSPlus/PRSave1; cp -R -f /opt0/prsp /Data/database/system/PRSPlus/PRSave1

RESTORE
mkdir -p /Data/database/system/PRSPlus/PRSave3; cp -R -f /opt0/prsp /Data/database/system/PRSPlus/PRSave3; cp -R -f /Data/database/system/PRSPlus/PRSave1/prsp /opt0'

Last edited by Mark Nord; 01-11-2013 at 02:13 AM. Reason: typo
Mark Nord is offline   Reply With Quote