This is probably a dumb question but I'll ask anyways...

I currently have a White iPhone 4S 16GB, at the time I purchased it through Verizon they had told me that I had to get the White version since the Black version was still out of stock.  I figured that I can use the 14 day guarantee to my advantage so that when the Black version came back into stock I could just swap it out, well that wasn't the case at all since it didnt come back into stock in that time frame.  So I'm stuck with a White iPhone at the moment when I really just want the Black iPhone.  I spoke with Verizon and they informed me that there was nothing else that they could do but that it was possible to bring my iPhone into a store and see if they would be willing to exchange it for the Black iPhone.  Before I went into Apple and testing this theory out, does anyone here know if this is a plausible solution or am I basically just stuck with the iPhone that I have?

Bottom line, you made a gamble and lost.  There is now
no other way to get a black iPhone other than to buy a
new one outright (full retail) and sell the white one.

Similar Messages

  • This is probably a dumb question, but I can't find an answer. How do I make the text on my calendar larger so I can actually read it when I print it out?

    This is probably a dumb question, but I can't find an answer. How do I make the text on my calendar larger so I can actually read it when I print it out? I am using a MacBook.

    Press "Command P" and when the Print dialogue box comes up, towards the bottom there is an option allowing you to choose the text size, i.e: small, med, large.
    Hope this helps,
    NEIL

  • Might be a dumb question, but I'll ask anyway.

    I just changed my ISP and would like to change my email address on my iTunes account. How would I go about doing that?
    Thanks for your help.
    If this post belongs elsewhere, please feel free to move it.

    When you sign in to the itunes store there is box called view account and you can edit your information there, hope that answered what you are looking for.

  • My ipad mail is synced to my iMac mail account. On iPad, I can only see my inbox and sent messages. I can't see any of the folders I have created on my iMac. How do I do that? Probably a dumb question, but I know there's a lot of smart people out there!

    My iPad mail is synced to my private email account, which I organise on my iMac. On iPad, I can only see inbox and sent messages folders, not any of the other folders in my email account I have created on my iMac. How do I get iPad to show my other folders? Probably a dumb question, but I know there's a lot of smart people out there.

    If you select a mailbox, you should get an Edit button (easier to see in landscape mode). Clicking the button will provide you with check circles for the messages. You also get Delete and Move buttons at the bottom. Check the messages you want to move and then navigate to the mailbox you want to drop them into. I think as long as you can navigate to a mailbox you can move the messages to it.
    In the Mac Mail application and probably Outlook on the Windows side, you also setup rules to move messages to specific mailboxes. If the mailboxes are stored on the server, then you can have the sorting done on the server and they should appear that way on the iPad. If your later messages do not show up, you may need to have the iPad app pulled down more messages until they are all showing.

  • Where do i find the reference number for my preorder? and yes i no this is prob a dumb question but i cant find it anywhere......

    Where do i find the reference number for my preorder? and yes i no this is prob a dumb question but i cant find it anywhere......

        Hi droidboy52999,
    Your email won't have the same confirmation number as it was ordered over the phone. You will need the last name used for the order, the location code (this ends in 01) and an order number (five to six digit number). Please keep us posted if you need further assistance with this.
    Thank you,
    MariaC_VZW
    Please follow us on Twitter @VZWSupport

  • This is probably a stupid question, but what does the red circle with a number in it mean on iCal? It looks just like the emails notification. I do not have anything do or up in my cal.

    This is probably a stupid question, but what does the red circle with a number in it mean on iCal? It looks just like the emails notification. I do not have anything do or up in my cal.

    Actually, another person on the "more like this" had the right answer. It meant I had a notification for an invite that I needed to respond to.
    Hope this helps you as much as it helped me.
    D

  • This may be a dumb question but...

    I need some help. I have just about filled my hard drive on my computer up. I have an external hard drive that I would like to put iTunes and all of my music "stuff" on. However, I can not for the life of me figure out how to do this. Can someone please explain how to do it. And hopefully pretty basically because I am good with computers but not the best!
    Thank you for your help!

    hey maybe you can try consolidating your library...first to your pc and then to your external...u can find that in the itunes menu..
    hope this will work
    good luck!

  • This is a dumb question but please help me anyway!

    I have been asked to take a class to learn to teach AP Computer Science. I was very excited to do this and was told that I didn't need prior programming knowledge to be successful. I got my first set of assignments and there are no instructions. There are just some simple programs for me to create. I went online and tried to do the best I could. I've got the first one working ok but the second one keeps giving me errors. I'm going to post what I've written below. If you have any help to offer me, please do! I am an absolute beginner so please be kind.
    * @(#)MyInitials.java
    * MyInitials application
    * @author
    * @version 1.00 2009/6/23
    public class PrintInitials {
    /* This program prints my initials.
    public static void main(String[] args) {
    System.out.println();
    System.out.println("BBBBB          H H          CCCCC");
    System.out.println("B B      H H          C");
    System.out.println("BBBBB          HHHHH          C");
    System.out.println("B B     H H          C");
    System.out.println("BBBBB          H H          CCCCC");
    System.out.println();
    }

    Here're are the error messages that came up:
    Configuration: DJE - JDK version 1.6.0_14 <Default> - <Default>--------------------
    java.lang.NoClassDefFoundError: PrintInitials
    Caused by: java.lang.ClassNotFoundException: PrintInitials
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    Could not find the main class: PrintInitials. Program will exit.
    Exception in thread "main"
    Process completed.
    Here's the code (with code tags...I think)
    /**=
    * @(#)MyInitials.java
    * MyInitials application
    * @author
    * @version 1.00 2009/6/23
    public class PrintInitials {
           public static void main(String[] args) {
              System.out.println();
              System.out.println("BBBBB     H   H     CCCCC");
              System.out.println("B    B    H   H     C");
              System.out.println("BBBBB       HHHHH     C");
              System.out.println("B    B    H   H     C");
              System.out.println("BBBBB       H   H     CCCCC");
              System.out.println();
    }

  • Probably a dumb question but ...

    How can I easily move one file from one window to another window? If the window I want is behind all my other windows, I can click on the open application which brings up the window I want to move it to but then the window I want to move from is suddenly behind my other windows. I can then click back but often the window I want to move from is larger than the window I want to move to and obscures the window I want to move to so I have to resize. All of this takes at least 5 seconds longer than I think it should.
    I can drag the file from the first window to the corner of the screen and go into Expose which allows me to hover over the window I want to move it to but I find this fiddly if I have many windows open and, again, it takes too long.
    Am I missing an easier way to do this?

    If you want to move the file - you could use command X to cut the file and then command V to paste.
    Or you could use the terminal command line though I suspect that would take longer.
    Or if you are routinely moving files from a specific folder to another specific folder - you could create a short cut in the source folder pointing to the target folder.
    While dragging a file if you hold the Option key you will make a copy even if it is on the same volume - and if you hold Option and Alt you will make a shortcut - these changes are indicated by a + or an arrow icon over the item you are dragging.

  • I have Safari 5.1.10 and want to get the newer version.  This may be a dumb question, but do I have to pay to get an upgrade, or is this just a software update.  I am not very technical.  Please advise!

    I have a Mac OS X, version 10.6.8, and I am using safari 5.1.10.  I think I need to get a newer version of Safari if this is possible.
    How do I go about doing this?  Do I have to purchase a different "safari" product? 
    I'm obviously not very technical, and don't know how to proceed!  The reason I want to change this is because
    I keep getting messages saying that my web brower (isn't that what safari is?) is out of date.  Please advise!

    For you it requires an upgrade of OS X. Since you have 10.6.8 installed you can upgrade directly to Yosemite for free provided your hardware meets the requirements:
    Upgrading to Yosemite
    You can upgrade to Yosemite from Lion or directly from Snow Leopard. Yosemite can be downloaded from the Mac App Store for FREE.
    Upgrading to Yosemite
    To upgrade to Yosemite you must have Snow Leopard 10.6.8 or Lion installed. Download Yosemite from the App Store. Sign in using your Apple ID. Yosemite is free. The file is quite large, over 5 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
        OS X Mavericks/Yosemite - System Requirements
          Macs that can be upgraded to OS X Yosemite
             1. iMac (Mid 2007 or newer) - Model Identifier 7,1 or later
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) - Model Identifier 5,1 or later
             3. MacBook Pro (Mid/Late 2007 or newer) - Model Identifier 3,1 or later
             4. MacBook Air (Late 2008 or newer) - Model Identifier 2,1 or later
             5. Mac mini (Early 2009 or newer) - Model Identifier 3,1 or later
             6. Mac Pro (Early 2008 or newer) - Model Identifier 3,1 or later
             7. Xserve (Early 2009) - Model Identifier 3,1 or later
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.
         Are my applications compatible?
             See App Compatibility Table - RoaringApps.
    Now there is an issue on Apple's server that seems to keep users with 10.6.8 from downloading Yosemite. Apple is working on the problem, so be patient and keep trying

  • This might be a dumb question but i need to know?

    i have the new ipad 3rd gen 64g retina display and my question is does it hurt the ipad display if you take a picture of it with a cameras flash.does the cameras flash damage a ipad screen in any way?
    thanks everyone its been bugging me to know and im curios about it any answers would be great.

    No.

  • Although this might be a dumb question but....why ...

    called shazam aren't free like on the apps store for iphone..for nokia it's free BUT only for 30 days!=(...iphone is forever i think(but i don't care about iphone) please please make it free forever for nokia devices cause that app is awesome=D

    Shazam is a 3rd party application. You need to ask Shazam why they are charging Nokia users and not iPhone users.

  • P67A-GD65 B3 - probably a dumb question, but....

    i cannot see the headers for the front panel switches.  the manual says JMPT4 but there are no headers there for them.  in my box are the little header things but i can't see where to put them.  i don;t want to keep powering up the mobo by the power button.  it doesn't work on my ivy cpu so i have borrowed a sandy to update the bios. 
    but where is the header for the front buttons????

    thanks, i'll look again.  i couldn't pull but didn't look hard enough obviously

  • This is probably a stupid question, but I can't figure it o

    I just got a Zen V, got it yesterday. Haven't added anything to it, just poking around in the settings. However, I can't find ANYWHERE to change the date and time. The date shows April , 2005, and the time is incorrect. All I can find is where to change the alarm time. Please help!?Thanks

    I got it. Read about the V plus, same way to set it. Thanks anyways.

  • This may be a dumb question but is there an upgrade to RH 9 for Word?

    We bought RH for windows in 2012.  It came with the HTML version 9 and Robo Help for Word 8...which must have been upgraded in the background to RH 9 for Word, because that is what is now showing in "About RoboHelp" and that is not what was originally showing.  Is there a RH for Word 10?  We have two projects that will not convert nicely to HTML, lost a ton of external links, so for those I have to stick to RH for Word.  If there is a 10 we might be interested in getting so I can use Word 10.

    Rh9 did not ship with Rh for Word 8. The numbers have always matched.
    Rh9 shipped with RoboHelp for Word 9. Rh10 shipped with RoboHelp for Word 10. Those numbers relate to the Rh version by the way so it's not clear what you mean when you refer at the end to Word 10. Do you mean Word 2010.
    There were very few changes other than Word version compatability.
    As Rh11 stopped shipping with RoboHelp for Word, you may have to bite the bullet and find out why the external links break. I wonder if creating a CHM from RoboHelp for Word and then reverse engineering that into Rh HTML might work? See Reverse Engineering on my site.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for