How can I find serial number of my apple I phone 4S

my I phone 4S is not charging. And, it became blank. Now, I want to report it to Apple stores. But, they need Serial number of device. I checked the backside of phone. and, I found Model number but not serial number. Moreover, there is no Apple stores where I live. How can I find my Serial number? Any, suggestions

http://support.apple.com/kb/ht4061
Regards.

Similar Messages

  • How can i find serial number and UPC of my laptop pavillion dv6 touch screen

    How can i find serial number and UPC of my laptop pavillion dv6 touch screen if i do not have the sticker at the back or below the battery .. thanks

    Hello,
    The hot key combination you can use at the desktop screen is "FN + ESC". That should bring a system information window on the screen with the computer information including the serial number.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • How can you find serial number on mac mini running bootcamp Windows 7?

    I am using a Mac mini and it is running bootcamp Windows 7, and I want to be able to look for the serial number using the Windows 7 side without booting up to the Mac OSX partition. can anyone help me out with this?

    I don't think there is a way to get the Mac serial number in Windows. You could carefully lift up the Mac and look at the printed serial number on the outside of the Mac without having to turn off the computer, otherwise it would be necessary to boot in to Mac OS X.
    If you still have the physical packaging the Mac came in the serial number would also be printed on that.

  • How can I find serial number for upgraded Final Cut Express?

    On my old G4 laptop, I had upgraded from Final Cut Express to Final Cut Express HD. Just bought a Mac Mini and installed FCE HD, but it's asking me for the serial number from the original Final Cut Express from which I upgraded. Duh. Of course I don't have that any more.
    Does anyone know if this might still be found on my hard drive somewhere? Thanks.

    Probably not. But just in case, fire up FCE on your old G4 laptop, then do +About Final Cut Express+ and look at the serial number below your name. It's probably the serial number of your FCE-HD Upgrade but there's an off chance it may be your original serial number.
    Also, if you sold or gave away your original Full version of FCE, and someone else has installed it on their Mac, you are no longer properly licensed on your current system. You have to keep the original, Full version in order to be licensed to use the Upgrade. That's why the Upgrade asks for both serial numbers.
    One other thing, only FCE4 is supported on Show Leopard (assuming your MacMini is new, it will have Snow Leopard on it.)

  • How can I find MAC number on an Apple TV?

    If I get an Apple TV I will need to find its wireless MAC number since my router has a MAC filter but doesn't pick up MAC numbers and they have to be entered manually.

    Well, if you look at the "about" on the settings menu of the ATV the MAC# will show but I guess you can't even get there if you haven't got the ATV on your network. The box the ATV came in might have the MAC addy on the label with the Model and serial #'s also you may try making your router so it will not need a MAC addy to join. Look at the ATV, write down the MAC addy, then turn the feature on your router back on and enter the ATV's MAC addy...
    Hope this helps!
    Eric

  • How canI get my serial number for Elements 11?

    How canI get my serial number for Elements 11?  Does anyone know how to help me.  I did puchase it sometime ago but lost all computer data and had to replace computer.  Hope someone can help.
    Thanks
    Steve

    If you have no record of it at your end, the only place you might find it is at Adobe's end via logging into your Adobe account and seeing if it is listed there.  If you registered the software it should be.
    Beyond that your only hope might be to have Adobe support check your information to see if the software/serial number is available and if it can be given to you.  Try contacting them by chat or telephone.
    Here is a link to a page with options to help make contact:
    http://www.adobe.com/support/download-install/supportinfo/

  • Serial code invalid for downloading 9.0 on one computer, and can't find serial number of acrobat xi on other computer?

    serial code invalid for downloading 9.0 on one computer, and can't find serial number of acrobat xi on other computer?

    Lost information
    https://www.adobe.com/account.html for serial numbers or subscriptions on your Adobe page... or
    Lost serial # http://helpx.adobe.com/x-productkb/global/find-serial-number.html
    -http://helpx.adobe.com/creative-suite/kb/error-serial-number-valid-product.html

  • How can i get serial number on my photoshop from creative cloud

    how can I get serial number on my photoshop from creative cloud

    Creative Cloud applications aren’t licensed with a serial number, they are licensed by logging into CC.

  • Can't find serial number for iTunes

    Can't find serial number for iTunes! I need it and I can't find it... Where do you find it in the new updated versions?? Help!
    Thanks

    Apple provide limited phone support with their hardware, not iTunes. If it is an iTunes issue then describe it here and perhaps we can help. If it is a hardware issue and you have registered your product then you should be able to locate the serial number and check on your warranty/support options at https://supportprofile.apple.com/
    tt2

  • TS2755 How can I find a number I perviously texted before?

    I was texting a number and accidently deleted it.  How can I find the number again (if possible)?

    Does you carrier offer any kind of web access to your billing account? If so, when your bill generates, you may be able to see a list of your texts, who you texted. If you know the approximate time and date of the conversation, you might be able to find the number.
    Best of luck.

  • How can i find imei number. i am stuck at activation screen and sim tray is also replaced. please help

    how can i find imei number. i am stuck at activation screen and sim tray is also replaced. please help

    From the box the phone came in, or read here:
    http://support.apple.com/kb/ht4061

  • How can I check serial number using icloud

    how can I check serial number using icloud?

    If you are talking about an iPhone and you simply tap on settings/general/about
    Both IMEI and Serial numbers are there to see.
    You can use the *#06# short code on the phone keyboard to see IMEI as well
    Or connect your iphone to iTunes on a PC/Mac
    Click on the device in side bar and summary button at top left of browser window
    In the top panel you have :-
    Name of the device
    Capasity
    Build Version/Software version - Mouse click on it to change which is displayed
    Serial Number/UDID Identifyer - Mouse click on it to change which is displayed
    Phone number /IMEI -Mouse click on it to change which is displayed
    Its very easy to see both numbers if you actually have the device.

  • How can I find unknown number between specific numbers?

    How can I find unknown number between specific numbers? For example I want to find the start with value from following question... How can I do that? If you run this oracle query SELECT DBMS_METADATA.GET_DDL('SEQUENCE','SEQUENCE_NAME') FROM DUAL to find out my sequence DDL you will see the similar given values that assigned to sequence DDL, and if I can find the result here I will apply same technique to my  C# code to find start with value of sequence in oracle.Thanks –
    Given Values
    Min number=20
    Max Number=500
    increment number=10
    start with=?  needs to be find.
    how many times it increments= 5
    where the cycle stopped now= 205
    Conditions;
    1. Start with number has to be either 20 or 500 or between 20-500...
    2. It always increment 5 times.For example, If the start with number is 75 than numbers goes like First cycle=(75,85,95,105,115) Second cycle=(125,135,145,155,165)...Third cycle (175,185,195,205) and it stops on 205.
    Question is If start with number not known. is there any way to find it?
    Thanks!

    DUPLICATE THREAD!
    Please do NOT keep creating duplicate threads.
    https://forums.oracle.com/thread/2578906
    https://forums.oracle.com/thread/2578830
    Your question has already been answered in your other thread. As I said in your other thread:
    The START WITH value part of the DDL for a sequence is NOT stored in the data dictionary. See the SYS.SEQ$ table for the attributes stored in the dictionary.
    What part of that are you having trouble understanding?
    There IS NO START WITH to find - it does NOT exist!
    Mark this thread ANSWERED and continue using your 2578830 thread if you intend to pursue this further.

  • Can I find serial number or mac address of ipad if I know only Apple ID on it?

    Can I find serial number or mac address of ipad if I know only Apple ID on it? Ipad and macbook air were stolen and I do not remember their serial numbers.

    No, the MAC address, the unique set of letters and numbers that identify the network interface in the device, will not help you, or anyone else, locate a stolen iPad. If you didn't set up Find My iPad on the device before it was stolen, then there will be no way to track it. The police typically will only want the serial number of the stolen items so they can identify them should they manage to find the thief.
    If none of the methods suggested by the others - receipts, iTunes, registration with Apple, packaging - can provide you the serial number, then there's no way you can obtain that information
    Regards.

  • How do I find Serial number of programme (not the one on the CD cover)?

    How do I find Serial number of programme (not the one on the CD cover)?

    How is that related to Firefox support?

Maybe you are looking for

  • Can't open PSD files using "Open With..." feature in 3rd party programs.

    I use MediaPro to manage my media assets and it allows me to pass files to PE10 with an "Open With..." feature.  So I can have a file selected in MediaPro, and then open that file with PE by using this feature.  It worked great with PE8, but for some

  • Absurd values in BEx Report on Multicube

    Hi, when i run my query on the multicube (containing 2 cubes C1 and C2), i get a result with 3 rows and the fourth row says # and "not assigned" in all columns except the KF column. when i run my query only on the cube C1, then it shows me the correc

  • Downloaded songs in grey

    I just downloaded songs that I purchased on my emac, and they synced to both my ipod and ipad but show up in grey on my mac, saying they are awaiting downloading, but its been over an hour....

  • Mac Look&Feel

    Can i use Mac Look&Feel in java app under Windows. Thanks

  • Satellite Pro A10 won't boot (HDD seems to be missing)

    Hello, I hope someone can give me some advice on this problem: I have a 2 year old Satellite Pro A10. Recently it won't boot at all and I notice that if i look at the directories in the C: drive using the command prompt it says 'file not found'. Can'