|
Copyright© ITAnyplace
|
|
|
Please follow following instructions after downloading app code and ITAnyplace Client (This assumes that you have already installed SDK for the device you are working on):
|
iPhone
- Change extension of javascript files to .txt
- In index.html, replace .js links to .txt
- Copy generated files to Resources folder of ITAnyplace iPhone Client
|
Android
- Copy generated files to assets folder
|
BlackBerry
- Copy generated files to project source's html folder. If there is no html folder under src then create one and then copy
- Change the path of all referenced files in index.html, main.js and style.css as shown. For eg, in index.html, change path to referenced style.css from
<link href="style.css" rel="stylesheet" type="text/css"> to
<link href="local:///html/style.css" rel="stylesheet" type="text/css">
- Install at least BB JDE 5.0 and use JDK 1.5
- Under Configure Blackberry Workspace -> Code Signing, allow access to RIM BB Apps API, RIM Crypto API, RIM Runtime API
|
Palm WebOS
- Copy generated files to project root
|