2013/10/16 venkat <[email protected]> > Hi Tomasz, > > We tried Qt for Tizen Alpha4 for IVI, using following link. We are stuck > with "Configure QT creator" step, "Tizen Configuration" is done, but when > we click "Devices" option, we see only "PC option", adding new device, it > lists "Tizen Device", but it doesn't open the Wizard. Can you confirm this > supports IVI. If yes, Can you provide steps, how to configure for Tizen IVI > devices? > > http://qt-project.org/wiki/Build-Qt-for-Tizen > > Regards, > Venkat > > On Wednesday 09 October 2013 05:54 PM, Tomasz Olszak wrote: > > 2013/10/9 venkat <[email protected]> > >> Hi Tomasz, >> >> Thank you for the update. >> Right now we compiled the QT app with GBS rootfs (by using chroot). If we >> need to compile with Lifecycle handling after you update the plugin, how do >> we compile it? I mean there will be any changes in main.cpp, or we need to >> compile it with QT creator? >> > No changes to your application will be needed, > I will just put newest RPM's on server. So you need only to update gbs > repository cache and/or update Qt packages on device/vmware. > Soon (today or tomorrow) Qt for Tizen alpha4 will be released and you > will be able to use QtCreator for Tizen cross compilation. > > -- > regards / pozdrawiam, Tomasz Olszak > Qt for Tizen | http://qt-project.org/wiki/Tizen > > > Hi, Currently QtCreator Tizen plugin supports mobile device and emulator because sdb is able to detect them automatically when are connected to host. Sdb is also used for installing tpk packages. If you want to prepare some automatic deployment for IVI devices I suggest to use remote linux device configuration wizard and some sftp/scp steps for deploying to device.
There is one more thing - event if you create application package (tpk) for IVI, you can't install it because pkgcmd is broken for tpk type[1]. It means that there is no simple way to add application icon/launcher to homescreen. Mikko Ylinen said that there are also plans for using sdb for IVI [2] but I don't know the details. So until some standard way of deployment of applications on IVI devices will be given no QtCreator support will be added (it's simply not clear what should be done :) ) [1] https://bugs.tizen.org/jira/browse/TIVI-1944 [2] https://bugs.tizen.org/jira/browse/TIVI-1453 -- regards / pozdrawiam, Tomasz Olszak Qt for Tizen | http://qt-project.org/wiki/Tizen
_______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
