How to tell what week the ipod is

How can i tell which week i got and if its a good one?
Thanks!

Look in the serial number. It's the 4th and 5th digits. I believe week 38 and 39 are good. I have week 38 and have had no problems other than a few software glitches.

Similar Messages

  • How to tell what's the latest OS 6 for BlackBerry​?

    I recently came upon the sticky that tells about all OS downloads for BB Pearls. I have a 9100 version, and I want to install OS 6 on it.
    1 - Does it matter what firmware I download? For 9100 versions or 9105?
    2 - How can I tell what is the latest firmware?
    Something like this...
    BlackBerry Handheld Software v5.0.0.1476 (Multilangauge)
    Package Version: 5.0.0.1476
    Consisting of:
    Applications: 5.0.0.884
    Software Platform: 6.2.0.94
    File name: 9100_9105itutM_PBr5.0.0_rel1476_PL6.2.0.94_A5.0.0.​884_O2_IRE.exe
    File size: 132.72MB
    Or...
    BlackBerry Handheld Software v6.0.0.1479 (Multilangauge)
    Package Version: 6.0.0.1479
    Consisting of:
    Applications: 6.0.0.380
    Software Platform: 6.6.0.85
    File name: 9100_9105Asia_PBr6.0.0_rel1479_PL6.6.0.85_A6.0.0.3​80_Aircel.exe
    File size: 146.72MB
    What should I be looking at for the firmware version? Applications, or Software Platform?
    In this case, should it be Applications 5.0.0.884 and Software platform 6.2.0.94 that gives me an OS 6 or an Applications of 6.00.380 and Software Platform 6.6.0.85?
    3 - What indicates a newer version of OS 6?
    What should I be looking at to make sure I have the latest OS 6 version? A higher Package Version, Applications Version, or Software Platform?
    Thanks in Advance.
    Solved!
    Go to Solution.

    BBPearl3G- wrote:
    I recently came upon the sticky that tells about all OS downloads for BB Pearls. I have a 9100 version, and I want to install OS 6 on it.
    1 - Does it matter what firmware I download? For 9100 versions or 9105?
    hello,
    as indicated in the sticky post, each firmware for Pearl 3G work identically for 9100 and 9105. It's the line that says:
    "The OS installer is the same for both the 9100 and the 9105."
    BBPearl3G- wrote:
    2 - How can I tell what is the latest firmware?
    What should I be looking at for the firmware version? Applications, or Software Platform?
    In this case, should it be Applications 5.0.0.884 and Software platform 6.2.0.94 that gives me an OS 6 or an Applications of 6.00.380 and Software Platform 6.6.0.85?
    usually all three numbers grow at the same pace. So between two releases, comparing the firmware version, the application version, or the software platform is the same at 99% of the time.
    But on the Blogosphere everybody talks of the Application version. That is the reason why it is colored in green in the sticky post.
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • How to tell what was the latest patch installed on VMware ESX Server 3i, 3.5.0, 207095

    Hello Guys,
    I have been running an old server that was installed as a test system on a DELL workstation - Optiplex GX620 (32 bit).
    During the installation I had to confirgure the file: /usr/lib/vmware/installer/Core/TargetFilter.py to change the following line:
    "return interface.GetInterfaceType() == ScsiInterface.SCSI_IFACE_TYPE_IDE" to read:
    "return interface.GetInterfaceType() == ScsiInterface.SCSI_IFACE_TYPE_ISCSI" this made it worked and I have been using it for 3 years now. However, at this time I was hoping to update it with the latest patches and updates and I cannot figure out if I have ESXi or just ESX, nor what was my last update and what is required next.
    I have used this command to get the following output:
    # vmware -v
    VMware ESX Server 3i 3.5.0 build-207095
    ... I believe the 3i indicates that I have an ESXi 3.5.0 but is build-207095 the same buid as ESXi 3.5.0 Update 5?
    If not, how do I go about updating it? What is the KB # I should download?
    I can manage it using vSphere Client 5.5 and I can SSH into it using Putty.
    Note: When I run... "# esxupdate --bundle=ESXe350-201302401-I-SG.zip update" from within the folder where its at in the datastore, nothing happens... just a new line is scrolled.
    Also...
    # esxupdate query
    <?xml version="1.0"?>
    <query-response>
      <installed-packages>
        <package ID="ESX-207095">
          <name>firmware</name>
          <version>3.5.0</version>
          <rel>207095</rel>
        </package>
        <package ID="ESX-CLIENT-204907">
          <name>viclient</name>
          <version>2.5.0</version>
          <rel>204907</rel>
        </package>
        <package ID="ESX-TOOLS-207095">
          <name>tools</name>
          <version>3.5.0</version>
          <rel>207095</rel>
        </package>
      </installed-packages>
    </query-response>
    /vmfs/volumes/525300ce-5ff6ad3d-e2ed-0014222aedb7/Patches/ESXe350-201302401-O-SG #
    ... is there any further update for this system? I believe so as the Heartbleed patch etc. was not around when I was installing this server back in 2010.

    Hello Richardson Porto,
    I wanted to tell you that I appreciate the help so far.
    Also wanted to point out to you, that the KB indicated above is older than Update 5, which from your instructions is what I have installed. That KB is for U2.
    Now, the document definitely has step by step instructions on installing, querying etc. But my problem is ... NOT ALL COMMANDS WORK FOR ME!
    This is why I am here because all the instructions I have been reading does not work with my flavor of ESX 3.5.0, 207095... WHY? It has me stumped.
    For example, here are some commands the doc asked me to do and they failed: (Note that I had to unzip the folder on my windows box and upload it to /tmp using vSphere Client)
    /tmp # ls
    ESX350-201302402-BG      ESX350-201302402-BG.zip  vmhsdaemon-0
    /tmp # unzip ESX350-201302402-BG.zip
    -ash: unzip: not found                                                                                          -----------------------THIS COMMAND WAS NOT FOUND ?
    /tmp # cd ESX350-201302402-BG
    /tmp/ESX350-201302402-BG # esxupdate info
    Invalid command info                                                                                          -----------------------THIS COMMAND WAS INVALID ?
    /tmp/ESX350-201302402-BG # esxupdate update                                       -----------------------NOTHING HAPPENED HERE ?
    /tmp/ESX350-201302402-BG # ls -lh
    -rw-------    1 root     root       321.3k Dec 13 15:24 VMware-esx-scripts-3.5.0-988599.i386.rpm
    -rw-------    1 root     root         1.6k Dec 13 15:24 contents.xml
    -rw-------    1 root     root          701 Dec 13 15:24 contents.xml.sig
    -rw-------    1 root     root         1.4k Dec 13 15:24 descriptor.xml
    drwxr-xr-x    1 root     root          512 Dec 13 15:24 headers
    /tmp/ESX350-201302402-BG #
    NOTE: All these commands were run sequentially and I just copied and paste it from my SSH Client (PuTTy.exe)
    Is there a toolkit I need to install to have these commands or what really am I missing here? Host is in Maintenance Mode and the 1 VM that's on it is off!
    I am going to start a new discussion with this NEW ISSUE, since the Heading of this DISCUSSION has already been SOLVED! Thanks again!

  • How you tell what generation your iPod is

    how may I determine what generation an iPod touch is? says just say model A1509 on back

    my question is I have a 5G iPod and when making a playlist, how can I repeat the song a few times in a row in making the playlist.         the + can only be pressed once [and then not red or clickable].
    I went into edit playlist and pressed red repeat option on bottom left and options came up [cancel, repeat playlist, repeat song, repeat off] and I pressed repeat song option and it clicks and now has pink box. that looked promising but it still doesn't end up on the playlist. 
    I clicked on the repeat off option at top of list of options- it clicks, but stays the same- saying repeat off, and does not appear to do anything in terms of adding to a playlist on edit mode.
    I went into setting to try to see if it was locked somehow but could not find it.
    after trying to edit - add songs in [duplicate as above] I press the done bottom. but then see it has not added the songs I clicked pink box/repeat to original playlist.
    This is my first playlist since an old nano!

  • How to tell which Mac the iPod was synced to?

    I recently found an old iPod classic from 2009.  The last time it was used was likely around 2013 and it works just fine.   I'd used the iPod on a few long flights and "favorited" a large number of songs that I'd like to preserve the ratings for.  I assume the best way is to resync the iPod but I can't recall which of my Macs this was synced to. 
    Is there some way to tell which Mac this iPod was synced with?
    Failing that, is there a recommended way to pull some of the metadata for songs I've rated off the iPod?
    Thanks
    MM

    Look in the serial number. It's the 4th and 5th digits. I believe week 38 and 39 are good. I have week 38 and have had no problems other than a few software glitches.

  • How do i tell what generation my iPod classic is, how do i tell what generation my iPod classic is

    I am just wondering how to tell what generation my ipod classic 120 gb is...

    http://support.apple.com/kb/HT1353
    this will help u for sure
    or else u can call apple and give ur serial no.. they will look that for u

  • How can i find out in apple order what week my ipod is ?

    How can i find out in apple order what week my ipod is ? its says it was shipped today.
    Message was edited by: Matt kidd

    dont matter now its a week 38 it sed on the invoice
    Message was edited by: Matt kidd

  • How do i tell what gen my ipod touch is ?

    how do i tell what gen my ipod touch is ? I downloaded an app that requires os 4.0 or later but mine wont update past 3.1.3.

    You would then have an iPod touch 1st generation, the latest for that is indeed 3.1.3
    http://support.apple.com/kb/ht1353
    Version
    Supported devices
    3.1.3
    iPhone and iPod touch (1st generation)
    4.2.1
    iPhone 3G and iPod touch (2nd generation)
    4.2.10
    CDMA iPhone 4
    4.3
    Apple TV (2nd generation)
    4.3.5
    iPhone 3GS, GSM iPhone 4, iPod touch (3rd generation), iPod touch (4th generation), iPad and iPad 2
    5.0
    Apple TV (2nd generation), iPhone 3GS, iPhone 4 (GSM and CDMA), iPod touch (3rd generation), iPod touch (4th generation), iPad and iPad 2

  • How do you tell what week your computer was manufactured?

    How can I tell what week my computer was manufactured? My serial number is [..snipped...]. Week 19 translates to what month?
    Thank you

    Someone, somewhere could theoretically, trace your serial number to your name, address and maybe even how you paid for your computer. I recently had my identity cloned in Mexico. I wouldn’t think of posting any unnecessary information on any website. But that’s just me.

  • How do i tell what generation my ipod is???

    How do I tell what generation my ipod is???
    Thank you,
    Tyler

    Check this out: http://docs.info.apple.com/article.html?artnum=61688

  • How can I tell what GB my ipod shuffle 2nd generation is?

    How can I tell what GB my ipod shuffle 2 nd generation is?

    Hello Ellen,
    See this Apple support document.
    Identifying iPod Models
    B-rock

  • Icloud has has exclamation but I don't know how to tell what the error is?  I recently selected bookmarks for syncing.

    icloud has has exclamation but I don't know how to tell what the error is?  I recently selected bookmarks for syncing.

    TM will show it has done a backup.. Look at the info.. when was the backup completed??
    If you want more details install the widget.
    A1 here.
    http://pondini.org/TM/Troubleshooting.html
    The time capsule though blinks amber and the Airport Utility shows blinking amber light and has a red circle with the number 1 in it.
    There is an error.. probably trivial.. firmware update, default password..
    Open the airport utility and find out what the error is.
    Simply click the TC and see status in the summary page.. it will list all the errors and what you should do.. fix or ignore them. ie this TC has an error.. default password.. I chose to ignore.. when I "fix" the problem the LED goes green.
    Here is additional TC.. it is blinking amber with faults.
    Click the fault. eg default password.
    You can ignore or edit .. if you click edit it will take you to the full setup where you can change the settings.
    I ignored my errors and now it is green..

  • How can I tell what version my iPod touch is

    Someone is selling an iPod - want to know how to tell what version it is

    http://support.apple.com/kb/HT1353

  • How can you tell what generation an iPod is?

    I got a new iPod for Xmas but when asked what generation it is  they didn't know? So Now I am trying to find a way to know what generation the iPod is?
    Does Anyone have ideas?

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

  • How can I tell what generation my iPod Touch?

    I'm trying to sell my iPod Touch but I can't tell what generation my iPod is. Can you please help me with that?

    http://support.apple.com/kb/ht1353

Maybe you are looking for