There are white squares on my screen at the top.  Apple care is telling me I'm out of warranty.  This seems like an Apple LCD screen issue.  The problem seems to be widespread.  How is apple dealing with this.  apple care told me it would cost me 260.00

Apple should be fixing this problem for free.  It is a hardware issue.  Check the Web.  A lot of your customers are having the same problem.  If I have to spend money to fix this I will be choosing a different cell phone provider

That the problem has happened to someone else, or even to a couple of dozen people, does not make it a "widespread problem". Apple has sold millions of iPhones, so even if hundreds have experienced the problem that's still a very small failure rate.
Your iPhone is out of warranty, so you will need to pay for service. If Apple finds this to be a screen issue, in many Apple Stores they can replace the screen for US $149. If it's not a screen issue or your local Apple Store can not yet replace the screen, then Apple replaces the entire iPhone. Those are their policies, and complaining about it, particular here in these user-to-user forums, will accomplish nothing.
You are free to pay some unauthorized shop to attempt repair, or attempt your own repair, if you wish, though you will void any further support from Apple, for any price, if you do.
There is nothing more anyone here can tell you.
Regards.

Similar Messages

  • It says that "there was a problem connecting to the server". What's wrong with this, and how can I deal with this problem?

    I just got my new iPad Mini2, and when I choose "sign in with your apple ID", it says that "there was a problem connecting to the server". What's wrong with this, and how can I deal with this problem?

    1. Turn router off for 30 seconds and on again
    2. Settings>General>Reset>Reset Network Settings

  • HT5621 I have moved permanently from the US to live in the UK. when I try to download a UK app I am often told that I cannot use a UK Apple sstore, only a US store. I need to access various UK stores how can I deal with this?

    I have moved permanently from the US to live in the UK. when I try to download a UK app I am often told that I cannot use a UK Apple sstore, only a US store. I need to access various UK stores how can I deal with this?

    Try here
    http://support.apple.com/kb/HT1311
    when you have UK Cards etc best to change as well

  • Hi apple am new user to apple i just bought i phone 4s  and  i set up passowrd and forgot it how  and the iphone is not responding now how can i deal with this broblem please helpe

    hi apple am new user to apple i just bought i phone 4s  and  i set up passowrd and forgot it how  and the iphone is not responding now how can i deal with this broblem please helpe

    iPhone User Guide (For iOS 5.1 Software)

  • Has anyone experienced problems with Mackeeper? I did not complete downloading this software. Yet, occasionally when on the internet, I will have the MacKeeper multi-colored circle replace my pointer. How do you deal with this?

    Has anyone experienced problems with Mackeeper? I did not complete downloading this software. Yet, occasionally when on the internet, I will have the MacKeeper multi-colored circle replace my pointer. How do you deal with this?

    Welcome to Apple Support Communities
    Don't download MacKeeper. Users complain about this app and it damages OS X. Also, Mac OS X knows how to take care of itself, so you don't need any other cleaning application that may damage OS X. See > https://discussions.apple.com/docs/DOC-3691

  • HT1420 I purchased new computers twice within the same year because they old were damaged in a storm.  However, I can't deauthorize/reauthorize the new computers.  How do I deal with this situation.

    I purchased new computers twice within the same year because they were damaged in a storm.  However, I can't deauthorize/reauthorize the new computers because it has been less than a year.  How do I deal with this situation?

    BrianBlaze wrote:
    I have 3 Computers at home, I am studying computer sciences and am constantly rerformatting my computers, installing windows and linux over and over again.... EVERYTIME I reformat I have to authorize the same computer and so it takes up one of my 5 authorized computers... Anyways after deauthorizing all my computers in september I was not aware I couldn't do it for another year (why does APPLE assume these stupid tactics prevent piracy). Anywysw I need to reach apple and have them make it so I can do it again. I had a similar problem with Playstation and when I called them they fixed it for me... even windows (which you can only have one serial per computer) made it easy because all I had to do was call them and they fixed it for me. Now I need APPLE to do the same and this is the only place I could see to actually say what is going on... I can't believe I have to do this with my iPhone... I wanted an mp3 player and a phone together and if I can't put new songs until September 20, 2012 I am going to freak out!
    HELP!
    Brian
    Try this link: http://www.howtogeek.com/howto/23974/beginner-deauthorize-all-computers-associat ed-with-your-itunes-account/

  • TS1436 I received this message twice on 2 new & separate attempts to burn a playlist to a NEW cd:  "The attempt to burn a disc failed.  The burn failed because of a medium write error."  What is a "medium write error" and how can I deal with this?

    I received this message twice on 2 new & separate attempts to burn a playlist to a NEW cd:  "The attempt to burn a disc failed.  The burn failed because of a medium write error."  What is a "medium write error" and how can I deal with this?

    Hello Pat,
    The following article provides troublehsooting steps and information that can help get iTunes burning discs again.
    Can't burn a CD in iTunes for Windows
    http://support.apple.com/kb/TS1436
    Cheers,
    Allen

  • My iphone was disable and it say connect to itunes. but when i connect it to my computer, my computer cant detact my device. how do i deal with this situation?

    hi, i have a problems. my iphone is being disable after my daughter play with it and been entering all the wrong code. so my iphone is now disable and it say connect to itunes. i already plug my iphone to my computer, how ever my computer could not detact my devic. and because of that i cant connect it to my itunes. how do i deal with this problems?

    iOS: Device not recognized in iTunes for Windows

  • TS1814 I tried updating my Iphone with ITunes & it told me:   You canot download because  Apple Moble Device service is not started.  what does that mean & how do I deal with this??

    I tried updating my IPhone with Itunes & it stated: You cannot complete your download because Apple Mobile Device service is not started....What does that mean & how do I fix it or get around it??
    Rosie

    Type "Apple Mobile Device service" into the search bar at the top of this screen by Support and read the resulting help article

  • How can i deal with this problem

    For example, In my database, there are three records:
    field : a b c
    a.txt c:/a.txt adsfs
    b.txt c:/b.txt asdfsf
    c.txt c:/c.txt asfdsf
    Now I open one file b.txt to check the database whether have the same filename,filepath, hash value.
    the results display:
    The file: b.txt has not been registered
    The file: c://b.txt appears OK
    The file: b.txt has not been registered
    I want to do is to only shows the results of 'The file: c://b.txt appears OK'. I know the problem is the body of while(rs.next).
    is there any best way to conform to my demand
    try{
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    String url="jdbc:odbc:MD5";
    Connection connection=DriverManager.getConnection(url);
    Statement statement = connection.createStatement();
    String sql="SELECT * FROM MD5";
    ResultSet rs = statement.executeQuery(sql);
    while (rs.next()) {
    if (file.getName().equals(rs.getString("a")))
      if (file.getPath().equals(rs.getString("b")))
      if (m.equals(rs.getString("c")))
        jTextArea2.append("The file: " + file.getPath() +"appears OK"+"\n");
    else jTextArea2.append("The file: " + file.getPath() +"has been modified"+"\n");
    else jTextArea2.append("The Path for the" + file.getName() +"has been modified"+"\n");
    else jTextArea2.append("The file: " + file.getName() +"has not been registered"+"\n");
    rs.close();
    connection.close();
    }

    Why not add a WHERE clause to your statment to filter records having the name of the file in the first record. In this case you'd better use PreparedStatement and set the file name as statement parameter
    Because now you loop through the entire table for a thing you can deal with at DB level.
    And I agree with the others' remarks about those braces ;)
    Mike

  • My itunes says its not compatible anymore and wont open and wants me to install it. Will i lose everything i have on there? How do i deal with this issue?

    My itunes wont open its sayimg its not compatible and wants me to reinstall it. Will i lose all my information if i do? How do i do this?

    What's the precise text of that message about compatibility, please?

  • How do I deal with 2 Apple IDs?

    Over the years I've used two Apple IDs to make purchases from the ITunes store, and now that I've started iTunes Match, it's a problem.  I initiated Match on my MBP and t worked, but when I turned on Match on my iPhone and iPad, it didn't access any of the songs stored in iCloud because the iOS devices are signed on to a different account from the music purchases.  Each iOS device said I could sign out and sign in on the other ID, but I wouldn't be able t change that for 90 days.
    Is there any drawback to changing the ID? Is there as any way I can transfer the songs from one account to another?  Can I combine the two accounts?

    This method does work from first hand experience.  The steps are as follows:
    1.  Start from a secure backup of your source libraries;
    2.  Create a new library and import from your first chosen source;
    3.  Once loaded 'select and play a song' you will be invited to authorise if the computer does not already have the corresponding Apple Id registered with Apple;
    4.  Import from your second source;
    5.  Once loaded 'select a song that you know is only authorised as part of your new import' you will be invited to authorise once again (as in step 3).
    The result is a library that is licensed to play songs from both Apple Ids.  Use this new library as the source for the iTunes Match service.  Worth taking separate back-ups of the library both before and after the initial matching to allow you to restore any files as needed in the future.
    Once iTunes Match is complete and the backups are secure.  You can at your discretion associate other computers and IOS devices with the iTunes Match service with the ability to download those tracks that have 'matched' or have been 'uploaded' - worth noting uploads do take a long time to complete, worth running overnight / for several days as needed depending upon the size of your library.
    Good luck!

  • Albums with iPhoto imports have multiple versions of images.  How do I deal with this?

    I have been using Aperture happily for several months, and recently followed the Apple help suggestion to "Consolidate Masters."  I had the impression that this would allow me to cut any awkward ties with my old iPhoto library, and use Aperture consistently with both those photos imported from iPhoto and newer images loaded directly to Aperture.
    Now I notice that wherever edited iPhoto images appear in Aperture, I now have two versions of each photo:  the original and an edited version.  I don't mind this in the Projects/Events, but I really only want the edited versions to appear in albums.  Worse yet, if I try to delete one of the "extra" images from an album, I get a scary warning message: 
    Are you sure you want to move the selection to the trash?
    Some versions based on these master files are included in other albums.
    These versions will be removed from all Albums, Books, Light Tables, Web Pages, Web Journals, Slideshows, MobileMe Albums, Flickr Albums, and Facebook Albums.
    I thought that deleting from albums just removed a reference from the album, rather than removing the image from the library.  Clearly I have messed up.  I want to use Aperture exclusively for photo organizing and processing. I do not want extra versions of my images cluttering all my albums.
    Should I recover my photo library from backup to the state prior to consolidating masters? 
    What then?
    Should I delete my iPhoto Library?  If so, how?  (Delete the iPhoto Library folder in Aperture?  In the Finder, delete the iPhoto Library file in the Pictures folder?)
    Please help!

    It never ceases to amaze me how questions on the forum are like buses, none for an hour then three come along. Not your fault but this was asked just a couple of days ago.
    When your developers issue a new version you need to save a copy of the source, we just zip it up. Then you carry on editing for the next version and zip that up and go again.
    Then when a change is required to an older version, you dig it up, amend it and zip it again.
    Not sure how it works with source control. The above is easier and reliable, assuming you manage it tightly.
    See www.grainge.org for RoboHelp and Authoring tips

  • Junk Mail: Now how do I deal with this one, 'No Subject' heading...

    Hello everyone.
    Well, they (Junk Mail) really keep "re-inventing" themselves...
    A while back I kept getting blank junk emails with no sender... so it was easy, someone from this Discussion thought me to create a rule whereby the 'Sender' field is lack of an "@", and that filters it to Junk.
    Now, I am getting junk mail with no subject heading...
    How can I filter this off directly as junk??
    Thanks and cheers

    Hi thanks for the reply. I have used SpamSieve before together with Entourage before I switched (back) to Mail; Then because Entourage has a "weaker ability" to do a better job in filtering Junk than Mail, which supposed to have a on-going learning experience in handling junk.
    I thought if properly "train" or configure, Mail will handle this on its own without "any external help", I hope this is still so, 'cause at this point I would not want to engage in another external spam filter.
    Thanks.

  • I paid for an app and after the iOS upgrade it tell me I have to pay for it again to get the fetures I had before how do I deal with this?

    I paid 1.99 plus taxes  for the upgrade pedometer with the talking ,daily goal etc and after the iOS up grade they want me to pay again how is that (its aids over 5,000,000 users worldwide!)

    You shouldn't have to pay again, unless your AppleID has changed. I suggest contacting the app developer. If the upgrade was an in-app purchase you should be able to "restore purchases" within the app.
    However, for $1.99 how much time is it worth wasting on this? I have an app that has $280 worth of in-app purchases. So for me it really made a difference. I contact the developer and he told me how to restore the purchases, no problem.

Maybe you are looking for

  • SecureClient is no longer working and I can no longer edit files from my USB drive. any work around?

    Tuxera NTFS & VPN SecureClient workd perfectly with Snow Leopard. After upgrade to Mountain Lion, everything stops working. This upgrade should have been backward compatible.

  • An error occured while signing in?

    I signed up for the service to covert PDF to Word over a month ago and have performed the action a few times.  Since the new year it keeps coming up with the error message, "An error occured while signing in".  I have tried logging off and on again. 

  • Camera Raw Update 2.0

    *Camera Raw Update 2.0* now available This update extends RAW file compatibility for Aperture 2 and iPhoto '08 for the following cameras: Hasselblad CFV-16 Hasselblad H3D-31 Hasselblad H3D-31II Leaf Aptus 54S Leaf Aptus 65S Nikon D60 Olympus E-3 Pent

  • Access control in workflow tasks

    I want to filter which users should have access to a certain workflow task. If looking in the help file there should be some way to filter the users which should be granted access. But this functionality seems to be switched off. Can anybody tell me

  • Turning off the iphone or rebooting it ?

    Hey guys. Just wondering, If i turn off my iphone 4 by pushing the sleep button untill the slide to turn off appears, then sliding it off, will that reboot the phone ? Whats the difference if i hold sleep and home for 15 seconds ? how is that differe