Responsive Animation not resizing on phone

I had this problem before with my Edge Animation (responsive) not resizing on the phone, but it does on the desktop when I size the window down.
The animation resides in an i frame.   Last time, I re-uploaded the boilerplate and respond files and then it worked for me (before I put the animation in an iframe).
But since I added the iframe, it is not working now.
any ideas?
performanceaire.businesscatalyst.com
thank you so much!

Well, it did yes...
I was told that using an iframe was an option for getting the rest of my site elements to adjust their positions when the animation adjusted its dimensions. Before the iframe I was getting a lot of space under the animation between my other elements, which didn't work for my design. The iframe sort of fixed that, but it doesn't seem to work on the phone. The animation is not scaling.
Any thoughts on how better to make all the elements underneath the animation adjust as the animation responds?  My only other thought at this point is to create my whole index page in Edge so that is all scales at the same time... Any thoughts on whether that is a good idea?

Similar Messages

  • When I send a text message through my work email, keep in mind I do not get my work email on my phone, the response comes back to my phone instead of my work email. Where do I need to go to change this to keep it from happening?

    I do not have my iphone synced with my work email but when I send a text message via my work email any response I get comes to my phone. Why? How do I change that because I do not want my phone connected with my work email?
    Thank you

    I am not sure what you mean.
    Do you mean the From field?
    You can change it by tapping it, it will give you options based on the other email accounts set up.
    You can set a default account here:
    Sttings > Mail, Contacts, Calendars > scroll down to the Mail section & you will see Default Account. You can change that to your gmail account.

  • Responsive animation disappears when scaling browser window

    Hi all.
    I am having a problem with responsive scaling.
    After integrating the animation into a responsive html page made in Dreamweaver I tested it on various browsers.
    When I scale the browser window down  the animation scales responsively with
    the browser. When I scale it back up, it stays stuck at the same size.
    If I pass the the threshold for the tablet layout, then resize it back to
    the desktop size,  the animation disappears entirely, requiring the page
    to be reloaded to bring it back.
    Has anybody else run into this problem and
    if so is there a known fix?
    Cheers

    Hi Devendra.
    How are you today?
    It is doing it on a page I am currently working on, however I noticed that
    it also does it on the last site I worked on.
    Here is a link. If you resize the window down and then back up you
    will see that it does not resize. The site I am working on at the moment
    is structured differently, so when I pass the tablet threshold in  the fluid-grid
    layout the animation usually disappears when resizing back to the desktop threshold.
    Here is the link to the live site.
    http://indigocare.com.au/index.html
    Thanks for getting back.
    Cheers from Jules

  • My iphone is stuck in recovery mode and itunes will not recognize my phone. I've tried pretty much every trick i can and i still do not know what to do. Someone please help me

    My iphone is stuck in recovery mode and itunes will not recognize my phone. I've tried pretty much every trick i can and i still do not know what to do. Someone please help me

    I've done all of these, even trying a different USB port, and still, nothing. This is really confusing. Windows 8.1 said something to do with USB malfunction or something and nothing works. I need to restore my iPhone quickly and nothing has happened. My cable is not genuine Apple product. iTunes makes the noise that it makes when I connect the device, but it doesn't say 'iPhone is in recovery mode' or even say 'iPhone' in the corner. I am really fed up and would really appreciate a response.
    Thanks,
    Nathan.

  • Components will not resize correctly in Catalyst

    Download PSD: http://dl.dropbox.com/u/814249/campusariel.psd
    Download FXP: http://dl.dropbox.com/u/814249/campusariel.fxp
    I am completely new to Flash Catalyst (any and all versions). I am currently using Photoshop CS5.5 to design and Catalyst 5.5 to import and translate into a flash project. I recently picked up a job creating an interactive application for a college campus. I have attached my two project files for anyone who can help to view to see what is wrong. I have also attached inline screenies for those who cannot/will not download.
    Here is my problem: I created the attached PSD in Photoshop with what I thought were the correct layers and groups/folders. I am hoping to achieve the following effect: when a user rolls over the purple buttons, multiple similar copies of that button that are initially hidden beneath the visible one popup in sequence above the rolled over purple button.
    Ex. State 1:
    Animation/Action Sequence to the following:
    The purple popup objects will have their own text content and will be buttons themselves that a user clicks to change to a different state with more specific information.
    Not only am I unsure of how to create such animation/action sequence, my purple components (whether I actually convert them to components in Catalyst or not) will not resize correctly. NOTE: I did click the resizable option when importing the PSD into Catalyst. The following effect occurs both ways. I add constraints to all objects by selecting all, right clicking, and choosing add constraints to all; the following occurs when stretched inwards using the resize test handle:
    and this when stretched out:
    When viewed using CTRL+Enter, the application is nowhere near resized in the browser window. I must be missing something, especially being new to Catalyst. I tried flattening the image in Photoshop, which obviously allowed the image to be easily resizable in Catalyst and the test browser window. However, I cannot use my separate elements when flattened; flattening defeats the purpose of Catalyst if I'm not mistaken.
    Any guidance?
    Message was edited by: joshlev

    Hi Martin - Those are really good questions! I did check and the image is uploaded. I assume I can see the image in my one browser because of the cache  since I could not see it on several computers that I had never pulled the site up on before.
    And actually I have it working now. Nancy had a good idea to check to see if I saved it as CMYK instead of RGB. When I went to go open the file on my computer Photoshop and Fireworks had an error in opening it. They had a problem opening the one I downloaded from the ftp too. It just looks like somehow the file became corrupted! Not sure how, but that seems like what the problem was since I have a new image up there now and it's working fine again.
    Thanks for all your help!
    Liz

  • Node Container that does not resize with Window Resize Event

    Hello,
    I'm not new to Java but I am new to JavaFX.
    I plan to have a container/Canvas with multiple shapes (Lines, Text, Rectangle etc) in it. This Container can be X times in the Szene with different Text Shapes. I need to Zoom and Pan (maybe rotation) the whole Szene and the Containers/Canvas.
    So I was playing around with that but I have two issues.
    1) all Canvas classes that I found (like Pane for example) do resize with the main window resize event. The content of the canvas isn't centered any more.
    2) I added a couple of Rectangles to the canvas and both the rectangles and the canvas have a mouse listener which will rotate the item/canvas. Problem is, that even if I click the rectangle also the underlaying canvas is rotated...I think I need some kind of Z-Info to find out what was clicked.
    Here is the little example program, it makes no produktiv sense but it demonstrates my problem.
    Does anybody has a tip what canvas class would fit and does not resize with the main window and how to figure out what was clicked?
    public class Test extends Application
         Scene mainScene;
         Group root;
         public static void main(String[] args)
            launch(args);
        @Override
        public void init()
            root = new Group();
            int x = 0;
            int y = -100;
            for(int i = 0; i < 5; i++)
                 x = 0;
                 y = y + 100;
                 for (int j = 0; j < 5; j++)
                      final Rectangle rect = new Rectangle(x, y, 30 , 30);
                       final RotateTransition rotateTransition = RotateTransitionBuilder.create()
                             .node(rect)
                             .duration(Duration.seconds(4))
                             .fromAngle(0)
                             .toAngle(720)
                             .cycleCount(Timeline.INDEFINITE)
                             .autoReverse(true)
                             .build();
                     rect.setOnMouseClicked(new EventHandler<MouseEvent>()
                          public void handle(MouseEvent me)
                               if(rotateTransition.getStatus().equals(Animation.Status.RUNNING))
                                    rotateTransition.setToAngle(0);
                                    rotateTransition.stop();
                                    rect.setFill(Color.BLACK);
                                    rect.setScaleX(1.0);
                                    rect.setScaleY(1.0);
                               else
                                    rect.setFill(Color.AQUAMARINE);
                                    rect.setScaleX(2.0);
                                    rect.setScaleY(2.0);
                                    rotateTransition.play();
                      root.getChildren().add(rect);
                      x = x + 100;
        public void start(Stage primaryStage)
             final Pane pane = new Pane();
             pane.setStyle("-fx-background-color: #CCFF99");
             pane.setOnScroll(new EventHandler<ScrollEvent>()
                   @Override
                   public void handle(ScrollEvent se)
                        if(se.getDeltaY() > 0)
                             pane.setScaleX(pane.getScaleX() + 0.01);
                             pane.setScaleY(pane.getScaleY() + 0.01);
                        else
                             pane.setScaleX(pane.getScaleX() - 0.01);
                             pane.setScaleY(pane.getScaleY() - 0.01);
             pane.getChildren().addAll(root);
             pane.setOnMouseClicked(new EventHandler<MouseEvent>(){
                   @Override
                   public void handle(MouseEvent event)
                        System.out.println(event.getButton());
                        if(event.getButton().equals(MouseButton.PRIMARY))
                             System.out.println("primary button");
                             final RotateTransition rotateTransition2 = RotateTransitionBuilder.create()
                                  .node(pane)
                                  .duration(Duration.seconds(10))
                                  .fromAngle(0)
                                  .toAngle(360)
                                  .cycleCount(Timeline.INDEFINITE)
                                  .autoReverse(false)
                                  .build();
                             rotateTransition2.play();
             mainScene = new Scene(pane, 400, 400);
             primaryStage.setScene(mainScene);
            primaryStage.show();
    }Edited by: 953596 on 19.08.2012 12:03

    To answer my own Question, it depends how you add childs.
    It seems that the "master Container", the one added to the Scene will allways resize with the window. To avoid that you can add a container to the "master Container" and tell it to be
    pane.setPrefSize(<child>.getWidth(), <child>.getHeight());
    pane.setMaxSize(<child>.getWidth(), <child>.getHeight());
    root.getChildren().add(pane);and it will stay the size even if the window is resized.
    Here is the modified code. Zooming and panning is working, zomming to window size is not right now. I'll work on that.
    import javafx.animation.Animation;
    import javafx.animation.ParallelTransition;
    import javafx.animation.ParallelTransitionBuilder;
    import javafx.animation.RotateTransition;
    import javafx.animation.RotateTransitionBuilder;
    import javafx.animation.ScaleTransitionBuilder;
    import javafx.animation.Timeline;
    import javafx.animation.TranslateTransitionBuilder;
    import javafx.application.Application;
    import javafx.event.EventHandler;
    import javafx.geometry.Point2D;
    import javafx.scene.Group;
    import javafx.scene.Scene;
    import javafx.scene.input.MouseButton;
    import javafx.scene.input.MouseEvent;
    import javafx.scene.input.ScrollEvent;
    import javafx.scene.layout.Pane;
    import javafx.scene.paint.Color;
    import javafx.scene.shape.Rectangle;
    import javafx.stage.Stage;
    import javafx.util.Duration;
    public class Test extends Application
         Stage primStage;
        Scene mainScene;
         Group root;
         Pane masterPane;
         Point2D dragAnchor;
         double initX;
        double initY;
         public static void main(String[] args)
            launch(args);
        @Override
        public void init()
            root = new Group();
            final Pane pane = new Pane();
            pane.setStyle("-fx-background-color: #CCFF99");
            pane.setOnScroll(new EventHandler<ScrollEvent>()
                @Override
                public void handle(ScrollEvent se)
                    if(se.getDeltaY() > 0)
                        pane.setScaleX(pane.getScaleX() + pane.getScaleX()/15);
                        pane.setScaleY(pane.getScaleY() + pane.getScaleY()/15);
                        System.out.println(pane.getScaleX() + " " + pane.getScaleY());
                    else
                        pane.setScaleX(pane.getScaleX() - pane.getScaleX()/15);
                        pane.setScaleY(pane.getScaleY() - pane.getScaleY()/15);
                        System.out.println(pane.getScaleX() + " " + pane.getScaleY());
            pane.setOnMousePressed(new EventHandler<MouseEvent>()
                public void handle(MouseEvent me)
                    initX = pane.getTranslateX();
                    initY = pane.getTranslateY();
                    dragAnchor = new Point2D(me.getSceneX(), me.getSceneY());
            pane.setOnMouseDragged(new EventHandler<MouseEvent>()
                public void handle(MouseEvent me) {
                    double dragX = me.getSceneX() - dragAnchor.getX();
                    double dragY = me.getSceneY() - dragAnchor.getY();
                    //calculate new position of the pane
                    double newXPosition = initX + dragX;
                    double newYPosition = initY + dragY;
                    //if new position do not exceeds borders of the rectangle, translate to this position
                    pane.setTranslateX(newXPosition);
                    pane.setTranslateY(newYPosition);
            int x = 0;
            int y = -100;
            for(int i = 0; i < 5; i++)
                 x = 0;
                 y = y + 100;
                 for (int j = 0; j < 5; j++)
                      final Rectangle rect = new Rectangle(x, y, 30 , 30);
                       final RotateTransition rotateTransition = RotateTransitionBuilder.create()
                             .node(rect)
                             .duration(Duration.seconds(4))
                             .fromAngle(0)
                             .toAngle(720)
                             .cycleCount(Timeline.INDEFINITE)
                             .autoReverse(true)
                             .build();
                     rect.setOnMouseClicked(new EventHandler<MouseEvent>()
                          public void handle(MouseEvent me)
                               if(rotateTransition.getStatus().equals(Animation.Status.RUNNING))
                                    rotateTransition.setToAngle(0);
                                    rotateTransition.stop();
                                    rect.setFill(Color.BLACK);
                                    rect.setScaleX(1.0);
                                    rect.setScaleY(1.0);
                               else
                                    rect.setFill(Color.AQUAMARINE);
                                    rect.setScaleX(2.0);
                                    rect.setScaleY(2.0);
                                    rotateTransition.play();
                      pane.getChildren().add(rect);
                      x = x + 100;
            pane.autosize();
            pane.setPrefSize(pane.getWidth(), pane.getHeight());
            pane.setMaxSize(pane.getWidth(), pane.getHeight());
            root.getChildren().add(pane);
            masterPane = new Pane();
            masterPane.getChildren().add(root);
            masterPane.setStyle("-fx-background-color: #AABBCC");
            masterPane.setOnMousePressed(new EventHandler<MouseEvent>()
               public void handle(MouseEvent me)
                   System.out.println(me.getButton());
                   if((MouseButton.MIDDLE).equals(me.getButton()))
                       double screenWidth  = masterPane.getWidth();
                       double screenHeight = masterPane.getHeight();
                       System.out.println("screenWidth  " + screenWidth);
                       System.out.println("screenHeight " + screenHeight);
                       System.out.println(screenHeight);
                       double scaleXIs     = pane.getScaleX();
                       double scaleYIs     = pane.getScaleY();
                       double paneWidth    = pane.getWidth()  * scaleXIs;
                       double paneHeight   = pane.getHeight() * scaleYIs;
                       double screenCalc    = screenWidth > screenHeight ? screenHeight : screenWidth;
                       double scaleOperator = screenCalc  / paneWidth;
                       double moveToX       = (screenWidth/2)  - (paneWidth/2);
                       double moveToY       = (screenHeight/2) - (paneHeight/2);
                       System.out.println("movetoX :" + moveToX);
                       System.out.println("movetoY :" + moveToY);
                       //double scaleYTo = screenHeight / paneHeight;
                       ParallelTransition parallelTransition = ParallelTransitionBuilder.create()
                               .node(pane)
                               .children(
                                   TranslateTransitionBuilder.create()
                                       .duration(Duration.seconds(2))
                                       .toX(moveToX)
                                       .toY(moveToY)
                                       .build()
                                   ScaleTransitionBuilder.create()
                                       .duration(Duration.seconds(2))
                                       .toX(scaleOperator)
                                       .toY(scaleOperator)
                                       .build()
                      .build();
                       parallelTransition.play();
        public void start(Stage primaryStage)
             primStage = primaryStage;
            mainScene = new Scene(masterPane, 430, 430);
             primaryStage.setScene(mainScene);
            primaryStage.show();
    }

  • Itunes will not resize

    itunes will not resize?

    Found this answer in another thread
    NightFox
    Re: Can't resize iTunes window 
    May 7, 2009 5:59 PM (in response to Darin Simmer)
    Easier solution - press the Option key whilst clicking on the green resize button - one to change to mini-player, then again to resize to a size that fits the screen properly. 

  • LR3 error - "a response was not received in time"

    I have been using LR for a couple of years now and have uploaded many web galleries to my website.  Recently, however, it is just not happening for me.
    I have been trying for 3 weeks to upload 3 web galleries in LR3 - they range in size from 200 - 300 pics per gallery.
    The error message I get is "a response was not received in time".
    I was using the trial version of LR3 before buying but was told they could not help me unless I'd bought the software.  VERY helpful and not exactly great PR!!  As I was desperate with waiting clients I bought the upgrade anyway.  That was a week ago.
    I have spent 1.5 hours on the phone to the US LR support and as long with UK support (US was way better).
    I have had return calls from LR and a promise to hear back from the engineers as the problem was escalated.  That was nearly a week ago and I've not heard a word.
    I am using a brand new iMac bought on 22 July and haven't done anything other than try to process and upload these 3 galleries so have huge amounts of memory available.
    I have unlimited web space.
    I have uninstalled and reinstalled LR twice.
    My 8 year old pc can upload the galleries fine (although soooo slowly as it is inadequate for this type of work), so there is no connection problem.
    As a work around I exported the galleries to the desktop and uploaded using 5 different FTP programmes.  Filezilla seems to work best, but although the gallery uploads, not all the pictures appear properly - normally 10 - 20 pics are a problem.  Even though they appear to have uploaded, only the thumbnail shows, not the large image.  It is not the pics as if I reload a gallery it will be different pics that fail to show correctly each time - totally random.
    I have been able to upload a gallery through LR of between 1 and 5 pics, but no more than 5 (proving the settings are fine), until today.
    Today I managed to upload over 400 pics using an html gallery. 
    Next I tried uploading 50 in a flash gallery and this also worked, so I tried to upload 1 of my 3 complete galleries.
    The first attempt resulted in an "unknown error message" - believe it or not I was quite hopeful as at least it was a different error message.
    The second attempt resulting in "a file was truncated during upload"  Never seen that one before.
    The third attempt resulted in my now familiar error message of "a response was not received in time"
    Desperate for help please.

    JaneNeedsHelp7 wrote:
    I don't understand why it works fine with a PC - have tested with 3, 2 of which are seriously old - but not with my brand new iMac.  I thought that getting whiz bang machine I'd have fewer hassles. 
    In my experience, it is the wizz bang machines which always seem to have the problems! I must admit to sticking with my desktop (a Windows machine) rather than my Laptop (a MAC) when doing FTP transfers using LR as certainly with LR 2 the FTP in LR on the MAC did seem to have some hiccups. Perhaps using a separate FTP to upload the site is the best solution for the time being although the other problems you report don't seem to directly relate to the FTP. There were some more detailed postings in the past from MAC users on this issue and some about the BIN file problem on windows servers, so a search may help.

  • Contribute Menu area Not Resizable

    Hi I upgraded CS3 Web Premium to CS5.5 and Contribute 5 has a large area for the menu. Should just be two lines one for icons and one for File|Edit|View etc. But instead it takes up over 1/3 of my workspace. Is there anyway to fix this? I am unable to resize it no mouse area to click on to resize. Windows 7 OS also did a full uninstall deleted all Adobe folders in Program Files and User App.
    Brian Hurley
    IT Manager

    Actually it just fixed itself when I spoke with an Adobe Rep the problem
    had gone away. Very strange.
    Mit freundlichen Grüßen / With kind regards,
    Brian S. Hurley
    IT Manager
    MAPAL Inc.
    4032 Dove Road
    Port Huron, Michigan 48060
    Phone: 810.364.1574
    Cell:     810.824.0908
    Fax:     810.364.4750
    Email:   [email protected]
    More than you might imagine?Unique solutions for your toughest process
    needs
    Visit us at www.mapal.us
    From:   Shilpa_ <[email protected]>
    To:     brihurley1968 <[email protected]>
    Date:   11/16/2011 12:42 AM
    Subject:        Contribute Menu area Not
    Resizable
    Re: Contribute Menu area Not Resizable
    created by Shilpa_ in Contribute General Discussion - View the full
    discussion
    Were there any other Adobe Apps installed, and signed in to CS Live
    services. A silent update to CSService Manager would repair this issue.
    Please refer http://kb2.adobe.com/cps/904/cpsid_90427.html for details
    Hope this helps
    ~Shilpa
    Replies to this message go to everyone subscribed to this thread, not
    directly to the person who posted the message. To post a reply, either
    reply to this email or visit the message page: [
    http://forums.adobe.com/message/4028648#4028648]
    To unsubscribe from this thread, please visit the message page at [
    http://forums.adobe.com/message/4028648#4028648]. In the Actions box on
    the right, click the Stop Email Notifications link.
    Start a new discussion in Contribute General Discussion by email or at
    Adobe Forums
    For more information about maintaining your forum email notifications
    please go to http://forums.adobe.com/message/2936746#2936746.

  • Responsive animation with background color that spans 100%

    I've create a responsive animation with simple background colors. I'd loe for the background colors to bleed 100%, but can not seem to find a way to do it easily. I've actually had to layer two animations on top of each other and just js. (this site is in development: http://newsite.insightpd.com/what-we-do/ ) I'd love for the red and gray to go 100% while still being centered and staying responsive. What am I missing? Any advice would be greatly appreciated.
    PS, I'm using the edge plugin for wordpress and am just uploading the aom file.
    Thanks in advance for your help!

    Did  you incorporate % widths during the creation of the animation?
    Nice job btw
    Also your template is using fixed widths for that section that houses the Edge Animate - you also need to adjust for % in your WP template css (see capture).

  • Edge Animation not woking on remote server?

    Hi I'm new to Edge, and am having problems getting my animated file to work on a remote server its a simle animation (moving background image).
    It works ok on my local computer in Dreamweaver and Preview in Browser(s) ok? I thought it may be something to do with the .js files linking from the html file? but ime not clever enough to work that out??
    Any help / pointers would be much appreciated..
    Lee.
    This is where the files are located..
    http://bondagetips.co.uk/stew/

    Thanks for your response - much appreciated. I've done that and it's done something! although its still not finding the 3 images?
    Lee.
    Re: Edge Animation not woking on remote server?
    created by heathrowe in Edge Animate CC - View the full discussion
    You did not upload the sub folder(s).
    There should be a required subfolder called /edge_includes with a few files in it.
    If your project uses images then there should also be another sub folder called /images.
    As it stands now, it loos like you copied the images and the edge.1.5.0.min.js files out of their respective folders and placed them into the root.
    Darrell
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5709041#5709041
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5709041#5709041
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5709041#5709041. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Edge Animate CC by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • I just want to NOT lose my phone its ONLY phone i have what can i do ?

    Ive been with Verizon wireless since May 2009 ...I could write book "1001 reasons to NOT have cell phone with from Verizon Wireless"...EVERYTHING that could possibly go wrong has...everything that could happen has happened...Ive had to get atleast 5 battery replacements first year because had to charge battery atleast 8 times day and battery only lasts year if you charge it once day....Ive had to get 4 new phones because of many problems dont want to list all details id have to write you book....Everything possible has gone wrong with my phone and service...and most of time im home taking care of my parents and 99% of time phone does not work when im inside my house...works fine during blizzard and hurricane when im outside in car in my driveway but 99 out of 100 times does not work in my house....i was told it was because of hill i lived on signal never reached my phone from cell tower ?? the cell tower is mile away and top of hill is atmost 10 feet higher than bottom of hill...and i live halfway up street...i was told had to buy a extender mini cell tower inside my house so phone would work and again even though i sat within 10 feet extender cell phone never got good signal ..only 1 or 2 bars...always dropped calls or some voicemail text or other problem all the time ?? At one point again skipping alot of details after buying extender and making payments monthly to pay for it and getting bettter phone and making payments monthly to pay for it after calling up about same problems week after week one of techs said they would write up ticket and have tech come out to my neighborhood and find out how to fix problem...and 6 weeks later i get call from Verizon saying tech was actually in my neighborhood and found out lotsa houses in my neighborhood were having same phone problems cause in area bad or weak signal and solution to problem is get extender !?!? This was after i had extender for year and 90% of time it was waiste of money and electricity...so i was told to get new one and they shipped it to me and worked little better for awhile then for atleast month straight it was like my phone did nothing but drop calls and not work...then i was told if i canceled my 2 year contract before 2 yrs was up id be fined $250...BUT after literally year of spending more time on my cell phone calling verizon to get it to work and paying over $100 month for unlimited service and feeling like i was flushing $80 of it down toilet cause all i was getting was very limitted service ...i was told if i wanted to cancel my account and go elsewhere i could and they wouldnt fine me cause its been over 3 years and i am NOT getting any value paying 100 month for phone that very rarely goes couple days without some kind of problem...this is very brief very short list of all thats gone on with my cell phone
    If im having this much problems with verizon and there the best whats gonna happen if i go to another company they have less antenas and supposedly less coverage not as good ? So to encourage me to stay they swap my phone with biggest best model brand new phone and it was little better noticeably better in many ways BUT again im spending more time on phone with verizon trying to get my phone to work week with no interuptions than on phone with friends and family...you wouldnt believe how many times i called verizon and rep says to me you only used 400 minutes last month why pay so much more for unlimited...or you only texted x why pay for unlimited when its 10 dollars less for ...All ive done since July 2007 is take care of my parents 24 7 so its been blessing to have cell phone with me all time im at hospital or doctor with them but since most of time im home phone dont work its real curse...
    Couple months ago i call T mobile and they said i could get new smartphone biggest best ..im not giving details on purpose i know my experience is nothing  like many of you...and for this new amazing phone that just came out it would only cost me 50 month for phone and 70 month for unlimited phone text and data internet !!! Verizon was charging me 110 month for unlimited and 10 month for 1 gig data !! So i call Verizon and they tell me i can make payment arrangements and my monthly will decrease 30 month...and they will bill me monthly for phone i tell them i can only afford at most $150 month for phone and unlimited services and they said call after Dec 10 to set it up ...so this week i get several msgs via text and voice mail that if i dont pay for phone completely and my phone bill i will be disconnected and not have phone till i have zero balance !!! Im told because i live in MA they cant bill me...8 months ago MA passed bill saying illegal to set up payment arrangements...WHY wasnt i told this 2 months ago if i was i would NEVER have got phone from Verizon i would have went to T Mobile...I literally spent 3 hours on phone tonight trying to solve this problem...NOBODY was willing to help nothing they can do ALL I want to do is pay my bill make payments on phone and NOT lose my phone...only phone i have...i cant go anywhere with or without my parents without having phone ?

    READ THIS:
    http://support.apple.com/kb/ht1414
    I would suggest backing up your iphone before doing anything. You can do that by right-clicking on the name of your iphone from the source list on the left side of itunes.
    I hope this helps!
    GL!

  • IPhone 6 plus speaker is not working on phone

    Speaker not working on phone calls

    Ok.  That's nice.
    Do you have a question you would like to ask?  What troubleshooting have you done?

  • My phone number is not in my phone

    My phone number is not in my phone. I updated it and now when I go to settings and phone there is no phone number

    Just put your number right in there again

  • I tried to sync music from iTunes to my iPhone and when I click on "on this phone" the songs are there, but they are greyed out and have a circle in front of them.  I can not click on those songs and when I eject the phone they are not on the phone.

    I tried to sync music from iTunes to my iPhone and when I click on "on this phone" the songs are there, but they are greyed out and have a circle in front of them.  I can not click on those songs, delete or anything and when I eject the phone they are not on the phone.  I tried to re-add the songs and it says it can't add songs because they've already been added.  So HOW can I get the songs to actually ADD to my phone to where I can listen to them?  It's like they're stuck in Sync limbo or something!  Any help would be greatly appreciated.

    I am having the same problem. I have just tried this. Unplug iphone > open itunes > delete all music from itunes library > close itunes > re-open itunes > add music from original folder > plug in iphone > select songs > press sync > unplug iphone using eject button onscreen > checked phone .... still nothing in music folder on phone. On itunes the "On this iphone" tab the songs remain there but greyed out.

Maybe you are looking for

  • Master Project Plan is not updatineg

    I'm running in a situation where I have a master plan with sub-projects, the master plan will not show the updated sub-project plans in the web app until you open the master project in project professional and expand the sub-project summary task ever

  • How to create custom service name in oracle 10g

    Hi, I have installed oracle 10g, it has created default servicename as XE which is having only 4GB memory size. It is not sufficient to import my dmp file. I would like to created my own service name, How can I do it. Advice thanks for your instructi

  • JDBC version used by deployed applications

    Hi, I'm deploying my app to an Oracle Application Server and was wondering what determines the version of JDBC version my app uses? Is it determined by the version of the Application Server I'm running? Or can I change it by changing a path on my App

  • Change Layout of Print - REPORT RFEBKA00

    I want change the print layout of  RFEBKA00. I want change sort and group. Do you have any suggestion? Thanks

  • Report broadcasting design....

    Hi all, I have to send the report at every month end to our respective users useing information broadcasting in pdf format based on the authorization on cost center. For example : I have to send the "XXX" report to three users based on the cost cente