Languages

Menu
Sites
Language
WebApp with pre initialised files.

Hi,

We are building a WebApp which needs some  application specific data files to be moved to the device alone with the application.

What is the best way to achieve this in tizen web application ?

 

If we keep it under data section in the SDK ( 2.1) and build & run the application on device.

We see the application files in data folder in SDK  is moved to <APP_LOCATION>/res/wgt/data/ on device, rather than <APP_LOCATION>/data/.

Is there any way to move the files to <APP_LOCATION>/data/ automatically with installation and avoid manually moving this file ?

 

 

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 Replies
konduri sai swathi
Hi , wrt installer takes care of extracting the application files so you can make changes in it's script file to solve this issue