How can I get a RMA Number?

I live in state collage and my iphone 5 is broken. I would like to send it to repair so how can I get a RMA number?

You can contact Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
http://www.apple.com/contact/
From the link on the bottom righthand side of every page in the forum and most (I did not check all)
pages on Apple.com

Similar Messages

  • My serial number for Logic Studio doesn't work. I used one from a different box and it worked. How can I get a new number?

    My serial number for Logic Studio doesn't work. I used one from a different box and it worked. How can I get a new number?

    http://support.apple.com/kb/TS2005
    http://support.apple.com/kb/HT1861
    https://ssl.apple.com/support/proapps/serialnumbers/

  • I have lost my iphone, how can i get the IMEI number?

    i have lost my iphone, how can i get the IMEI number?

    If you need the IMEI for an insurance or police report:
    how to find IMEI, etc
    http://support.apple.com/kb/HT4061?viewlocale=en_US&locale=en_US
    But as Carolyn Samit said above, you cannot track the iPhone by IMEI.

  • I downloaded a Trial version of Adobe Acrobat XI.  Now the trial has runout and I've signed up for a subscription.  However, my software still needs a serial number.  How can I get a serial number for the installed software?

    I downloaded a Trial version of Adobe Acrobat XI.  Now the trial has runout and I've signed up for a subscription.  However, my software still needs a serial number.  How can I get a serial number for the installed software?

    There is no serial number and you don't need one. What you need for a subscription is to SIGN IN within Acrobat, so it knows the subscriptions you own.

  • When I try to activate my cs 3 premium production, I get a message saying NO CONNECTION. Everything is in order though. How can I get an activatioon number other then trough the web??

    When I try to activate my cs 3 premium production, I get a message saying NO CONNECTION. Everything is in order though. How can I get an activatioon number other then trough the web??

    Sign in, activation, or connection errors | CS5.5 and later, Acrobat DC

  • How can I get a serial number for Illustrator CS5?

    How can I get a serial number for Illustrator CS5 when I have a complete CC subscription?
    I have a GCC Expert 24 plotter running on OS X and the direct cut plugin is only compatible with CS5 or earlier.
    I have tried asking in support chat but it never actually works, my next option is to ring or get a cracked version but i'm trying to avoid both of those options if I can.
    Thanks.

    xdmg,
    In addition to what Lutz said, unless you buy a CS5 that is still new and unused, you will need a licence transfer through Adobe,
    http://helpx.adobe.com/x-productkb/policy-pricing/transfer-product-license.html
    and the application must be deactivated on any machine it has been installed on.

  • How can I get a serial number on my photoshop cs6 free trial

    How can I get a serial number on my photoshop cs6 free trial

    The trial doesn't need a serial number, because it is just a trial.
    When you purchase the software, then you will receive a serial number.

  • I won Lightroom 1.0 a few years ago at an Adobe clinic in Fremont. I have since misplaced the original disk and cannot get the program to open. It wants a serial number and I don't have one. How can I get the serial number so I can use the software?

    I won Lightroom 1.0 as a door prize a few years ago at an Adobe clinic in Fremont. I have since misplaced the original disk and cannot get the program to open. It wants a serial number and I don't have one. How can I get the serial number so I can use the software?

    Thanks for replying, Jim. I wasn't planning to use it for raw images. I shoot film, black and white, and have many negatives I want to print. I am unfamiliar with the upgrades in Lightroom. I wasn't unhappy with the version I have. It was useful for my purposes.
    Because it was a few years ago, I don't remember if I registered the product. I was able to login to my account. But could not find a path to communicate with Adobe. I will keep trying.
    Ken

  • How can I get the serial number for Premiere 11?

    In october 2012 I´ve bought a bundle pack with Photoshop Elements 11 and Premiere 11. After a hard disk crash i was about to reinstall them both but my wife has trown the envelope in the garbage... = No Serial number available!!
    I´ve registered the serial number for Photoshop Element 11 on Adobe, but not the key for Premiere (they are on the same dvd).
    How can I get the serial number for Premiere 11?

    I do not think there is any way for anyone here to help you (we are just other users) so you are going to have to contact Adobe
    Forum for Download & Install & Setup problems
    http://forums.adobe.com/community/download_install_setup
    Chat http://www.adobe.com/support/download-install/supportinfo/
    -or http://www.adobe.com/support/chat/ivrchat.html
    And tell your wife to be more careful about throwing things away

  • Did i buy Adobe Photoshop & Adobe premiere elments but uTrshed  the box before instalation how can i get the serial number?

    did i buy Adobe Photoshop & Adobe premiere elments but uTrshed the box before instalation how can i get the serial number?

    I suggest that you Contact Customer Care - click on the Still need help? button to chat with an agent.

  • I just bought Adobe Photoshop Elements 13, I have the redemption code, how can I get my serial number?

    I just bought Adobe Photoshop Elements 13, I have the redemption code, how can I get the serial number, you guys made so difficult.

    Redemption Code http://helpx.adobe.com/x-productkb/global/redemption-code-help.html
    -and https://forums.adobe.com/thread/1572504
    Photoshop Elements is not part of the Cloud, I will move this to that forum
    Photoshop Elements Forum http://forums.adobe.com/community/photoshop_elements
    If you still need help...
    Select a topic, then click I STILL NEED HELP to activate Photoshop Elements Online chat
    -http://helpx.adobe.com/contact.html?product=photoshop-elements or
    http://helpx.adobe.com/photoshop-elements/kb/troubleshoot-installation-photoshop-elements- premiere.html

  • How can I get the SERIAL NUMBER after an INSERT

    I am working on an application using Jdk1.2 connecting to an Oracle 8i
    Database. The JDBC driver that I am using is Oracle's thin driver.
    In the DB, I have a table that has a primary key as a sequence number.
    Upon inserting a single row into this table, how can I get this serial
    number that is generated by the Database.
    Previously I was using INFORMIX database and welogic's JDBC drivers and this
    is how I get the serial number.
    PreparedStatement ps = ...
    ps.setObject(......);
    ps.executeUpdate();
    int snumber =
    (weblogic.jdbc.informix4.Statement) ps.getSerialNumer()
    Similarly I have tried to use
    (oracle.jdbc.driver.OracleStatement) ps.getSerialNumber()
    But this method does not exist in the JDBC thin drivers.
    Is there some other way to get this serial number.
    Thanks,
    Suresh
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by syalaman:
    I am working on an application using Jdk1.2 connecting to an Oracle 8i
    Database. The JDBC driver that I am using is Oracle's thin driver.
    In the DB, I have a table that has a primary key as a sequence number.
    Upon inserting a single row into this table, how can I get this serial
    number that is generated by the Database.
    Previously I was using INFORMIX database and welogic's JDBC drivers and this
    is how I get the serial number.
    PreparedStatement ps = ...
    ps.setObject(......);
    ps.executeUpdate();
    int snumber =
    (weblogic.jdbc.informix4.Statement) ps.getSerialNumer()
    Similarly I have tried to use
    (oracle.jdbc.driver.OracleStatement) ps.getSerialNumber()
    But this method does not exist in the JDBC thin drivers.
    Is there some other way to get this serial number.
    Thanks,
    Suresh
    <HR></BLOCKQUOTE>
    ========================================
    ORACLE don't support serial number as Informix, but you can create sequence table
    and every time get the next value from this table.
    null

  • How can i get my serial number again?

    Hello,
    I have bought my adobe pruduct (premiere elements 12) ca two years ago and got a serial number.
    Now I have a new computer and want to install the product again, but I just can't find the code anywhere. When i go to 'my prodcts' it says, no registrated products, even if I have bought the pruduct. I have also checked my emails but cant find the code there..
    Please Help Me !
    best regards,
    Boas

    Hey Jeff,
    how is it possible to find the serialcode with Belarc Advisor? Do i have to
    search 'serial number'?
    Thanks
    Gesendet mit meinem Asus Ultrabook
    2015-05-01 0:27 GMT+02:00 Jeff A Wright <[email protected]>:
        Hey Nerds, How can i get my serial number again?
    Jeff A Wright
    <https://forums.adobe.com/people/JeffAWright?et=watches.email.outcome>
    marked Ned Murphy
    <https://forums.adobe.com/people/Ned+Murphy?et=watches.email.outcome>'s
    reply on Hey Nerds, How can i get my serial number again?
    <https://forums.adobe.com/thread/1829454?et=watches.email.outcome> as
    helpful. View the full reply
    <https://forums.adobe.com/message/7486560?et=watches.email.outcome#7486560>

  • How can I get the serial number for registration and instalation?

    Hello ,How can I get the serial number for registration and instalation?

    contact your local sales representative.
    You don't need a serial number to install LabVIEW.
    Registration is optional.
    Activation is needed after the evaluation period.
    Install it without number and it will work for a limited time (30days?) in evaluation mode, giving you plenty of time to decide if you want to buy it.
    Check the license manager to see the activation status of everything installed.
    LabVIEW Champion . Do more with less code and in less time .

  • HT3402 if the box is lost, how can I get my serial number?

    if the box is lost, how can I get my serial number?

    You mean the Aperture serial number?
    If you have a second installation of Aperture, you can see the serial number in the "About" panel from the main menu bar: Aperture > About Aperture.
    Else you will have to contact Apple with a proof of purchase for a replacement serial number, see the following support page:
    Pro Application Replacement Serial Numbers
    Regards
    Léonie

Maybe you are looking for

  • How many iPods can sync with One iTunes account?

    How many iPods can one sync with an iTunes account ? I have searched the net and there are many different posts but none conclusive. So was wondering if anyone here had a clear idea on that. Thanks in advance, -TRS

  • BAPI for post held invoice ?

    Hi, Is there a BAPI for posting held invoices? I have to post held invoices in background....I hope there is other option, then CALL TRANSACTION. I'm on release R/3 4.70x200, but it seems for BUS2081/IncomingInvoice there is no relevant BAPI. Method

  • DBMS_JOB in another DB

    I am looking to have a DB whose sole purpose is to house and maintain jobs for several other databases using the DBMS_JOB package. Can this be done? If so, how? Should I begin my queries like: execute immedate 'connect username/password@remote_db;';

  • Tables fields where the system status is getting stored

    I need to find out the Quotes which have open and completed system status. Once I find these orders I need the check the validity dates of the Quotes. Can experts please let me know the tables where the system status and the validity dates are stored

  • Regarding attendance downloading

    hi experts,                in my company for daily attendance we punch our identity card in our punching machine,,,but that is not connected to our SAP ,,can we do something so that it will be connected to our sap,,,,or is there any other way to down