HT1414 How do I downgrade? Ios6 is very unstable. The apps keep crashing.

Since upgrading I have never had so many app crashes. It used to happen once every month or so but now is daily. The response after pressing the home button is terrible too. I want to downgrade to ios5. How do I do it please?

Apple doesn't support downgrading. If you Google, you might find something.
However, before you do that, try this:
- Download the full iOS6 file for your device from here:
http://osxdaily.com/2012/09/19/ios-6-ipsw-direct-download-links/
Connect your iPhone to iTunes. Right-click the iPhone name and choose Backup. Wait for the backup to finish. If you're using a Mac, hold the Option (Alt) key while clicking Restore; if you're using a Windows PC, hold Shift while clikcing Restore. Use the backup you just made to compete the restore.
This very often cures exactly the problems you've described.
The other thing is to make sure all your apps are compatible iwth IOS6

Similar Messages

  • My iPod touch 4G keeps getting very hot and the apps keep crashing

    My iPod Touch 4G has been getting very hot and the apps keep crashing. What can I do?

    The Basic Troubleshooting Steps are:
    Restart..  Reset..  Restore from Backup..  Restore as New...
    Try a Reset of the Touch... You will Not Lose Any Data...
    Turn the Touch Off... ( if it isn’t already )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear and then Disappear...
    Usually takes about 15 - 20 Seconds... (But can take Longer...)
    Release the Buttons...
    Turn the Touch On...
    If that does not help... See Here:
    Backing up, Updating and Restoring
    http://support.apple.com/kb/HT1414

  • I got the IOS6 update, and now the App Store always crashes. What happened?.

    I recently updated to the IOS6 update, and now the App Store crashes every time I use it! It never happened before the update. What happened?

    Common problem. See:
    IOS 6 App store crash: Apple Support Communities

  • HT201628 How come when you had updated & installed ios6 to your ipad the apps store & itunes is not available in the Philippines.......please consider Filipino ipad & iphone users who have been downloading latest apps from store everyday...need your PROMP

    How come when you had updated & installed ios6 to your ipad the apps store & itunes is not available in the Philippines.......please consider Filipino ipad & iphone users who have been downloading latest apps from store everyday...need your PROMPT ACTION

    Thank you for your responses.. To Sjazbec, At least you guys in Germany and the Netherlands have some kind of  posters from Apple to let you know that the feature is not available.
    There is no such warning on the Irish Apple site.!
    My point was that, I would not have even considered trying to reorganize my itunes library had I known that the feature is not available in Ireland.
    And that falls into the domain of Apple Ireland advertising.. which I"m sorry to say is false and misleading.
    There are no "posters" telling the Irish customer that icloud / itunes music is not available!
    I"m not blaming Apple for not "having the feature" in Ireland.. I am upset at them for falsing advertising a feature that they cannot for whatever reason deliver to Irish customers..
    To Keats 2010 LOL... Trust me there were lots of clouds in Ireland today!.. It's a long time since we've seen the sun!.. As for getting your head around the basics.. I could talk you through everything that doesn't work in Ireland if it's any help lol

  • My "Hanging with Friends" app keeps crashing whenever I try to open it. I have deleted and re-downloaded the app, restarted my iPhone, and even restored my iPhone all together, and nothing is working. How can I get this app to work again?

    My "Hanging with Friends" app keeps crashing whenever I try to open it. I have deleted and re-downloaded the app, restarted my iPhone, and even restored my iPhone all together, and nothing is working. How can I get this app to work again?

    Can you start Firefox in [[Safe mode]] ?
    You can also do a clean reinstall and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    You can initially skip the step to create a new profile, that may not necessary for this issue.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • How do i get a list of all the apps i have purchased this year

    how do i get a list of all the apps  have purchased this year and how much each app was

    Check your iTunes purchase history (click your email address in the upper right corner in the iTunes App Store-> log in -> click Purchase History).  This gives you a comprehensive list of apps you've purchased.
     Cheers, Tom

  • How to preven JButton of generated actions when the user keep pressing down

    How to preven JButton of generated actions when the user keep pressing down the key or the short cut
    The code below to show the issue when the user keep pressing Alt+ O
    We want to prevent the JButton from generating multi actions just one action only
    A sample of code shows the behaviour which has to be prevented. Continue pressing "Alt +O" and you will see the standard ouptput will print time stamps
    Please notice, I am NOT interested in Mouse press which has a solution by adding a threshold ( setMultiClickThreshhold(long threshhold) on the JButton  as an attribute.
    public class TestPanel extends JPanel
       private JButton btn;
       public TestPanel()
          btn = new JButton("Open");
          this.add(btn);
          registerCommand(new MyAction(), InputEvent.ALT_MASK,
                KeyEvent.VK_O, btn, btn.getText(), 0);
       public static void registerCommand(AbstractAction action,
             int mask,
             int shortCommand,
             JComponent component,
             String actionName,
             int mnemonicIndex)
          InputMap inputMap = component.getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW);
          KeyStroke knappKombination = KeyStroke.getKeyStroke(shortCommand, mask);
          if ((component instanceof AbstractButton)
                && mnemonicIndex >= 0
                && mnemonicIndex < actionName.length()
                && (shortCommand >= KeyEvent.VK_A && shortCommand <= KeyEvent.VK_Z))
             ((AbstractButton) component).setDisplayedMnemonicIndex(mnemonicIndex);
          if (inputMap != null)
             ActionMap actionMap = component.getActionMap();
             inputMap.put(knappKombination, actionName);
             if (actionMap != null)
                actionMap.put(actionName, action);
       public static class MyAction extends AbstractAction
          private static final long serialVersionUID = 1L;
          @Override
          public void actionPerformed(ActionEvent e)
             System.out.println(System.currentTimeMillis());
       public static void main(String... args)
          SwingUtilities.invokeLater(new Runnable()
             public void run()
                JFrame frame = new JFrame("Testing");
                JPanel panel = new TestPanel();
                frame.getContentPane().add(panel);
                frame.setPreferredSize(new Dimension(500, 500));
                frame.setMinimumSize(new Dimension(500, 500));
                frame.pack();
                frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                frame.setVisible(true);
    }Edited by: user12130673 on 2013-feb-13 03:01

    Use KeyStroke getKeyStroke(int keyCode, int modifiers, boolean onKeyRelease) with onKeyRelease=true instead?

  • How can i create a new item in the app "health"?

    how can i create a new item in the app "health"? I need a field for documentation of "Waist-to-height ratio", exactly for "circumference".
    It's a matter of common knowledge, that the Waist-to-height ratio (WHtR) has more significance then the Body-Mass-Index (BMI).

    If you mean you want to change a color of a calendar category or create a new one, you cannot do that, what is pre-loaded is what you get and cannot be edited.

  • HT4356 How can I print from my iPad in the app Pinterest

    How can I print from my IPad in the app Pinterest.  I cannot find a way to do it!

    I think she/he meant me.
    If the app won't let you print directly from it you might want to open in safari or make a screen capture then print from your photos.

  • WHen I first installed iOS 6 the App Store crashes...and now having iOS 6 for 2 weeks now, all my apps are buggy and now are crashing! Safari and built in apps are becoming slow and crash. I hate how apple leaves iPod touch 4g and iPhone 4 in the dark.

    WHen I first installed iOS 6 the App Store crashes...and now having iOS 6 for 2 weeks now, all my apps are buggy and now are crashing! Safari and built in apps are becoming slow and crash. I hate how apple leaves iPod touch 4g and iPhone 4 in the dark and basically force us to upgrade to newer devices. Apple could of done better with the update and needs to resolve these issues.

    Try:
    - Reset the iPod. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iPod.
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar
    The App store crashing is a known problem.
    IOS 6 App store crash: Apple Support Communities

  • HT4910 How do you transfer movies I purchased from the app store from iPad to iPad?

    I've bought another ipad2 and I can't figure out how to transfer my movies I purchased from the app store from one iPad to another iPad. Can anyone help?

    You can either sync with iTunes to transfer them to your iTunes library, then sync them to the new iPad by selecting them on the Movies tab of your iTunes sync settings and syncing.  Or, you can download them directly to your new iPad as a past purchase for free (see http://support.apple.com/kb/HT2519) if permitted by the studio (not all permit this).

  • I already have a new book that is ready to publish as an iBook. In addition I also have an app prepared for this book. Please tell me how to upload this book (title is: "How To Cope...with life") and the app for it into your iBook Authors app so I can hav

    I already have a new book that is ready to publish as an iBook. In addition I also have an app prepared for this book.
    Please tell me how to upload this book (title is: "How To Cope...with life") and the app for it into your iBook Authors app so I can have it offered for sale @$0.99, in your app store?
    FROM: Terry Weber, Email: [email protected]

    https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/wa/bookSignup

  • How do I escape from a search in the app store

    How do I escape from a search in the app store

    You have to tap on the "x" button on the search box to clear the search or go back to an empty search box. I hope that answered your question, if not..i would like you to please elaborate more on the question.

  • How can I edit my apple ID in the app store the enable update some applications because it not my own that is showing

    How can I edit my apple ID in the app store the enable update some applications because it not my own that is showing

    It sounds like some apps were purchased using another Apple ID.
    ALL purchases are permanently associated with whatever Apple ID was used to originally obtain them.  Apps can not be updated without knowledge of that ID and, more importantly, its password.  Apple IDs can not be merged and purchases can not be transferred from one ID to another.

  • How do you use passbook? Finally got the app to connect to App Store. Does not seem to allow me to add anything.

    How do you use passbook? Finally got the app to connect to App Store. Does not seem to allow me to add anything.

    http://support.apple.com/kb/HT5483
    Use this

Maybe you are looking for

  • Heading is not getting displayed in the workbook

    Hi, My requirement is i need the heading of the query to be dispalyed in the workbook, when i execute the query i do get the title of the query but when i insert the query in the workbook,i do not see the title. could you please help me. thanks, appa

  • How Can I Print from my Microsoft Surface Running Windows 8 RT?

    How Can I Print from my Microsoft Surface Running Windows 8 RT? Most new wireless printers won’t have a problem printing from the Microsoft Surface with Windows 8 RT.  All you should have to do for these printers is tell them to print and they will. 

  • How can I get the 928 photos in my IPhone Photo Library onto my Powerbook?

    I'm new to IPhone but I've had a powerbook for forever. I just went to my niece's wedding in France and dropped and copied 928 photos onto my IPhone from her IMac. In Itunes, the horizontal bar at the bottom shows that that 598 MB are taken up with 9

  • Trying to create a calculation but it won't work...

    Hi! I'm using Adobe Acrobat 8.1 for Mac. I've created a form and I need to enter what I assume to be a custom calculation script. The field named Text49 needs to be the result of the field named Text46 (manually entered value) multiplied by .062 This

  • T42 resolution - set to 1400x1050 without panning.

    I have a need to set my resolution to 1400x1050, so i installed the driver updates http://www-307.ibm.com/pc/support/site.wss/MIGR-41918.html which talks about the feature given below: (New) The external monitor resolution can be set to 1400x1050 wit