How do I get the current ios for ipod

my iPod touch has ios 4.2.1 and it keeps telling me I have the most up to date software. How do I get the current version?

It sounds like you may have a 2nd generation iPod Touch, in which case 4.2.1 is the highest possible iOS. Please check the model number on the back, A1288 is 2nd generation.
Stedman

Similar Messages

  • How do i get the latest IOS for ipod touch? where do i go? is it free? ._.

    Ok, so i want this app but everytime i want to download it, it says i dont have the right ios version blah blah... so how can i upgrade my ipod touch to this version like do i download it? or... ._. i feel reaaaall dum but seriously, i just want this freaking app! so how do i get this ios (latest one) Pls helpppppp D: Dad wont help!

    If you have the iPod Touch 4th generation then i'm sorry to say that your out of luck. It can only be downloaded on iPod Touch 5th gen. If you have the 5th gen iPod Touch then you go to settings > general > (second one from the top) Software update. and click instal for the one that says iOS 7!

  • How do I get the current Itunes for MacBook when the reply is that it was created from a later version? I can't open iTunes or run the software inside it? Even the downloaded version will not function.

    I lost m iTunes downloader and cannot get the current version to work even when I download what is SUPPOSED to be the current version of iTunes. What can I do?

    If you've tried to install and older version of iTunes then it means exactly what it says, otherwise that message sometimes indicates a corrupt library file...
    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping.  Note that in iTunes 11 an "empty" library may show your past purchases with links to stream or download them.
    In the Previous iTunes Libraries folder should be a number of dated iTunes Library (.itl) files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library as iTunes Library (Corrupt) and then rename the restored file as iTunes Library. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    Alternatively, depending on exactly when and why the library went missing, there may be a more recent .tmp file in the main iTunes folder that can be renamed as iTunes Library.itl to restore the library to a recent state.
    See iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    Should you be in the unfortunate position where you are no longer able to access your original library, or a backup of it, then see Recover your iTunes library from your iPod or iOS device.
    tt2

  • How do i get an older ios for ipod touch?

    how do i get an older ios version for ipod touch?

    I'm sorry, but Apple does not provide a downgrade path for iOS. Because downgrading is unsupported by Apple we cannot discuss it on these forums, but you can use Google to find information on how to install an older version of iOS on any iDevice.

  • Hi how do i get apps and ios for ipod touch 2nd generation, Hi how do i get apps and ios for ipod touch 2nd generation

    Hi please how can i get apps for ipod touch 2nd generation and its ios 4.2.1

    There aren't much apps working on ipod 2/ ios 4.2.1. So you have to look in the description if its working on ipod 2

  • How do u get the battery percentage for the iPod touch 5g

    How do u get the battery percentage for iPod touch 5g

    http://modmyi.com/forums/ipod-themes/816715-add-battery-percentage-ipod-touch-5t h-generation-ios-6-without-jailbreaking.html
    Note that % battery on an iPod is not accurate. you will see large fluctuation in % battery and that is normal/expected.

  • How do I get the current adobe reader app for my iPad?

    how do I get the current adobe reader for iOS app?

    Hi,
    Apple App Store detects the iOS version on your iPad/iPhone and lets you to download the latest compatible version of Adobe Reader for iOS.
    What is the iOS version on your iPad?

  • Whenever I update my iPhone software, it asks me to sign in to iCloud with an old email address.  My other devices all have the correct address.  How can I get the correct address for my iPhone?  The only Apple ID that works for logging in is my new one.

    Whenever I update my iPhone software, it asks me to sign in to iCloud with an old email address.  My other devices all have the correct address.  How can I get the correct address for my iPhone?  The only Apple ID that works for logging in is my new one.

    To change the iCloud ID you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iPhone (if you're using iOS 7), then sign back in with the ID you wish to use.  If you don't know the password for your old ID, or if it isn't accepted, go to https//appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Tap edit next to the primary email account, tap Edit, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iPhone on your device, even though it prompts you for the password for your old account ID. Then go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https//appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • My iTunes says my iPod touch 3rd Gen is up to date with iOs 4.2.1, how do I get the new iOs 5?

    My iTunes says my iPod touch 3rd Gen is up to date with iOs 4.2.1, how do I get the new iOs 5?

    You must update your iTunes software to 10.5 first then you can upgrade to iOS 5.
    http://www.apple.com/itunes/download/
    According to Apple the iPod touch 3rd gen can update to iOS 5.
    "iCloud requires iOS 5 on iPhone 3GS or later, iPod touch (3rd and 4th generation), iPad, or iPad 2; a Mac computer with OS X Lion; or a PC with Windows Vista or Windows 7 (Outlook 2007 or 2010 or an up-to-date browser is required for accessing email, contacts, and calendars). Some features require a Wi-Fi connection. Some features are not available in all countries. Access to some services is limited to 10 devices."
    From here >  http://www.apple.com/icloud/

  • How do I get the correct icons for Favorites?

    How do I get the correct icons for Favorites on my iPad? I am using iOS 7.  The icons show up correctly in my bookmarks in Safari on my iMac OS X (10.8.5).

    I don't think there is a way to get them. Why they show in the Bookmarks vs Favorites.

  • How can I get the current user an  resource context  in a portal JSPDynPag

    How can I get the current user (com.sapportals.portal.security.usermanagement.IUser?)an the resource context  in a portal component (JSPDynPage)?
    Thanks.

    Hi Jon,
    Here is the code to get the current user and resource context in your JSPDynPage:
    IPortalComponentRequest  currentRequest  = (IPortalComponentRequest)pageContext.getAttribute(javax.servlet.jsp.PageContext.REQUEST);
    com.sapportals.portal.security.usermanagement.IUser contextUser = (com.sapportals.portal.security.usermanagement.IUser) currentRequest.getUser().getUser();
    ResourceContext resourceContext = new ResourceContext(contextUser);
    Greetings,
    Praveen Gudapati
    p.s. points are always welcome for helpful answers

  • How do i get the current version of web logic server on obiee 11g

    Hey
    I am pretty new to 11g and Weblogic
    How do i get the current version of web logic server on obiee 11g(11.1.1.5), I know that it should be higher than 10.3.5.
    Thanks

    Hi,
    Obiee11.1.1.5.0/6.0 both version supporting weblogic 10.3.5.0/6.0 both are no issues.
    http://blog.whitehorses.nl/2012/02/26/a-few-quick-tips-for-upgrading-ofm-11g-to-patch-set-5/
    also refer
    http://docs.oracle.com/cd/E23943_01/bi.1111/e16452/bi_plan.htm#BABECJJH
    Thanks
    Deva

  • How we can get the current running user information in BusinessOne

    Hi experts,
    How we can get the current running user information in BusinessOne Application,
    Based on the user details i want to assign some functionality,
    Regards,
    Saidarao yakkala

    Hi,
    As per me you can't get detail by server side.
    If you want to know who are connected then you can use sp_who2 procedure in SQL query.
    That will display who are login.
    For more detail you have to check LOG file on client side in SAP B1 > Log folder.
    Thanks
    Kevin

  • How can I get the elapse time for execution of a Query for a session

    Hi ,
    How can I get the elapse time for execution of a Query for a session?
    Example - I have a report based on the procedure ,when the user execute that it takes say 3 min. to return rows.
    Is there any possible way to capture this session info. for this particular execution of query along with it's execution elapse time?
    Thanks in advance.

    Hi
    You can use the dbms_utility.get_time tool (gives binary_integer type value).
    1/ Initialize you time and date of beginning :
    v_beginTime := dbms_utility.get_time ;
    2/ Run you procedure...
    3/ Get end-time with :
    v_endTime := dbms_utility.get_time ;
    4/ Thus, calculate elapsed time by difference :
    v_elapsTime := v_endTime - v_beginTime ;
    This will give you time elapsed in of 100th of seconds...
    Then you can format you result to give correct print time.
    Hope it will help you.
    AL

  • The bookmarks toolbar is there but has no item buttons on it. How do I get the items back for this toolbar? Also would like to know if the toolbars can be put on the same line to make more room on the page (drag & drop) ??

    The bookmarks toolbar is there but has no item buttons on it. How do I get the items back for this toolbar?
    Also would like to know if the toolbar can be put on the same line to make more room on the page (drag & drop) ?? Like the menu & bookmarks toolbar could/should fit on same line. This would add more page view...
    Floyd Perry
    Thanks

    Check that you still have the "Bookmarks Toolbar items" placed on the Bookmarks Toolbar
    * Make sure that you have the "Bookmarks Toolbar" visible: "View > Toolbars"
    * Check in "View > Toolbars > Customize" that the "Bookmarks Toolbar items" is on the Bookmarks Toolbar
    * If the "Bookmarks Toolbar items" is not on the Bookmarks Toolbar then drag it back from the Customize window onto the Bookmarks Toolbar
    * If you do not see the "Bookmarks Toolbar items" then click the "Restore Default Set" button
    You can only move the content from a toolbar onto other toolbars if all toolbars support that feature. You need to check that in the options of each toolbar.

Maybe you are looking for

  • Need newer bios for sr1710nx

    hi I have a hp compaq presario sr1710nx I am runing bios for the hp site (01/25/2007 rs482-sb400 amberine-00) i need to find a newer bios becouse fo video probloms can any one help ?

  • Hi all, Have a problem, Please let me know urgently.

    Hi All,         I have a scenario like characteristic is having lengh 50.Now I want to create a hierarchy for this characteristic. But Hirarchy allows maximum lengh 32chrs only. So could you please let me know how to create a hirarchy for this charac

  • WDDOINIT method executes every time when returning to View

    We are making Enhancements to the Travel Expense WDA. (Package: PTRM_WEB_UI) When creating a New Expense Report, the WDDOINIT method is being executed only once each time the View is displayed.  This is what is expected. When changing an existing Exp

  • Error while creating multiple identity realms

    Hi, I am trying the tutorial for creating multiple identity realms posted on http://www.oracle.com/technology/obe/obe_as_10g/im/realm_mng/realm.htm While executing "STEP 12" to enter the following values: -User Search Base, -User Creation Base, -Grou

  • Search with LOV

    i want to execute a search from a LOV. this search should be done by key or by name. the restriction that i found is that my LOV perform a search only by the first column.(in this way only by key or only by name). there is any solution to this pb. th