Quote:
Originally Posted by Analogus
VICTORSJG:
user.config:
Where do you have to store this file for readers WITHOUT SD-CARD?
You mention the PRS300. It doesn't have a card slot.
Would this file provide the possibility to quick-test applications and altered PRS+ without completely installing PRS+ every time?
A.
|
This is an error on project web becuase i had the files as they are shown in the repository.
In your case use this method (
http://code.google.com/p/prs-plus/wi...ldingPRSPlus):
The "Beta" Build
In build/ there is a build target called build.beta. After you set your prsp.properties, run ant build.beta - this will create build/dist/<your_model_here>/Beta
Place the Beta folder in your internal memory. Notice that PRS+ contains the following:
<variable name="prspBetaStartupFile" value="/Data/Beta/prsp.js"/>
This means you can work on PRS+ development without having to run the installer each time, as PRS+ will simply load from Beta/prsp.js instead. You still have to restart the device though. Unfortunately, I don't know of a way to get around that yet.