Hello, In addition you can take a look at the MediaPlayer app, it's also a web application. The wgt is the zipped file that has all the files for your web app, and can be created without the SDK as well. If you use the SDK to generate the files, note that you need to change the version number in the config.xml file to 2.1 instead of 2.2. See this link as well for more info on packaging your webapp.
https://wiki.tizen.org/wiki/Manually_installing_apps From: [email protected] [mailto:[email protected]] On Behalf Of Jacek Serafinski Sent: Sunday, August 18, 2013 10:32 AM To: Prabhuram Murugan Cc: IVI Tizen Subject: Re: building web application in TIZEN IVI image Hi Prabhuram, I did the same thing with sample GO application. What you can do is to use Tizen SDK to generate wgt file. After that move the file to IVI (I used wget to get the file from dropbox). Then follow these steps: https://wiki.tizen.org/wiki/Using_WRT_to_launch_apps_in_Wayland i.e. wrt-installer -i yourapp.wgt (installs your app) wrt-launcher -l (lists all apps - including your app - you can read package name of your app) wrt-client -l yourapp#ID (this ID consists of package(dot)yourapp) Hope this helps. Jacek On Sun, Aug 18, 2013 at 4:18 PM, Prabhuram Murugan <[email protected]<mailto:[email protected]>> wrote: Hi all, I have created a TIZEN web application (Gallery) and I want it to be build and installed in the TIZEN IVI image, similar to the Ghostcluster application, https://review.tizen.org/gerrit/#/admin/projects/profile/ivi/GhostCluster I went through this application , and it contains some spec files which are auto generated and mentioned not to edit, Can someone please explain how to add new web applications to tizen build image ? Thanks and Regards, Prabhuram M _______________________________________________ IVI mailing list [email protected]<mailto:[email protected]> https://lists.tizen.org/listinfo/ivi
_______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
