I NEED TO FIND OUT THE GENERATION OF MY IPOD TOUCH

I AM TRYING TO PURCHASE AN IPOD TOUCH, HOWEVER, I WANT TO MAKE SURE IT IS A 4TH GENERATION...I HAVE THE SERIAL NUMBER...CAN I FIND OUT USING THAT?

Identifying iPod models
Please turn off your caps lock.
All caps indicates shouting, is considered rude and is difficult to read.

Similar Messages

  • How do i find out the generation of my ipod touch?

    How do i find out the generation of my ipod touch?

    Here's Apple's official identification guide:
    http://support.apple.com/kb/HT1353

  • How do I find out what generation is my ipod touch?

    How do I find out what generation is my ipod touch?

    Append the last three characters of its serial number to http://www.everymac.com/ultimate-mac-lookup/?search_keywords= and load the page.
    (93305)

  • How can I find out the generation of my Ipod?

    I think I got a fifth but I want to make sure.

    Hi Sithius99!
    This article might help you identify your iPod model:
    Identifying iPod models
    -Kylene

  • 10 laksh records and need to find out the top5 salary

    Hi,
    I have emp table with 10 laksh records and need to find out the top5 salary.I formed the below mentioned query,
    SELECT ROWNUM,SAL,EMPNO,ENAME,DEPTNO FROM(SELECT ENAME,EMPNO,
    DEPTNO,SAL FROM EMP ORDER BY SAL DESC) WHERE ROWNUM<=3 AND SAL IS NOT NULL;
    i would like tune this query or anyother new qeury find out top5 salary.
    By
    Siva

    kn_sivaraman wrote:
    Hi,
    I have emp table with 10 laksh records and need to find out the top5 salary.I formed the below mentioned query,
    SELECT ROWNUM,SAL,EMPNO,ENAME,DEPTNO FROM(SELECT ENAME,EMPNO,
    DEPTNO,SAL FROM EMP ORDER BY SAL DESC) WHERE ROWNUM<=3 AND SAL IS NOT NULL;
    i would like tune this query or anyother new qeury find out top5 salary.
    By
    SivaWhy do you need to Tune? What do you need to tune?
    What is the execution time of the query? What is the explain plan?
    Moreover, in an International forum, refrain from using Locals. 10 Lakhs = 1 Million.
    Do provide the above details to determine if your query needs tuning?
    Below is a correct version of Top N query. Untested for your example. Please do modify according to your needs.
    SELECT ROWNUM,
      SAL,
      EMPNO,
      ENAME,
      DEPTNO
    FROM
      (SELECT ENAME,EMPNO, DEPTNO,SAL, dense_rank() over(order by sal desc nulls last) dr
        FROM EMP ORDER BY SAL DESC
      ) a
    WHERE a.dr <= 5;Regards,
    P.

  • Need to find out the account group given the accounting document number

    I am new to SAP. Please help.
    Need to find out the account group given the accounting document number?

    If you are asking about account assignment group then that can be seen in billing document -> Header -> Accounting Data.

  • Need to find out the queries which did not executed in 2014

    Hi All,
    I need to find out the queries which start from YY  and did not executed in 2014, earlier we used to find out by looking into the technical content cube 0TCT_C02 but now its giving dump as number of queries increases. I tried to find out using table RSZCOMPDIR but not able to trace it exactly. Please suggest some alternative solution to find out the queries which did not execute in 2014 so that we can delete it.
    Thanks,
    Asim.

    Hi,
    RSDDSTAT_OLAP : This is the table which contains query execution details
    CALDAY field in that table gives you query execution date
    OBJNAM gives the query name
    As you said RSZCOMPDIR gives list of all queries. doing a lookup between these tables will identify the queris which are not executed in particular period.
    -Sriram

  • Need to find out the number of Master data records transfered to the BW

    Hi,
    We need to find out the number of Master data (example -0MAT_PLANT_ATTR) records to be transfered to BW side. This is a delta extract.  We are preparing test scripts to check the master data extract ( full & delta) from ECC6 TO BI 7.0..
    Advance Thanks.

    Hi,
    Goto RSA3 and run that master data extractor in D mode if you want to know the number of records in delta and in F mode if you want to know the Full volume. But make sure that you set data records/calls and the display extr calls numbers so that you get the total number of records.
    The other option is goto the master data source table and look at the number of records in that table. That'll give you an idea of the total number of records in the table.
    One other option is to goto RSA7 , select the delta datasource and hit the display button. You'll get to know the number of entries in the delta queue that way as well.
    Cheers,
    Kedar

  • HT201320 I have an email account through yahoo. I am having trouble setting it upon my iPhone and can't receive or send emails!!!! I contacted Rogers and they said I need to find out the host name of the incoming server, in other words yahoos host name. H

    I have an email account through yahoo. I am having trouble setting it upon my iPhone and can't receive or send emails!!!! I contacted Rogers and they said I need to find out the host name of the incoming server, in other words yahoos host name. Help!!

    Yahoo's servers are notoriously unreliable. Use the "Yahoo" account type when setting it up. If it doesn't work, and you are positive the credentials are correct, wait a while and try again.
    While you're waiting, set up a free gmail or iCloud email account.

  • 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?

  • How to know the generation of my ipod touch

    how to know the generation of my ipod touch with the help of serial number.

    Identifying iPod models
    with serial number by
    http://www.powerbookmedic.com/identify-mac-serial.php

  • I need to find out  the  list of outbound made it  to the vendor

    I need to find out if the attached list of outbound  made it  to the vendor.
    and i have  list of all IDOC numbers that i need to check.  Could you please assist? how to check?
    Please do needful.
    Thanks in advance.
    Regards,
    PIneeder.

    Hi,
    If you want to check it in XI/PI check first:
    - in the abap stack transaction:
                  - sxmb_moni and filter for your sending system and idoc type
                         or
                  - idx5 fill in the date when the idoc was sent and the idoc number from the sending system and through double-clicking you will get to the same message as in sxmb_moni
    - in the runtime workbench (only if the communication with the partner is done via a java based adapter (all except xi,http and idoc) go to the runtime workbench and then click on message monitoring and filter for your messages. If the status there is succesfull then you can safely assume that the message was delivered to the partner. Note: it sometimes happens that a PI server also has one or more decentral adapter engines. In this case you need to check if your communication channel is deployed on any of them (you can check that in the Integration Builder) and then select the corresponding one in the Runtime workbench -> Message Monitoring -> Message from Component.
    Hope this helps,
    Horia

  • Need to find out the traffic coming into and going out of ALSB

    Hello,
    I would like to know if there is a way to find out the traffic coming into and going out of ALSB (Number of Messages). Please let me know if i am not clear.
    Thanks,
    Varun

    I would like to know if there is a way to find out the traffic coming into and going out of ALSB (Number of Messages). Please let me know if i am not clear.There are two points. If you want to get aggregate traffic for all end-points in OSB, then out of box is not possible.It can be arrived at using monitoring capabilities.
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/operations/monitoring.html
    If you are looking at the traffic at end-point level, then it is available when monitoring is enabled.
    Cheer
    Manoj

  • HT201317 Is it posible to find out what ip address my iPod touch sent photos from to My Photo Stream?

    I know this is a strange question, but my house was broken into, and my old iPod touch was stolen. The guy that took it is now taking selfies with the iPod that are showing up on My Photo Stream. Is it possible to find out the IP address of where the iPod is connecting to iCould from to sync the photos?
    Thanks for your help.

    No, but you should change the icloud account's password.

  • Need to Find out the Print Program

    Dear All,
    I am designing a layout for the Printed stationary (cheque Print). I am stuck in a place where in i am not able to find the Print Program.
    Can anybody please help me.
    With rgds
    Ranjith Singh

    Hi Ranjit,
    USe TNAPR table to check for the print programs.
    Alternatively use NACE transaction and select the Application relavant to you and check out the output types and their settings.
    Cheers
    VJ
    Message was edited by: Vijayendra  Rao

Maybe you are looking for

  • , I must start the TV twice before it will function. The first time, I get only the audio.

    My laptop computer has TV. Since I bought it new, this is what I have had to put up with:  I press the Media Center icon for TV on my desk top, then select live TV. the Audio only comes up with no picture. I then must go back to the desk top and do i

  • Dreamweaver templates and relative file paths

    It seems on occasion - especially with the embed tag - a relative file path in the dwt file becomes an absolute file path in the file it makes. The worst thing is that it doesnt happen consistently, Ive created 4 files from a template and now all of

  • Document Literal Web Service Stub Error

    I am using jdeveloper 9.0.3 (necessary because we are doing OAF) and have created a Document Literal Web Service Stub. The stub runs perfectly in Jdeveloper, but when I move it to our 9iAS server (1.0.2.2.2), I get the error that it can not find the

  • Partner schema for STO

    Hello Everyone, Can anybody tell me how to get the partners inthe STO Header- Partner tab. defined the partner schema for vendor master, assigned it to the A/C group. defined the partner schema for purchasing document, assigned it to the document typ

  • Prod order creation using a BOM

    Hi Experts, I am trying to create a production order for a BOM which has one line item. I could create a prod. order for the line item, but when i am trying to create the prod. order for the BOM, I am getting  a message "No Default value mentioned fo