How can I remove scratches on a nano

I have a white nano, just baught it and I was trying to clean the lcd, but made a scratch on the lcd instead. I don't know how it happend, anyway how do I get rid of it. What kind of product is good for scratches?

Brasso works very well indeed. I used it on my friends ipods trying to remove the scratches. It leaves the nano looking like new. Try looking at this website. Hope it helps -Omz
http://todd.dailey.info/archives/2005/09/27/restore-your-ipod-nano-to-new-condit ion-with-a-4-can-of-brasso/

Similar Messages

  • How can i remove the shuffle feature from my nano?

    How can I remove the shuffle feature from my nano?  I apparently "shook" it and now it is on shuffle.  I can go to settings and remove the shake feature but I can't seem to restore my playing options to a generic loop instead of the shuffle.  Help!

    chelseafromco:  I had the same problem and had an awful time before finding a clear explanation of the solution.  Forget the iPod nano 6Gen manual, p. 21; it doesn't tell you how to turn the feature off, just how to turn it on.  Not all of us like randomizing our playlists.  APPLE:  PUT UP AN ARTICLE EXPLAINING SIMPLY HOW TO DO THIS.  Meanwhile, here's what worked for me:
    1.  Go to the "Now Playing" icon and tap the "Play" arrow in the center.
    2.  On the touch screen that comes up (you'll see an eighth-note graphic with the song title superimposed at the top, a Play/Pause button in the middle, and "Reverse" and "Forward" buttons on either side of that), swipe your finger to the left (not to the right).
    3.  This touch screen will have a "Repeat" symbol with two arrows like a snake eating its tail on the left and another symbol on the right that shows two arrows pointing to the right.  This is the "Shuffle" symbol.  Touch the Shuffle symbol so it's white, not blue.  White means that Shuffle is  off.
    4.  To make sure you won't accidentally turn Shuffle on, which you can do by giving the iPod a shake, go to the main Settings icon, cick it and select "Music," then press "Shake to Shuffle" until the button next to it says "Off" (white, not blue).
    Hope this helps.  By the way, in case you were wondering:  The whirling-molecule symbol in the center of the "Now Playing" controls is the Apple "Genius" symbol. This is to remind us that Apple's  manuals are created by people who don't know that customers need  instructions on how to turn things off as well as how to turn them on.

  • I bought a secondhand ipod nano, how can i remove the contents

    i bought a secondhand ipod nano, how can i remove the contents

    Connect the iPod Nano to your own iTunes library and restore it to factory settings.  This process wipes all content from the device, resets all settings back to their defaults, and reloads a fresh copy of the iPod's firmware onto the device.
    Restoring iPod to factory settings
    B-rock

  • I have extra tracks of the same song,plus extra albums showing of the same album in their relevant lists how can i remove the extra ones safely?.

    Please advise, i have somehow downloaded some extra tracks  of the same songs, plus their relavant albums showing in songs/albums lists on my ipod nano 7th gen,how can i remove the unwanted extra songs/albums  safely. Please note i am a newcomer to using a ipod nano/uploading,downloading music.

    Hi Myketyke,
    Welcome to the Support Communities!
    Since you are syncing your iPod nano to your computer, the best option is to remove the duplicates from the iTunes library on your computer.  Then resync your device.  The article below will show you how:
    How to find and remove duplicate items in your iTunes library
    http://support.apple.com/kb/ht2905
    Cheers,
    - Judy

  • How can I remove my account on an iPad and add an existing one

    how can I remove my account on an iPad and add an existing one

    Or, how can I change the account on an existing iPad without restoring / formatting it?

  • How can I remove LABELS from my gmail account?

    How can I remove unwanted LABELS from the side bar unsung gmail?

    I assume you're using GMail as your primary e-mail account?  Try this.  This is how I am setup.  Not only will it move all your contacts to your phone but any changes made in GMail or on the iPhone will be sync'd with the server.
    http://www.google.com/support/mobile/bin/answer.py?answer=138740
    Note... I think this will delete your existing contacts from your device.  You will want to use iTunes to back them up and get them imported into GMail before you sync your device wtih GMail.

  • How can we remove the following zeros from quantity field ?

    Hi All.
    how can we remove the following zeros from quantity field while populating ALV by using FM REUSE_ALV_GRID_DISPLAY ?
    eg:getting output zqty = 2.000
    but i need           zqty = 2.
    help me to reslove this issue.
    Regards.
    jay

    Hi,
      While populating the field catlog do the following thing to   avoid zeros.
      wa_fieldcat-tabname = 'I_OUTPUT'.    " Curr
      wa_fieldcat-fieldname = 'FWAER'.
      wa_fieldcat-seltext_l = text-023.
      wa_fieldcat-no_zero = 'X'.
      APPEND wa_fieldcat TO i_fieldcat.
      CLEAR  wa_fieldcat.
    Thanks,
    Khushbu.

  • How can we remove asterix from the amount

    i have problem wen i am trying to get amount it uis coming in this manner
    ***100000**
    how can i remove it
    pls let me know

    Here is one logic:
    data text type string.
    text = '**1000**'.
    replace all occurrences of '*' in text with ''.
    write text.
    Check out this link too:
    do not want asterix to be padded in left of currency value..
    Hope it helps you.

  • How can we remove the key from the dataset which has json

    uid
    id
    Json
    4588
    51
    { "key": "1/0/234", "element1":{ "a":10 "b": "test1" } }
    4589
    52
    { "key": "1/0/234", "element1":{ "a":10 "b": "test1" } }
    4590
    53
    { "key": "1/0/234", "element1":{ "a":10 "b": "test1" } }
    I have the above dataset resulting from merge operation .
    UID -Integer data type
    ID- Integer data type
    Json- String data type holding json document
    How can I remove  the " key" element from the json field  and make my dataset look like 
    Expected output which will strip of key value pair from the json column
    uid
    id
    Json
    4588
    51
    { "element1":{ "a":10 "b": "test1" } }
    4589
    52
    { "element1":{ "a":10 "b": "test1" } }
    4590
    53
    { "element1":{ "a":10 "b": "test1" } }
    Mudassar

    Hello Mudassar,
    In SQL Server / T-SQL we don't have a native JSON support, so you would have to implement a solution on your own = parsing the string and remove the "Key" + it's value.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • How can we remove the commas from the Formula value in SAP BW BEx query

    Hi All,
    How can we remove the commas from the Formula value in SAP BW BEx query
    We are using the formula replacing with characteristic.The characteristic value needs to be display as number with out commas.
    Regards
    Venkat.

    Do you want to remove the commas when you run the query on Bex Web or in RSRT?
    Regards

  • How can i remove a card from iTunes ?

    How can i remove a card from iTunes ?

    If you want to remove a credit/debit card from your account then on your computer's iTunes you should be able to edit your payment info by going into the Store > View Account menu option and logging into your account, and on your account's details page there should be a payment link.  If you are doing it on your iOS device then tap on your id in Settings > iTunes & App Store and tap on 'View Apple ID' on the popup and log into your account  - that should also give you a payments link on your account's page.
    Changing payment info : Change or remove your payment information from your iTunes Store account (Apple ID)
    If you don't get the 'none' option on the payment details screen : Why can’t I select None when I edit my Apple ID payment information?

  • How can i remove credit card info from apple id?

    How can i remove credit crad info from my apple id?

    I tried to enter it as "none" but it didnt work. It keeps saying i need a card number and all that. But then, i clicked "same as shipping information" and just entered my name and all the adress stuff, put my credit card number as 0 and my security code as 0, put in a random date and clicked save.
    -Just a tip for anyone else who couldnt figure it out like me

  • HT202667 how can I remove credit card from apple id ?

    i don't want to use apple id with credit card anymore i purchased enough apps for my apple device so now i wanna remove it so how can i remove credit card from apple id

    On your computer's iTunes you should be able to edit your payment info by going into the Store > View Account menu option and logging into your account, and on your account's details page there should be a payment link.  If you are doing it on your iPhone then tap on your id in Settings > iTunes & App Store and tap on 'View Apple ID' on the popup and log into your account  - that should also give you a payments link on your account's page.
    Changing payment info : http://support.apple.com/en-gb/HT1918
    If you don't get the 'none' option on the payment details screen : http://support.apple.com/en-gb/TS5366

  • How can I remove credit card from itunes account?

    How can I remove credit card from itunes account?

    I'm not home right now, so don't have iTunes here. I am basing this on having to do this a few days ago, as well as pictures from Google Images, so things may have different names now...
    Store (dropdown at top of iTunes screen)>View my account>Edit Payment Information>In the list of types of credit cards, the one at the far right says "None." Click that.

  • How can I remove my traded-in phone from my iCloud account?

    I sent my old iPhone back to Verizon as part of a trade-in agreement for a new phone. I followed their instructions for removing "Find my phone" from my old phone before trading it in.
    Now, when I log into iCloud I still see my old traded-in phone in addition to my current phone. How can I remove my old phone from my account? Why didn't that happen when I set my old phone to wipe all content before I traded it in?
    Thanks,
    Will

    You would think that erasing the old phone and removing it from your iCloud account would have removed it from your account settings on icloud.com but apparently that's not the case.  The only way to have done that would have been to sign out of your iCloud account first, which you obviously can't do at this point.
    Although I can't confirm this, one user said that they were told by Apple support that the old phone will automatically be removed when the old phone is signed into another iCloud account.  There's nothing else you can do at this point.

Maybe you are looking for

  • Unable to load JDBC driver

    Hello All - I'm new to Java and I'm attempting to connect a newly created MySQL database to a simple Java application as shown here. import java.sql.*; public class SimpleJDBC { public static void main(String[] args) throws SQLException, ClassNotFoun

  • Connect iphone to car to play audio?

    Is it possible to use my iphone to play music in my car? My car has a usb port but when my phone is plugged in, it will only charge rather than connect to play mp3 files. Are there any settings on the phone that can change this?

  • Can I configure a 79xx Phone with two busy trigger using UCCE 8.5?

    Hi, my name is Eric and I've some doubts to configure my Phones. First of all, I will explain my environment below: - UCCE 8.5 - CM 8.5 - CVP 8.0 I would like to know if it's supported if I configure a 79xx Phone with 2 busy triggers configuration, b

  • Airoplane

    umm im going on a trip in 2 days and i was wondering if people still have problems with there 60 gig ipod on a plane. thanks jamal

  • Signature with digest instead data

    Hello there, I am making an applet to sign document located on a server. Actually I need to upload the entire document to the client computer to sign it. I would to use the digest (given by the server) instead the full document, if it is possible. It