Difference between Refurbished iPod and new?

Apple is replacing my iPod Touch cause it was a defect, will I most likely be getting a refurbished in return? Does a refurbished have a new battery? What else differences are there? thanks!

You should not know or be able to tell if it is a refurb or not.

Similar Messages

  • If unboxed how could you tell the difference between refurbished imac and new imac?

    If unboxed how could you tell the difference between refurbished imac and new imac?

    Besides all of that, you can purchase Apple Care which will extend your warranty to 3 years just like you can on a brand new iMac.
    If you're considering a "refurbished" iMac, buy it ONLY from Apple.  I believe it's your best bet.

  • Is there any difference between the iPod and the iPod hp?

    I'm new to iPods so forgive me if this is a foolish question but I've been thinking for a few weeks now about getting my daughter the shuffle. I bought the 1gb iPod shuffle hp today in Staples because they had it on sale but I'm wondering if there's any drawbacks to buying this one compared to buying it directly from Apple? As far as the electronics, is there any difference between the iPod and the hp iPod?

    Welcome to Apple Discussions!
    Electronically, there is no difference. The only difference comes in support. Apple allows you to call them for 90 days and one issue after you buy them, supporting windows and macs. HP will only help you if you are using a windows, however that support lasts one year. Keep in mind that if you need support, you'll have to go to an HP authorized repair center or another one of HP's options as the apple repair site and apple stores can't help in that regard.
    btabz

  • Difference between Special GL and New GL

    Dear SAP Gurus,
                            What is the difference between Special GL and New GL?
    Thanks & Regards,
    Sim

    Dear Sim
    If I understood logically, then your question actually refer to special purpose ledger, right ?
    If so both are almost same. Both are for you to depict parallel accounting in your SAP system by storing posting data for the various accounting principles in separate ledgers.
    Whereas special purpose ledger is more custome developed (data is stored in 'Z' table), whereas New GL is more standardised from SAP as well as advanced when compared to special purpose ledger.
    Hope I understood correctly your question and gave some useful input.
    Regards
    Siva

  • What is difference between additive delta and new status for change record

    Hi Experts
    Can any one explain me about the difference between additive delta and new status for change record with example
    if any one has a document please post it iam thank full to u
    thanks
    Ahmed
    Please search the forum before posting a thread
    Edited by: Pravender on Feb 12, 2012 1:54 PM

    Hi
    Additive delta --- We will get the changed quantity.
    say suppose you have sales order and quantity like  1111   30 which is loaded to cube(BW).
    now same record qty has changed from 30 to 40. As we have additive delta, we will get new record as 1111  10.
    new status for change record: This is same as like After image delta type in standard SAP data sources. for every change in record you should have new record.
    say if you have any number which will be generated by system for new/changed record, then you can use this.
    You can use this option when delta option set to "numeric pointer"
    Regards,
    Venkatesh

  • Difference between IPad 3G and new IPad 4

    Hi,
    Can any one help me, what is the difference between the IPad 3 G and New IPad 4..?

    What is an Ipad 3 G?
    The main differences between iPad 4 and iPad 3 are:
    1. A6X (vs A5X) processor
         a. 2X the compute power (like Geekbench score)
         b. 2X the graphics power (more frames per second, fill rate, etc)
    2. Enhanced 4G and LTE radio
    3. Faster WIFI, plus 5 GHz N coverage
    4. Lightening connector
    5. 720p Front facing camera
    What is the same:
    1. size, weight
    2. screen resolution
    3. same storage capacities

  • Difference between list.clear() and new instance

    In the below code,
    List<String> test = new ArrayList<String)();
    list.add("one");
    list.add("two");
    list.add("three");
    list.clear();
    (or)
    list = new ArrayList<String)();
    list.add("four");
    list.add("five");
    What is the difference between List.clear() and creating new instance for list?

    1. Use code tags to post codes -- [code]CODE[/code] will display asCODEOr click the CODE button and paste your code between the {code} tags that appear.
    2. Invoking clear() sets all the elements of the ArrayList to null and resets the size to 0.    public void clear() {
         modCount++;
         // Let gc do its work
         for (int i = 0; i < size; i++)
             elementData[i] = null;
         size = 0;
        }(modCount is used to detect concurrent modification and throw an Exception when needed)
    Constructing a new ArrayList creates a new, different, empty ArrayList.
    In many situations they might be equivalent, but not in a case where you have two or more variable references to the same ArrayList. Example (watch out for typos)ArrayList<String> stringsA = new ArrayList<String>();
    ArrayList<String> stringsB = stringsA;
    : // add elements to stringsA
    : // stringsB refers to the same populated list
    stringsA.clear(); // stringsB refers to the clear()ed list
    : // add elements to stringsA again
    stringsA = new ArrayList<String>(); // stringsB still refers to the populated listdb

  • What is the difference between the newInstance() and new

    would be please tell me the difference between the newInstance() and new

    Yes, kablair, you couldn't be more correct in your
    statements. I didn't pay attention to the other
    replies. But anyway, the person who has to clarify
    the question is the OP, that doesn't seem to be
    interested in this subject anymore...Strangely enougth this seems to be quite common (the OP doesn't care about the replies). This is a frustration you'll have to live with if you plan to continue replying to posts at this forum. I deal with it by don't caring about the OP's in return. What the heck, make it an interesting discussion with or without any OP.

  • Difference between refurbished ipad and replacement ipad

    Whats the difference between the refurnished ipads sold on the online store and the replacement ipad you get when you take your ipad in for service with a defect, which is apparently also refurbished.  Are they the same thing?

    I think perhaps the most significant difference is the warranty (which has nothing to do with the device quality). If you buy a refurbished device from the Online Store, as I did with my MacBook Air (saved $200!), you get the same one year warranty you would get if you bought a brand new device. If Apple swaps out your device under warranty, you will have the remainder of your original warranty or 90 days, which ever is longer, if I recall correctly.
    If you buy a device online, you get a brown box but all of the same accessories as you would with a new one. If your device is replaced under warranty, they hand you a naked device, no accessories, no box.
    I've had one iPod, one iPhone and now, one iPad replaced under warranty. The devices were indistinguishable from new.

  • Difference between Old GL and New GL

    Hi All,
    I am very new to this community and just started my career towards SAP. I want to understand what are the major difference between the old GL and the current GLversion.
    Thank you for all your help and advice.
    Regards,
    New Joinee
    Search SDN and read help.sap.com

    please refer below link:
    ECC 6.0 New GL Functionality
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/erpfi/financials&
    SAP release notes(Older 4.6 v/s to ECCC- New releases)
    easy way of finding release notes
    http://solutionbrowser.erp.sap.fmpmedia.com
    hoe this helps
    Please assign points as way to say thanks

  • Difference between older Extreme and new one

    I have an Airport Extreme that is about 2 to 3 years old.  The difference between speed when I am plugged by ethernet into the network and when I am using the router is significant.  It drops by about 50% or more.
    Can I expect better performance from a new model?  I have mine set at 5GHZ and auto for Channel selection.
    Thanks,
    Deanna

    The new AirPort Extreme 802.11ac......which is really not so new.....can produce wireless signals theoretically approaching the same speed as an Ethernet connection......but.....and this is a big BUT......this speed will only be realized with the 802.11ac AirPort Extreme....IF....
    You also have a new Mac that is capable of receiving an 802.11ac signal....
    and....
    The Mac is located where it has line of sight with the 802.11ac AirPort Extreme.
    To be realistic, if you have a good connection with the new 802.11ac AirPort Extreme and the new Mac is located such that it has line of sight with the AirPort Extreme, you might expect to see a 25% drop in speed compared to the 50%+ that you see now.
    The current AirPort Extreme will be two years old in a few months, and Apple rarely keeps a current model for two years, so there may be a hint in there.

  • What are the differences between the old and new GarageBand?

    I'm debating about purchasing the update from GarageBand '11 to the modern GarageBand.  Could someone please list out the differences between the two so I can make my decision?  I'd prefer both pros and cons, not just added features.

    First of all, going from GarageBand '11 to GarageBand 10 is a major upgrade and not just an update.  Both applications are very different.
    The good news is, that you can and should keep both versions installed. GarageBand '11 will continue to work with GarageBand 10 installed.  GarageBand 10 can use the loops and instruments from GarageBand '11, if you do not uninstall GB '11, and so your older projects can continue to work.
    There are many differences between both versions.
    GarageBand 10's user interface is more like Logic Pro X. Instead of selecting an instrument for a track and then adding effects, you select patches with predefined effects.
    GarageBand 10 introduces smart instruments:  Drummers that play automatically instead of just drum loops, smart strings, arpeggiators.
    Also new: Amp designer to create your own amps.
    It is easier to change the articulation for software instruments in the Midi Draw area,
    But quite a few features, that made GarageBand '11 great have been discontinued.  So really, keep GB '11 installed, if you upgrade. Then you can have the best of both.
    Magic GarageBand is gone.
    Podcasts are no longer supported. and the Movie track is more restrictive.
    The Sound Effect Instruments, that let you add samples to the Musical Typing keyboard are no longer supported.
    The iLife Sound effects collection if loops is missing.
    The funny predefined vocal effects for the vocal transformer are gone.
    Many instruments and loops are gone.
    Duplicating tracks links the copies, so you can no longer edit the copies individually.
    I am not sure, if my list is complete. These are just the differences, that are important for my workflow.

  • Difference between my Ipod and my Itune

    I have had my ipod for a while now and have a bunch of songs however, recently when i open my itunes none of my libraries and hardly any of my songs show up yet all of them are on my ipod currently just not my itunes, do you get what im saying?.. when i connect my ipod it says.. "The ipod "johns ipod" is synced with another itunes libary, An ipod can be synched with only one iTunes library at a time. What would you like to do?".. is there any way that i can restore my previous library and such, i just do not want to lose everything.. please help!!

    it would of, but I was impatient and thought that my computer had frozen and unplugged my iPod too soon. I pluged it back in and all of my songs were gone. But I used to have two computers, one I would sync it on, and when I needed to charge my iPod and wasn't able to use the computer that I used to put music into it, I would just click cancel and it didn't replace my songs with the ones in the library. So it should work. Just make sure you don't accidently click the option next to 'cancel'!

  • Difference between refurb 2012 and new Apple TV?

    Is the refurb 2012 Apple TV with A5 any different than the model current sold as new? Are they both 3rd gen and are any specs different?

    Hi Douglas.
    A 2012 Apple TV could be a Apple TV 2 or an Apple TV3 (which was released on March 7, 2012) So it's something you need to ask when buying it.
    If it is the Apple TV 3, it will be the first one and not the revision A model which is sold today. The difference I believe is mainly in the CPU, the first model used a dual core CPU with one core closed off, the rev A version a redesigned CPU with single core but based on the dual core.

  • Difference between a definition and "new"

    Hi
    some objects I could istantiate with 2 methods; for example:
    String s; or
    String s = new String;
    The difference is the second way the istance is the same in all the application?

    Many thanks; the last example:
    SAXParserFactory fac =
    SAXParserFactory.newIstance();
    and
    SAXParserFactory fac = new SAXParserFactory();
    n first definition I have an unique istance of
    factory in my JVM and in the second case I could have
    more?Ignoring for the moment the protected method and abstract class issues, pretending you could do both of the above, the differences in the approaches in a general sense are:
    * The first one would give you a reference to an instance of a SAXParserFactory or a subclass while the second would give you a reference to a SAXParserFactory (not a subclass).
    * The first one might return a reference to the same object on multiple calls, while the second would create a new object every time.

Maybe you are looking for