MY TOP BUTTON IS STUCK FOR THE SECOND TIME, WHAT SHOULD I DO?

This phone has had no problems whats so ever,  but my top button isn't working anymore.  This happened to my other iphone and Im trying to avoid going to a store.  What can I do to fix it?

It's broken.  If you can't be bothered to "go to a store", then live with it.

Similar Messages

  • Need to show popup when the Submit button is clicked for the second time ..

    Hi guys,
    I have a requirement where i need to show a popup or alert when the submit button is clicked twice . When it is clicked for the first time one method is been called and its process starts. When the user clicks the submit button for the second time they should be shown a popup stating "Submit button already been clicked, please clicked OK to continue".
    Can anyone help with this please , its really urgent requirement ?
    Thanks in advance

    Hi,
    I dont have any sample code to give you now. For quick reference, I can advice some psuedo steps to achieve your requirement. I dont have access to JDEV to test this. If any syntax errors then pls correct yourself.
    1. Extend Controller since it is standard page ( Refer Anil Passi site for steps to extend seeded ontroller)
    2. Write below logic in your Process Request method
    super.processRequest(oaPageContext, oaWebBean);
    pageContext.putSessionValue("status", "notInitiated");
    3. Include below logic in your PFR method
    if(pageContext.getSessionValue("status")!=null){
    if("notInitiated".equals(pageContext.getSessionValue("status")))
    super.processFormRequest(oapagecontext, oawebbean);
    pageContext.putSessionValue("status", "initiated");
    else
    String message = "Display error message as required";
    throw new OAException(message, OAException.ERROR);
    You may need to import required packages ( Related to OAException).
    Remeber, to sumbit the request, user need to refresh the page again so that "status" variable will be refreshed.
    Hope it helps.
    Thanks
    venkat

  • I didnt charge my iphone 5 for the recommended time,what should i do?

    I charged my iphone 5 for the first time for 3 hours and didnt charge for the 8hour which is the recommended time. My battery is now 100% and im scared that there will be a problem with my battery. What should i do?

    Don't worry about it, Apple has desgined the charging system of the iPhone to handle many kinds of charging events.
    I leave my phone on the charger every night so that it will always be ready to last me all day here in Austria. It's not technically "charging" for the 8 hours I sleep, it just means that the phone is running on external power.
    Plus, no iPhone will ever take 8 hours to charge, 3 hours is the max it will ever take to recharge.
    So, have no worries, and enjoy your new iPhone!

  • 2009 MBP can't see internal hard drive - for the second time!

    Well, my 2009 13" MBP is at Applecare for the second time because it cannot recognize _any_ internal hard drive.
    The first repair came at 9 months (purchased new), now 16 months later I have the same issue.
    Swap in a known good drive, it can't see it, boot from DVD, and run Disk Utility, it can't see it either (optical drive shows up fine)
    My first repair only said they replaced the original hard drive, has anyone else had the issue of losing access to your internal hard drive?
    Ugh, I will be out of the 3 year Applecare next summer, and don't want to get stuck with another iBook G3, if you know what I mean.
    Thanks for any feedback!

    Hi
    I have the same issue, I have a Vodafone branded Huawei HG556a with an external drive connected. I have found that it isn't possible to connect via Finder and that SMB doesn't work either. The only way I could connect to it was via FTP using Cyberduck (or Filezilla), but no use as I can't add my media files from the drive to iTunes, so unfortunately disappointing. I'm still looking, but here's the document I was referred too from another forum.
    broadband.vodafone.ie/download/files/storage_mac.pdf
    Although not an answer to your question, hopefully this will give you an idea why you are getting the password and username errors when you know they are correct. In the end when I entered the FTP details into Cyberduck I was able to connect.
    I know this doesn't help solve the problem (as I'm still looking too), but at leas you know why (ish).
    Cheers
    Topes

  • For the second time this week the sound on my iPad 2 doesn't work. Who has the solution for this problemen?

    For the second time this week i don't get any sound from my iPad 2. Who has the solution for this problem?

    Check your settings. The iPads have a small switch on the right edge. It can be used as a rotation lock to keep the screen from automatically reorienting itself as you move around, but you need to have the tablet’s settings configured properly. That same switch, right above the volume buttons, can also be set to function instead as a mute button to silence certain types of audio.
    If the switch is set to work as a mute button, you can change its purpose to “screen-rotation lock” by tapping the Settings icon on the home screen. On the Settings screen, tap General on the left side, and on the right side of the screen flick down to “Use Side Switch to.” Tap to select Lock Rotation or Mute to set the button’s function. Even if you set the side switch for your preferred use, you can still mute the Mini or lock the screen. Just double-click the Home button, and when the panel of apps appears along the bottom edge of the screen, flick the row from left to right with your finger. Tap the icon on the far left side of the row to either lock the iPad’s screen or mute the iPad’s alerts, notifications and sound effects. Music, podcasts and video are not muted unless you turn the volume all the way down.
    http://www.atreks.com/app-no-sound-on-ipad-4-%E2%80%93-what-to-do/
     Cheers, Tom

  • HT4718 My macbook air is stuck at the "installing software updated" screen while installing update for the osX. What should I do?

    My macbook air is stuck at the "installing software updated" screen while installing update for the osX. What should I do?

    Welcome to Apple Support Communities
    If your Mac has been installing software updates for a long time, Software Update is probably frozen. Hold the Power button until your MacBook Air turns off, and turn it on again. OS X should start up.

  • My ipad is stuck, the wheel goes on turning and turning...now foe the second time: what can i do?

    my ipad is stuck, the wheel goes on turning and turning...now foe the second time: what can i do

    Reset your iPad by holding down the home button ( circle one on front) and the sleep/ wake button  till you see the Apple logo, ignor the red slider,then just let it wake up. That should get you going again.

  • Problem while refreshing the data for the second time using excel services in sharepoint 2013...

    Hi,
    I have migrated my Sharepoint from 2010 to 2013.I am able to get the data at the first time of refresh when I click on refresh for the second time I am getting the empty the sheet.
    below find the flow of refresh
    First Refresh
    On Click of refresh open the workbook with excel services and return the session id.
    Using that session I am invoking RefrehAsync method of excel services
    After refresh completed I am setting the calculation of workbook as automatic(to calculate the formulas) using the same session id
    After setting the calculation as Automatic I am setting the calculation type as full(recalculate) using the same session id.
    Now I am able to see the data
    Second Refresh
    After clicking on refresh instead of opening the workbook I am using the session id(already opened workbook) and setting the calculation type as manual
    I am following the same process from refresh(RefreshAsync) as I have followed in first refresh.
    This time my formulas are not getting calculated because of that I am not able to see the data.
    Could you please let me know that am I missing anything here?
    Is this know issue in Sharepoint2013 excel services as same code is working fine with Sharepoint2010.
    If I close the workbook(session id null) and opens(new session id) for all the refreshes it is working and I am able to see the data.
    Thanks,
    Meenakshi Nagpal
    N.Meenakshi

    I am able to see the data for the second refresh  if I change the data source.If I use the same data source which is used in the first refresh I am not getting the data.Excel services will contact the cubes and calculate the formulas in my workbook.
    Could you please let me know what could be the problem at second refresh while contacting the same data source with same session id?
    Please help me asap.
    Thanks,
    Meenakshi Nagpal
    N.Meenakshi

  • For the second time (I've been to the Genius Bar once already) my WiFi isn't working on my iPhone 4S. This is really infuriating and costly!!! I see others have the same issues.  Can't Apple do anything about this?  It's obviously a hardware problem!

    For the second time (I've been to the Genius Bar already once with this) my Wifi isn't working.  They gave me a new iphone last time, but the new one has the same issue as the old one, I'm guessing.  I've tried resetting the network but that doesn't work.
    I see others have this issue too.
    If this is a hardware problem why doesn't Apple fix it?  Or do I just have to wait another year for another upgrade?
    Currently it's not costing me anything - yet - because I've got the Apple Warranty but this is totally frustating!!! I bought the original phone (which has been replaced in July 2012.  The new phone (without working Wifi) is a month old.
    Will try Restore via ITunes before (I will invariably) have to return to the Genius Bar for another Iphone 4S unless someone has an ingenius solution here?..?

    sematson wrote:
    If this is a hardware problem why doesn't Apple fix it?  Or do I just have to wait another year for another upgrade?
    For what reason, other than making yourself look foolish, would you ask questions that we users could not possibly answer as we're NOT Apple?
    Basics from the manual are restart, reset, restore from backup, restore as NEW.  Nothing more "ingenius" to suggest than these steps that Apple has outlined in the manual.  If these steps don't work, then go back to the Apple store.

  • Will someone tell me what happen to my play list and how I can restore or get it back!  Apparently, apple for the second time to screw up and delete all my music again!!!

    Will some explain why apple for the second time manage to screw up and delete "all my play lists and music again"!   How can I restore it or get my music back...  If I can't get my music back the way it was the last time I used itunes I will sale both my ipod touches!!!

    Just what were you doing when it happened?
    Just sync it from your iTunes library.
    You can redownload iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • ITunes 10.5.2.11 doesn't launch for the second time on Windows 7, 64 bit.

    I have iTunes 10.5.2.11(The latest as of now) on a WIndows 7, 64 bit PC. iTunes launches itself properly for the first time after my system boots, but, when I close iTunes and try to open it once again(without booting again), it's like the computer didn't get my instruction, the iTunes icon only clicks, but, it doesn't open. When I check the running programs with the Task Manager, iTunes isn't there. But, in processes, iTunes *32 is listed(This is after I tried launching it for the second time). If I end this process(and also the process tree), and then try to open iTunes, the window of iTunes appears, but, it just sits there like a brick!
    Can somebody please help me. Thank you.

    I have iTunes 10.5.2.11(The latest as of now) on a WIndows 7, 64 bit PC. iTunes launches itself properly for the first time after my system boots, but, when I close iTunes and try to open it once again(without booting again), it's like the computer didn't get my instruction, the iTunes icon only clicks, but, it doesn't open. When I check the running programs with the Task Manager, iTunes isn't there. But, in processes, iTunes *32 is listed(This is after I tried launching it for the second time). If I end this process(and also the process tree), and then try to open iTunes, the window of iTunes appears, but, it just sits there like a brick!
    Can somebody please help me. Thank you.

  • TS3694 my phone has switched off for the second time this week, however when connecting to itunes the restore process wont complete. the error is 2006 however i have tried a number of USB cords, and none seem to be working.

    my phone has switched off for the second time this week, however when connecting to itunes the restore process wont complete. the error is 2006 however i have tried a number of USB cords, and none seem to be working.
    I am in the noerthern [parts of australia and accessing an apple store is not possiable for another month. this is my only soucrce or telecommunication. please help

    This is what it says about error 2006
    Error 2000-2009 (2001, 2002, 2005, 2006, 2009, and so on)
    If you experience this issue on a Mac, disconnect third-party devices, hubs, spare cables, displays, reset the SMC, and then try to restore. If you are using a Windows computer, remove all USB devices and spare cables other than your keyboard, mouse, and the device, restart the computer, and try to restore. If that does not resolve the issue, try the USB issue-resolution steps and articles listed for Error 1604 above. If the issue persists, it may be related to conflicting security software. If the errors persist on another computer and known-good USB cable, the device may need service.

  • HT201412 I have restored my iphone 5 for the second time now, and it keeps crushing after 1hour of having completely restored it through iTunes. What am I supposed to do?

    I have restored my iphone 5 for the second time today, and it keeps crushing after 1hour of having completely restored it through iTunes. What am I supposed to do? I deleted some apps I had recently installed, even changed the background refresh. What else?

    Well... it said iPhone Recovery Mode, and I pressed 'Restore iPhone' after which it asked me if I am sure that I want to restore the phone to factory settings, I pressed 'yes'. After 20-30min it eventually came to the 'Hello' page where I had to sign in with my Apple ID, and then saw the icons of each of my apps. which one by one turned from grey to their full colour as they downloaded one by one. After 1-2 hours of having completed all the app downloads, I found the phone shut and could not turn it on with the normal way. And this happened after 2 restore sessions. Is there something I need to do, or I need to request a replacement. I have had the phone for 11months, and crushing problems begun on the 13 of Nov, which was a few days after I updated to iOS7. But today is already 48hours since I have not been able to use my iPhone properly.

  • Why charged me twice for the same item? They have withdrew money from my bank account for the second time about half an hour later after the transaction was completed leaving me overdrawn.

    Why charged me twice for the same item? They have withdrew money from my bank account for the second time about half an hour later after the transaction was completed leaving me overdrawn.

    Hi Benjamins,
    I've checked your account—you have two ExportPDF subscriptions. One placed on October 20 2013, and the other placed on October 11 of this year. So, you were probably charged the auto renewal for the subscription placed in 2013, and then the new charge for this year's order.
    Please Contact Customer Care so that an agent can help get things situated for you. There's no reason to have two subscriptions to the same service, so an agent can help you cancel one, if you'd like.
    Best,
    Sara

  • Scroller not appearing in the popup when opened for the second time

    Hi,
    I have a popup window which has three tabs A, B, and C. My tab A has BorderContainer > Scroller > Vgroup
    When opened for the first time, I can see the scroller. But , when opened for the second time, the scroller does not appear and the content in th Border container seems truncated.
    Please help.

    No answers, but I may be seeing something similar.
    I'm converting a project from Flex 3 to 4. In a popup (Spark TitleWindow) I have a some TabNavigators. On subsequent openings of the popup, the contents of the navigator children don't always render. After some changing of various Halo components to their Spark equivalents, I thought the problem had gone away. But the problem seems to have come back.
    In my case, I'm not sure if the "subsequent opening" is the key issue. Sometimes, the contents of nested TabNaviagtor children don't render on the first opening. although the first child content always renders. But the problem seems to increase in subsequent openings. (I.e. more children of TabNavigators don't render.)
    Perhaps not connected, but I notice when this happens, the outside borders of dataGrid components don't render in components outside of TabNavigators. I suspect there's a simple thing I need to to do to fix this, but I haven't found it. Any hints or insights would be welcomed.

Maybe you are looking for

  • IPhone appts synced to Outlook keep disappearing in Outlook

    I create appointments on the iPhone. It syncs to Outlook 2007 and generally appears in the day/week/month views. At some point later, the appointment disappears from the day/week/month view. It is visible, instead, only if I go to the "Outlook Today"

  • How to Test a View Object Using the Business Components Browser

    Hi, I have created an application in Jdeveloper. Now I want to test its module. I am unable to find Oracle Business Component Browser Window. Please help me from where I can find it?. Regards, Farooq

  • Take a file as an input to a program

    Hello guys, i would like to take a file as an input to a program e.g. i have a program AES.java which encrypts and decrypts an input file. Well, i don't know which classes i shall use in order to take tha name of the file as input(java AES > name_of_

  • Adda more pages to an Interactive Form and the binary context

    Hi to all, my scenario is: I have a java webdynpro with a view with an interactive form of 2 pages. I inserted a button on the pdf which duplicates the second page (using java script). Then there is the "submit to SAP" button which transfers the cont

  • BOM_ITEM_PARSE_ERROR

    Hi, I am currently i am working in oracle PIM R12. When ever i doing the Item upload. i am facing BOM_ITEM_PARSE_ERROR. Thanks, Raj.