How to install 2.0 Software update

Hi,
I am trying to update my iPod touch to 2.0 software, but not getting the link to do the same.
I have iTunes 7.7 installed and do have an iTunes account to purchase music and apps.
I am able to download apps, but without 2.0 update, cannot install on iTouch.
If I click on check for udpates for iTouch software, it says, I have the latest version 1.1.4
Help appreciated. Thanks.

If I click on check for udpates for iTouch software, it says, I have the latest version 1.1.4
That's true. The v2.0 firmware hasn't been released yet - and no-one has said it is.
(BTW, it's an *iPod touch*, not an iTouch - unless you've bought one of those)

Similar Messages

  • After installing the last software update, my printer (an Epson Stylus Photo R1800) immediately ceased to function. How do I fix this?

    After installing the last software update, my printer (an Epson Stylus Photo R1800) immediately ceased to function. How do I fix this?

    Try resetting the printing system.
    Reset Printing System
    Network printer or attached to the computer?

  • My new MacBook Air won't install the latest software update.  How do I fix that?

    I can't get my new MacBook Air to install the latest software update.
    It keeps telling me that an "unexpected error" occurred.
    How do I fix this?

    Your posting above says you're running Lion (Version 10.7.3).
    Going to the current version of Mountain Lion (Version 10.8.2) requires a $20 purchase (upgrade fee) from the App Store.
    Further, if your iMac is older than mid-2007, it cannot be upgraded to Mountain Lion.  Only mid-2007 or newer iMacs can handle it.

  • I just installed the latest software update and now I can't open Mail 4.5 on my Mini 2,1. How do I re-install Mail?

    I just installed the latest software update and now I can't open Mail 4.5. This is a Mini 2,1 using OSX 10.6.8.

    Try re-installing the big 10.6.8 Combo...
    http://support.apple.com/kb/DL1399
    Repair Permissions afterwords, reboot.

  • I have a situation where the administrator password is rejected when attempting a software update. I think this happened because of syncing a iPad to the iMac.  How can I reset the Software Update back to the administrator password?

    I have a situation where the administrator password is rejected when attempting a software update. I think this happened because of syncing an iPad to the iMac.  How can I reset the Software Update back to the administrator password?

    You can reset the password with the install disk.

  • I have OS X 10.9.4. Will someone tell me, please, how to setup the manually software update?

    Will someone tell me, please, how to setup the manually software update?

    Go to System Preferences > App Store and uncheck the auto download/install boxes:

  • HT2404 How can I stop the Software Update madness??

    I recently bought an Epson printer to replace my broken HP printer.  I uninstalled all the HP-related software, but I still am getting prodded by Software Update to update software I no longer have!  How can I stop the Software Update madness??

    There are literally thousands of sites with videos (linked to from yet thousands more) that will prompt you to "upgrade" or update your already updated Flash Player. This is the most common method of delivery for malware like that.
    A friend who runs a PC Repair business told me that if you've updated your Flash Player and you see a warning in a web page that you need to download an update to watch a video, it's an attack site.
    A simple gesture of holding your mouse over the warning or link, will indicate the address it points to. If it DOESN'T say Adobe anywhere in the beginning of the address (download.adobe.com, or adobe.com/downloads), it's a forgery, and you should leave that page immedaitely. If you download and install whatever they link you to, it may play the content you were looking for, but you've just been infected with something that may lay dormant for months and then suddenly take over your whole system.
    If you use your PC for work, you're really in trouble.

  • I don't know much about computers can anyone walk me through this ? How Do I Change The Software Update Server Address On A Client  ? what do I open and how do i put it in the right spot?

    I don't know much about computers can anyone walk me through this ? How Do I Change The Software Update Server Address On A Client  ? what do I open and how do i put it in the right spot?

    The simplest method is to run a defaults command on the client Macs (easily pushed via Apple Remote Desktop):
    defaults write com.apple.SoftwareUpdate CatalogURL 'HTTP_URL_FOR_CATALOG'
    for a user. If you run it via sudo it will set it for whenever you use softwareupdate as root.
    The HTTP_URL_FOR_CATALOG has been changed with Mac OS X 10.6.  If you use MCX it will automatically pick the new catalog – however if  doing it manually the following URLs need to be used for whichever  client version is in question:
    Mac OS X 10.4: http://mysus.example.com:8088/index.sucatalog
    Mac OS X 10.5: http://mysus.example.com:8088/index-leopard.merged-1.sucatalog.sucatalog
    Mac OS X 10.6: http://mysus.example.com:8088/index-leopard-snowleopard.merged-1.sucatalog
    Mac OS X 10.7: http://mysus.example.com:8088/index-lion-snowleopard-leopard.merged-1.sucatalog
    Mac OS X 10.8: index-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
    To double check this applied you can run the following command:
    /usr/libexec/PlistBuddy -c Print /Library/Preferences/com.apple.SoftwareUpdate.plist
    and /usr/libexec/PlistBuddy -c Print ~/Library/Preferences/com.apple.SoftwareUpdate.plist
    to see what settings are for the computer and user appropriately.
    If  this is working correctly when running Software Update (GUI) you should  see the server address appear in parenthesis in the title of the  window.
    MCX
    Another alternative is to use Workgroup  Manager to manage the preferences via MCX from your server. This can be  done for users, or for computers if they are bound to your Open Directory.
    If you are using 10.5 Server or newer: you can simply use the Software Update section under Preferences.
    Manually:
    Choose the accounts, computers, or groups to have the preference applied to.
    Click on Preferences, and then the Details tab
    Press the Add… button and navigate to /Library/Preferences/com.apple.SoftwareUpdate.plist
    Press Edit…
    Under Often, add a New Key and enter the name CatalogURL
    Make sure the type is string and then enter your SUS URL (eg. http://mysus.example.com:8088/index.sucatalog or if using 10.6: http://mysus.examle.com:8088/ – see above from the defaults section)
    Press  Apply Now, then Done. Once users/computers have refreshed their MCX  settings (usually the next login or restart) the new settings will take  over.
    If this is working correctly when running Software  Update (GUI) you should see the server address appear in parenthesis in  the title of the window.
    In order to have a system-wide configuration one has to run the following:
    sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL "http://your.updates-server.lan:8088/index.sucatalog"
    In order to correctly work both on Leopard and Snow Leopard the right command to issue is:
    defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL "http://your.updates-server.lan:8088/index-leopard-snowleopard.merged-1.sucatalog"
    Happily used and tested on my network
    The DNS trick that Chealion points out is fantastic. I use it at our office, and every computer on our LAN  will automatically pull the updates from the local repository at high  speed without any configuration.
    Create the swscan.apple.com DNS zone on your internal DNS server, and have it resolve via an A record to your Mac
    Tags: automaticupdates mac clients macosx setting as default software update
    Category: Serverfault
    Share
    0
    0
    Google +
    0
    0
    0
    5
    You might also like:
    Can I Update My Jb 4s To 6.1.2 Without Restore? Tue. Jan 21st, 2014
    Iphone 4 Not Charging After Update To IOS6 
    IPad 2 Not Updating To IOS 5.1 
    How To Resolve The â€âunable To Install Update” Error For OTA IOS Updates? 
    What Is â€âSoftware Update” Doing When It Says â€âChecking For New Software”? 
    Advertisement
    Comment
    - See more at:  http://www.eonlinegratis.com/2013/how-do-i-change-the-software-update-server-add ress-on-a-client-mac-to-use-my-own-server/#sthash.YhHp5zWk.dpuf

  • Installing HP Printer software update 3.0 has broken the scanner on my HP PSC 1355 printer.

    Installing HP Printer software update 3.0 has broken the scanner on my HP PSC 1355 printer.
    After the update, the printer prints correctly, but scanning from the Print and Scan, Preview or Image Capture fails with "Waiting for scanner" followed be "Failed to open a session on the device." Followed by the device disappears form ImageCapture.
    I've tried restarting to the computer and printer and plugging it into another USB port - the results are the same. Printer utility hangs too.
    Solutions?

    did you try this:
    Place the item that you want to scan on the scanner glass, or load it into the Automatic Document Feeder (ADF) if your printer has one.
    In the Applications folder or from the Dock, click Preview.
    From the Preview File menu, select Import from Scanner.
    Select your printer from the list. The details of the scan display.
    If a 'Software for this device is not installed' message displays after you select your printer, click Install, and then follow the instructions to complete the installation.
    Click Show Details to view scan settings and options.
    NOTE: Make sure that you select either the Flatbed mode or theDocument Feeder mode, depending on your printer and how you plan to scan. 
    Change any settings as necessary, and then click Scan.
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03967522&cc=us&dlc=en&lc=en &os=4159&product=306898&sw_lang=#N1056

  • How can I undo a software update?

    How can I undo a software update?

    That indicates something went wrong. Make sure no anti-virus software or firewalls are running on your system. Make sure iTunes is up to date. Then, follow the directions here to force the phone into recovery mode & restore it:
    http://support.apple.com/kb/HT1808

  • How do we get a software update for realplayer tha...

    How do we get a software update for realplayer that comes with the phone ?  Thanks.

    You wait for a firmware update that includes it.
    S60v5 phones also have a gizmo called "Application update". Sometimes elements in the firmware receive an update that way. For example, there was recently an update to FlashLite 3.1 on the 5800 XpressMusic.
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • How can I tell what Software Update Groups are members of Deployment Packages?

    I have a single SCCM 2012 SP1 CU4 server running on Windows Server 2012.
    I am trying to clean things up a little bit and I am curious:
    How can I tell which Software Update Groups use
    which Deployment Packages?  I don't see it on the Properties of either one.
    Thanks!

    Funny thing is that you can't see from the software update (in the software update group) in which deployment package(s) it exists. Your only options are manually comparing every single update (not really an option), or use PowerShell and do something
    like this:
    http://myitforum.com/myitforumwp/2014/05/12/matching-configmgr-software-updates-to-a-deployment-package-with-powershell/
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • HT4623 im having a problem updating my phone. it downloaded the first part but then when i hit install it says software update is not available at this time. what do i do ?

    im having a problem updating my phone. it downloaded the first part but then when i hit install it says software update is not available at this time. what do i do ?

    Does it say Try Again Later?  If so, try again later.    Worked for me on one device, later!  2 of my devices are being a bit more stubborn!

  • TS3899 I just installed the latest software update on my iPhone this weekend (9/22/12), and now I can't get email. I've restarted and closed all my apps to no avail. I'm able to get email on my laptop, so it's not a problem with my provider. Any ideas?

    I just installed the latest software update on my iPhone this weekend (9/22/12), and now I can't get email. I've restarted and closed all my apps to no avail. I'm able to get email on my laptop, so it's not a problem with my provider. Any ideas?

    Originally we were getting the error that the phone could not connect. Then, after deleting the account multiple times and re-adding it again, the error message CHANGED to having to log in to Yahoo and authorize.
    When we went to Yahoo in a regular browser and logged in there was an alert telling us about connection attempts so it disabled mobile/iphone connectivity. It required that we change our password FIRST.
    Then, we went in to Manage Apps and Webpages and saw that iPhone was not there but Facebook was.
    After all of this went back to the phone and deleted then re-added the account again and SUCCESS!
    It now also shows up on the Yahoo Manage Apps and Webpages.
    Hope this helps someone else. Please consider giving me points if it does or like the post.
    Fred

  • How do i stop a software update to the ipad after it has reached the stage of asking for itunes connection?, as i didn't sync my data to the laptop.

    How do I stop a software update of the ipad after it has reached the stage of asking for itunes connection?
    i didn't sycn my data, and itunes mentioned it will restore the ipad.
    thanks

    How do I stop a software update of the ipad after it has reached the stage of asking for itunes connection?
    i didn't sycn my data, and itunes mentioned it will restore the ipad.
    thanks

Maybe you are looking for

  • MID YEAR GO LIVE ERROR

    MID YEAR GO LIVE ERROR Its a mid year go live and we have only year to date (YTD only and not QTD and MTD) data for gross pay ,deductions & taxes.Right now we are uploading the YTD gross in /101, YTD Social Secutiry in /403, YTD medicare in /405 , YT

  • How can i transfer files from forms10g to another machine..?

    Dear All, We would like to transfer image files from forms10g to another machine rather than Application server using webutil, Can any body give me a workaround for the same, because its occupying more space in the application server, so it would be

  • Are SeeBurger and SFTP adapter the same thing?

    If yes, why 2 names? If not , what is the difference? Thanks!

  • Do I have to reinstall my printer?

    I did a disk repair thru utilities and now I cannot open text files or do any printing. Do I have to reinstall the printer? It is listed in system preferences.

  • Simple question abt applet

    I want to write a file onto clients computer using an applet. Also want to send back a file to server. Question is simple : Is it possible to write on to client's machine using applets, or not? If yes, how? I have searched the web but havent been abl