Pre-Ordered my S4 will it be here on the 1st of June?

Like the title says I pre-ordered my s4 pretty pumped about it and wondering if it'll be here on June 1st or will it be later.

PHEW You scared me for a moment there JRH4054 LOL. I almost thought I couldnt buy any screen protectors at all for my S4.  I just pulled up my Droid Razr (1st line) Ice Cream Sandwich Manual for the phone I've had 2 yrs and had always used Screen protectors and heres what I found:
Note:
Your touchscreen might stay dark if the sensor just above it is covered. Don't use covers or screen protectors (even clear ones) that cover this sensor
and well thankfully I  havent had any issues

Similar Messages

  • Hi I got an email from itunes saying that my pre order was ready and when I click on the link from my ipad it takes me to the itunes store app and then it doesn't do anything help with this please.

    Hi I got an email from itunes saying that my pre order was ready and when I click on the link from my ipad it takes me to the itunes store app and then it doesn't do anything help with this please .
    <Link Edited By Host>

    Thanks for your advice, I went to the apple shop today for a face to face meeting with a tech and he checked everything and could not figure out why I was having this problem so we decided to give up on that account and create a whole new one for me using a different email address.
    Now I can download apps on both my iPhone and ipad2.
    If anyone is reading this in Brisbane Australia go to the Chermside apple shop and ask for Wade. He was fantastic!
    Jan

  • My pre-order has not & will not download.

    I pre-ordered an album awhile ago and have yet to receive it.  Everytime I try to download it, i-tunes either says that all my music has already been doenloaded or that it is no longer available in my area.  It's really starting to tick me off & I don't know what to do about it.  It really makes me not want to pre-order anything from i-tunes anymore.  I want the album and what was promised if you pre-order the album.  I keep trying to use the help & the contact us on i-tunes but it just keeps sending me around in circles.  I hate that when you try to contact i-tunes online, all they seem to do is run you around in a big circle over and over and over and over again.  It's really annoying and frustrating.  Any help would be greatly appreciated.  Thank you and God bless.

    Greetings Tman596,
    Receiving pre-ordered games on release day is seriously important to many gamers. Best Buy wants to ensure their customers get their hands on the latest games as quickly as possible. That being said, we ship the games as soon as we can to get the games to our customers as close to release date as possible. I’m glad to hear you chose Expedited Shipping to ensure the shipment arrives sooner than standard shipping would have. I apologize for any disappointment this may cause you if your game does not arrive on release day. In the future, you may want to consider using Store Pickup if available to ensure you are able to experience the new game on the day of the release. If you should have any questions, please let me know.
    Regards,  
    Tasha|Social Media Specialist | Best Buy® Corporate
     Private Message

  • I pre-ordered Paramore's new album one day and the next day I received a $15 gift card for itunes and I redeemed it. My question is now that I have redeemed it will itunes take the price of the preordered album from my $15 or from my debit card?

    If not how can I make that happen? The Paramore pre-order is $9.99 and I want itunes to take the money from the gift card and not my bank account. The charge won't happen until the 9th, when it is released.

    I'm kind of running into the same problem with a TV season I bought. I have watched the first 4 episodes just fine but now a new episode is available and it wants me to pay for it. Even though I have already paid for it when I bought the complete season.
    I think they are mucking around in the servers and causing this issue. I have reported the problem through iTunes and I hope they get it fixed soon.
    EDIT: I just want to add that I didn't know AC/DC's new album was out, I'll have to go buy it. Thanks for the heads up on that.

  • I have tried another exercise, but again I will need help, here's the code

    hi,
    I have another problem. here's the question pluss the code.
    public interface Patient{
    public void doVisit(float hour);
    public boolean hospitalize();
    1. I will need to write a class name OrdinaryPatient which extends Patient.
    the class will include value int that his name age and another value that will be boolean
    of disease.
    I have to do two constructors. one that don't get values and give them default and the other one
    that does get values.
    another method name docVisit which get a visit to the doctor time visit and will print a message.
    the method hospitalize will hospitalize the patient (and if he will have disease he will get true).
    and for age I have to write methods of get and set.
    2. I will need to write a class of Hipochondriac that extends from OrdinaryPatient.
    I have to do two constructors. one that don't get values and make default and the other one that do get values.
    I will need to ade int by the name of numberOfHospitalize.
    I will need to move the method hospitalize that it will be possible to hospitalize the hypochondriac
    on with the value numberOfHospitalize that his small from 5 and if he will hospitalize he will return
    the value true.
    3. write class PatientClass which will be the method main.
    do 10 objects from OrdinaryPatient, 5 that don't get values and 5 will get randomaly age and
    chronic disease with true.
    do 10 objects from Hipochonidraic, 9 that don't get values and one get all of them.
    save all objects in value from Patinet.
    print for each of them their age.
    print for the OrdinaryPatient alone the method of Hospitalize.
    ok, here's what I did.
    1. OrdinaryPatient
    pbulic class OrdinaryPatient implements Patient{
    private int age;
    private boolean disease;
    public OrdinaryPatient(){
    this.disease=false;
    this.age=0;
    public OrdinaryPatient(int age,boolean ddisase){
    this.disease=disease;
    this.age=age;
    public int getAge(){
    return age;
    public void setDisease(boolean disease){
    this.disease=disease;
    public void setAge(int age){
    this.age=age;
    public void docVisit(){
    System.out.println("Patient's visit is one hour");
    public boolean hospitalize(){
    return false;
    2. public class Hipochondriac extends OrdinaryPatient{
    private = numberOfHospitalize;
    public Hipochondriac();
    super();
    numberOfHospitalize=0;
    public Hipochondriac(int age, boolean diseased, int numberOfHospitalize){
    super(age.diseased);
    setnumberOfHospitalize(numberofHospitalize);
    from here I don't know how to continue.
    3. public class PatientClass{
    public static void main(String args[]){
    patient patinets= new patient[20];
    for (int i=0; i<5; i++){
    patients= new OrdinaryPatient();
    from i'm stuck!!!
    if you can help me to improve it I will appriciate it...
    Einat

    here my result.
    1. public interface Patient{
         public void docVisit(float hour_;
         public boolean hospitalize();
    public class OrdinaryPatient extends Patient
         private int age;
         private boolean disease;
    //constructors
         public OrdinaryPatient(){
              age=20;
              disease=true;
         public OrdinaryPatient(int age, boolean disease) {
              setAge(age);
              this.disease=disease;
    //methods
         public int getAge() {
              return age;
         public void setAge(boolean disease) {
              if(age>0 && age<120)
                   this.age=age;
         //overriding methods.
         public void docVisit(float hour) {
              System.out.println("your visit turn is at "+hour");
         public boolean hospitalize(){
              System.out.println("go to hospital");
              if(disease)
                   return true;
              else
                   return false;
    2. public class Hipochondriac extends OrdinaryPatient{
         private int numberOfHospitalize;
    //constructors
         public Hipochondriac(){
         public Hipochondriac(int age, boolean disease, int numberOfHospipitalize){
              setAge(age);
              this.disease=disease;
              this.numberOfHospitalize=numberOfHospitalize
         //methods
         public int getNumberOfHospitalize(){
              return numberOfHospitalize;
         public void setNumberOfHospitalize(int numberOfHostpitalize){
              if(numberOfHospitalize>0)
                   this.numberOfHospitalize=numberOfHospitalize;
         public boolean hospitalize(){
              if(numberOfHospitalize<5)
                   System.out.println("go to hospital");
                   numberOfHospitalize++;
                   return true;
              else
                   return false;
    3. public class PatientClass
         //constructors
         private PatientClass(String[] args){
              //private methods helps to build the object.
              intialArr(args);
              printAge();
              gotHospital();
    //methods.
    private void intialArr(String[] args){
         int i;//array index
         for(i=0;i<arr.lents/2;i+=2)
              arr=new OrdinaryPatient();
              arr[i+1]=new OridnaryPatient((int)(Math.random()*121),true);
         for(;i<=arr.length-2;i++)
              arr[i]=new Hipochondriac();
         arr[i]=new Hipochondriac(Interget.parseINt(args[0]),
         private void printAge(){
              for(int i=0;i<arr.length;i++)
                   System.out.println(((OrdinaryPatient)arr[i]).getAge());
         private void gotoHospital(){
              for(int i=0;i<arr.length;i++)
    //checking for ordinarypatient objects only
                   if(!(arr[i] instanceof Hipochondriac))
                        //dont need casting
                        arr[i].hospitalize()[
         //main method
         public static void main(String[] args)
              //setting the commandLine array from the main to PatientClass object
              PatientClass pc=new PatientClass(args);
    let me know if it's seems logic to you.
    thank you, Einat     

  • I pre-ordered an album but I can't download the songs that have become available

    I cant download music I pre-ordered that has become available

    Hello Jordyn,
    After reviewing your post, I have located an article that can help with pre-order issues. It contains steps to report your issue for further assistence:
    You can use your email receipt to report a problem. If you use Family Sharing and you have an problem with a shared item, ask the family member that bought the item to report the problem using the steps below.
    To report a problem with an item you bought, follow these steps:
    Find the email receipt for your purchase.
    Click Report a Problem under the item you're having a problem with.
    Enter the Apple ID and password you used to purchase the item, then click Report a Problem.
    Click Report a Problem next to the item you are having a problem with.
    Select your problem from the Choose Problem menu.
    Follow the onscreen instructions. You might be asked to describe the problem in a text field.
    Click Submit and we'll review your problem.
    Find out what to do if an app you installed unexpectedly quits, stops responding, or won’t open.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • 2 Quick Questions - Here's the 1st!!

    Simply - can I put HTML into my site? Thanks

    The procedure for adding external HTML to your iWeb pages is basically the same whether you are adding ad banners or weather readouts or other javascript web gadgets. Here is a recent thread in which I have listed out the basic step-by-step procedure...
    http://discussions.apple.com/thread.jspa?messageID=2446725
    Of course, if you have any questions, feel free to ask here in the forums or you can even contact me directly via email or iChat (see my site: http://www.dirtdoog.com on the blog page for contact info). Good luck!

  • APL & AT&T LIED ABOUT PRE ORDERS TO MAKE STOCK GAINS

    I pre-ordered my iPhone5 on 9/14/12 and was told it would ship on 2DAY Express on release date.  They took my money and sent receipt, but they NEVER sent tracking number (to this date, still none received).  I called several times last week, and was told NO, not shipping until Oct 4th.  Asked for refund, I will go to store instead, DENIED!! We don't refund until after u receive product, then take it back to the store!  BULLIES!!  Said I had a better chance in the store!  They said several times "GOOD LUCK".  So now I'm stuck waiting 3 weeks or more for my iphone5 while they use my cash on their stock margins bragging their gains from other victims like me, who paid and don't have the product, while they are also stocking shelves overseas....   Foreigners will have their iphone5 before me, after I paid a over WEEK AGO!!! I am an ORIGINAL IPHONE customer &amp; still have my original as a display.  Why would APPLE &amp; AT&amp;T treat loyal customers this way?  How rude to say "GOOD LUCK" when people are walking out with their phones in an HOUR.... But PRE-ORDERS have to wait weeks for the phone after its released around the world???  Whats the point in Pre Ordering if you will be LAST to get the phone???  I WILL NEVER PRE ORDER AGAIN TO BOOST THEIR STOCKS!!

    Hello slickvicXLVI,
    Great questions!  This is one of my favorite posts today and thank you for your interest in joining the Gamers Club Unlocked program. 
    Regardless of how you purchase the item or receive the item, you should get all the benefits of the Gamers Club Unlocked program.  Make sure that you add your My Best Buy account information to the transaction online or in-store.   Also, pre-orders will receive the benefits of the program and the certificates.  Please allow 15-20 days for the certificates to be processed from the final transaction.  
    Finally, I'd advise you to log into your My Best Buy account by clicking here and confirm your current information is accurate.  We want to make sure that when you do purchase the program that it's linked to your account.  
    Again, awesome questions and let us know when you join the program.  If you do have any issues, don't hesitate to post here.  
    Blake|Social Media Specialist | Best Buy® Corporate
     Private Message

  • HT5714 Will I be charged extra for pre-ordering an album that has already released a few songs?

    I pre-ordered an album for $18, and the album already had a few songs released on it. It seems that I received these songs instantly, but I also paid for them separately, which as most know, is more expensive than buying a full album. Does this mean that an additional $18 will be deducted from my account even though I've already paid for those separate few songs, and will I be charged for each song that releases up till the release date of the album? 
    I just thought I was paying $18, but now it looks like I'm paying more.
    Thanks for your help!

    It's so funny you mentioned this, I'm currently having the same problem with the same album. I actually just finished sending iTunes an email about it (supposed to get back to me within 24 hours) and then found this article. I would suggest you do the same, but if you don't I'll try to remember to post back what I hear from them. I've always had great support for the odd thing that didn't work properly (like a glitch in a TV show or something) so I'm sure they'll clear this up without a problem. I asked the same thing too though, about what price I actually get charged, so hopefully I'll also get a response to that too. But yes, according to most pre-order rules in other stores, it should be the price we pre-ordered it for. Oh and yes I've checked for available downloads from the iTunes Store menu, but it just told me everything has been downloaded already. I double-checked my library to be sure it hadn't downloaded in the background but it was definitely not there. It has not downloaded yet.
    Message was edited by: dustda01

  • When will iPad 3 start pre-order for the 23 March-countries ?

    I want to pre-order the new iPad but I live in Belgium and I can't pre-order yet
    Ipad comes out 23 March in my country so does anyone know when it will start it's pre-orders if there will be any at all ?

    Apple hasn't announced anything yet... I suggest you follow the twitter feeds of one of the blogs that tracks Apple and iPads (Macrumors, 9to5mac, imore, tuaw). They race to get out updates of news like that.

  • Pre-order movies - Why no invoices and proof of agreed payment?

    I pre ordered a movie to save some money..  (14.99 vs 19.99) then the day comes when it comes out and my invoice says its 19.99.
    Upon doing a little research, I realized, I never got an invoice of my pre-order showing the amount I actually pre-ordered for. Then, looking at my account page to check my pending pre-orders, they only show the movie and a cancel button.
    You really don't get a confirmation how much you agreed to pay until the movie is out and ready to be downloaded. (Day you are actually charged)
    This is the first time, I am not happy with Apple..
    In my opinion you SHOULD confirm via email the person's pre-order and the amount he or she agreed to pay at the time of ordering. If you go and change the prices on me, why should I bother to pre-order anything? Smartly you leave the customer with no records, unless he or she takes a screenshot. (Which I now did and I have a little database to reference) If I am wrong, please advise why we don't get an invoice etc.. I would love to be proven wrong here. Especially, since I am a HUGE apple fan and this is the first time, I am truly disappointed and have the feeling of being duped. (Something Apple never had to stoop to, since the products speak for themselves)
    Thoughts?

    Hi Gail,
    No worries, I appreciate you taking the time to reply.
    I was more hoping for someone at Apple to reply and advise on this "invoicing system" .. as well as raise the issue to other customers.
    Amongst my remaining 4 pre orders, I have one, of "Interstellar". By the time I figured out that I am actually charged more than I recall paying for at the time of my pre order, the charge went up to 19.99. When I placed the pre order, I am fairly certain it was 14.99. No proof at this point and of course, I can go and cancel that pre-order. But I would also cancel the original price I purchased this at. If only there was some way to track it. (that somewhat the reason why i started the post) All other pre-orders, I went in, clicked the purchase button and took a screenshot of the popup that notifies me that I already purchased the item. Thus, proving the purchase as well as showing the price in the background. (while it is at 14.99).
    Anyways, I am probably making that sound more complicated than it needs to be.. still, the question remains.. how do I or other customers know what they paid for in a pre-sale? Once the item is out and the movie confirmed as purchased via invoice at the date of release, there is no going back.. no returns and at the same time, the customer can't proof a thing. (nor would I want to then get into a "he said, she said" situation with apple)
    If I don't get some sort of resolutions, pre-orders will simply not be worth it. I don't want to fight each measly charge via screenshot proofs etc..
    Sadly as I am moving to a complete digital movie library for all my purchases, this really is something I would love to get resolved. My library is far to big, to suddenly start moving to an amazon digital library.

  • Missing points from a pre-order?

    Hi Best Buy Team,
    I sent this in a PM to Aaron but I'm posting it here so it doesn't get lost in the mix.
    I really hope you can help. I'm a GCU member. I pre-ordered four games this month and followed through on purchasing all of them. My purchase on 11/18 did not apply the rewards points as I believe it should have and phone service has been of no help. Here are the details:
    On 11/11, I put $17 each ($34 total) down on Grand Theft Auto V and Dragon Age: Inquisition. As a Gamer's Club Unlocked member, I pre-ordered both to make sure I would receive the $10 certificate for each game (I not know only GTA was eligible). On 11/18, I followed through and purchased both games. At the time, the teller mistakenly rang up "The Great White Shark" DLC for GTA V for $19.99 and then processed it as a return to void the transaction. I received both games, having paid $47.99 for each, but obviously not the mistaken DLC.
    Today, I noticed that I was only attributed 230 points for the 11/18 transaction (the total on my account reads $123.65 but includes the mistaken $19.99), which, as you know, isn't even enough for $5 certificate, much less a $10 certificate. 
    The phone representatives I've spoken to on the phone have told me, at different times, that a) 230 points is all the two pre-orders will provide; b) that I'll only receive one $10 certificate; and c) that I won't even see the points for 15-30 days, which wasn't the case for the first two games.
    Please help! You seem like you know much better how the system works than the reps in the call center. Also, the 11/19 certificate that my account says was issued was not received at my gmail account, in any of the folders, including spam. Is there a way to access this on the website or to prevent it from "auto-issuing" so I can just claim it?
    Thank you!
    Sincerely,
    Chris
    Solved!
    Go to Solution.

    Hello Chris,
    Thank you for joining Gamers Club Unlocked, and thank you too for pre-ordering your games from Best Buy.  I'll be happy to answer your questions today.
    As you have confirmed that the purchase is on your My Best Buy account, you should be all set to receive your "Get $10" points.  These can take up to 20 days to post to your account, and promotional points do now always appear as pending before they post to the account.  As our contact center agents confirmed, please allow a full 20 days from the date you picked up GTA: V to see your points in your account.  If you don't have them after that time, please let us know and will be more than happy to review your account to see what is happening.
    When certificates are issued, points are first pulled from your account, then the certificate is generated and an email is sent to you advising you of its availability.  There is typically very little time between these two occurrences, but in some circumstances it may take up to 24 hours.  You should be able to find your email today, but if you intend to use the certificate in-store a cashier can simply attach it to the purchase when they look up your membership on the transaction.
    Thanks,
    Mike|Social Media Specialist | Best Buy® Corporate
     Private Message

  • South Park Pre-Order and the GCU 20% off

    I was searching, but none of the topics came up with this.  I know if we pre-ordered it before it was lost we get the $20, will we get the GCU 20% on new games when we pick it up?

    Hi VetRaptor,
    Thank you for the question, and thank you for being a My Best Buy Gamers Club Unlocked member.  I can provide the answer to your question.  
    When we announced the Gamers Club Unlocked enhancements, including the 20% discount on new games, we provided an FAQ here on our forum.  One of the questions was regarding existing pre-orders.  Find the whole article here, but please see below for the answer to your question.
    Q: If I have already pre-ordered games, will the 20% off be applied to those orders?
    A: This will depend on whether you placed these pre-orders in-store or through BestBuy.com
    In-Store:
    If you pre-ordered in-store, you will receive the 20% off benefit as long as you are an active Gamers Club Unlocked member when you pick up your pre-order. You will need to ensure your My Best Buy account is added to the purchase when the game is picked up.
    BestBuy.com:
    If you pre-ordered on BestBuy.com for either Store Pickup or shipping, we are not able to add this benefit to your existing order. You will need to either cancel and re-do your pre-order or return and repurchase the game once it is fulfilled to get the 20% off. To receive this benefit going forward, you will need to ensure that you are signed in to your BestBuy.com account when you place an order and have your My Best Buy account linked to your BestBuy.com account.
    Thanks!
    Mike|Social Media Specialist | Best Buy® Corporate
     Private Message

  • $10 reward certificate with EVERY pre-order using GCU?

    So every single time I pre-order with my GCU I will get a $10 certificate?

    Hey MutantMike,
    It'd be amazing if our Get $10 program worked that way, but alas, it does not -- My Best Buy members must pre-order and purchase an eligible title to receive this bonus. A full list of qualifying titles can be found here:
    Get $10 in Reward Certificates
    The offer is also limited to one bonus certificate per My Best Buy membership per title. For example, if you were to pre-order and purchase two Xbox One copies of The Witcher 3: Wild Hunt and one PlayStation 4 collector's edition of the same title, you would still only be eligible to receive one $10 pre-order bonus certificate.
    I hope this helps.
    Aaron|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Final Fantasy XIV: A Realm Reborn PS4 Pre-Orders

    With the release of Final Fantasy XIV: A Realm Reborn on the PS4 next week, I know everyone is wondering about the status of the pre-order bonus. Customers that pre-order this game will receive early access, a Cait Doll Sith companion and a Moogle Cap to enhance your in-game experience (early access and DLC unlock token redeemable starting April 11, 2014).
    The codes to access this bonus content and the early access began being sent to customers on 4/8/14, and all customers that pre-ordered prior to 4/11/14 should have their codes. Please note that you will only be sent one code which will contain both the early access and the in-game items.
    In order to ensure you are able to participate in the full early access, you will want to have your pre-order placed by 4/10/14.
    Once you receive your code, you will be able to register it through the PlayStation Store and then enjoy your early access between 4/11/14 and 4/13/14. Once the game is officially released on 4/14/14, you will then be able to access your in-game bonus items.
    If you pre-ordered prior to 4/11/14 and have not received your code, please contact me through private message or send a message to Gaming-BBY. Be sure to include the items lised below in your message. Please do not contact both inboxes or send multiple messages as that will only increase the amount of time it will take for us to look into your specific pre-order.
    Private Message Details
    Message Subject: Game Title & Platform
    Message Body: Include...
    • Proof of purchase (Customer Service PIN from in-store receipt or BestBuy.com order #)
    • Email address (the one you provided for the code)
    Thanks for choosing to pre-order with Best Buy.
    Matt|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

    Please post your concern on Sony PlayStation Community here for further assistance. Thank you! 
    If my post answers your question, please mark it as "Accept as Solution"
    http://bit.ly/Win-4K

Maybe you are looking for