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]> 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] > https://lists.tizen.org/listinfo/ivi > >
_______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
