List of devices supported by ADF mobile

Hi there,
Does anyone know where I can find the latest list of devices currently supported by the latest release of ADF mobile?
Thanks in advance.
ET

ET,
[url http://download.oracle.com/docs/cd/E15523_01/web.1111/e10140/pda_ovrv.htm#sthref10]The documentation has it.
John

Similar Messages

  • What are the kind of devices supported by SAP Mobile infrastructure?

    Hi All,
    What are the kind of devices supported by SAP Mobile infrastructure? Is there any document regarding this. Please provide your comments.
    Regards
    George

    Hi George,
    Refer this links. May be it would help you!
    Mobile Device Support in SAP MI
    FAQ from MDK
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cc489997-0901-0010-b3a3-c27a7208e20a#q-4-1
    Hope this helps to some extent.
    Best Regards,
    Lakshmi

  • ADF mobile: Is deviceScope supported in ADF mobile taskflow?

    Hi,
    Jdev 11.1.2.3.0 + mobile extension.
    In my taskflow I have a router component which should call different amx pages depending on the device platform.
    My router code in the taskflow (simplified):
        <router id="checkPlatform">
          <case id="__11">
            <expression>#{deviceScope.device.platform eq 'iPhone'}</expression>
            <outcome>isPhone</outcome>
          </case>
          <default-outcome>isPhone</default-outcome>
        </router>But I get the an error message in the EL expression like "deviceScope is not supported".
    Is deviceScope not supported in taskflows EL or is this a bug in XML validation?
    regards
    Peter

    Hi,
    Yes deviceScope is supported in the taskflow. This could be a product defect.
    However, another way to achieve the same event is to separate these pages into two different task flows, and then in the constraint content tab of the Features, you create two content entries and then set the constraint to point to different taskflows. Since you would have two sets of pages targeting different platforms, it's easier to use constraint to direct pages to different taskflows based on different form factors.
    There is an example of this in the HR sample application - HR sample app is shipped with JDevleoper. To see where HR sample app can be found, please google for ADF Mobile and navigate to the OTN ADF Mobile Landing page. Then follow the link to samples for further instructions.
    Thanks,
    Joe Huang

  • Webcenter Portal Support for ADF Mobile Browser

    Hi All,
    I am currently working on an ADF Mobile Browser Application for WebCenter Portal.
    The main issue I face is that WebCenter has some really powerful taskflows and connectors. Is it possible for us to make use of these taskflows in ADF mobile browser? It seems that when used within the trinidad framework, the taskflows are broken.
    I understand from documentation that "Except for page fragments, pop-up in dialogs, and region support, you can use the ADF task flow to develop ADF Mobile browser applications. ADF Mobile browser application that use the ADF task flow only support the trinidad-simple skin family"
    Does this mean that taskflows that use the page fragments, pop up dialogs dont work or that you cant use them within jsff and pop ups?
    Sincerely appreciate any help! thanks

    Hi,
    You can reuse taskflows but you need to modify jsff pages with trinidad components.
    Thanks,
    Minal

  • List of devices support ATOM? IOS limitations?

    Hello Experts,
    I urgentlly need to know the Cisco platforms support Any Transport over MPLS.
    Also are there any software limitations?
    To be more specific I am putting Nexus 7k which will connect to another DC running MPLS already. Is it a good idea to put another 6509 in front of the NX7k instead of terminating the link on nexus?
    Thanks,
    Deepak A.

    Where does it say it was registered?  I assume it was registered under the same account you are logged in under now to look at your list of registered Apple products.
    B-rock

  • Quick answer needed----Does Oracle ADF Mobile support Canvas in HML5?

    I am interested in Oracle ADF Mobile and want to develop a native mobile product on ipad maybe other tablet devices with CAD functionality. But I can't find a way to create HTML5 with Canvas on it. I wonder if Oracle ADF Mobile can do it. If so, how?
    Thanks
    Ling
    Edited by: 973623 on Nov 28, 2012 8:51 AM

    Hi,
    ADF Mobile comes with a rich set of Data Visualization Components (charts/graphs/etc) that's based on HTML5 Canvas. You would not need to develop your own set of HTML5 components. This is applicable to the new on-device version of ADF Mobile. You would need to create an ADF Mobile app, and create your user interface using AMX components. The graphics component set is call DVT Mobile AMX.
    If you decide to create your own HTML5-based pages with HTML5 canvas-based graphics component, you can still host your own HTML5 page inside ADF Mobile. However, you would need to create your own HTML5 page.
    Thanks,
    Joe Huang

  • ADF Mobile Browser - 12c invokeAction supported?

    We are planning to upgrade our existing platform to Oracle 12C (from 11.1.2.3) , and are in the processing of migrating our applications in the Development environment.
    One of the critical applications is an ADF Mobile Browser application. We use the invokeAction  executable heavily in our pages to execute actions on page load.
    Now although the application run fine in the 12C environment, we get a warning that invokeAction is deprecated.
    Question: whats the alternative to invokeAction in ADF Mobile Browser applications where we do not have taskflows?
    Thank you...

    Thanks Frank. When we first tried building our existing ADF application as a mobile browser app, the task flows did not work and we incorrectly assumed that task flows were not supported in ADF Mobile browser.
    I read the documentation again, and it seems only certain aspects of task flows like regions and page fragments that are not supported.
    We will re-write the logic to use task flows instead and try it out.

  • Difference between Oracle ADF Mobile and Oracle ADF Mobile Client.

    Hi Experts,
    I am new ADF Mobile app development. I found docs for Oracle ADF Mobile here as [http://docs.oracle.com/cd/E35521_01/doc.111230/e24475/toc.htm]. I was following it sequentially.
    But when i searched for achieving offline data , data synchronization and using database for Mobile apps, i got another docs link [http://docs.oracle.com/cd/E23549_01/doc.1111/e14826/toc.htm] which is for Oracle® Fusion Middleware ADF Mobile Client .
    So I got confused which one to prefer over the other..? Both support on device mobile apps.
    do they have any difference over other or data sync & db features are not available for Oracle ADF Mobile..? & available only for Oracle ADF Mobile Client..?
    It would be much helpful if someone could provide clear difference between these two technologies.
    Thanks,
    Praveen S K

    I made a topic and the 'same' question popuped up.
    ( ADF Mobile: Data synchronization )
    In Mobile Client iOS is not supported, in ADF Mobile it is. That's the main difference (in my opinion).

  • Issues in ADF mobile application using Trinidad components

    I am facing the following issues when developing a mobile application using trinidad components :
    Jdev version : 11.1.1.6
    1) I dont see a date component using trinidad components? The dev guide http://docs.oracle.com/cd/E23943_01/web.1111/e10140/sup_comp.htm says that tr:inputDate is supported but when i try to drag a data field to jsf page i don't see an option for Trinidad date component. so i went ahead and created an af:inputDate in the page. But the date selection dialog doesnt open up.
    2) i tried using 'Rendered' for conditional rendering of a component but it does not work or refresh immediately, the same problem is solved in my adf application using visible property but looks like there is no 'Visible' property for Trinidad components. any work around?
    3) i wanted to have a 'create insert' call in my task flow before launching the page. Since Task flows are not supported in ADF mobile application, i have added 'ADF Faces' also into my project and created task flow and jsff page as i do for a adf web application the only diff being the usage of trinidad components in my jsff page. is this fine? Also can we mix trinidad components and adf components into the same page?
    4) I have a tr:inputText on a clob input text field which i am updating in ADF page using a clob converter class. Same thing i cannot do for trinidad text as it is resulting in null pointer exception. any solution to update clob fields into database which uses tr:inputText compents.
    Help to solve any one of the above issues (by quoting serial no) would be highly appreciated. Thanks.

    >
    4) I have a tr:inputText on a clob input text field which i am updating in ADF page using a clob converter class. Same thing i cannot do for trinidad text as it is resulting in null pointer exception. any solution to update clob fields into database which uses tr:inputText compents.
    wht is the stack trace.. when is it giving null pointer exception.. explain
    >
    Below is the code for an inputText component based on a CLOB Field.
    <tr:inputText value="#{bindings.ObsComments.inputValue}"
                        label="#{bindings.ObsComments.hints.label}"
                        required="#{bindings.ObsComments.hints.mandatory}"
                        columns="#{bindings.ObsComments.hints.displayWidth}"
                        maximumLength="#{bindings.ObsComments.hints.precision}"
                        id="it4" rows="4" binding="#{ObsMobileBean.obsComments}"
                        showRequired="#{bindings.WoNeeded.attributeValue eq 'Y'}"
                        partialTriggers="sbc1" converter="ClobConverter">
            <f:validator binding="#{bindings.ObsComments.validator}"/>
          </tr:inputText>When i try to render the page it self i face this error initially.
    >
    java.lang.NullPointerException
         at sfi.apps.sso.mobileUi.util.ClobConverter.getAsString(ClobConverter.java:41)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.ValueRenderer.getConvertedString(ValueRenderer.java:63)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.EditableValueRenderer.getConvertedString(EditableValueRenderer.java:163)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.SimpleInputTextRenderer.renderContent(SimpleInputTextRenderer.java:364)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.SimpleInputTextRenderer.encodeAllAsElement(SimpleInputTextRenderer.java:121)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.FormElementRenderer.encodeAll(FormElementRenderer.java:109)
         at org.apache.myfaces.trinidad.render.CoreRenderer.delegateRenderer(CoreRenderer.java:435)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.InputLabelAndMessageRenderer.renderFieldCellContents(InputLabelAndMessageRenderer.java:146)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.LabelAndMessageRenderer._renderFieldCell(LabelAndMessageRenderer.java:492)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.LabelAndMessageRenderer.encodeAll(LabelAndMessageRenderer.java:359)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.InputLabelAndMessageRenderer.encodeAll(InputLabelAndMessageRenderer.java:124)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.PanelFormLayoutRenderer._encodeFormItem(PanelFormLayoutRenderer.java:911)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.PanelFormLayoutRenderer.access$100(PanelFormLayoutRenderer.java:48)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.PanelFormLayoutRenderer$FormColumnEncoder.processComponent(PanelFormLayoutRenderer.java:1419)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.PanelFormLayoutRenderer$FormColumnEncoder.processComponent(PanelFormLayoutRenderer.java:1338)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
         at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.PanelFormLayoutRenderer._encodeChildren(PanelFormLayoutRenderer.java:312)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.PanelFormLayoutRenderer.encodeAll(PanelFormLayoutRenderer.java:137)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:421)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.PanelHeaderRenderer.encodeAll(PanelHeaderRenderer.java:133)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:421)
         at oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer._encodeChildren(RegionRenderer.java:278)
         at oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer.encodeAll(RegionRenderer.java:201)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at oracle.adf.view.rich.component.fragment.UIXRegion.encodeEnd(UIXRegion.java:300)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:933)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:421)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.PanelPartialRootRenderer.renderContent(PanelPartialRootRenderer.java:69)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.BodyRenderer.renderContent(BodyRenderer.java:142)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.PanelPartialRootRenderer.encodeAll(PanelPartialRootRenderer.java:151)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.BodyRenderer.encodeAll(BodyRenderer.java:78)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:933)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:933)
         at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:266)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:197)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:911)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:367)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:222)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    Now if i remove the tag converter="ClobConverter" then the page renders fine but when i try to submit the values back into the database, then i got the error
    >
    Cannot convert <entered text> of type class java.lang.String to class oracle.jbo.domain.ClobDomain
    >
    My clob converter class is registered in faces-config.xml file and the code for it is also pasted below for reference:
    import javax.faces.component.UIComponent;
    import javax.faces.context.FacesContext;
    import javax.faces.convert.Converter;
    import javax.faces.convert.ConverterException;
    import oracle.jbo.domain.ClobDomain;
    public class ClobConverter implements Converter {
        public ClobConverter() {
        public Object getAsObject(FacesContext context, UIComponent component,
                                  String value) {
            if (context == null || component == null) {
                throw new NullPointerException("FacesContext and UIComponent can not be null");
            if (value == null) {
                return null;
            try {
                return new ClobDomain(value);
            } catch (Exception ex) {
                final String message =
                    String.format("Unable to convert boolean value \"%s\" into a oracle.jbo.domain.Number",
                                  value);
                throw new ConverterException(message, ex);
        public String getAsString(FacesContext context, UIComponent component,
                                  Object value) {
            if (context == null || component == null) {
                throw new NullPointerException("FacesContext and UIComponent can not be null");
            return value.toString();
    }

  • Use dvt map component into adf mobile

    Hello,
    I'm just wondering if it's possible to use the dvt map component into an adf mobile application or if there's another way to display a map coming from mapviewer.
    Does anybody know it there are any limitations?
    Thanks and regards

    Currently DVT Map component is not supported for ADF Mobile. Alternatively you could look at embedding Google Maps or just invoke Google Maps from your app. On iOS and Android, if you create a link with something like ("http://maps.google.com/maps?q=<Text or EL Expression containing the value of the address you want to search>"), then native Google Maps application would be launched to display that address. You can also embed a Google Map in your page as an image as well - check Google Map's site for details of how to issue an URL that could return an image containing Google Maps and search results.
    Thanks,
    Joe Huang

  • How to test my ADF mobile browser application on Android emulator?

    Hi
    I have created a Mobile Browser Application. Could anyone please tell me how to test it on Android emulator?
    I read the information about downloading and configuring simulators(Blackberry) and emulators(Microsoft Windows) for ADF Mobile browser in "Running Mobile Device Simulators with ADF Mobile and JDeveloper". However they didn't mention details about downloading and configuring "*Android Emulators*". Could anyone please help me in this.
    Regards
    Raja

    Hi,
    thought you want to test a mobile BROWSER application on android emulator you have to use android JDK like mentioned by codigoadf.
    I guess also that the configuration (create virtual android device, ...) will be the same.
    You have to use the same URL for your application than on your PC but replace 127.0.0.1 by 10.0.2.2 (In case your WLS runs on the same machine as the android emulator)
    regards
    Peter

  • Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile

    Where can I find "Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile"?
    Thanks a lot for your time.

    Hi, this is referring to the JavaDocs for Java methods/classes supported by ADF Mobile. You can typically right (or ctrl) click on any ADF Mobile specific Java method and select "JavaDoc". You can open up a sample app that contains any Java class - for example the HR sample app, and find any method with name "adfmf*". You should be able to see the Java doc for the ADF Mobile related methods/classes.
    Thanks,
    Joe Huang

  • Apple Mobile Device Support fails to install, remains unsolved.

    i came back to the forums after a coupld of months, and this issue is still unsolved, will support please read this and answer us, it seems i am not the only one with such problems. so i will repost this issue here hoping to find a solution.
    Thank you.
    Reading through the forums, i found many with this same error, some said reinstalling solves this problem, but for me, and many others, it did not, so here is a log of the installation where the error shows, please look at it and tell us wheat to do,
    Action 8:21:17: InstallFiles. Copying new files
    Action 8:21:18: MsiRollbackInstall.
    Action 8:21:18: MsiInstallDrivers.
    DIFXAPP: ENTER: InstallDriverPackages()
    DIFXAPP: 'CustomActionData' property 'DIFxApp Version' is 2.1.
    DIFXAPP: 'CustomActionData' property 'UI Level' is 5.
    DIFXAPP: 'CustomActionData' property 'componentId' is {9AA3828A-F852-11DB-8E29-6C6B55D89593}.
    DIFXAPP: 'CustomActionData' property 'componentPath' is C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers\.
    DIFXAPP: 'CustomActionData' property 'flags' is 0x17.
    DIFXAPP: 'CustomActionData' property 'installState' is 2.
    DIFXAPP: 'CustomActionData' property 'ProductName' is Apple Mobile Device Support.
    DIFXAPP: 'CustomActionData' property 'ManufacturerName' is Apple Inc..
    DIFXAPP: INFO: opening HKEY_USERS 'S-1-5-21-1605124395-1919374747-2981180892-1004\Software\Microsoft\Windows\Curr entVersion\DIFxApp\Components{9AA3828A-F852-11DB-8E29-6C6B55D89593}' (User's SID: 'S-1-5-21-1605124395-1919374747-2981180892-1004') ...
    DIFXAPP: INFO: ENTER: DriverPackageInstallW
    DIFXAPP: INFO: usbaapl.inf: checking signature with catalog 'C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers\USBAAPL.CAT' ...
    DIFXAPP: INFO: Driver package 'usbaapl.inf' is WHQL signed.
    DIFXAPP: ERROR: Create Driver Store entry failed. (Error code 0x6E: The system cannot open the device or file specified.)
    DIFXAPP: INFO: Successfully removed '{9AA3828A-F852-11DB-8E29-6C6B55D89593}' from reference list of driver store entry ''
    DIFXAPP: INFO: RETURN: DriverPackageInstallW (0x52)
    DIFXAPP: ERROR encountered while installing driver package C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers\usbaapl.inf
    DIFXAPP: InstallDriverPackages failed with error 0x52
    DIFXAPP: RETURN: InstallDriverPackages() 82 (0x52)
    Action ended 8:21:20: InstallFinalize. Return value 3.
    Action 8:21:20: Rollback. Rolling back action:
    Rollback: MsiInstallDrivers
    Rollback: MsiRollbackInstall
    DIFXAPP: ENTER: RollbackInstall()
    DIFXAPP: 'CustomActionData' property 'DIFxApp Version' is 2.1.
    DIFXAPP: 'CustomActionData' property 'componentId' is {9AA3828A-F852-11DB-8E29-6C6B55D89593}.
    DIFXAPP: 'CustomActionData' property 'flags' is 0x17.
    DIFXAPP: 'CustomActionData' property 'installState' is 2.
    DIFXAPP: 'CustomActionData' property 'ProductName' is Apple Mobile Device Support.
    DIFXAPP: 'CustomActionData' property 'ManufacturerName' is Apple Inc..
    DIFXAPP: This was the component where the install failure occurred. The rollback for this component must have already occurred at the time of failure. No need to rollback again
    DIFXAPP: Rollback failed with error 0x2
    DIFXAPP: RETURN: RollbackInstall() 2 (0x2)
    Rollback: Copying new files
    Rollback: Moving files
    Rollback: Creating folders
    Rollback: Removing system registry values
    Rollback: Deleting services
    Rollback: Stopping services
    Rollback: Updating component registration
    Action 8:21:41: Rollback. Rolling back action:
    Rollback: MsiInstallDrivers
    Rollback: MsiRollbackInstall
    DIFXAPP: ENTER: RollbackInstall()
    DIFXAPP: 'CustomActionData' property 'DIFxApp Version' is 2.1.
    DIFXAPP: 'CustomActionData' property 'componentId' is {9AA3828A-F852-11DB-8E29-6C6B55D89593}.
    DIFXAPP: 'CustomActionData' property 'flags' is 0x17.
    DIFXAPP: 'CustomActionData' property 'installState' is 2.
    DIFXAPP: 'CustomActionData' property 'ProductName' is Apple Mobile Device Support.
    DIFXAPP: 'CustomActionData' property 'ManufacturerName' is Apple Inc..
    DIFXAPP: ERROR 0x2 encountered while opening persistent-info key for component '{9AA3828A-F852-11DB-8E29-6C6B55D89593}'
    DIFXAPP: Rollback failed with error 0x2
    DIFXAPP: RETURN: RollbackInstall() 2 (0x2)
    Rollback: Copying new files
    Rollback: Moving files
    Rollback: Creating folders
    Rollback: Removing system registry values
    Rollback: Deleting services
    Rollback: Stopping services
    Rollback: Updating component registration
    Action ended 8:22:00: INSTALL. Return value 3.
    Action ended 8:22:00: ExecuteAction. Return value 3.
    Action 8:22:00: SetupCompleteError.
    Action start 8:22:00: SetupCompleteError.
    Action 8:22:00: SetupCompleteError. Dialog created
    Action ended 8:22:03: SetupCompleteError. Return value 2.
    Action ended 8:22:03: INSTALL. Return value 3.
    === Logging stopped: 1/11/2008 8:22:03 ===
    MSI (c) (10:8C) 08:22:03:595: Product: Apple Mobile Device Support -- Installation failed.
    now i went to the directory where the driverfiles should be, and paused the installation just before it starts rolling back and made a copy of the whole thing, the driver files are being extracted, and thinking it may have failed to find them, i restarted the installation and paused it after it extracted the files, copied over my backup files to where they should be, and resumed, same thing happened, failure again.
    I stopped all the services running, (msconfig / startup and services) and that still did not help, i went through my registry for every "apple" and deleted it, after uninstalling all apple products, that did not help, i ran windows install clean up and made sure that quicktime and itunes and apple updatea re not installed, did the whole thing again, no luck.......
    Can someone please tell me what is going on, i can run it just fine on my other machine, which is running windows xp pro as well, the only thing different i did on this one was that i plugged in the Iphone before installing the software, whereas i ran the itunes installer on that one before i plugged in the iphone, and yes, i did get the iphone driver as a camera at first, and i changed it later by pointing the update driver to the same directory where applemobiledevicesupport extracted the 3 driver files :
    C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers
    and the files are usbaapl.cat , usbaapl.inf, and usbaapl.sys
    please look into this issue, i've done everything i could think of,
    Thank you.
    Windows XP Pro

    *"will support please read this and answer us"*
    These are user to user forums. Apple employees do not take part in them.

  • Apple Mobile Device Support fails to install ??

    Reading through the forums, i found many with this same error, some said reinstalling solves this problem, but for me, and many others, it did not, so here is a log of the installation where the error shows, please look at it and tell us wheat to do,
    Action 8:21:17: InstallFiles. Copying new files
    Action 8:21:18: MsiRollbackInstall.
    Action 8:21:18: MsiInstallDrivers.
    DIFXAPP: ENTER: InstallDriverPackages()
    DIFXAPP: 'CustomActionData' property 'DIFxApp Version' is 2.1.
    DIFXAPP: 'CustomActionData' property 'UI Level' is 5.
    DIFXAPP: 'CustomActionData' property 'componentId' is {9AA3828A-F852-11DB-8E29-6C6B55D89593}.
    DIFXAPP: 'CustomActionData' property 'componentPath' is C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers\.
    DIFXAPP: 'CustomActionData' property 'flags' is 0x17.
    DIFXAPP: 'CustomActionData' property 'installState' is 2.
    DIFXAPP: 'CustomActionData' property 'ProductName' is Apple Mobile Device Support.
    DIFXAPP: 'CustomActionData' property 'ManufacturerName' is Apple Inc..
    DIFXAPP: INFO: opening HKEY_USERS 'S-1-5-21-1605124395-1919374747-2981180892-1004\Software\Microsoft\Windows\Curr entVersion\DIFxApp\Components\{9AA3828A-F852-11DB-8E29-6C6B55D89593}' (User's SID: 'S-1-5-21-1605124395-1919374747-2981180892-1004') ...
    DIFXAPP: INFO: ENTER: DriverPackageInstallW
    DIFXAPP: INFO: usbaapl.inf: checking signature with catalog 'C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers\USBAAPL.CAT' ...
    DIFXAPP: INFO: Driver package 'usbaapl.inf' is WHQL signed.
    DIFXAPP: ERROR: Create Driver Store entry failed. (Error code 0x6E: The system cannot open the device or file specified.)
    DIFXAPP: INFO: Successfully removed '{9AA3828A-F852-11DB-8E29-6C6B55D89593}' from reference list of driver store entry ''
    DIFXAPP: INFO: RETURN: DriverPackageInstallW (0x52)
    DIFXAPP: ERROR encountered while installing driver package C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers\usbaapl.inf
    DIFXAPP: InstallDriverPackages failed with error 0x52
    DIFXAPP: RETURN: InstallDriverPackages() 82 (0x52)
    Action ended 8:21:20: InstallFinalize. Return value 3.
    Action 8:21:20: Rollback. Rolling back action:
    Rollback: MsiInstallDrivers
    Rollback: MsiRollbackInstall
    DIFXAPP: ENTER: RollbackInstall()
    DIFXAPP: 'CustomActionData' property 'DIFxApp Version' is 2.1.
    DIFXAPP: 'CustomActionData' property 'componentId' is {9AA3828A-F852-11DB-8E29-6C6B55D89593}.
    DIFXAPP: 'CustomActionData' property 'flags' is 0x17.
    DIFXAPP: 'CustomActionData' property 'installState' is 2.
    DIFXAPP: 'CustomActionData' property 'ProductName' is Apple Mobile Device Support.
    DIFXAPP: 'CustomActionData' property 'ManufacturerName' is Apple Inc..
    DIFXAPP: This was the component where the install failure occurred. The rollback for this component must have already occurred at the time of failure. No need to rollback again
    DIFXAPP: Rollback failed with error 0x2
    DIFXAPP: RETURN: RollbackInstall() 2 (0x2)
    Rollback: Copying new files
    Rollback: Moving files
    Rollback: Creating folders
    Rollback: Removing system registry values
    Rollback: Deleting services
    Rollback: Stopping services
    Rollback: Updating component registration
    Action 8:21:41: Rollback. Rolling back action:
    Rollback: MsiInstallDrivers
    Rollback: MsiRollbackInstall
    DIFXAPP: ENTER: RollbackInstall()
    DIFXAPP: 'CustomActionData' property 'DIFxApp Version' is 2.1.
    DIFXAPP: 'CustomActionData' property 'componentId' is {9AA3828A-F852-11DB-8E29-6C6B55D89593}.
    DIFXAPP: 'CustomActionData' property 'flags' is 0x17.
    DIFXAPP: 'CustomActionData' property 'installState' is 2.
    DIFXAPP: 'CustomActionData' property 'ProductName' is Apple Mobile Device Support.
    DIFXAPP: 'CustomActionData' property 'ManufacturerName' is Apple Inc..
    DIFXAPP: ERROR 0x2 encountered while opening persistent-info key for component '{9AA3828A-F852-11DB-8E29-6C6B55D89593}'
    DIFXAPP: Rollback failed with error 0x2
    DIFXAPP: RETURN: RollbackInstall() 2 (0x2)
    Rollback: Copying new files
    Rollback: Moving files
    Rollback: Creating folders
    Rollback: Removing system registry values
    Rollback: Deleting services
    Rollback: Stopping services
    Rollback: Updating component registration
    Action ended 8:22:00: INSTALL. Return value 3.
    Action ended 8:22:00: ExecuteAction. Return value 3.
    Action 8:22:00: SetupCompleteError.
    Action start 8:22:00: SetupCompleteError.
    Action 8:22:00: SetupCompleteError. Dialog created
    Action ended 8:22:03: SetupCompleteError. Return value 2.
    Action ended 8:22:03: INSTALL. Return value 3.
    === Logging stopped: 1/11/2008 8:22:03 ===
    MSI (c) (10:8C) [08:22:03:595]: Product: Apple Mobile Device Support -- Installation failed.
    now i went to the directory where the driverfiles should be, and paused the installation just before it starts rolling back and made a copy of the whole thing, the driver files are being extracted, and thinking it may have failed to find them, i restarted the installation and paused it after it extracted the files, copied over my backup files to where they should be, and resumed, same thing happened, failure again.
    I stopped all the services running, (msconfig / startup and services) and that still did not help, i went through my registry for every "apple" and deleted it, after uninstalling all apple products, that did not help, i ran windows install clean up and made sure that quicktime and itunes and apple updatea re not installed, did the whole thing again, no luck.......
    Can someone please tell me what is going on, i can run it just fine on my other machine, which is running windows xp pro as well, the only thing different i did on this one was that i plugged in the Iphone before installing the software, whereas i ran the itunes installer on that one before i plugged in the iphone, and yes, i did get the iphone driver as a camera at first, and i changed it later by pointing the update driver to the same directory where applemobiledevicesupport extracted the 3 driver files :
    C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers
    and the files are usbaapl.cat , usbaapl.inf, and usbaapl.sys
    please look into this issue, i've done everything i could think of,
    Thank you.

    I have the exact same problem on my workstation and previously solved it by installing iTunes on a different computer and copying all the files and registry keys to my workstation. However, it didn't solve the problem when i tried to update to itunes 7.6 ...
    Is there any solution yet?

  • IPod is not recognized by iTunes... Driver folder not in Mobile Device Support?

    I have an iPod Touch 4th Generation. First, my iPod wasn't even recognized in Windows. After following the various Apple articles, I solved this.
    But now, my iPod won't be recognized in iTunes. I've been trying to follow this: http://support.apple.com/kb/TS1538 which has worked so far. But the Apple Mobile Device USB Driver is not listed. I follow along as to what to do to solve this until I reach "
    Use this window to navigate to the following folder:
    C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers.
    Note: If using a 64-bit version of Windows, this folder may be stored in C:\Program Files (x86)\Common Files\Apple\Mobile Device Support\Drivers.
    Double-click the "usbaapl.inf" file which is listed in this folder. (This file will be called "usbaapl64.inf" if you have a 64-bit version of Windows)."
    My Mobile Device Support does not have a folder called "Drivers" and my computer does not have any file listed as "usbaapl.inf" anywhere. I'm guessing that this could be the source of the problem. But I can't fix it unless I know where to find these drivers, and I don't know they are on my computer or how to get them.
    Can anyone help?
    Thank you in advance.

    Hello tgraul,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/ts1538
    Best of luck,
    Mario

Maybe you are looking for