How do I find out which operating system I have on the IPOD touch

How do I find out what operating system I have on my IPOD Touch?

I suspect you have a 2G iPod. Those can only go to iOS 4.2.1.
Identifying iPod models
iPod touch (3rd generation)
iPod touch (3rd generation) features a 3.5-inch (diagonal) widescreen multi-touch display and 32 GB or 64 GB flash drive. You can browse the web with Safari and watch YouTube videos with Wi-Fi. You can also search, preview, and buy songs from the iTunes Wi-Fi Music Store on iPod touch.
The iPod touch (3rd generation) can be distinguished from iPod touch (2nd generation) by looking at the back of the device. In the text below the engraving, look for the model number. iPod touch (2nd generation) is model A1288, and iPod touch (3rd generation) is model A1318.

Similar Messages

  • How do I find out which operating system I have?

    I've only recently purchased my 15" MacBook Pro (version 10.6.8) and I am unsure on how to establish which operating system I have.  Is it Leopard, Tiger, Lion??

    Thanks!  I had already found the pull down menu with my version but, wasn't sure which "Cat" I had.  Turns out (from further investigation on the Apple site) that I have the latest Snow Leopard.  Thanks for the quick reply tho!  =)

  • How do i find out what operating system my ipod touch has

    I just got a new iPod touch for Christmas and assumed it was using ios5.  But there is no icon for icloud anywhere on it and I can't find where it tells what its operating system is.  How do I find out what operating system my ipod touch is using?

    Go to Seting>General>About>Version
    However, there is no iCloud app.  There are various features the use iCloud.  If you go to Settings do yu see a settinging labled iCloud?

  • I want to update my phone, but i purchased many apps and music on the phone. it won't let me authorize my computer so i cannot update. i don't want to deauthorize all my computers. how can i find out which 5 computers i have authorized?

    i want to update my phone, but i purchased many apps and music on the phone. it won't let me authorize my computer so i cannot update. i don't want to deauthorize all my computers. how can i find out which 5 computers i have authorized? also how can i update the software?

    This is a tedious solution, which is stupid!  And some users report an inability to reauthorize a computer after an "en masse” deauthorization.  I can’t believe Apple doesn’t provide a list or menu to find out which computers you’ve authorized! Obviously, APPLE knows (or else they couldn’t tell us how many computers we have authorized)--so why can’t they give us access to that information about our own computers??!!!
    And for an already-authorized computer with a hard drive that’s since been replaced and upgraded from Mavericks to Yosemite, would it be recognized as a “new computer” and require authorization? Would its previous incarnation (i.e., with the old hard drive and OS) be considered a separate computer? Some users report they can’t authorize a computer after an OS upgrade because of that. Can’t believe we have to do such a bass-ackwards kludge!

  • Where do I find out which operating system is on my imac desktop computer?

    How do I know whether or not I have an XP operating system on my imac desktop?

    Depending on which iMac build series, be it an older powerPC-based G4 or G5,
    or an Intel-based model built after 2005, the method of installing and using a
    Windows system can vary. Finding out which Windows version is running on
    either, can vary, too.... {the PPC Macs top out with OS X 10.5.8, as native.}
    If yours is a newer intel-based iMac, you've posted in the older PPC-Mac area.
    Here's a Support article covering the more recent & likely path with newer iMac...
    •Mac Basics: Using Windows on your Mac with BootCamp
    http://support.apple.com/kb/ht1461
    "...After installation, you can switch between Windows and OS X by holding the Option
    (Alt) key at start up. Or, use the Startup Disk control panel in Windows (installed with
    Boot Camp support software) -- or the OS X Startup Disk preference pane to set the
    default operating system to use each time the computer starts up..."
    In Mac OS X, look in System Preferences> Startup Disk> if you installed Windows
    using BootCamp. (Not sure if that'd show Windows if Parallels or other utility were
    used to install Windows in the Mac OS X.)
    And, if your computer is not an Intel-based iMac, instead is a powerPC-based one,
    some of the above may still apply; except BootCamp won't run in the older PPC.
    So there were emulation or third-party applications like Virtual PC that ran XP.
    Hopefully this helps somewhat.
    Good luck & happy computing!
    edited 2x

  • TS1277 how do i find out which 5 computers i have authorised ofr itunes. i think i only have 4 but cant find out which one is the fifth

    I am told from itunes that i cannot authorise my macbook air as i already have 5 computers authorised on this account. I only have 4 but dont know how to find out which is the fifth authorised computer

    You cannot.
    There is no list
    Deauthorize all, then authorize the active computers.

  • How can i find out which I phone I have?

    How can I find out what kind of I phone I have?

    Go to settings>general> about and note theserial number.  Got to Klantenservice: Serienummers and enter the serial number and it will tell you about your phone

  • How do I find out which Mac model I have?

    When I go to the apple menu, About this Mac, and then click More Info, like they instructed in the tutorial on Apple Boot Camp, a different window appears with a lot more information, and it isn't the same window as on Apple Boot Camp.

    Hi Wesley38,
    If you are having issues identifying which model iMac you have, you may find the following article helpful:
    Apple Support: How to identify iMac models
    http://support.apple.com/kb/ht1758
    Regards,
    - Brenden

  • How does Weblogic find out which webservice method to invoke?

    Hi!
    I developed a webservice which is currently running on weblogic & everything is fine ;). Yesterday I tried to get it running on a different app server (jboss) and it simply would not work. I always got an error, that the operation requested does not exist on the endpoint. I investigated the issue & came to the conclusion that it is correct...the operation requested does really not exist. Now...why does it work on weblogic?!?
    Here a few details on the application:
    important part from the wsdl & xsds:
    <wsdl:message name="performTransactionSearch">
    <wsdl:part name="parameters" element="tns:performTransactionSearchRequest" />
    </wsdl:message>
    <wsdl:portType name="TransactionService">
    <wsdl:operation name="performTransactionSearch">
    <wsdl:input message="tns:performTransactionSearch" />
    <wsdl:output message="tns:performTransactionSearchResponse"/>
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="O2HWOnlyJournalServicePortBinding" type="tns:O2HWOnlyJournalService">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http"
    style="document" />
    <wsdl:operation name="performTransactionSearch">
    <soap:operation soapAction="" />
    <wsdl:input>
    <soap:body use="literal" />
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal" />
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    And here the xsd type:
    <xs:element name="performTransactionSearchRequest" type="tns:performTransactionSearchRequest"/>
    <xs:element name="performTransactionSearchResponse" type="tns:performTransactionSearchResponse"/>
    <xs:complexType name="performTransactionSearchRequest">
    <xs:all>
    <xs:element name="RequestHeader" type="base:requestHeader" minOccurs="0"/>
    <xs:element name="TransactionSearchCriteria" type="wstypes:transactionSearchCriteria" minOccurs="1"/>
    </xs:all>
    </xs:complexType>
    <xs:complexType name="performTransactionSearchResponse">
    <xs:sequence>
    <xs:element name="SearchResponseItem" type="wstypes:searchResponseItem" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    </xs:complexType>
    Last but not least, the method:
    public List<SearchResponseItem> performTransactionSearch(RequestHeader header, TransactionSearchCriteria criteria) { ... }
    The difference in the soap request messages differs in the outer tag. Weblogic expects what is defined in the xsd -> <performTransactionSearchRequest>, whereas jboss expects the operation/method <performTransactionSearch>.
    With jboss it only works w/o the 'Request'-suffix....with Weblogic it only works with the suffix.
    In a last attempt I adjusted the xsd, and changed the name for the tag to 'performTransactionSearch'. In that case, both app servers accept the same request (the one w/o the 'Request'-suffix) & it works fine.
    Now...long story short ;) ... why is that? I understand why Jboss is not able to work with the "wrong" tag, even though it is strange that it accepts a tag that is not even defined in the xsd.
    But, at least to me, I found it even stranger, that weblogic "knows" which operation to invoke. Can anyone give a little insight how a soap message gets processed in wl & how wl finds out which operation to invoke?
    Many thanks in advance :).

    Hi
    I am seeing frequent FULL GC This is because you are creating and destroying objects VERY frequently. Try to look at your design and see where you can reuse objects (i.e. object pooling) if possible, that is if this is adversely affecting performance.
    and not able to locate
    which particular class/method is calling the
    System.gc(). Classes don't call GC. The VM handles that automagically.
    I have disabled it using
    -XX:DisableExplicitGC and performance issues have
    been resolved. Also, I noticed that it does not
    happen periodically, so it is not RMI GC. How to find
    out who exactly is doing this? Does any of of the
    profilers like Optimizeit/Jprobe help find out this.OptimizeIt will tell you everything you need to know. However, NetBeans offers a free profiler now!

  • HT1338 HOW CAN I FIND OUT WHICH SERVER MY MAC IS USING?

    HOW CAN I FIND OUT WHICH SERVER MY MAC IS USING, KEEP GETTING MICROSOFT SQL SERVER ERRORS
    WHEN TYPING IN ADDRESS'S?

    If your computer is tied to a network, then there is a way to check. Go to System Preferences, and click Accounts. unlock Admin
    then you can click Login Options.
    under that, Network Account Server. This should show you what server your computer is tied to. If you aren't in the tech department, you could try asking them.

  • How do I find out which app is transferring all the data?

    My daughter is approaching her data limit and I'd like to find out which app(s) are responsible for the bulk of her data transfers.  If I go to Settings -> General -> Usage, I see a list of apps.  The right column is labeled "App Data", but the User's Guide says that this column shows "(e)ach installed app’s total storage space".  I can't find any indication of how much data each app is transferring.  Any ideas, anyone?  Thanks in advance for any information you can give me.
    - mb

    the problem could be something loaded in the Login Items list in System Preferences > Accounts but I have gotten rid of all those.
    A question, did you just uncheck them or highlight them & click the little minus icon? Do they still show in the list? I'm not sure, but I don't think it takes effect until you restart.
    Should anyone else come across this - the message is typical of not having the proper version of Pro Tools installed for the OS version being used.
    In this case, the minimum Pro Tools version supported on OS 10.4.10 is 6.9.2 (or 6.8.1 with certain Digi hardware devices).
    http://duc.digidesign.com/showthread.php?t=226330
    See also...
    http://duc.digidesign.com/showthread.php?t=139150
    http://duc.digidesign.com/showthread.php?t=138097
    http://www.macosxaudio.com/forums/viewtopic.php?f=26&t=40980

  • HT4796 How do I find out which version of Windows XP my computer has?

    I'm trying to transfer my information from a PC to a new iMac.  How do I find out which version of Windows XP is on my computer?

    XP is the version.
    Switch Basics: Migrate your Windows files or system to your Mac

  • I share an itunes account with 3 users. How can I find out which person downloaded a certain app?

    I share an itunes account with 3 users. How can I find out which person downloaded a certain app?

    Agile,
    Any of the above will work, depending how you would like to set it up.
    Given that kids tend to eventually grow up and be independent, the best long term answer for most people is to let her have her own account and her own library as soon as she can handle it.  Keep in mind that content purchased from the iTunes Store is permanently tied to the account from which it was originally purchased, so separating later is a challenge.
    If you want to sync multiple devices to the same library, that will work.  Or if you want separate libraries (as I would recommend), they can be either on separate computers or on separate Windows user accounts on the same PC.
    For the name change:  Connect the device.  When the name appears in the left sidebar of iTunes, highlight it and change it.

  • My computer says I cannot use icloud because I have multiple versions of outlook installed. How do I find out which versions are installed and how do I decide which one to delete?

    My computer states that I have multiple versions of outlook installed and that i cannot use icloud. How d if find out which versions are installed and which ne to delete without interrupting the other?

    That's a Windows/Office problem. You should ask in the Microsoft support forums.

  • How can I find out which .pst or .ost file itunes referres to when synchronising with outlook

    I´ve switched to iphone 4S from my 3Gs and would like to "clean" my itunes Sync before I use the new phone. Problem is, that the synchronisation with Outlook 2003 doesn´t work anymore. I guess the reason is that itunes refers to an old .ost or .pst file on my computer. I ve got several outlook profiles and changed from exchange to pop3. My question: How can I find out which .pst or .ost file itunes referres to?
    Thanks a lot in advance :-)

    Select the tune and then - Get Info - in the dialog box is a note of the Apple ID used to purchase.
    MJ

Maybe you are looking for

  • How to calculate a string (select '1 + 1' from dual;)

    I have this system that gives me data (roughly a gig per hour) in the format: Time_idle 13h 56m 56m 23s 24h 23m 4h 3m 4m 3s I have to translate it into date, or desimal hour so I can use it in calculations and SQL. How can I do this? I have tried the

  • My ipod is damaged on the side of it and the screen is about to pop out what do i do?

    my ipod is damaged on the side of it and the screen is about to pop out what do i do?

  • Re-install photoshop cs3

    I am having trouble with PS cs3 and want to reilnstall it or rather change some settings i go to control panel selet add remove software select change for adobe cs3 premium and nothing happens,,, i can select   remove and nothing happens any ideas wh

  • Billing history

    I would like to know why we can't have an option on this website or on my phone to view my billing history. I would like to know when payments have been received, something more than just last payment received. seems like a simple thing to ask for. I

  • SSAS Cube data display platforms (including per user permissions support)

    Hi, I've developed an SSAS cube for a small sales company. The company does not want to invest on sharepoint. They need to display cube data for each sales agent filtering his own records.   Excel and SSRS can display cube data but can they filter th