The Home button is not responding with my ipad2.

My recently bought ipad2 is having problem with the Home button as it is unresponsive. I had removed all new applications downloaded from apple stores and restored it to the orginal setting. Still the same, even if i press the Home button & Sleep button together nothing happens. Case has been booked with Express Lane and their technical expert is of the opinoin that it seems to be a hardware problem and asked me to bring to US , unfortunately i'm based in Dubai. I had purchased it from here, can any one help?

Reset Home Button Steps:
(1) Tap Settings App, when open:
(2) Hold Power button until "slide to power off" bar appears.
(3) Don't slide it, release power button.
(4) Gently, continuously press Home button for few seconds until home screen appears.
(5) Done.
If this does not help, further points to Hardware Problem.

Similar Messages

  • The home button is not responding

    I have an iphone 4. I have done a restore, I've used the restart method of holding the sleep button and home button and have been able to get it to work again. Now the home button isn't responding at all for a restart. My phone is just over a month past it's warranty. Any ideas?

    Reset Home Button Steps:
    (1) Tap Settings App, when open:
    (2) Hold Power button until "slide to power off" bar appears.
    (3) Don't slide it, release power button.
    (4) Gently, continuously press Home button for few seconds until home screen appears.
    (5) Done.
    If this does not help, further points to Hardware Problem.

  • The home button does not respond. Help

    My iPhone 4's home button does not always respond. Sometimes I will have to turn it off and on. I have tried doing a restart. It will be ok for a few hours but then will not respond again.

    Try the standard fixes:
    - Reset. Nothing was lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factory settings/new iPod.
    Also see:
    iOS: Not responding or does not turn on

  • The home button does not respond and when I turn on phone it activate voice control. I have to turn the phone off and back on to access another app

    my iphone 4 home button is not working anymore. I have to turn the phone off and on again to access an app. When turning it on it immediately goes to voice control. I cannot get out of this. I have checked and updated the software and finally reset the phone. All this has left me with the same problem. Any ideas???

    Voice Over Fix
    Settings > General > Accessibility > Voice Over > Off
    Or,
    Press the Home Button 3 Times
    Now...
    Reset your phone:
    Press the sleep/wake button & home button at the same time, keep pressing until you see the Apple logo, then release the buttons...
    The Basic Troubleshooting Steps are:
    Restart..  Reset..  Restore from Backup...  Restore as New...
    Restart / Reset
    http://support.apple.com/kb/ht1430
    Backing up, Updating and Restoring
    http://support.apple.com/kb/HT1414

  • Ipod touch 2nd gen home button does not respond

    I have tried restarting my ipod several times but my problem still trmains.
    The home button does not respond. I can get to the screen with all my apps, but once I get into an app, I cannot exit it. What can I do?

    See:
    fix for Home button
    Fix a broken, unresponsive or sticky iPhone Home Button
    You can also go to Settings>General>Accessibility and turn on Assistive Touch It adds the Home button to the iPod's screen.
    Yes, if you get it fixes, the iPod will likely be erased. Apple will not repair your old iPod, they exchange it for a refurbished one and do not transfer data.

  • Iphone 4 home button does not respond, resetting fails to resolve issue

    the home button does not respond. i tried putting phone to sleep and waking up with home button (which worked, but then the home button does not return the screen to home page), a hard reboot with the home and power buttons, and finally a reset to factory settings and then synching again to my computer. the problem persists. 

    Bring it in for replacement.

  • HT201412 My home button does not respond on my iPad 3.  Any ideas on how to solve this problem?

    I just received a new iPad 3.  The home button does not respond.  Any ideas?

    return it to have it checked for malfunction. Might be a transport defect . ( Although I never heard of such a severe case on brandnew Apple Hardware )

  • I attempted to update to the latest IOS version.  Then it seemed to "Lock UP".  Now all i get on display is a graphic of the power cord with an arrow pointing to an iTunes icon.  Home button is not responding.

    I attempted to update to latest version of IOS.  Now all I get on the display is a graphic of the power cord with an arrow pointing to an iTunes icon.  Ipad does not seem to power down or power up correctly.  Home button is not responding.

    I am new to this, could you provide me with a little more detail on how to do this?  Thanks so much!

  • HT201401 My home button does not respond and the phone will not shut off

    Has anyone had a similar problem where the phone will not shut off and the home button does not respond

    You should try taking it to the Apple Store and asking for a replacement.
    Or you could enable Assistive Touch from Settings>General>Accessibility.

  • Iphone 5 home button does not respond, brightness reduces by itself, wont charge and its one week since i got it!

    one week since i got the iphone 5: screen blacks out, when i finally get it to light up the light brightness turns low.
    problems charging phone, just doesnt want to charge unless i reset the phone.
    the main home button does not respond at times, approx 3-5 times a day this occurs
    phones touch screen does not respond at times...whole touch screen, no response!
    signal always drops out, this could be a network issue though i doubt it.
    speaking to quite a few peopl i know, they are havng the same issues with there 5 but not as often as myself.
    if i knew the 5 had so many issues i would not have chosen it, the 4s was fine!

    Then take it back!  If you've only had it for a week, you still have 51 weeks of warranty.  If you are in the USA, you are also within your 14 day unconditional return for full refund period.  If it has that many problems, just return it and get another one, or get your money back and buy something else.  There is no reason to live with a faulty device after just one week.

  • Button does not respond (with attachment)

    Hi,
    I'm trying to develop a LV program for a psychology experiment to record a participants mouse movements whilst drawing or tracing a picture using the mouse.
    My program uses an event structure to generate an event each time the mouse is moved or the mouse button is pressed or released. Upon each of these events the coordinates and button position is recorded to an array.
    When they have finished drawing there is a button "Stop & Save" that allows the user to save the coordinate data to a file. This can then be opened by a sister program I'm developing that allows the movements to be replayed and shows where the mouse button was down and up.
    At the start of the program there is the option of loading a background jpeg picture to trace over on the screen.
    The program then waits for a 'Record' button to be pressed before moving on to record all coordinates there after until the 'Stop & Save' button is pressed.
    The problem I have is that the record button does not respond. It doesn't even change state when pressed, even though at that stage it's just sat in a while loop waiting for it to be pressed before moving on to the event structure.
    I attach the program for you to look at.
    Any help/hints much appreciated.
    Thanks,
    Dave.
    Attachments:
    MouseCoordinatesForPW.vi ‏178 KB

    altenbach wrote:
    Your overall program design is higly flawed. This calls for a single state machine with an event structure that handles all FP events. All your locals can be handled by shift regsters. Get rid of that useless stacked sequence!
    Frame 0: Initialization belongs to the left of the state machine. CoordinatesArray should initialize a shift register (no locals needed). Use a boolean shift register to set state to either recording or not. Event for "record, value changed" will switch the boolean to be used on the other states.
    Frame 1: "Clear" and "stop" need to be inside their own events. Running it parallel to the event structure is a no-no! Do you really want to record mouse movements on the entire FP or only on the picture area?
    Frame 2: Why waste an entire frame on this? Here you clear it and in the next frame you prepend the cleared string to your data. Makes no sense.
    Frame 3: An autoindexing FOR loop would be the right choice. A single formating operation can handle multiple values.
    Frame 4: Writing the "coordinate string" seems useless, since you just cleared it two frame earlier. You are writing an empty string to a file! Right? Why invert the "canceled?" output, just swap the cases instead.
    Frame 5: Unecessary! Once the VI runs out of code, the VI will stop automatically. The "stop" function also does not "close the program window" as you seem to indicate with a diagram comment. Check the online help.
    Message Edited by altenbach on 05-22-2007 09:23 AM
    Hi, thanks for your reply.
    The reason for the main stacked sequence was to get some order to the program, my programming background's text based and as such I like to think of a program running in a list/sequence order. LabView seems strange when you've been used to programming in asm or C. Does anyone know of any books or online documentation for people migrating from text languages to LV? - I haven't found any.
    "Frame 2: Why waste an entire frame on this? Here you clear it and in the next frame you prepend the cleared string to your data. Makes sense."
    - The string 'CoordsArray' is cleared to make sure it's empty before chars concatanated to it in the next frame. Call me old fashioned but is it not good practice to clear out any junk in a variable rather than just assuming it's empty?
    "Frame 3: An autoindexing FOR loop would be the right choice. A single formating operation can handle multiple values." - not sure what you mean by that?
    "Frame 4: Writing the "coordinate string" seems useless, since you just cleared it two frame earlier. You are writing an empty string to a file! Right? Why invert the "canceled?" output, just swap the cases instead."
    - No, it's not an empty string since in the previous frame the coordinates array is converted to numbers and concatanated to it. Trust me, it generates a file with lots of data in so no way is it an empty string!!
    - Yes, you could just swap the cases instead of inverting the 'canceled' output but sometimes it reads better to say 'if NOT cancelled then DO theTask, ELSE DO nothing' rather than 'if cancelled DO nothing ELSE DO theTask'. Not sure if that makes sense but I guess it's just personal prefference there.
    "Frame 5: Unecessary! Once the VI runs out of code, the VI will stop automatically. The "stop" function also does not "close the program window" as you seem to indicate with a diagram comment. Check the online help."
    - I wasn't sure how that one would work. I wanted the final exe version to close the program window when the program comes to the end, what's the best way to do that? In the past I think I used the 'Exit' function but this would annoyingly quit LabView at the end of each trial run whilst still in the development stage.
    Thanks,
    Dave.

  • My ipod touch 5th generation is not turning on and i cant restart it because the home button does not work and it will not connect to anything

    my ipod touch 5th generation is not turning on and i cant restart it because the home button does not work and it will not connect to anything

    Get it fixed then, make an appointment with the Apple genius bar.

  • The home button is not working on my iphone 5 - is there a way to troubleshoot that issue?

    the home button is not working on my iphone 5, its does click and acts normal but doe not do what it is supposed to do

    You have identified the problem. If you have Warranty or AppleCare coverage, make Genius reservation and take or send to Apple for resolution. Troubleshoot. When iPhone 5 is open, the home button contacts are present right there. With volt meter placed on home flex you can see if pressing home button completes the circuit. You can bridge the dock home button contacts and see if it actually causes response in the iPhone. If not dock or its contacts are faulty or logic board is faulty.

  • Hey! I am from Egypt and purchased I phone5 unlocked from USA Atlantic City NJ. When I started to use it the Home button wouldn't respond. I tried everything pushing hard, turning it off and on again it's just hopeless. What can I do? Need help!

    I purchased Iphone 5 from USA while I am from Egypt. It's unlocked so no issues there, yet when I started first using it the home button wouldn't respond under any circumstances! I am afraid to give it to an Apple retailer in Egypt to fix it coz that might make me lose my warranty in the US.. Sending it back to the US and asking for a replacement might take time and according to the purchasing reciept it says return date Aug 15th! Need some help.. Thanks

    Thnx, I already did that when I got the chance. But when I took it over there yesterday they told me we can only fix it and not replace it coz I exceeded my warranty reclaim!! its just not practical to have it and send it back overseas within the warranty limit! I was so furious it's just so not fair..

  • My ipod has just black screen and the home button is not working. what will i do? help please!

    my ipod has just black screen and the home button is not working. what will i do? help please!

    Try:
    - iOS: Not responding or does not turn on
    When it says place the iPodin recovery mode use this prgram.
    RecBoot: Easy Way to Put iPhone into Recovery Mode
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

Maybe you are looking for