HT4972 I have ios 4 but i never get a 1 by settings for ios 5! help

I NEVER HAVE EVER GOTTEN A 1 BY SETTINGS, AND IVE HAD MY IPOD FOR ABOUT, 4 MONTHS?

If your iDevice is using a version of iOS lower than 5, you will need to use iTunes on your syncing computer to perform the upgrade. Use the Apple link below as a guide for the upgrade.
http://support.apple.com/kb/HT4972
Also read the instructions from the section entitled "Update your device using iTunes" at the link below.
http://support.apple.com/kb/HT4623
Information regarding transferring purchases from your iDevice to iTunes on your syncing computer can be found at the link below.
http://support.apple.com/kb/ht1848

Similar Messages

  • Using RAW+JPEG stacking script, but can't get JPEG as default thumbnail for stack. Help!

    I am currently using this script I found elsewhere on Adobe forums. However, doing this function only will stack everything with the raw files on top. I am using a 5D MKIII now and Bridge CS4 can't generate the CR2 previews, so I need JPEGs to see what a file is for general editing. How do I get this stack script to put the JPEGS on top instead of the raw files?
    (script originally posted by Paul Riggot in another forum)
    #target bridge  
       if( BridgeTalk.appName == "bridge" ) { 
    AutoStack = MenuElement.create("command", "Auto Stack", "at the beginning of submenu/Stack", "zx1");
    AutoStack.onSelect = function () {
       stackEm();
    function stackEm(){
    app.document.sorts = [{ name:"name",type:"string", reverse:false}];
    var jpgs = Folder(app.document.presentationPath).getFiles ("*.jpg");
    app.document.deselectAll();
    for(var a in jpgs){
    var Name = decodeURI(jpgs[a].name).replace(/\.[^\.]+$/, '');
    var stacks = Folder(app.document.presentationPath).getFiles(Name+".*");
    if(stacks.length < 2) continue;
    for(var z in stacks){ app.document.select(new Thumbnail(stacks[z]));}
    StackFiles();
    app.document.deselectAll();
    function StackFiles(){
    app.document.chooseMenuItem('submenu/Stack');
    app.document.chooseMenuItem('StackGroup');

    I wonder if you have time if you could test this script for me please?
    What it does (tries to do) is to create JPGs from the raw files in the same folder as the CR2 (raw) files.
    N.B. IT WILL OVERWRITE ANY JPGS IN THE SAME FOLDER IF THE NAMES MATCH!
    So please try it on a folder with raw files only.
    The idea being it might be quicker to generate jpegs from the embedded thumbnail rather than shoot both raw/jpg?
    T.I.A.
    #target bridge  
    if( BridgeTalk.appName == "bridge" ) { 
    AutoStackJpgs = MenuElement.create("command", "Create Stack JPGs", "at the beginning of submenu/Stack", "sj1");
    AutoStackJpgs .onSelect = function () {
    app.document.deselectAll();
    var items = app.document.getSelection("crw,cr2,tiff,raw,rw2,dng,nef,orf,erf,mos,dcr,raf,srf,pef,x3f");
    for (var a =0; a<items.length;a++){
    var JPEG = new File(items[a].path.substr(0,items[a].path.lastIndexOf ('.'))+".jpg");
    tempFile=new File(items[a].path);
    var fileString='';
    tempFile.open('r');
    tempFile.encoding = 'BINARY';
    fileString=tempFile.read();
    tempFile.close();
    for(var w =0;w<6;w++){
    var startJpg=fileString.search(/\xFF\xD8\xFF/);
    if(startJpg != -1){
    if(testJPG()){
    var endJpg = fileString.search(/\xFF\xD9/);
    fileString = fileString.substr(0,endJpg+2);
    JPEG.open('w');
    JPEG.encoding = 'BINARY';
    JPEG.write(fileString);
    JPEG.close();
    var newThumb = new Thumbnail(JPEG);
    newThumb.rotation = items[a].rotation;
    break;
    }else{
    fileString = fileString.substr(20);
    continue;
    function testJPG(){
    var result=false;
    fileString = fileString.substr(startJpg);
    var endTest = fileString.search(/\xFF\xD9/);
    if(endTest > 204800 ? result= true : result= false);
    return result;

  • I've gotten 60 or 70 messages that that my iCloud doesn't work and to select preferences.  The message says I will get an email to verify but I never get an email.  I've checked old email, blocked email, and have low filters on emails.  Any ideas?

    've gotten 60 or 70 messages that that my iCloud doesn't work and to select preferences.  The message says I will get an email to verify but I never get an email.  I've checked old email, blocked email, and have low filters on emails.  Any ideas?

    Hey CarolinQc,
    Thanks for the question. The symptoms you are experiencing can result from an Apple ID address that has been changed prior to signing out of all of the services. Before you change the email address associated with your Apple ID, you’ll want to sign out of all services to avoid this. As a fix, you can temporarily change your Apple ID back to the old address:
    iOS 7: If you're asked for the password to your previous Apple ID when signing out of iCloud
    http://support.apple.com/kb/TS5223
    Change your Apple ID temporarily
    If signing out and back in to iMessage or FaceTime didn't help, try these steps:
    1. Change your Apple ID to the Apple ID you used previously. You shouldn't need to verify the email address.
    2. Go to Settings > iCloud. Complete these steps only if the Find My [Device] setting is turned on:
              - Scroll down and tap Delete Account, then tap Delete to confirm.
              - Tap “Keep on My [Device]” or “Delete from My [Device].” In either case, your data remains in iCloud and will be updated on your device when you sign in to iCloud again.
              - Enter the password for your previous Apple ID.
    3. Change your Apple ID to the new email address that you want to use. You'll need to verify the email address.
    4. Return to Settings > iCloud and sign in with your new Apple ID.
    Additional Information:
    Apple ID: What to do after you change your Apple ID
    http://support.apple.com/kb/HT5796
    Thanks,
    Matt M.

  • Ping authorization via e-mail doesn't work. I have an iTunes account but must seek authorization for Ping. I don't know why this is but I never get an e-mail message with the link. Why?

    Hi. I use iTunes for podcasts and to burn MP3s from audible.com. It works great except PING. I need to confirm my identity to the PING server. It purports to sen me an e-mail but I never get it. Why is this?

    Hello Ulrich,
    thank you for your answer. Concerning the dataflow I agree and it is what I usually do. Actually I follow the dataflow paradigm whenever there is no problem (the 'false case' in the screenshot):
    “FW102x Initialize.vi” -> “FW102x Get Position.vi” -> “FW102x Set Position.vi”.
    Whenever there is a mistake, this just doesn't work with these drivers. The sequence
    “FW102x Initialize.vi” -> “FW102x Get Position.vi”  -> ///error/// -> “FW102x Close.vi”, “FW102x Reset.vi”  ;; “FW102x Initialize.vi”
    will give me errors for “FW102x Close.vi”, “FW102x Reset.vi”  and “FW102x Initialize.vi” reporting "session handle not valid". However, if I "bypass" the instrument handles directly from the first "Initialize" to "Close" and "Reset", they will report the same error, but the second "Initialize" will work again. I can even merge the first two frames and execute "Close" and "Reset" at the same time to do so. But whenever I try something else, e.g. do the 'correct' wiring, I am unable to close, reset or reinitialize. I have to restart LabView completely, to make the vi work again. So I guess the session is still hanging around somewhere in memory, but I can't access it anymore.
    Surprisingly, wherever I put Probes on the data handle wires they show the correct "ASRL5::INSTR" (with or without correct wiring). But only the "Bypass" wire makes the vi work. Since you couldn't find the drivers in the driver network, I guess they might just run into problems, if an error occurs.
    But thanks for your comment anyway. The problem is fixed for the moment. It's just that I prefer to actually know what I am doing here instead of producing some code I'd rather not show anyone.
    Carsten

  • Why aren't my scanned photos showing up in iphoto? I have an HP scanner with the option to import directly to iphoto. It says "sending to destination" but it never gets to iphoto. I scanned hundreds of photos several months and it worked fine - now it won

    Why aren't my scanned photos showing up in iphoto? I have an HP scanner with the option to import directly to iphoto. It says "sending to destination" but it never gets to iphoto. I scanned hundreds of photos several months and it worked fine with the photos going directly into iphoto - now it won't work. Any suggestions?

    As the feature is part of your scanner set up nd not iPhoto, you'd need to ask the makers of that for help.
    Regards
    TD

  • I have the curve but was never able to open the download manager disc that came with the phone. i have a mac computer. i do not have the internet on my phone. i would like to backup my phone book. thankyou, joan

    i have the curve but was never able to open the download manager disc that came with the phone. i have a mac computer. i do not have the internet on my phone. i would like to backup my phone book. thankyou, joan

    Unfortunately I lost my life and am trying to rebuild.  Isn't the technical era great.
    Backup, backup, backup
    As a minimum, use 3-2-1 (or even more)
    3 copies of your data (original copy counts as 1)
    2 different backup utilities/storage formats (protects from bugs in the software)
    1 copy off-site (protects against theft, fire, and natural disaster)
    More backup copies are even better.
    Backup disks are cheap compared to the lost of personal data that does not exist anywhere else.

  • I have Iphone 3GS and the IOS is 6.1.3 I have downloaded BBM but it's getting stucked at Spot Line. Does it work with 6.1.3?

    I have Iphone 3GS and the IOS is 6.1.3 I have downloaded BBM but it's getting stucked at Spot Line. Does it work with 6.1.3?

    Forgot to mention I live in Peru Southamerica, the cell provider is Claro (America Moviles).

  • I don't have my navigation bar at all. I tried to start in safe mode but I never get the dialog box the y say you should get to reset to defaults. Help?

    i don't have my navigation bar at all. I tried to start in safe mode but I never get the dialog box the y say you should get to reset to defaults. Help? I have even uninstalled and reloaded firefox
    == This happened ==
    Every time Firefox opened
    == My wife hit a button and doesn' know what happened

    See if this helps. View > Toolbars, if no check beside Navigation Bar, click on Navigation Bar to check it.
    <u>'''Can't see the Menu Bar'''</u> (File, Edit, View, History, Bookmarks, Tools, Help)?
    Turning the Menu Bar on and off is a new feature in version 3.6.
    ''(~~red:Linux & OSX see~~: [[Menu bar is missing]] )''
    <u>''Windows'' Method 1.</u> '''''Hold down''''' the key and press the following letters in this exact order: V T M then release the key
    <u>''Windows'' Method 2.</u> Tap once on the F10 key, while the Menu bar is visible, choose "View > Toolbars", click "Menu Bar" so that a check mark is placed next to Menu Bar
    <u>''Windows'' Method 3.</u> Tap once and release the key. The Menu Bar will be displayed; then choose ~~red:V~~iew > ~~red:T~~oolbars and click on ~~red:M~~enu Bar so that a check mark is placed next to Menu Bar
    The Menu Bar should now be displayed permanently, unless you turn it off again using View > Toolbars. Check mark = displayed, NO check mark = not displayed.
    See:
    http://support.mozilla.com/en-US/kb/Menu+bar+is+missing
    http://kb.mozillazine.org/Toolbar_customization#Restoring_missing_menu_or_other_toolbars
    <u>'''Navigation Toolbar, Bookmarks Toolbar and other Toolbars'''</u> under View > Toolbars. Clicking on one of them will place a check mark (display) or remove the check mark (not displayed).
    <u>'''To display the Status Bar'''</u>, View, then click Status bar to place a check mark (display) or remove the check mark (not displayed).
    <u>'''Full Screen mode'''</u>
    http://kb.mozillazine.org/Netbooks#Full_screen
    Also see:
    ''' [[Back and forward or other toolbar buttons are missing]]'''
    '''[[Navigation Toolbar items]]'''
    '''[http://support.mozilla.com/en-US/kb/How+to+customize+the+toolbar How to customize the toolbar]'''
    <u>'''''Other Issues'''''</u>: ~~red:You have installed plug-ins with known security issues. You should update them immediately.~~
    <u>'''Update Java'''</u>: your ver. 1.6.0.18; current ver. 1.6.0.20 (<u>important security update 04-15-2010</u>)
    (Firefox 3.6 and above requires Java 1.6.0.10 or higher; see: http://support.mozilla.com/en-US/kb/Java-related+issues#Java_does_not_work_in_Firefox_3_6 )
    ''(Windows users: Do the manual update; very easy.)''
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: '''[http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates Updating Java]'''
    Do the update with Firefox closed.
    <u>'''NOTE:'''</u> Java version 1.6.0.21 has been released. It is mainly an update for developers of Java applications and most users do not need to be concerned about downloading version 1.6.0.21. <u>'''''At this time'''''</u>, the update option in existing installations of Java 1.6.0.20 are not updating to version 1.6.0.21; <u>'''''at this time'''''</u>, it must be manually downloaded and installed. According to the Java release notes:
    ''"'''Bug Fixes'''''
    ''Java SE 6 Update 21 does not contain any additional fixes for security vulnerabilities to its previous release, Java SE 6 Update 20. Users who have Java SE 6 Update 20 have the latest security fixes and do not need to upgrade to this release to be current on security fixes."'' Source: http://java.sun.com/javase/6/webnotes/6u21.html
    <u>'''Install/Update Adobe Flash Player for Firefox (aka Shockwave Flash)'''</u>: your ver. 10.0 r45; current ver. 10.1 r53 ('''important security update 2010-06-10'''; see: http://www.adobe.com/support/security/bulletins/apsb10-14.html)
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: '''[http://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin#Updating_Flash Updating Flash]'''
    -'''<u>use Firefox to download</u>''' and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    -exit Firefox (File > Exit)
    -''<u>In Windows,</u>'' check to see that Firefox is completely closed (''Ctrl+Alt+Del, choose Task Manager, click Processes tab, if "firefox.exe" is on the list, right-click "firefox.exe" and choose End process, close the Task Manager window'')
    -''<u>In Windows,</u>'' double-click on the Adobe Flash installer you just downloaded to install/update Adobe Flash
    -when the Flash installation is complete, start Firefox, and test the Flash installation here: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15507&sliceId=1
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version of Flash. To install/update the IE ActiveX Adobe Flash Player, same instructions as above, except use IE to download the ActiveX Flash installer. See: [[ActiveX]]
    *Also see: http://kb.mozillazine.org/Flash ~~red:'''''AND'''''~~ [[How do I edit options to add Adobe to the list of allowed sites]]
    <u>'''You '''</u>~~red:<u>'''MAY'''</u>~~<u>''' need to Update Adobe Reader for Firefox (aka Adobe PDF Plug-In For Firefox)'''</u>: your ver. N/A; current ver. 9.3.3 (important security update release 06-29-2010; see: http://www.adobe.com/support/security/bulletins/apsb10-15.html)
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: http://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox#Installing_and_updating_Adobe_Reader
    ''<u>You may be able to update from the Adobe Reader installed on your system</u>'' instead of going to the Adobe site and downloading. Open the Adobe Reader installed on your system (''in Windows, Start > Program Files, find and click Adobe Reader to open''), click Help, click Check for Updates. Allow the download/update to occur. If you use this method, no need to proceed with the instructions below, <u>'''but'''</u> do look at the two bulleted items at the bottom "'''<u>NOTE for IE:</u>'''" and "Also see:". Restart Firefox and check your new version here: http://www.mozilla.com/en-US/plugincheck/
    ''<u>If you go to the Adobe site to download the current Adobe Reader:</u>''
    -'''<u>use Firefox to download</u>''' and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    ~~red:-See the images at the bottom left of this post to see the steps to take on the Adobe site~~
    -exit Firefox (File > Exit)
    -In Windows: check to see that Firefox is completely closed (''Ctrl+Alt+Del, choose Task Manager, click Processes tab, if "firefox.exe" is on the list, right-click "firefox.exe" and choose End process, close the Task Manager window'')
    -In Windows: double-click on the Adobe Reader installer you just downloaded to install/update Adobe Reader
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version. To install/update the IE ActiveX version, same instructions as above, except use IE to download the ActiveX installer. See: [[ActiveX]]
    *Also see: http://kb.mozillazine.org/Adobe_Reader ~~red:'''''AND'''''~~ [[How do I edit options to add Adobe to the list of allowed sites]]

  • I just want to know why money was taken out mi bank account,i still have a itunes balence and used a gift card.id love someone 2 call me about this but i never get thru to you

    i just want to know why money was taken out mi bank account,i still have a itunes balence and used a gift card.id love someone 2 call me about this but i never get thru to you

    This is a User to User Forum... You are not addressing Apple Here...
    Suggest you use this link to Contact iTunes Customer Service
    Apple  Support  iTunes Store  Contact Us

  • How do I delete Playlists? I have tried tapping them but I never get options to edit or clear them.

    How do I delete playlists?  I have tried tapping them but I never get an option to delete.

    Further to my last post, I find that swiping right/left over an individual song does produce a "Delete" button.  Having deleted all the songs and returned to the playlist, tapping it really DOES produce the three options albeit only on the playlists I have added, not the ones that were already there.
    Thanks anyway.

  • I would like to clear my address row history completely, but I never get it totallly emptied. The remaining addresses are not bookmarked, i.e no stars on the row, but still exist after I have emptied all history both via the History link and via the Tools

    I would like to clear my address row history completely, but I never get it totallly emptied. The remaining addresses are not bookmarked, i.e no stars on the row, but still exist after I have emptied all history both via the History link and via the Tools link. How come adresses still can exist after I have done this?
    == This happened ==
    Not sure how often

    I clear all history but i still get hints (what i've typed before) when i wanna type something in a site i've visited before!! whats the solution?

  • I have apps in my notification center on for notifications (like News apps), with banner and sounds, but i never get the notification from those apps. I tried reinstalling the app and restarting the phone but all in vain

    I have apps in my notification center on for notifications (like News apps), with banner and sounds, but i never get the notification from those apps. I tried reinstalling the app and restarting the phone but all in vain

    The apps I currently have are for the i phone and i pad but i would like to see this on this computer
    On the Mac Air launch iTunes. Then connect either the iPad or iPhone.
    Select the iPad or iPhone under Devices left side of the iTunes window in the source list.
    Then select Apps from the menu on the right.
    If you don't see the apps listed there, from your iTunes menu bar (top of your screen), click Store > Authorize This Computer.
    See if that makes a difference...

  • What happens to the apps' data, if they were restored to a new device, but apps never get installed?

    This is a super easy scanario. 
    Say in my old phone I have totally 50 apps, 30 purchased under Appel ID (A), and another 20 purchased under a different Apple ID, (B).
    The old device is iOS5 and I turned on iCloud backup and back up everything (data of all apps).
    I get a new device, restore from iCloud, wait until everything (photo, messages, settings, most importantly, data of all 50 apps) are restoed to the new phone.
    The first thing happen after the first reboot, and it will prompt me to log on my Apple ID, to install apps.
    What if, at this moment I decied to only sign on with Apple ID (A), and just don't want to use all 20 apps that I purchased under Apple ID (B) anymore?
    Is the data of those 20 apps become leftover /  orphane on my new phone, and just no way to clean them up?  Please notice again, that I did not say "install app and then delete", I know that will clean up the data as well. I mean when data is copied over but app never get installed.

    Game settings and other data is part of the backup:
    iTunes: About iOS backups
    A manual backup before you sync for the first time will save your content to the new PC.
    Follow this user tip by wjosten to save your data and settings to a new PC:
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive
    or this one by turningtest2:
    Recovering your iTunes library from your iPod or iOS device

  • ITunes tells me there is an update (5.1) but it never gets any further than trying to connect to the iPad server. I've tried updating directly from my iPad and it too times out saying it cannot connect to any server. My regular Apple updates work fine.

    iTunes tells me there is an iOS update (5.1) but it never gets any further than trying to connect to the iPad server. I've tried updating directly from my iPad and it too times out saying it cannot connect to any server. My regular Apple updates work fine.

    I haven't updated yet. Apple's download servers have been too busy. Did you know you can update via wifi instead of connection to your computer?
    Here's a description of the update. Not a lot of changes for iPad 1/2.
    iOS 5.1 Software Update
    http://support.apple.com/kb/DL1504
    You can wait a while & update at your convenience.
     Cheers, Tom

  • I updated ipad 4.3 to io7 but now when I go to set up it keeps asking me to restore - I have done this from itunes several times but it still gets stuck at this point in set up - help!

    I updated ipad 4.3 to io7 but now when I go to set up it keeps asking me to restore - I have done this from itunes several times but it still gets stuck at this point in set up - help!

    All media and apps should be in iTunes on the computer.  Simply select the content desired to sync to the device and sync it.
    FYI, backups have never included media or apps.
    Downloading past purchases from iTunes

Maybe you are looking for

  • Export in excel without displaying all rows

    Hello, I use OBIEE version 10.1.3.4.1. I have a report in "table view" with thousands of rows. I would like to export a report to Excel, without displaying the data. Is possible to set the execution as an export in Excel? Alternatively I enabled the

  • Kernal panic preventing shut down after Mountain Lion upgrade

    Following upgrade to Mountain Lion, kernal panics are stopping shut down of my Mac from the apple menu. I have a late-2009 Mac Mini. OS X closes as normal but then restarts with message "Your computer restarted because of a problem". I have performed

  • Table rows are breaking on seperate pages...

    I have table which has 20 rows: First 3 rows are on one page, then half of the page is blank hen remaining 17 rows are on second page. How can I keep table from breaking rows. I want all rows in table to follow one another. Please help. Thanks.

  • Diadem 10.1 launching problem

    Hi, I am using diadem 10.1, yesterday it suddenly stopped launching fully instead stopped with the screen of "Activating gui". What could be problem? My PC is  Win XP. Can any one guide me to get rid of this problem. Regards, Ignatius

  • Integrating Flash & Spry?

    Hi All, I've spent the majority of my afternoon trying to figure out how to pass data from Flash to tell Spry to update. I'm not trying to embed Flash content into a Spry accordian or widget of any kind. Basically the left half of this website is Fla