Can you tell me what this error is?

I hook up my iphon and it charges but heres what itune says "ITunes could not connect to this IPhone because an unkown error occured (0xE8000065)"
What error is this? What is wrong?

Check out this article for some possible solutions:
http://support.apple.com/kb/TS3221

Similar Messages

  • PLEASE CAN YOU TELL ME WHAT THIS ERROR MEANS?

    The script attached to my button reads:-
    //This script takes the user to Scene 1 when opendoor is
    released
    on(Release) = function (){
    gotoAndStop("Scene 1", 1);
    The errors in the Output Panel are:-
    **Error** Scene=Scene 2, layer=door, frame=1:Line 2: '{'
    expected
    on(Release) = function () {
    **Error** Scene=Scene 2, layer=door, frame=1:Line 4:
    Statement must appear within on handler
    I will be eternally grateful to anyone who can sort me out!!

    SLMHILL wrote:
    > The script attached to my button reads:-
    >
    > //This script takes the user to Scene 1 when opendoor is
    released
    > on(Release) = function (){
    > gotoAndStop("Scene 1", 1);
    > };
    >
    > The errors in the Output Panel are:-
    >
    > **Error** Scene=Scene 2, layer=door, frame=1:Line 2: '{'
    expected
    > on(Release) = function () {
    >
    > **Error** Scene=Scene 2, layer=door, frame=1:Line 4:
    Statement must appear
    > within on handler
    > };
    >
    > I will be eternally grateful to anyone who can sort me
    out!!
    >
    >
    >
    SLMHILL,
    You're mixing two ways of writing event handlers. If you want
    to attach
    the script to your button directly, use this code:
    on(Release) {
    gotoAndStop("Scene 1", 1)
    Or, if you want to place all of the scripting in one place,
    on a frame
    on the main timeline, you would use the code below.
    opendoor.onRelease = function (){
    gotoAndStop("Scene 1", 1);
    To do this, make sure your button on the stage has an
    instance name of
    "opendoor" -- instance name is in the Properties panel.
    Then make a new layer called "actions" and make sure to click
    on it in
    the timeline, then open the Actions panel and write the code.

  • "CAHeadless error Sequence.cpp-2233" after computer starts up.  Can you tell me what this is or how to fix it?  Thanks!

    Since installing Adobe Premier Elemnts 12 I get a message that says "CAHeadless error Sequence.cpp-2233" after computer starts up.  Can you tell me what this is or how to fix it?  Thanks!

    If you are using Firefox 3.6.6 version, open Tools > Options >> Advanced - Network
    The under Connections hit the Settings button - then select '''No proxy''' at the top of those settings. Restart Firefox and you should be all set.
    ''(3.6.6 added a new setting there - Use system proxy settings and sets that as the Default setting)''

  • Everytime i try to download illustrator an error occurs U44M1I210. Can you tell me what this is? I even tried uninstalling an downloading the cloud again, but the same error occurs.

    Everytime i try to download illustrator an error occurs U44M1I210. Can you tell me what this is? I even tried uninstalling an downloading the cloud again, but the same error occurs.Everytime i try to download illustrator an error occurs U44M1I210. Can you tell me what this is? I even tried uninstalling an downloading the cloud again, but the same error occurs.

    U44M1I210 - Creative Cloud Help / Error U44M1I210 | Install updates :
    http://helpx.adobe.com/creative-suite/kb/error-u44m1i210-installing-updates-ccm.html

  • Can you tell me what this code does?

    Can you tell me what this code does?
    import java.io.*;
    class Assignment1
    public static String[][] tdi = {     {"Paris", "418", "Rome", "55"},
                             {"Liverpool", "121", "Copenhagen", "35"},
                             {"Liverpool", "418", "Paris", "50"},
                             {"Liverpool", "553", "Frankfurt", "55"},
                             {"Frankfurt", "553", "Budapest", "50"},
                             {"Amsterdam", "121", "Madrid", "65"},
                             {"Amsterdam", "418", "Paris", "35"},
                             {"Madrid", "121", "Stockholm", "90"},
                             {"Budapest", "553", "Warsaw", "30"},
                             {"Copenhagen", "121", "Amsterdam", "35"},
                             {"Rome", "418", "Amsterdam", "60"},
    //--Start Method--
    public static void main( String args[] ) throws IOException
    System.out.println("Welcome to NoWings Airline.");
    InputStreamReader input = new InputStreamReader(System.in);
    BufferedReader keyboardInput = new BufferedReader(input);
    System.out.println("Please enter the airport you wish to depart from:");
    String[] info = TDIDLL.searchDest( keyboardInput.readLine() );
    if (info == null)
    System.out.println("Sorry, no plane to this destination");
    else
    System.out.println(info[0]+" departing at platform "+info[1]); }}
    public static String[] searchDest( String dest )
    String[] result = null;
    for(int i = 0; i < tdi.length; i++)
         if (tdi[1].equals(dest)) {
         result = new String[2];
         result[0] = tdi[i][0];
         result[1] = tdi[i][2];
         return result;
    return result; }
    // Info Method //
    // Fly Method //
    // Exit Method //
    Thanks. Also, can you tell me where I have gone wrong in the code.
    Much appreciated.

    Can you tell me what this code does?Why don't you run it and find out for yourself?

  • On my new iPad under the space category it shows I have 5.5gb occupied by 'Other" data - Can you tell me what this is exactly and how can I reduce it Thank-you

    On my new iPad under the space category it shows I have 5.5gb occupied by 'Other" data - Can you tell me what this is exactly and how can I reduce it
    Thank-you

    How Do I Get Rid Of The “Other” Data Stored On My iPad Or iPhone?
    http://tinyurl.com/85w6xwn
    With an iOS device, the “Other” space in iTunes is used to store things like documents, settings, caches, and a few other important items. If you sync lots of documents to apps like GoodReader, DropCopy, or anything else that reads external files, your storage use can skyrocket. With iOS 5, you can see exactly which applications are taking up the most space. Just head to Settings > General > Usage, and tap the button labeled Show All Apps. The storage section will show you the app and how much storage space it is taking up. Tap on the app name to get a description of the additional storage space being used by the app’s documents and data. You can remove the storage-hogging application and all of its data directly from this screen, or manually remove the data by opening the app. Some applications, especially those designed by Apple, will allow you to remove stored data by swiping from left to right on the item to reveal a Delete button.
     Cheers, Tom

  • Can anyone tell me what this error means?

    Hi All
    The following error was encountered by a printer who has opened a supplied PDF in Acrobat, Saved it as a postscript and then run it through distiller server 6. Can anyone tell me what this error means and what sort of things can cause it?
    %%[ Error: syntaxerror; OffendingCommand: ! ]%%
    Stack:
    /PaintProc
    5.32031
    /YStep
    258.404
    /XStep
    [257.404 5.32031 258.404 5.32031]
    /BBox
    1
    /TilingType
    1
    /PaintType
    1
    /PatternType
    -mark-
    -mark-
    -mark-
    -save-
    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%

    Something to do with software from wireless.umass.edu.

  • Can anyone tell me what this Error Code is??

    I just recently started having my computer go to sleep on me every so many seconds out of nowhere and i have tried everything i know of to fix it. I ran the apple hardware test and got this error..
    4mot/1/400000002: CPU-0
    can anybody tell me what this means?????

    Just FYI, a 4MOT error code indicates a problem with one of the fans. My guess is that the CPU fan has failed and the CPU is overheating. A trip to the Apple Store is definitely called for.
    Regards.

  • On my list of calls made/received some of them have an icon which is a phone handset and something else.  Can you tell me what this is and where to I D icons?

    On my list of incoming/outgoing phone calls some of them have an icon beside the name which is a telephone handset and something else I don't recognize.  Can anyone tell me what it means and where to find a list of icon explanations?  Thanks. 

    You're probably talking about the handset with an arrow pointing up and to the right. That indicates an outgoing call.

  • I had to dump my drive and when I restored it and I tried to open Dreamweaver, I'm getting this error message 150:30.  Can you tell me what this is

    I need help.  When I restored my hard drive and tried to open dreamweaver it gave me this error message  150:30.  It's telling me that the licensing for this product has stopped working.  Can you explain

    Use the CS Cleaner Tools and Re-install your software.
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    Nancy O.

  • Can anyone tell me what this error message in console means?

    im having trouble loading pages on my new macbook pro after using migration assistant. I am getting this error in console:
    9/27/10 9:19:55 PM com.apple.WindowServer452 Mon Sep 27 21:19:55 vl951-296.wireless.umass.edu WindowServer452 <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    does anyone know what it means?

    Something to do with software from wireless.umass.edu.

  • Repeating Message in Console.  Can you tell me what this means?

    Hello. I am receiving this repeating message in console every 10 seconds and I think it's the result of a application that I once had that I removed many months ago and apparently I'm being pinged or something. How can I get rid of this?
    I had at one time a wireless Nikon digital camera wireless software installed that I've removed but apparently something somewhere in my mac is trying to communicate with Nikon...in Japan! Does this look right? Any help would be greatly appreciated....
    1/22/08 6:49:37 PM com.apple.launchd[1] (jp.co.nikon.NikonPtpEnum[291]) posix_spawnp("/Applications/Nikon Software/Wireless Camera Setup Utility/NikonPtpEnum", ...): No such file or directory
    1/22/08 6:49:37 PM com.apple.launchd[1] (jp.co.nikon.NikonPtpEnum[291]) Exited with exit code: 1
    1/22/08 6:49:37 PM com.apple.launchd[1] (jp.co.nikon.NikonPtpEnum) Throttling respawn: Will start in 10 seconds
    1/22/08 6:49:47 PM com.apple.launchd[1] (jp.co.nikon.NikonPtpEnum[292]) posix_spawnp("/Applications/Nikon Software/Wireless Camera Setup Utility/NikonPtpEnum", ...): No such file or directory
    1/22/08 6:49:47 PM com.apple.launchd[1] (jp.co.nikon.NikonPtpEnum[292]) Exited with exit code: 1
    1/22/08 6:49:47 PM com.apple.launchd[1] (jp.co.nikon.NikonPtpEnum) Throttling respawn: Will start in 10 seconds
    1/22/08 6:49:57 PM com.apple.launchd[1] (jp.co.nikon.NikonPtpEnum[294]) posix_spawnp("/Applications/Nikon Software/Wireless Camera Setup Utility/NikonPtpEnum", ...): No such file or directory
    1/22/08 6:49:57 PM com.apple.launchd[1] (jp.co.nikon.NikonPtpEnum[294]) Exited with exit code: 1
    1/22/08 6:49:57 PM com.apple.launchd[1] (jp.co.nikon.NikonPtpEnum) Throttling respawn: Will start in 10 seconds
    1/22/08 6:50:07 PM com.apple.launchd[1] (jp.co.nikon.NikonPtpEnum[296]) posix_spawnp("/Applications/Nikon Software/Wireless Camera Setup Utility/NikonPtpEnum", ...): No such file or directory
    1/22/08 6:50:07 PM com.apple.launchd[1] (jp.co.nikon.NikonPtpEnum[296]) Exited with exit code: 1

    There is still a piece of the software that is trying to startup, but cannot. launchd is the daemon in charge of starting things and trying to make sure they keep running. It is not trying to contact Japan--certain files are named in reverse domain name format.
    Try looking in a StartupItems folder or the LaunchDaemons folder in you user Library or the main Library folders.

  • Since passing to ML, I have a message, in French, which is: La connexion au serveur a échoué. Les URL de type "file" ne sont pas prises en charges.  Can you tell me what this means and how to get rid of it? thank you.

    What does this message mean?
    La connexion au serveur a échoué.  Les URL de type "file" ne sont pas prises en compte.
    thank you.

    Without more information, ie what were you trying to do when you got this message, it is very hard to answer your question. If you were trying to access a webpage it means the server the page is on had a problem. If you were doing something else please post back and someone may have the answer.

  • Can you tell me what this is?

    1/28/14 12:05:37.513 PM loginwindow[44]: find_shared_window: WID -1  I'd appreciate any help

    U44M1I210 - Creative Cloud Help / Error U44M1I210 | Install updates :
    http://helpx.adobe.com/creative-suite/kb/error-u44m1i210-installing-updates-ccm.html

  • Permissions mystery: can you tell me what this means?

    Repairing permissions for “MR DATA”
    Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent" has been modified and will not be repaired.
    Warning: SUID file "System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Reso urces/Locum" has been modified and will not be repaired.
    Permissions repair complete

    these messages are harmless and should be ignored. everybody gets them.

Maybe you are looking for