Run application on mobil device

Hi, i can run the application in the emulator very well, but, when i copy the .jar in my mobil device, it install sucessfully, but when i run it, stay forever in the splash of javafx.
I don't know why happen it.
can you help me? thanks

i'm using windows mobile too, and the examples runs fne too, but, i developed an application, and it stay in the splash the javaFX

Similar Messages

  • "Application Error"  While running application in real device

    HI all,
    When i run application on real device( Nokia 7360), It gives me Application Error
    My application is running well in wireless toolkit Emulator..
    I dont know why this is happining on real device?...
    regards
    Pravin

    Here is the code
    It just create a new contact in the AddressBook
    and i use Nokia 7360 for running my application
    import javax.microedition.midlet.*;
    import javax.microedition.lcdui.*;
    import javax.microedition.pim.*;
    import java.util.Enumeration;
    public class AddContact extends MIDlet implements CommandListener,Runnable
         Form form;
         Display display;
         Command exit;
         Command add;
         Alert alert;
         public Thread th;
    private boolean quit = false;     
         public AddContact()
         display = Display.getDisplay(this);
         form = new Form("Add Contact");
         exit = new Command("Exit",Command.EXIT,1);
         add = new Command("Add Contact",Command.OK,1);
         alert = new Alert("Add Contact","Contact Added Succesfully",null,null);
         alert.setTimeout(Alert.FOREVER);
         form.addCommand(add);     
         form.addCommand(exit);
         form.setCommandListener(this);
         public void startApp()
              display.setCurrent(form);
              th = new Thread(this);  
         public void pauseApp()
         public void destroyApp(boolean unconditional)
          public void commandAction(Command c, Displayable d) {
               if(c==exit)
                   destroyApp(false);
                         notifyDestroyed();
              else if (c == add)
                        if(!quit)
                        th.start();
                        display.setCurrent(alert);
         public void quit()
         quit = true;
         public void run()
         while (!quit)
              try
              PIM pim = PIM.getInstance();
              ContactList cl = null;
              Contact new_contact = null;
              Enumeration read_contact = null;
              String final_no="";
              try
                   cl = (ContactList)pim.openPIMList(PIM.CONTACT_LIST,PIM.READ_WRITE);
              catch(PIMException pime)
                   Alert alert_1 = new Alert("Error","Error Accessing Database"+pime,null,null);
                   alert_1.setTimeout(Alert.FOREVER);
                   alert_1.setType(AlertType.ERROR);
                   display.setCurrent(alert_1);
              catch(SecurityException se)
                   Alert alert_2 = new Alert("Error","Security Error"+se,null,null);
                   alert_2.setTimeout(Alert.FOREVER);
                   alert_2.setType(AlertType.ERROR);
                   display.setCurrent(alert_2);
              new_contact = cl.createContact();
              new_contact.addString(Contact.TEL,Contact.ATTR_HOME,"123456");
              new_contact.addString(Contact.FORMATTED_NAME,Contact.ATTR_NONE,"AasdD");
              new_contact.addString(Contact.TEL,Contact.ATTR_MOBILE,"2634465");
              new_contact.addString(Contact.TEL,Contact.ATTR_FAX,"+91 7834465");
              new_contact.addString(Contact.TEL,Contact.ATTR_PAGER,"7034465");
              new_contact.addString(Contact.TEL,Contact.ATTR_MOBILE,"9234465");
              try
                   new_contact.commit();
              catch(PIMException piem)
                        Alert alert_4 = new Alert("Error","Error while saving  Data"+piem,null,null);
                        alert_4.setTimeout(Alert.FOREVER);
                        alert_4.setType(AlertType.ERROR);
                        display.setCurrent(alert_4);
              try
                   cl.close();
              catch(PIMException piem)
                   Alert alert_5 = new Alert("Error","Error Closing Application"+piem,null,null);
                        alert_5.setTimeout(Alert.FOREVER);
                        alert_5.setType(AlertType.ERROR);
                        display.setCurrent(alert_5);
              catch (Exception e)
                   Alert alert_4 = new Alert("Error","Error on first try"+e,null,null);
                   alert_4.setTimeout(Alert.FOREVER);
                   alert_4.setType(AlertType.ERROR);
                   display.setCurrent(alert_4);
              quit();
         

  • Accessing Webdynpro ABAP application using Mobile Device..........

    Hi,
      Can any please let me know if we can access Webdynpro ABAP application using mobile device. If yes, what are the steps/procedure to be followed.
    Thanks.
    NP

    Hello,
    after 4 years in 2012, i bought a tablet pc (aldi lifetab), installed a firefox-browser, the add-on cert-manager, installed a client certificate. After doing this i can accces webdynpro for abap applications without any problems.

  • How to embed JavaFx Script application into mobile devices

    Hi,
    I had created small JavaFX script application.How can i embed this application into mobile devices.I got the information that JavaFX Mobile is java mobile operating system.How can i set up this.

    Look into the Adobe AIR runtime.  This can do what you are looking for (no embedding of acrobat necessary, its built-in)

  • Deployment of MI 7.1 application to mobile devices

    Hi expert,
    I am develop an application using MI 7.1. The application run well in my emulator in development studio 7.1 . I upload the sda to MI server and change the state to test successful. Now i assign the application to my device but when i sync my device the application seem not downloaded. The status in doe admin was "Installation pending" . Any idea??
    Thanks

    Hi,
    1. Check whether the USER_AUTHORIZATION data object instances has not reached the device.
      There might be pending extracts for the USER_AUTHORIZATION data object instances.Please trigger extract.
    2. If you didnt find any data in pending extracts.
    Do initial download / delta download from the backend / DOE for USER_AUTHORIZATION object.
    3. Check for data in the CDS.
    4. If you didnt get the data For USER_AUTHORIZATION in CDS.
       please check all mandatory MCDs that need to DOE are uploaded or not.
    5. If not upload it.
       http://help.sap.com/saphelp_nwmobile71/helpdata/en/45/65ad4ee0531aa8e10000000a114a6b/content.htm
    6. do step2 and 1.
    Regards.
    lakshman balanagu.

  • Can not run application on mobile

    Hi Every One,
    I Have developed a j2me web application using wtk 2.5, which takes url to connect in the 'user defined' fields.
    Application runs on tool kit, but on installation to mobile(sony Ericson k810i) it doesn't work.
    Probably it could not connect to server.
    are there any other settings in mobile which I'm missing.
    Please help I'm new to j2me.
    Thanks in advance....

    Hi Thanks to reply,
    Im using tomcat server to connect ,it dosent throws any exception ,but returns http status code 400.
    It means 'The request had bad syntax or was inherently impossible to be satisfied. '
    Im using MIDP 2.0 & cldc1.1 configuration.

  • Run application with mobile power on

    how to run an application with the mobile powering on
    is this avilable by j2me?

    Hi
    how to run an application with the mobile powering on
    is this avilable by j2me?Do you mean when the power is off? If this is the case, then you can't as far as I know.
    Mihai

  • Hand Held application not recognising a database instance when running in cradled mode through Windows Mobile Device Centre.

    How do I get a Hand Held application to recognise a database instance when running cradled through Mobile Device Centre?
    I have a database instance on a networked machine as NZTESTSERVER2\NZ2008.
    If I run the Hand Held application in WI-Fi connected mode it resolved this database connection name without any problems.
    This database connection name also works from a Desktop application running on the PC that I have cradled the Hand Held to.
    But the instance isn’t being resolved when I run the Hand Held application in cradled mode, without a Wi-Fi connection. In this case it still recognises the server address part ‘NZTESTSERVER2’ but it doesn’t recognise this with the database instance included
    (\NZ2008).
    I even tried using it with the servers IP and the instance (192.168.0.14\NZ2008), but again it recognises the server IP address (192.168.0.14), but not with the instance (\NZ2008).
    So why does the app run in WI-Fi but not cradled mode?

    It would better to understand your problem if you can share some code here,

  • How to deploy application created in SAP MI 7.1 on Mobile Device.

    Hi Friends,
    I have developed a m employee application in SAP MI 7.1 through Netweaver Developer Studio running succesfully on mobile simulater.
    I have also successfuly Installed SAP MI Client 7.1 on my mobile device.
    Now I am struggling with how to deploy my application on mobile device.
    Is there any way that I can simply copy the working project files from developer studio and paste them in Mobile Device to make the application work on mobile device as well.
    or is there any other method to do this .
    Please Suggest.
    Regards
    Nitesh.

    <pre>
    Hi Amit
    Firstly I created the
    1. Employee_sc Service in the Service Explorer
    2. Employee_UI in the handheld UI explorer.<
    3. Emplyee_app in the 'Applicaton Explorer' where I included both the service and the UI together.
    Then I deployed all three in the default Mi location and tested in the simulater . It works fine in simulater.
    In the First View of my application I am not displaying any data from the DOE.
    In the first View I just have the butons to create, search and delete employee details.
    In my whole application I am not using any data objects from the backend. The dataobjects are creted in the frontend (NWDS) only.
    Now Instead of AWT I Installed JSP Container. It is now Showing The employee application.
    But as soon as I click the application it gives the execption.
    Error: 500
    Location: /me/startInternal Servlet Error:<br>
    java.lang.NullPointerException at com.sap.tc.mobile.wdlite.framework.Start.isResponsible() at <br>com.sap.tc.mobile.wdlite.framework.Start.isResponsible() at <br>com.sap.tc.mobile.cfs.framework.spi.FrameworkManager.findFramework() at <br>com.sap.tc.mobile.cfs.framework.spi.FrameworkManager.startApplication() at <br>com.sap.tc.mobile.cfs.jspui.MainServlet.LaunchApplication() at com.sap.tc.mobile.cfs.jspui.MainServlet.doHandleEvent() at <br>com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doGetThreadSafe() at <br>com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doGet() at com.sap.tc.mobile.cfs.jspui.MainServlet.doGet() at <br>com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doPost() at com.sap.tc.mobile.cfs.jspui.MainServlet.doPost() at <br>com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.service() at javax.servlet.http.HttpServlet.service() at <br>org.apache.tomcat.core.ServletWrapper.doService() at org.apache.tomcat.core.Handler.service() at <br>org.apache.tomcat.core.ServletWrapper.service() at org.apache.tomcat.core.ContextManager.internalService() at <br>org.apache.tomcat.core.ContextManager.service() at <br>org.apache.tomcat.service.http.HttpConnectionHandler.processConnection() at <br>org.apache.tomcat.service.TcpWorkerThread.runIt() at org.apache.tomcat.util.ThreadPool$ControlRunnable.run() at <br>java.lang.Thread.run()
    <br>The contents of Jscout File are :-
    NSIcom Ltd., CrEme(tm)
    CrE-ME J2ME(tm)
    CrE-ME V4.12h B162.221008 22-Oct-2008
      MemoryLimit=64000Kb
    EBCI(TM) Interpreter V1.00,
    Copyright 1998-2002 by Bytecodes, Inc.
    java.io.IOException: SysCall : bind() failed
         at java.net.PlainSocketImpl.bind()
         at java.net.ServerSocket.<init>()
         at com.sap.tc.mobile.cfs.console.MgmtConsole.initialize()
         at com.sap.tc.mobile.cfs.init.FrameworkInitializer.startManagementConsole()
         at com.sap.tc.mobile.cfs.init.FrameworkInitializer.init()
         at com.sap.tc.mobile.cfs.startup.pda.Startup.main()
    java.lang.IllegalArgumentException: SysCall : bind() failed
         at com.sap.tc.mobile.cfs.console.MgmtConsole.initialize()
         at com.sap.tc.mobile.cfs.init.FrameworkInitializer.startManagementConsole()
         at com.sap.tc.mobile.cfs.init.FrameworkInitializer.init()
         at com.sap.tc.mobile.cfs.startup.pda.Startup.main()
    Error starting the framework
    java.lang.reflect.InvocationTargetException: java.lang.IllegalStateException: Cannot initialize framework
         at com.sap.tc.mobile.cfs.init.FrameworkInitializer.init()
         at com.sap.tc.mobile.cfs.startup.pda.Startup.main()
    CrEme jsPexit() called with status=1
    Please Suggest.
    Regards,
    Nitesh
    </pre>
    Edited by: Nitesh Harit on Nov 24, 2009 1:30 PM

  • HT1369 Microsoft Windows 8 x64 Home Premium Edition (Build 9200) Acer Aspire V5-552 iTunes 11.1.4.62 QuickTime 7.7.4 FairPlay 2.5.16 Apple Application Support 3.0 iPod Updater Library 11.1f5 CD Driver 2.2.3.0 CD Driver DLL 2.1.3.1 Apple Mobile Device 7.1.

    unable to contact my iphone or ipad to itunes
    Microsoft Windows 8 x64 Home Premium Edition (Build 9200)
    Acer Aspire V5-552
    iTunes 11.1.4.62
    QuickTime 7.7.4
    FairPlay 2.5.16
    Apple Application Support 3.0
    iPod Updater Library 11.1f5
    CD Driver 2.2.3.0
    CD Driver DLL 2.1.3.1
    Apple Mobile Device 7.1.0.32
    Apple Mobile Device Driver 1.64.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 009DB88803B66C30
    Current user is not an administrator.
    The current local date and time is 2014-01-24 20:53:12.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    **** External Plug-ins Information ****
    No external plug-ins installed.
    iPodService 11.1.4.62 (x64) is currently running.
    iTunesHelper 11.1.4.62 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** Device Sync Tests ****
    No iPod, iPhone or iPad found.

    i cant access to itunes store
    Can you walk us through what happens when you try to connect to the Store, please?

  • Can some one help me with diagnostic test result " apple mobile device driver not found"?

    I bought an iPhone 4gs 32gb from Singapore. iso 4. I'm living in Chennai, India. To connect it to my computer (windows XP,), I have downloaded iTunes 10.6.1.7. Unfortunately iTunes is not recognizing my iPhone.  I had tried to troubleshoot it by reinstalling iTunes (2 times). I have restarted the apple mobile device from control panel. I try connecting my iphone in another usb port. but no use. I don't know what am I missing?.  iTunes opens on my computer. but doesn't recognize my device. when I click on help. it says an "unknown error has occurred. your computer is not connected to internet. please check your internet connection and try again later". I don't know what to do? could you please help me? thank you so much for your help and time.
    when I update the usb driver (C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers.Double-click the usbaapl file.) I followed the procedure from this site. http://support.apple.com/kb/TS1538 when I finished, it says "the specified location does not contain information about your software"
    I did the apple's diagnostics test on my computer. I'm pasting the result for your info.
    Microsoft Windows XP Professional Service Pack 3 (Build 2600)
    System manufacturer System Product Name
    iTunes 10.6.3.25
    QuickTime not available
    FairPlay 1.14.43
    Apple Application Support 2.1.9
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 5.2.0.6
    Apple Mobile Device Driver not found.
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 0013AC2C08548378
    Current user is an administrator.
    The current local date and time is 2012-06-28 15:23:45.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Core Media is supported.
    Video Display Information
    Intel(R) G41 Express Chipset
    **** External Plug-ins Information ****
    No external plug-ins installed.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:        {D85300A1-330D-41ED-AC5A-EC032B22FBF0}
    Description:            Atheros AR8121/AR8113/AR8114 PCI-E Ethernet Controller - Packet Scheduler Miniport
    IP Address:             192.168.1.3
    Subnet Mask:          255.255.255.0
    Default Gateway:    192.168.1.1
    DHCP Enabled:      Yes
    DHCP Server:         192.168.1.1
    Lease Obtained:     Thu Jun 28 15:17:19 2012
    Lease Expires:       Fri Jun 29 03:17:19 2012
    DNS Servers:         192.168.1.1
    Active Connection: LAN Connection
    Connected:             Yes
    Online:                    Yes
    Using Modem:        No
    Using LAN:             Yes
    Using Proxy:           No
    Firewall Information
    Windows Firewall is on.
    iTunes is enabled in Windows Firewall.
    Connection attempt to Apple web site was unsuccessful.
    The network connection timed out.
    Basic connection to the store failed.
    The network connection timed out.
    Connection attempt to Gracenote server was successful.
    The network connection timed out.
    iTunes has never successfully accessed the iTunes Store.
    **** CD/DVD Drive Tests ****
    No drivers in LowerFilters.
    UpperFilters: GEARAspiWDM (2.2.0.1),
    G: Optiarc DVD RW AD-7220A, Rev 1.01
    Drive is empty.
    **** Device Connectivity Tests ****
    iPodService 10.6.3.25 is currently running.
    iTunesHelper 10.6.3.25 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    Universal Serial Bus Controllers:
    Intel(R) N10/ICH7 Family USB Universal Host Controller - 27C8.  Device is working properly.
    Intel(R) N10/ICH7 Family USB Universal Host Controller - 27C9.  Device is working properly.
    Intel(R) N10/ICH7 Family USB Universal Host Controller - 27CA.  Device is working properly.
    Intel(R) N10/ICH7 Family USB Universal Host Controller - 27CB.  Device is working properly.
    Intel(R) N10/ICH7 Family USB2 Enhanced Host Controller - 27CC.  Device is working properly.
    No FireWire (IEEE 1394) Host Controller found.
    **** Device Sync Tests ****
    No iPod, iPhone, or iPad found.

    I have the same problem. I think that someone tried my iphone before me because when I want to reset it, I'm invited to enter a password that I didn't set. Also, when I go the Map application, the iphone indicate that I'm locateded in China while I'm in Tunisia. Now, I can't connect to my iphone to itunes, and I can't reset it because it ask me to enter a password that I didn't set.
    This is my post:
    https://discussions.apple.com/thread/4063223
    Please, we need your help.

  • Old iPod mini can't be recognized after formatting, and iTunes 'Apple Mobile Device Driver not found.'

    My roommate gave me an old iPod Mini a few days ago. It was working fine 'til I plugged it into my computer and it asked me to format it. I did, and now it cannot be recognized by iTunes or my computer. My computer views it as a "removable disk" which cannot be accessed. In devices, it is listed as an Apple iPod though, so I'm hoping not all is lost. I have tried many quick fixes I've read on internet (including changing disk letter) but to no avail. I have reinstalled the new iTunes and now that is telling me it has not installed properly, and when I ran diagnostics, it reads that the Apple Mobile Device Driver not found. I will copy & paste all the info from the diagnostic run below, and if anybody can help me with my new (old) iPod, I'd be everly greatful!
    Thanks!!
    Microsoft Windows 7 x64 Home Premium Edition Service Pack 1 (Build 7601)
    TOSHIBA Satellite L775D
    iTunes 11.0.1.12
    QuickTime 7.7.3
    FairPlay 2.2.32
    Apple Application Support 2.3.2
    iPod Updater Library 10.0d2
    CD Driver Not Available
    CD Driver DLL 2.1.3.1
    Apple Mobile Device 6.0.1.3
    Apple Mobile Device Driver not found.
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number
    Current user is not an administrator.
    The current local date and time is 2013-01-08 11:16:27.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    ATI Technologies Inc., AMD Radeon(TM) HD 6520G   
    **** External Plug-ins Information ****
    No external plug-ins installed.
    **** Device Connectivity Tests ****
    iPodService 11.0.1.12 (x64) is currently running.
    iTunesHelper 11.0.1.12 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    Universal Serial Bus Controllers:
    Standard OpenHCD USB Host Controller.  Device is working properly.
    Standard Enhanced PCI to USB Host Controller.  Device is working properly.
    No FireWire (IEEE 1394) Host Controller found.
    Most Recent Devices Not Currently Connected:
    iPod mini running firmware version 1.4.1
    Serial Number:    JQ******S42
    <Edited By Host>

    OMG same thing here; rather annoyed and now have set up accounts on 2 comps(both 64 vista ultimate); about to try my 32 bit vista on my lappy; we'll see... i don;t have high hopes thoush.
    What i knew about iPhone before buying it:
    What You Need
    To use iPhone, you need:
    A new two-year wireless service plan with AT&T
    A Mac or a PC with a USB 2.0 port and one of the following operating systems:
    Mac OS X version10.4.10 or later
    Windows XP Home or Professional with Service Pack 2 or later
    Windows Vista Home Premium, Business, Enterprise, or Ultimate edition
    iTunes 7.3 or later, available at www.itunes.com
    An iTunes Store account
    An Internet connection
    You must be at least 18 years old to open a new AT&T wireless account. You will need a
    major credit card to open a new iTunes Store account.
    Yeahyeah check all that stuff;
    Oh well; just when i thought i'd finally cross over to the beautiful packaging of APPLE. I remember in design school that form follows function. Thanks.
      Windows Vista  

  • Windows 7 64 bit, Apple Mobile Device Service not found.

    Hi First post, sorry sorry if this is in the wrong place
    I have a dell Laptop running Windows 7 X64 and Apple Mobile Device Service is not installing and cannot be found in services.
    note the account has Admin privildges (the logging below is wrong) and UAC and Virus protection has been switched off.
    I have used the apple processes to uninstall everything and then reinstall multiple times. I am defintly trying to install the latest 64 bit version.
    Microsoft Windows 7 x64 Home Premium Edition (Build 7600)
    Dell Inc. Inspiron 1545
    iTunes 9.0.2.25
    QuickTime 7.6.5
    FairPlay 1.5.23
    Apple Application Support 1.1.0
    iPod Updater Library 9.0d11
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device Driver not found.
    Bonjour 1.0.6.2 (118.5)
    iTunes Serial Number D67ADF69AA323879
    Current user is not an administrator.
    The current local date and time is 2010-01-11 16:46:14.
    iTunes is not running in safe mode.
    Video Display Information
    Intel Corporation, Mobile Intel(R) 4 Series Express Chipset Family
    Intel Corporation, Mobile Intel(R) 4 Series Express Chipset Family
    ** External Plug-ins Information **
    No external plug-ins installed.
    ** iPod/iPhone Connectivity Tests **
    iPodService 9.0.2.25 is currently running.
    iTunesHelper 9.0.2.25 is currently running.
    Apple Mobile Device Service not found.
    Universal Serial Bus Controllers:
    Intel(R) ICH9 Family USB Universal Host Controller - 2934. Device is working properly.
    Intel(R) ICH9 Family USB Universal Host Controller - 2935. Device is working properly.
    Intel(R) ICH9 Family USB Universal Host Controller - 2936. Device is working properly.
    Intel(R) ICH9 Family USB Universal Host Controller - 2937. Device is working properly.
    Intel(R) ICH9 Family USB Universal Host Controller - 2938. Device is working properly.
    Intel(R) ICH9 Family USB Universal Host Controller - 2939. Device is working properly.
    Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293A. Device is working properly.
    Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293C. Device is working properly.
    No FireWire (IEEE 1394) Host Controller found.
    ** iPhone/iPod Touch Sync Tests **
    No iPhone or iPod found.
    thanks

    I am having the same problem for three-four months now. When I called the help-desk of apple, they said windows 7 x64 wasn't compatible with itunes, and they told me that I had to wait for a newer version of itunes.

  • Newer version of Apple Mobile Device Support required

    When I plug in my iPod touch into iTunes, it gives me the following error message:
    *"iTunes requires a newer version of Apple Mobile Device Support. Please uninstall both Apple Mobile Device Support and iTunes, then install iTunes again."*
    I ran the diagnostics thing in the Help column with all four categories unchecked, and here are my results (I took out some of the irrelevant things, like my video card details):
    +iTunes 9.2.0.61+
    +QuickTime 7.6.6+
    +FairPlay 1.8.20+
    +Apple Application Support 1.3+
    +iPod Updater Library 9.2d4+
    +CD Driver 2.2.0.1+
    +CD Driver DLL 2.1.1.1+
    +Apple Mobile Device 2.6.0.32+
    +Apple Mobile Device Driver 1.45.0.0+
    +Bonjour 2.0.2.0 (214.3)+
    +Current user is an administrator.+
    +The current local date and time is 2010-07-13 18:21:40.+
    +iTunes is not running in safe mode.+
    +WebKit accelerated compositing is disabled.+
    +HDCP is not supported.+
    +** External Plug-ins Information **+
    +No external plug-ins installed.+
    +iPodService 9.2.0.61 is currently running.+
    +iTunesHelper is currently not running.+
    +Apple Mobile Device service 2.50.39.0 is currently running.+
    I tried uninstalling AMDS in Control Panel > Add & Remove Programs but it always gave an error message saying *"Fatal error during installation."* I tried uninstalling in CCleaner, and that wouldn't work either.
    Normally, I would do a system restore, but this problem started in late June, and restore points before July were all deleted because my system two weeks ago had 0 MB space.
    Please help...I don't know what to do

    Excellent information, thank you.
    I tried uninstalling AMDS in Control Panel > Add & Remove Programs but it always gave an error message saying "Fatal error during installation." I tried uninstalling in CCleaner, and that wouldn't work either.
    I suspect there's a damaged AppleMobileDeviceSupport.msi for the earlier version of AMDS on the system, kevin. (That can certainly cause the "Fatal error" when uninstalling AMDS.) So, if that's what is going on, if we can clear the installation database for your existing AMDS install we can probably get the new version to install.
    Unfortunately, these sorts of msi-related troubles have gotten more complicated to deal with ever since Microsoft pulled the Windows Installer CleanUp utility from their Download Center on June 25.
    Let's try Googling. (Best not to use Bing, I think.) Look for a working download site for *at least version 3.0* of the Windows Installer CleanUp utility. After downloading the utility installer file (msicuu2.exe), scan the file for malware, just in case. (I use the free version of Malwarebytes AntiMalware to do single-file scans for that.)
    If the file is clean, to install the utility, doubleclick the msicuu2.exe file you've downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any *Apple Mobile Device Support* entries and click "Remove".
    Quit out of CleanUp, restart the PC and try uninstalling and reinstalling iTunes 9.2 again. Does the install of the new version of AMDS go through properly this time?
    (If you do find a clean download site for the correct version of CleanUp, please don't tell me where it is. Without wishing to sound paranoid (although I grant it does sound paranoid), there is a non-zero chance that posting links to download locations for the utility here at Discussions leads to that download location being shut down.)

  • Itunes Package Installer not Installing Apple Mobile Device Support

    Okay, so I have unistalled iTunes, removed everything on my computer that apple told me to, then reinstalled iTunes. But I still get the same message when i plug in my iTouch, "This ipod cannot be used because the required software is not installed." Then it tells me to uninstall and then reinstall itunes; well i have done that literally over 10 times. All to the same result: no mobile device support. I called the 1-800 number for apple and was on the phone for over 2 hours and to find out they couldn't help right at that time because they had to investigate because they could not figure out why iTunes wasn't installing right. Believe me I've done everything possible. And on top of all this, my iTouch is being read as a digital camera. Oh and when i ran a diagnostic on iTunes, this is what it told me.
    Microsoft Windows Vista Home Premium Edition Service Pack 2 (Build 6002)
    Gateway GT5654
    iTunes 9.0.2.25
    QuickTime 7.6.5
    FairPlay 1.5.23
    Apple Application Support 1.1.0
    iPod Updater Library 9.0d11
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device Driver 1.29.0.0
    Bonjour 1.0.6.2 (118.5)
    iTunes Serial Number DD0D7292E04DBB3B
    Current user is not an administrator.
    The current local date and time is 2009-12-27 00:12:19.
    iTunes is not running in safe mode.
    Video Display Information
    NVIDIA, NVIDIA GeForce 6150SE nForce 430
    ** External Plug-ins Information **
    No external plug-ins installed.
    Genius ID: de7ecbd7d1509092f28adf45ed3e49d9
    ** iPod/iPhone Connectivity Tests **
    iPodService 9.0.2.25 is currently running.
    iTunesHelper 9.0.2.25 is currently running.
    Apple Mobile Device Service not found.
    Universal Serial Bus Controllers:
    Standard OpenHCD USB Host Controller. Device is working properly.
    Standard Enhanced PCI to USB Host Controller. Device is working properly.
    FireWire (IEEE 1394) Host Controllers:
    Texas Instruments OHCI Compliant IEEE 1394 Host Controller. Device is working properly.
    Most Recent Device Not Currently Connected:
    iPod nano (4th Generation) running firmware version 1.0.4
    Serial Number: 7J848J673QU
    ** iPhone/iPod Touch Sync Tests **
    No iPhone or iPod found.
    it said that it couldn't find an ipod but windows found it and it's clearly plugged in. If anyone could help me, it'd be greatly appreciated.

    Okay, so I have unistalled iTunes, removed everything on my computer that apple told me to, then reinstalled iTunes. But I still get the same message when i plug in my iTouch, "This ipod cannot be used because the required software is not installed." Then it tells me to uninstall and then reinstall itunes; well i have done that literally over 10 times. All to the same result: no mobile device support. I called the 1-800 number for apple and was on the phone for over 2 hours and to find out they couldn't help right at that time because they had to investigate because they could not figure out why iTunes wasn't installing right. Believe me I've done everything possible. And on top of all this, my iTouch is being read as a digital camera. Oh and when i ran a diagnostic on iTunes, this is what it told me.
    Microsoft Windows Vista Home Premium Edition Service Pack 2 (Build 6002)
    Gateway GT5654
    iTunes 9.0.2.25
    QuickTime 7.6.5
    FairPlay 1.5.23
    Apple Application Support 1.1.0
    iPod Updater Library 9.0d11
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device Driver 1.29.0.0
    Bonjour 1.0.6.2 (118.5)
    iTunes Serial Number DD0D7292E04DBB3B
    Current user is not an administrator.
    The current local date and time is 2009-12-27 00:12:19.
    iTunes is not running in safe mode.
    Video Display Information
    NVIDIA, NVIDIA GeForce 6150SE nForce 430
    ** External Plug-ins Information **
    No external plug-ins installed.
    Genius ID: de7ecbd7d1509092f28adf45ed3e49d9
    ** iPod/iPhone Connectivity Tests **
    iPodService 9.0.2.25 is currently running.
    iTunesHelper 9.0.2.25 is currently running.
    Apple Mobile Device Service not found.
    Universal Serial Bus Controllers:
    Standard OpenHCD USB Host Controller. Device is working properly.
    Standard Enhanced PCI to USB Host Controller. Device is working properly.
    FireWire (IEEE 1394) Host Controllers:
    Texas Instruments OHCI Compliant IEEE 1394 Host Controller. Device is working properly.
    Most Recent Device Not Currently Connected:
    iPod nano (4th Generation) running firmware version 1.0.4
    Serial Number: 7J848J673QU
    ** iPhone/iPod Touch Sync Tests **
    No iPhone or iPod found.
    it said that it couldn't find an ipod but windows found it and it's clearly plugged in. If anyone could help me, it'd be greatly appreciated.

Maybe you are looking for

  • Trying to Do TotPlan Refresh but TotPlan.dmp file doesn't exist

    I tried using C:\demos\TotPlan\PLN\Batch\Refresh_demo_TotPlan.bat , however I get an error when it tries to restore ORCL db using backup file - C:\demos\TotPlan\PLN\Backup\TotPlan.dmp . I search my drive and there is no .dmp file anywhere on the driv

  • IOS 8.3 issues with texting to Android Devices

    after the 8.3 update, when my wife texts from her Android to my iPhone, or other iPhones, she get double messages and unknown number errors even though we are all in her contacts.  Android to Android no issues, and iPhone to iPhone no issue as well. 

  • No signal on startx

    my monitor just loses signal and shuts off, when I press alt+ctrl+f1 it works, and monitor turns back on to tty. I'm using nvidia 8400 gs, /etc/X11/xorg.conf http://paste.pocoo.org/show/311164/ /var/log/Xorg.0.log http://paste.pocoo.org/show/311166/

  • Info Record - Purchase group

    Hi, I'm creating info records and I have two doubts/issues: 1 - Even if in the screen layout configuration the purchase group is not mandatory, when I'm creating the info record the system gives me a error message. The purchase group is really necess

  • How to use Session ID info to send sequent requests to Https Server ?

    Hey , Gurus! Another problem for your talents : By using InputStream , I gain all info sent back from the Https server . And Session ID info is included , such as Session ID: {130, 17, 0, 0, 130, 170, 25, 235, 97, 13, 66, 95, 24, 241, 214, 8, 121, 21