SDK/API for FrontRow?

With the upcoming "iTV" product, I was wondering if there is (will be) any FrontRow SDK or API that will allow development of extensions and plugins.
I'd love to see addons like Home Control (with, let's say an X10 interface to control lights, heating, etc), Email Reading, Post a VideoMail (using iSight), Meteo, Telephony Integration (callerId, VoIP on-screen dialout and directory, etc), YouTube/GoogleVideo/Whatever Integration, etc.
- Edouard
Mac Mini Intel Dual Core - 2GB   Mac OS X (10.4.8)  

Since this is a user-to-user forum, we can't know what Apple's planning for the future. Apple is usually pretty tight-lipped about future hardware products, the iTV "teaser" is a bit unusual. We'll probably just have to wait until the device is actually introduced before Apple releases some developer documentation and tools for it.
I would suggest you send Apple some Mac OS X feedback and request some more open developer tools for Front Row.
-Doug

Similar Messages

  • Web APIs for Skype for Business

    is there a web sdk/api for Skype for Business that does not require any kind of client app and probably uses webrtc or ortc?

    Hi and welcome to the Skype Community,
    Skype and Skype for Business (The Microsoft communications offering formerly known as "Lync") are two different products. Learn more about this difference here: https://support.skype.com/en/faq/FA34551/what-s-the-difference-between-skype-and-skype-for-business
    Please follow the links in above article to ask your question on the "Skype for Business" space since this Skype Community space is about the Skype (for consumers) offering.
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • API for Shared Review in Acrobat SDK

    Hi,
    I would like to implement the functionality for Shared Review programmatically.
    Right now we need to open each pdf file select Comments -> Send for Shared Review in Acrobat Professional and follow the steps in wizard.
    I am looking at achieving the above steps programmatically so that I need not open each pdf individually and run through the wizard. For this, is there any API available either in Acrobat 8.1 or 9.0 SDK which I can make use of and build an automatic service.
    A swift response is appreciated.
    Thanks & regards,
    Rajeev

    is there (today - 2011) really still no API for that?
    Also not in LiveCycle Server?
    Thanks,

  • How does one create the Process List (AdminUI) with the provided SDK API?

    Currently we are developing a custom component for Adobe LiveCycle, which should offer the following service operation:
    Fetch a list of schedulers (= long-lived processes with that loop with a Wait-operation) and check whether there are instances running for them
    Input: none
    Output: A list of (long-lived) process definitions together with a list of (running) process instances in XMLXML format could look like:
    <processes>
         <process>
              <name>Mortage/Util/Scheduler A</name>
              <application>Mortage</application>
              <status>Active</status>
              <creationDate>2015-03-25T13:00</creationDate>
              <processInstances>
                   <processInstance>
                        <id>12314</id>
                        <status>RUNNING</status>
                        <createdOn>2015-03-25T13:01</createdOn>
                        <modifiedOn>2015-03-25T13:02</modifiedOn>
                        <operations>
                             <operation>
                                  <name>Set Value X</name>
                                  <status>COMPLETE</status>
                                  <createdOn>2015-03-25T13:01</createdOn>
                                  <completedOn>2015-03-25T13:01</completedOn>
                             </operation>
                             <operation>
                                  <name>Set Value X</name>
                                  <status>STALLED</status>
                                  <createdOn>2015-03-25T13:02</createdOn>
                                  <completedOn>2015-03-25T13:02</completedOn>
                             </operation>
                        </operations>
                   </processInstance>
                   <processInstance>
                        <id>12315</id>
                        <status>RUNNING</status>
                        <createdOn>2015-03-25T13:02</createdOn>
                        <modifiedOn>2015-03-25T13:02</modifiedOn>
                        <operations>
                             <operation>
                                  <name>Set Value X</name>
                                  <status>COMPLETE</status>
                                  <createdOn>2015-03-25T13:02</createdOn>
                                  <completedOn>2015-03-25T13:02</completedOn>
                             </operation>
                             <operation>
                                  <name>Set Value X</name>
                                  <status>RUNNING</status>
                                  <createdOn>2015-03-25T13:02</createdOn>
                                  <completedOn></completedOn>
                             </operation>
                        </operations>
                   </processInstance>
              </processInstances>
         </process>
         <process>
              <name>Mortage/Util/Scheduler B</name>
              <application>Mortage</application>
              <status>Active</status>
              <creationDate>2015-03-25T13:00</creationDate>
              <processInstances/>
         </process>
    </processes>
    Though I'm unable to retrieve these kind of processes, since the SDK API does not offer a way to fetch these kind of processes.
    I tried the following Quick Start: http://help.adobe.com/en_US/livecycle/10.0/ProgramLC/WS624e3cba99b79e12e69a9941333732bac8- 7d27.html
    Quick Start (EJB mode): Searching for Process Instances using the Java API
    (and yes I went through all the possible options (other Quick Starts, API documentation))

    Yes, removing the block diagram obscures the code so much that not even newer versions of LabVIEW can make sense of it.
    I think under the hood it must be converting it to Perl.
    Spoiler (Highlight to read)
    If you believe this and have lots of money please contact me with your credit card info 
    If you believe this and have lots of money please contact me with your credit card info 
    =====================
    LabVIEW 2012

  • 1.1 vs 1.4 : SDK API's and how they relate to JVM versions

    Hey all,
    I'm hoping some Java expert/guru/enthusiast can help me understand a little (OK, a lot) more about designing applets for backward compatibility .
    My situation is that I need to design applets which are compatibile with the built-in Java features of Internet Explorer and Netscape 6.x - which appears to be JVM versions 1.1.4. I know going with Java2, JDK 1.4, web start whatever would be MUCH better, and will do whatever I can to push clients to plug-in & non-MS browsers, etc. etc., but believe me, supporting MS JVM 1.1.4 is a requirement...
    ...So my question is, are there any things added to the JDK since 1.1.4 that can be used in a 1.1 JVM? If so, how would I be able to determine what those things are without testing them all?
    Like could i take java source for some 1.4 SDK code and add them to a 1.1 project? how do I know if the api requires a new intrinsic or not? (native keyword?)
    Also, I'm using the 1.4 SDK compiling for 1.1 targets, aside from the 1.4 SDK api's & packages, will there be any code I can write that will happily compile for a 1.1 target but then mysteriously fail when testing? What I mean is, if I use a new language feature or compiler feature since 1.1, will the 1.4 compiler's byte-code still be 1.1 compatible, or will there be some potential run-time problems?
    thanks

    As a rule of thumb, avoid all swing components (just use awt) because they are only available in 1.2. You can use all enhancements and bug fixes to awt components that are available in 1.4 (even 1.5).
    ;o)
    V.V.

  • How to create cross tab reports using RAS SDK api with Crystal Reports XI

    Hi Everybody,
    Iam generating reports in a web-based application with Crystal Reports XI using Report Application Server(RAS) SDK API. The columns in my report exceed that of an A4 sized page. So, when I export that report to pdf, only those columns that fit to a page are showing up. To solve, this problem, I thought of using cross tab. But, I donot know how to generate cross tab report using RAS SDK API. I have tried to get some code from the internet. But, I did not find any java code for that.Can some one give me some sample code.It is very urgent.
    Thanks in advance.

    Hi,
    The easiest way I use is to create the worksheet as regular table and then when i verify the data I get (non aggregate) I duplicate it as a cross tab.
    In the duplication wizard I just need to define the axis (using drag and drop).
    if you want to create a cross tab from the beginning you need to define that in the new workbook wizard (check the "cross tab" rather then "table"), chose your fields and define the place you want them.
    The data point (the center of the cross tab) is aggregated as to your machine definition and will happen automatically.
    for example: to find the amount of receipt by months:
    On the left put the "Buyer Name", on top put the "Months" and in the data point put the amount.
    What you'll get is something like:
    months: jan feb mar apr ......
    buyer_name
    jhon_smith 100 50 30 250 ......
    jhon_doe 80 45 90 453 ........
    and so on.....

  • Java SDK API Poster

    Dear List,
    I am relatively new to the lang.
    I am looking for a poster of the Java SDK 1.4. api. which I can put on the wall in my office.
    Anyone tell me where the best place to buy one is ?
    regards,
    Ben

    have you tried google? For example...
    http://www.google.com/search?q=java+sdk+api+poster&sourceid=opera&num=0&ie=utf-8&oe=utf-8

  • Does Adobe provide a free API for creating PDF files

    Does Adobe provide a free API (for Windows) for creating PDF files?   We are currently using
    a basic, internally developed API for creating PDF files, but would like some additional
    capabilities ... in particular the ability to add a watermark that appears when printing
    but not when viewing PDF files on-line.
    If this is not the right forum for this question, please let me know what forum would be
    appropriate.
    Thanks,
    Mark

    OK, with a little bit of searching on Adobe's web site, I found the answer to my question.   Yes, Adobe does offer
    an API for creating/manipulating/reading PDF files:  it's called the Adobe PDF Library SDK and it has to be
    licensed.  Version 9 is the latest.   The cost is decided on a case-by-case basis.    Here is the link:
    http://www.adobe.com/devnet/pdf/library/
    Mark

  • Is there any available API for BOE Translator?

    Hi,
          Is there any available API SDK for BOE Translator?
          Since the client has 2000+ measures to be translated, simply configuring the translation manually cannot meet the needs. The client would like to build the translation in batch through code.
          So does the Translator have any API to call?
          Any suggestion is appreciated.
    Best Regards,
    Vincent Li

    There currently is no public API for the Translation Manager.
    Sincerely,
    Ted Ueda

  • Where can i find the Java doc API for Sun Portal 6.2

    Hi
    I am looking for the java doc api for portal.. for e.g, i want to know the available classes under com.sun.portal.providers.util and method details under that..
    Thanks
    Ramesh

    There should be a file called javadocs.jar in your portal installation directory. Either under SUNWps/sdk or SUNWps/export.
    - Jim

  • Error while logging into CR server using SDK API

    I have crystal reports server 2008 running on Redhat linux machine. The CMS server (running on port 6400)and other servers are all up and running.
    When I try to communicate to the server using the SDK API I am getting error message. Can someone help me. I tried many things like shutting down firewall at the  server etc bit nothing work . The netstat -na command shows server is running on port 6400. I am going mad.
                  String  authentication = "secEnterprise"
                  ISessionMgr sm = CrystalEnterprise.getSessionMgr();
              enterpriseSession = sm.logon(userName,password,cms,authentication)
    Exception:
    com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$CommunicationError: Communication error occurred when trying to connect to server 15.7.204.107:6400 (FWM 01009)
    cause:com.crystaldecisions.thirdparty.org.omg.CORBA.TRANSIENT: attempt to establish connection failed: java.net.ConnectException: Connection timed out: connect  minor code: 0x4f4f0001  completed: No
    detail:Communication error occurred when trying to connect to server 15.7.204.107:6400 (FWM 01009) attempt to establish connection failed: java.net.ConnectException: Connection timed out: connect
         at com.crystaldecisions.enterprise.ocaframework.RawAPSDirectory.find(RawAPSDirectory.java:252)
         at com.crystaldecisions.enterprise.ocaframework.APSServerHandler.buildAPSClusterInfo(APSServerHandler.java:425)
         at com.crystaldecisions.enterprise.ocaframework.APSServerHandler.buildServerInfo(APSServerHandler.java:142)
         at com.crystaldecisions.enterprise.ocaframework.ServerController.redirectServer(ServerController.java:546)
         at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.redirectServer(ServiceMgr.java:1060)
         at com.crystaldecisions.enterprise.ocaframework.ManagedSessions.get(ManagedSessions.java:250)
         at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService(ServiceMgr.java:694)
         at com.crystaldecisions.sdk.occa.security.internal.LogonService.ensureServiceStub(LogonService.java:504)
         at com.crystaldecisions.sdk.occa.security.internal.LogonService.doUserLogon(LogonService.java:648)
         at com.crystaldecisions.sdk.occa.security.internal.LogonService.userLogon(LogonService.java:295)
         at com.crystaldecisions.sdk.occa.security.internal.SecurityMgr.userLogon(SecurityMgr.java:162)
         at com.crystaldecisions.sdk.framework.internal.SessionMgr.authenticate(SessionMgr.java:598)

    Thanks for the reply. What do you mean by enterprise machine. Can you explain.
    I will try wireshark and let you know.
    I can login into infoview, cmc and ssh to that machine without problems.Very strange.

  • Is there any Adobe Presenter 8 sdk / api available?

    Is there any Adobe Presenter 8 sdk / api available?
    I wasn't able to find any think on Adobe homepage.

    Thank you for the reply.
    I need to interact with the content when it is "played/executed" in Adobe Connect.
    I need to know which slide is currently shown, total number of slides and end of presentation information,
    such that I can use ExternalInterface to do some stuff when terminating the presentation.

  • API for importing a subtitles file into Premiere

    Hi,
    We are developing a plug-in for Premiere, that needs to import a srt file and add it to the sequence with the appropriate time codes.
    We haven't found any example in the Premiere SDK documentation that shows how to do it.
    We noticed that Premiere itself supports importing an Adobe Premiere Title (prtl) file. Is there any way to do it using the Premiere SDK?
    We would appreciate any help or code sample on how to achieve this.
    Thanks.

    Hi Roi,
    It sounds like your task involves 2 separate things:
    1) Getting Premiere Pro to recognize your .srt file
    2) Getting the .srt files in a sequence at the proper timecodes
    For the first point, there is already a plug-in that supports this for Windows: EZTitles
    http://www.adobe.com/products/premiere/extend.displayTab4.html#Workflow
    To do this, they have implemented an importer plug-in that supports the .srt filetype.  The importer API is described in chapter 5 of the Premiere Pro SDK.
    For the second point, you may be able to generate a sequence in the Final Cut XML format that has all the clips at the desired times in the sequence.  Then import the sequence into PPro and the clips will appear at the appropriate time in the sequence.
    Zac

  • Did iPhone have API for video recording?

    Did iPhone have API to write an application for video recording?. I have read all the document about audio&video that release along with SDK beta5 but can't find anything about video recording, all they said is...
    Audio
    Support for recording, processing, and playing audio files and streams.
    Video
    Support for full-screen display of video files.
    if currently iPhone don't have API for video recording, Did apple will develop it in future release of SDK?
    thank you.

    Here is a link the the apple developer site that might help out.
    http://developer.apple.com/

  • Need API for creation of tag cloud

    Hi,
    I have a requirement to create a tag cloud based on a particular business logic. Does Webcenter provide API for the same?
    Can I customize the "Tagging - Tag Cloud" task flow? If yes, how and to what extent?
    Thanks in advance,
    Anurag

    Hi  Ajit,
      No another FM is available . U can directly create using transaction SE01 .
    Or u can create using BDC .

Maybe you are looking for

  • Update Purchase Requisition from Sales Order

    Hi, My requirement is to Update Purchase Requisition from Sales Order based on the Vendor number in Purchase Requisition . I have used Userexit         :- MV45AFZB                  Customerexit :- EXIT_SAPFV45E_002                  BADI             :

  • Windows 7 Webcam driver?

    Hey, I have an X200 tablet that I just installed Windows 7 on. I've installed patches/drivers for almost everything, but I can't get the webcam to work.  Any help?

  • Change font size when download into Excel spreadsheet

    Dear all, When the users export the Web report into Excel spreadsheet, how can we smaller font size and removal of bold. Use the font size 10 instead of font 19. Thanks in advance, Kenps

  • ALV column with search capability

    All, When you create an ALV grid with a field of type like mara-matnr you have a button automatically inserted in the cell and when you click on it, you have the standard search for materials and you can list/select all the materials you want. I woul

  • FAO Adobe: What is Adobe's mobile development strategy?

    We've been trying to establish where Adobe is going with mobile development but just can't figure it out. Can anyone clarify please? For example, when will Dreamweaver be updated to properly support the latest versions of Phonegap/Cordova (i.e. v3.x)