Hi Maciej,Prabhuram Thanks for your reply. So, as I understand, I will have to use Tizen Core APIs for native app development for IVI. I would like to know, where these core APIs (bluez, gstreamer, EFL, connman etc.) are documented.
Regards, Prathamesh Hi Prathamesh, Please find mail about this at the end of discussion: https://lists.tizen.org/pipermail/ivi/2013-September/001062.html Quotation: --- Unlike the Mobile profile, IVI does not support the ?OSP? native APIs. So ?Native? app development is done with the underlying platform component APIs. For example you can use EFL or OpenGL, and also use gstreamer, or bluez, or connman APIs etc. The ?Lemolo? dialer is an example of a native application.https://review.tizen.org/git/?p=profile/ivi/lemolo.git;a=summary. <https://review.tizen.org/git/?p=profile/ivi/lemolo.git;a=summary.%A0> You may get answers from the general tizen mail list that talk about doing native development using OSP native APIs that won?t apply to doing IVI development. --- Regards, Maciej W dniu 2014-04-21 08:07, Prathamesh P Ghanekar pisze: > > Hi Prabhuram, > > Thanks for your reply. > > >If u are interest only in native app for ivi. You should write them > using EFL and Tizen native c API s. > > >And I am not sure if a Tizen ivi sdk is available for it. > > Can you please elaborate on that? And does it mean that,SDK is not the > option for developing native IVI apps, and we should develop > independently(using classical build systems and in linux)? > > Regards, > > Prathamesh > > *From:*Prabhuram [mailto:[email protected]] > *Sent:* 19 April 2014 08:16 > *To:* Prathamesh P Ghanekar > *Cc:* Li, Hao H; org, ivi@lists tizen. > *Subject:* Re: ???RE: ???RE: running mediaapp form the > developers' guide on tizen SDK > > Hi prathamesh, > > Looks like you want to run tizen native mobile applications on a ivi > emulator or device > > 1. This will never workout as Tizen native mobile applications are not > supported in Tizen ivi > > 2. You can try this using a HTML 5 application for this purpose. I > guess HTML5 apps are compatible between ivi and mobile. > > If u are interest only in native app for ivi. You should write them > using EFL and Tizen native c API s. > > And I am not sure if a Tizen ivi sdk is available for it. > > > Regards, > > Prabhu > > > On 18-Apr-2014, at 11:38 am, Prathamesh P Ghanekar > <[email protected] <mailto:[email protected]>> > wrote: > > Thanks Hao, > > But, is there any way I can run Mobile apps on tizen IVI? > > Let me tell you what I tried. I built the Calculator app(mobile > release) using 2.2 SDK, pushed it in Tizen IVI 3.0 emulator. > > It did not run out of the box as expected, due to missing library > dependencies. > > What could be the best option in this case, if I have to somehow > run the mobile apps(built using mobile SDK) on IVI? One way I can > think of is, pushing all required mobile libraries in the emulator. > > Thanks and regards, > > Prathamesh > > *From:*Li, Hao H [mailto:[email protected]] > *Sent:* 17 April 2014 13:27 > *To:* hello tizen; Wang, Ning W; Prathamesh P Ghanekar; org, > ivi@lists tizen. > *Subject:* RE: ???RE: ???RE: running mediaapp form the > developers' guide on tizen SDK > > For media app from > > https://developer.tizen.org/dev-guide/2.2.0/org.tizen.native.appprogramming/html/sample_descriptions/sample_files_cpp.htm, > it is Mobile app. If you want to try mobile app, you need to try > it in Mobile 2.2 SDK. > > Currently IVI 3.0 SDK doesn?t support tizen mobile native app. > > Thanks! > > *From:*hello tizen [mailto:[email protected]] > *Sent:* Thursday, April 17, 2014 3:49 PM > *To:* Wang, Ning W; [email protected] > <mailto:[email protected]>; org, ivi@lists tizen.; Li, > Hao H > *Subject:* ???RE: ???RE: running mediaapp form the > developers' guide on tizen SDK > > Hi Hao, > I am confused again. Which sdk on earth do you want us to use for > the media app? Mobile ? Ivi? > > ??Android ?Yahoo! ?? > > ------------------------------------------------------------------------ > > *From: *Li, Hao H <[email protected] <mailto:[email protected]>>; > *To: *hello tizen <[email protected] > <mailto:[email protected]>>; Wang, Ning W > <[email protected] <mailto:[email protected]>>; > [email protected] > <mailto:[email protected]> > <[email protected] > <mailto:[email protected]>>; org, ivi@lists tizen. > <[email protected] <mailto:[email protected]>>; > *Subject: *RE: ???RE: running mediaapp form the developers' > guide on tizen SDK > *Sent: *Thu, Apr 17, 2014 7:39:01 AM > > For IVI, it should be 3.x SDK I think. 2.2 is for Mobile. > > The app from > > https://developer.tizen.org/dev-guide/*2.2.0*/org.tizen.native.appprogramming/html/sample_descriptions/sample_files_cpp.htm > is for 2.2 > > <https://developer.tizen.org/dev-guide/2.2.0/org.tizen.native.appprogramming/html/sample_descriptions/sample_files_cpp.htm%20is%20for%202.2> > SDK. > > And where do you get the 3.0 SDK? > > Thanks! > > *From:*hello tizen [mailto:[email protected]] > *Sent:* Thursday, April 17, 2014 3:32 PM > *To:* Wang, Ning W; [email protected] > <mailto:[email protected]>; org, ivi@lists tizen.; Li, > Hao H > *Subject:* ???RE: running mediaapp form the developers' guide > on tizen SDK > > Hi Hao, > I?m confused which sdk is for ivi? > 2.2? 3.0? > > ?? Android ?Yahoo! ?? > > ------------------------------------------------------------------------ > > *From: *Li, Hao H <[email protected] <javascript:return>>; > *To: *Wang, Ning W <[email protected] <javascript:return>>; > Prathamesh P Ghanekar <[email protected] > <javascript:return>>; [email protected] <javascript:return> > <[email protected] <javascript:return>>; > *Subject: *RE: running mediaapp form the developers' guide on > tizen SDK > *Sent: *Thu, Apr 17, 2014 7:23:24 AM > > Yes, for trying the native sample app for Tizen mobile, you can > try below steps: > > 1.Download and install SDK 2.2 version from > https://developer.tizen.org/downloads/tizen-sdk. > > 2.In Tizen SDK 2.2, you can go to File -> New -> Project?and > choose Tizen Native Project -> click ?Sample?. Then you can > create sample apps, e.g. MediaApp > > 3.After that, you can go to emulator-manager to create emulator > img and run it. > > 4.Then in Tizen IDE, you can right click the app that you created > in step 1 (e.g. MediaApp), then choose ?Run As?-> ?Tizen Native > Application?to run the App in emulator image > > *From:*IVI [mailto:[email protected] > <javascript:return>] *On Behalf Of *Wang, Ning W > *Sent:* Thursday, April 17, 2014 3:19 PM > *To:* Prathamesh P Ghanekar; [email protected] <javascript:return> > *Subject:* RE: running mediaapp form the developers' guide on > tizen SDK > > The link below is a native sample app for Tizen mobile. IVI SDK > does NOT support native app currently. > > If you want to try this app, you need to install SDK 2.2 version. > > Thanks, > > Ning > > *From:*IVI [mailto:[email protected]] *On Behalf Of > *Prathamesh P Ghanekar > *Sent:* Thursday, April 17, 2014 2:59 PM > *To:* [email protected] <mailto:[email protected]> > *Subject:* running mediaapp form the developers' guide on tizen SDK > > Hi, > > I am referring to the below Tizen developers? guide, wherein I > found Mediaapp C++ application. > > > https://developer.tizen.org/dev-guide/2.2.0/org.tizen.native.appprogramming/html/sample_descriptions/sample_files_cpp.htm > > IS this app fully functional?Can I directly try running these apps > in the TIZEN SDK?Can you please guide me about running these apps? > > Regards, > > Prathamesh Ghanekar ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Disclaimer~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Information contained and transmitted by this e-mail is confidential and proprietary to iGATE and its affiliates and is intended for use only by the recipient. If you are not the intended recipient, you are hereby notified that any dissemination, distribution, copying or use of this e-mail is strictly prohibited and you are requested to delete this e-mail immediately and notify the originator or [email protected] <mailto:[email protected]>. iGATE does not enter into any agreement with any party by e-mail. Any views expressed by an individual do not necessarily reflect the view of iGATE. iGATE is not responsible for the consequences of any actions taken on the basis of information provided, through this email. The contents of an attachment to this e-mail may contain software viruses, which could damage your own computer system. While iGATE has taken every reasonable precaution to minimise this risk, we cannot accept liability for any damage which you sustain as a result of softwar e viruses. You should carry out your own virus checks before opening an attachment. To know more about iGATE please visit www.igate.com <http://www.igate.com>. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
