Soft keys not working - Nexus 4 Q&A, Help & Troubleshooting

Hello, suddenly my softkeys stopped working, I already tried doing a factory reset, reflash a different rom, but still no go.
What's strange is that even on landscape mode the keys dont work.
It doesn't seem to be a problem with the touch screen since the touch screen works fine as long as the soft keys aren't present.
Any help? Thnx!

Question
Salvy said:
Hello, suddenly my softkeys stopped working, I already tried doing a factory reset, reflash a different rom, but still no go.
What's strange is that even on landscape mode the keys dont work.
It doesn't seem to be a problem with the touch screen since the touch screen works fine as long as the soft keys aren't present.
Any help? Thnx!
Click to expand...
Click to collapse
Hi Salvy,
Did you flash a mod or another kernel?

It's a very common problem with the Nexus 4. I've been using paranoid android pie for 6 months to work around the issue. I can confirm that it is a hardware issue and not a software problem. A quick Google search can tell you that.
Sent from my Nexus 4 using xda app-developers app

Got the same damn problem. I would normally use a smart phone for at least 18 months but the Nexus 4 only lasted 14 months. I was hoping to use it till the Nexus 6 came out but after sending it off to be fixed, using a dumb phone for 10 days and the phone came back with the same problem, I had to go buy a Nexus 5
My soft keys work in portrait but not in landscape. I enabled the 'show touches' option in developer mode and I can see the lower 4mm of the screen isn't registering any touch. Do a quick search on Google and you'll find there are loads of people out there with the same problem. The only solution is to change the screen and I haven't seen anyone manage to get it changed under warranty . I have sent it back and expect them to fleece me off £100 for a new screen.
Disappointed with the quality of the N4 but I had no choice but to get the N5 even though it is also by LG cause once you go Vanilla, you cant go back
Sent from my Nexus 5 using xda app-developers app

Check out the guide below and hopefully you can avoid replacing your nexus 4 screen or digitiser
http://www.androidpure.com/fix-nexus-4-soft-touch-buttons-keys-working/

avismiles said:
Check out the guide below and hopefully you can avoid replacing your nexus 4 screen or digitiser
http://www.androidpure.com/fix-nexus-4-soft-touch-buttons-keys-working/
Click to expand...
Click to collapse
Ok. so I have been told by the LG service centre in Mumbai that this happens when an android update doesnt get installed properly, it definately is an android update problem according to the service centre. But since i am out of warranty by @ DAYS I have to pay Rs. 5300 for no fault of mine... ****ed up!!!

I found a solution somehwere on the internet!!
I had this problem for the last day this is the solution.
Download the application: GMD Auto Hide Soft Keys ★ root
Use it, toy with it and restart your phone. And it just works.
This worked with unrooted phones aswell, as the solution said. I don't know.
Your welcome!

cnkapadia said:
Ok. so I have been told by the LG service centre in Mumbai that this happens when an android update doesnt get installed properly, it definately is an android update problem according to the service centre. But since i am out of warranty by @ DAYS I have to pay Rs. 5300 for no fault of mine... ****ed up!!!
Click to expand...
Click to collapse
I paid Rs 4700 which includes service charge, taxes etc in addition to the cost of the screen+ digitiser. The guys at service center dont have separate screen and digitiser but just both of them as single replacement. I just hoped that they could have better service centers and support, but you cant help.

Using `wm` command on phone via ADB shell to add an blank border on screen
Salvy said:
Hello, suddenly my softkeys stopped working, I already tried doing a factory reset, reflash a different rom, but still no go.
What's strange is that even on landscape mode the keys dont work.
It doesn't seem to be a problem with the touch screen since the touch screen works fine as long as the soft keys aren't present.
Any help? Thnx!
Click to expand...
Click to collapse
I used virtual buttons for awhile, but in the end, discovered a way to do it without rooting, so long as you have the `adb` command line tool installed for development, and don't restart your phone that often:
From a command-line termal:
```
# Log into a device connected via USB.
# (Look for a tutorial on using adb, as it need some config on the phone)
adb shell
# Change the screen "overscan" using the window manager tool on the phone:
wm overscan 0,0,0,80
```
The trick is that, overscan essentially adds a buffer (black bar) on any side of the screen for positive numbers. (the screen extends "offscreen" for negative ones.) `wm --help` will show you that the accepted format of overscan is:
```
wm overscan [reset | LEFT,TOP,RIGHT,BOTTOM]
```
ie. you can either reset it to default, or set any border. In my case, I set the bottom border to 80 pixels, and that was enough to avoid the non-responsive section of the touch screen.
Of course, I assume this reset on reboot, but haven't tried yet. If it does, I'm sure someone can figure out a clever way to make it persist
Anyhow, hopefully this helps!

Found the issue and got it fixed
It worked for me. I had the same Problem and it occur when i bought new power cable. The i plugged the original blackberry micro usb cable for power up and it started working for me. Its weird but the cause of the problem is when i plugged the cheap micro USB.
Note:- this is my first update to any forum just to help people if someone has the same problem as mine.

faizalit said:
It worked for me. I had the same Problem and it occur when i bought new power cable. The i plugged the original blackberry micro usb cable for power up and it started working for me. Its weird but the cause of the problem is when i plugged the cheap micro USB.
Note:- this is my first update to any forum just to help people if someone has the same problem as mine.
Click to expand...
Click to collapse
Yes,it could be a microusb,i was in a hurry two day's ago and took one problematic microusb cable,when i put it to charge touchscreen has gone mad,it was ghost touches,slow respond,all until i turned it off,then after reboot my softkeys stopped to work,it was such for a whole day,i tried to remove batt and discharge pressing power button for 1 minute but nothing,cleared cache,uninstall app,but nothing...so i discharged it completely,took hairdryer and heated it for 45sec,and then charged overnight. In the morning soft keys worked....

This worked for me very good altought still present some softkeys bug (but just turn off the screen and turn on again and works again).
Look on google for nexus-4-navfix (gkraynov)

Appreciation
unmateria said:
This worked for me very good altought still present some softkeys bug (but just turn off the screen and turn on again and works again).
Look on google for nexus-4-navfix (gkraynov)
Click to expand...
Click to collapse
I have recently traded my NEXUS 4 and now own a Grand X Max Plus. Thank you for your help.

found solution in Chroma ROM
Hi Guys, was using CM 13 Android M, Soft keys stopped working. Tried flashed with multiple CM 13 nightly. No luck. Finally installed Chroma ROM. Over there keys are working fine.

I experienced this issue tonight and was able to fix it quickly.
Salvy said:
Hello, suddenly my softkeys stopped working, I already tried doing a factory reset, reflash a different rom, but still no go.
What's strange is that even on landscape mode the keys dont work.
It doesn't seem to be a problem with the touch screen since the touch screen works fine as long as the soft keys aren't present.
Any help? Thnx!
Click to expand...
Click to collapse
Issue:
-Softkeys not working when located on the side of the screen closest to the charging port. Softkeys would work when the screen was rotated such that the softkeys were located on the side of the screen closest to the headphone jack.
Device:
-Nexus 4 running 5.1.1
Conditions:
-Battery was 85%-90% charged
What fixed the issue:
-Plugged the phone into a USB charger. I did not use a Nexus charger; I used a random LG charger I had laying around.
-Pressed and held the power button for 30 seconds. The phone powered off after ~10 seconds. Shortly after the phone powered off, the notification light flashed red for the remainder of the 30 seconds.
-Powered the phone back on. When the phone was finished booting up, the softkeys worked again.
What didn't work:
-Restarting the phone multiple times
-Restarting into Safe Mode
-Disabling Chrome (Settings >> Apps >> Chrome >> Disable)

Related

Hadware Buttons Not Responsive

Hi all
I bought a JasJam about an year ago, and it has been working fine.
About 5 weeks ago, I flashed it with HardSPL 7, Radio 1.50 and Schap's 3.60a.
It worked fine till yesterday when suddenly following buttons stopped working: IE, Messaging, Left & right soft keys, start, ok, green & red buttons. Rest of the buttons, keyboard etc are fine. There was no impact, no "sudden movements". The buttons just stopped working! I mean, one minute they were fine and the next minute, they were screwed.
I have done following to fix this (in order)
1. Soft reset
2. Hard reset (which shows that there is no problem with the hardware)
3. Flashing with Schap's ROM again
4. Flashing with 3des ROM
5. Flashing with Sleuth's ROM
6. Flashing with Cingular (WM5)
And still, no use! Buttons still don't work.
Any help would be highly appreciated.
Does the silence says: You have to live with it.
???
More Updates :s
Now I am not able to delete anything I type. :s Not even while using the onscreen keyboard! I can see that when i tap on the backspace button, it highlights, but the text doesn't get deleted! I have tried this in almost any place which allows you to enter text. :s
I think I will go back to my original shipped ROM and bootloader. :S
Strange stuff happening! Downgrading to olipro 1.10 has solved the backspace problem. How can a bootloader affect a function like that? :s
Back to shipped bootloader and ROM (not the radio) Still the buttons are not functional.
I also opened up the phone and cleaned the buttons, made sure all connections are properly in place. Put everything back together, and no, the buttons don't work.
What do I do?
I have tried a thousand other bootloaders, radios and ROMs... But these buttons wouldn't work?
Where are the geniuses like oli?
I have the exact same issue.. I have pretty much tried all SPL/Radio/ROM/App combinations, including the 1.01 IPL, original SPL, and WM5 that ships on the Tytn from HTC... And, just like you, the keys sometimes work, and then suddenly they stop. Restart or hard-reset seldom brings them back. I know it's not hardware issue because holding down the "-" and "-" keys while resetting always works. I also observe the LEDs on the front panel go all whacky. Sometimes the power LED, which normally blinks on battey power turns on and stays that way; sometimes it doesn't come on at all.
My guy feeling is that this is not ROM related, and somewhere along the line while I was enjoying the "flash-o-palooza", something got corrupted in the flash memory.
I am now looking for a method to do a "harder-reset" that will clean out the whole thing, reflash the bootloader and build it from scratch.
I think the buttons are not properly passing interrept requests to the OS, which as you correctly mentioned is a flash memory / bios problem. (I don't know a lot about hermes architecture)
HTC provides a diagnostic sd card in which you can check if the buttons work fine. I will try to get my hands on one of those.
Did you try going back to Wm5?
whistler4ever said:
Did you try going back to Wm5?
Click to expand...
Click to collapse
Yep.. Many times.
any luck with this? can u get to bootloader mode with the keys?
not believing that it would be hardware problem, I disassembled already some times my TyTn and I did not have sucess. If someone have sucess, post here please
the only obvious thing is that the keybddr.dll driver is not be loaded properly. how do u normally load the rom's? do u let the software boot the phone, or do you put it in bootloader mode first?
as I use a Windows Vista, the ROM upgrader have to be done in the Bootloader Mode
But, Sometimes the buttons works, and in next minute, they die again
its a misterious
Hardware buttons also not working
I am also experiecing this problem. Occasionally the hardware buttons will work, then if I open the slider they stop working. I have also tried updating firmware etc.. but it hasn't helped. The buttons will work if i press the left and right keys while pressing the reset key to do a hard reset. They work every time doing this, so it seems like a software problem. But I don't understand how a s/w problem like this can remain there even after firmware update and hard resets.
I have opened the phone up several times, because I have another problem, or two. As much as I love the phone it has been totally unreliable. It shipped with the LCD not working, I diagnosed that as a faulty ribbon cable, which I replaced, that made the LCD work. But then the earpiece speaker and the front camera didn't work. Now this problem... this is starting to drive me crazy.......
Hi, I have the same problem, I think. Sometimes when I play games, browse the phone or slide down the keybord the buttons below the screen just stop working. I have also tried to flash different roms, but to no good. There is a temp fix thou but it work slow sometimes, if I scroll with the wheel for a bit(the scroll time varies) the button seem to work, but only for a little while.
Does anyone have any news on this issue, cause i can't use any program that need these buttons.
I also have this problem, I guess I'll have to send it in to get it fixed :|
Problem Solved
I have managed to resolve the problem. It started compounding which made me think that it had to be a hardware problem. The first symptoms were that the front bottom hardware keys stopped working. Then the LCD would not align properly after sliding the keyboard, so I would have a white bar at the top and/or left of the screen.
Next the top hardware buttons stopped working, and then finally all I had was a white screen with nothing on it.
I replaced the flex cable that connects the front of the phone to the main board and it has solved all of my problems. I had already replaced this cable when I first got the phone because the one that came was with it was faulty. Now after just a few months of use the replacement one wore out as well. It seems to be the weak link in the build of these phones.
crajoh said:
I have managed to resolve the problem. It started compounding which made me think that it had to be a hardware problem. The first symptoms were that the front bottom hardware keys stopped working. Then the LCD would not align properly after sliding the keyboard, so I would have a white bar at the top and/or left of the screen.
Next the top hardware buttons stopped working, and then finally all I had was a white screen with nothing on it.
I replaced the flex cable that connects the front of the phone to the main board and it has solved all of my problems. I had already replaced this cable when I first got the phone because the one that came was with it was faulty. Now after just a few months of use the replacement one wore out as well. It seems to be the weak link in the build of these phones.
Click to expand...
Click to collapse
I don’t think you got the same problem as us, if you check almost all the other button problem threads they are about the white screen but since we in this thread have not gotten any white screens or some of the other symptoms I'm quite sure it’s not the same. Also some with our problem have tried to change the flex cable but it has not fixed the problem.
*edit - I did not put the angry smiley on this post.
Me too!Anybody can soleve it?I found that when they aren't woring,we can touch on screen or press ok button on the left once or twice,they work again!

[Q] Touchscreen Problem

Alright, so here's my problem. My touchscreen won't response to any finger movement. I could press the hardware buttons like power, volume and talk and it response to that but my problem is mainly trying to get inside my rom. I tried flashing rom via NAND and via clockwork mod and nothing helps. The G Sensor seems to work just fine because it rotates the screen when I'm inside my ROM. I could go back into MAGLDR but I don't think anything there is going to help?
Has anyone else experience anything like this and if so, what did you do to solve it?
had same problem, found a FIX
i have had same problem past couple of days. i was running darkstones SuperRAM_FroYo_V1.5 build with oz 2 cleanex rom. i know that every now and again it would be a pain to unlock the device with the agonising wait for the lock screen to show up but this time the touch screen would not work at all not recognising any movement and not dragging the unlock button across. i would have to take the battery out and restart, even some times touch screen would fail completely when in winmo too, got to a point when 3 days of working then not working and taking the battery out a million times to boot back into android to unlock the device, then touch screen died completely.
FIX- Hard reset
will reset windows mobile. all data on device will be lost.
hold down up-vol key and down-vol key, soft reset button and then power button till it displays formatting screen. follow on screen instructions.
hope this helps.
tidygrant said:
i have had same problem past couple of days. i was running darkstones SuperRAM_FroYo_V1.5 build with oz 2 cleanex rom. i know that every now and again it would be a pain to unlock the device with the agonising wait for the lock screen to show up but this time the touch screen would not work at all not recognising any movement and not dragging the unlock button across. i would have to take the battery out and restart, even some times touch screen would fail completely when in winmo too, got to a point when 3 days of working then not working and taking the battery out a million times to boot back into android to unlock the device, then touch screen died completely.
FIX- Hard reset
will reset windows mobile. all data on device will be lost.
hold down up-vol key and down-vol key, soft reset button and then power button till it displays formatting screen. follow on screen instructions.
hope this helps.
Click to expand...
Click to collapse
well i have woke up this morning to be able to unlock my device to then locking it and not being able to unlock it again!!! i had notification to say it had managed to restore 16 apps whilst i had been asleep so i am thinking there is a dodgy app out there some were
mazdarider23 said:
Alright, so here's my problem. My touchscreen won't response to any finger movement. I could press the hardware buttons like power, volume and talk and it response to that but my problem is mainly trying to get inside my rom. I tried flashing rom via NAND and via clockwork mod and nothing helps. The G Sensor seems to work just fine because it rotates the screen when I'm inside my ROM. I could go back into MAGLDR but I don't think anything there is going to help?
Has anyone else experience anything like this and if so, what did you do to solve it?
Click to expand...
Click to collapse
Sent from my PC36100 using XDA Premium App
I have this problem and have found no way to fix it, I have tried everything except possibly going to the clk loader instead of magldr. when i put the phone to sleep with the power button is when i have the issue of not being able to unlock my phone in Android. I have tried task 29, going back to original windows roms, sd and nandroid, it is a hardware issue related to the digitizer as far as I'm concerned. I love my HD2 and really need to fix or find another one. I know this doesn't help, but maybe a little more insite if nothing else
I had the same issue. With my 1st HD2 it started as an intermittent problem, then eventually completely stopped working. With my replacement it just started to happen again. I immediately flashed back to stock tmo windows and the touchscreen would work so long as I did not try and put the phone on standby or wake the phone using the end key. If the phone went to standby on its own, the touchscreen would not work either. I changed the settings so that the phone would not go into standby at all. I then learned that locking the phone from the windows menu and allowing it to go to standby that way somehow averted the touchscreen problem. After 2 days, the problem seemed to resolve itself, almost completely. If I try and wake it using the end key, the touchscreen still wont work, but every other button on wake works. Also, putting it in standby with the end key seemed to not cause the problem any longer.
I dont know if the issue varies per person, but what worked for me was going to stock windows for a couple of days, then starting over with android. I guess it depends on how far along the problem has progressed.
Look at my thread in my Sig about the Unresponsive Screen Solved. This sounds exactly as that. And there are various workaround solutions through out the post.

Back, Home and Search buttons not working...

First of all, I have been using this phone for over 18 months without any issues it is an amazing phone, but, all of the sudden all lower buttons (back, home and search) are not working anymore. It all started a few days ago and only the Home button started to fail but worked again after a phone restart, and now even after a restart all 3 buttons does not work
So far I have tried:
1. A hard reset, lost all my data but that did not fixed the buttons.
2. Opened the phone uncovering the display and mainboard trying to see if a cable was not fully plugged in but no, then I assembled it again. This made the buttons works for almost a day but then failed again.
My phone is already out of warranty, does somebody has/had the same issues?, what can I do to resolve or should I just get a new phone???
TJBoy said:
First of all, I have been using this phone for over 18 months without any issues it is an amazing phone, but, all of the sudden all lower buttons (back, home and search) are not working anymore. It all started a few days ago and only the Home button started to fail but worked again after a phone restart, and now even after a restart all 3 buttons does not work
So far I have tried:
1. A hard reset, lost all my data but that did not fixed the buttons.
2. Opened the phone uncovering the display and mainboard trying to see if a cable was not fully plugged in but no, then I assembled it again. This made the buttons works for almost a day but then failed again.
My phone is already out of warranty, does somebody has/had the same issues?, what can I do to resolve or should I just get a new phone???
Click to expand...
Click to collapse
Just let the phone rest for a day, or 3 days, then check it but dont turn it on until the days passes. Usuall this works for all phones with touch panel.
stevediaz said:
Just let the phone rest for a day, or 3 days, then check it but dont turn it on until the days passes. Usuall this works for all phones with touch panel.
Click to expand...
Click to collapse
can somebody confirm that this works?? because i have the same problem but i really need the phone so i have to be sure that leaving it for three days will fix that
Same problem
My back, search, camera, home, & up volume is not working at all. I have to turn off and on my phone if I want to go to a different app. I have took the battery out, tried turning it off, and 100% rebooting it (and loosing everything) but nothing seems to be working.
Not sure what to do now. I really need my phone and cant afford to get a new phone. It sucks having to turn it off and on so much and it is killing the battery.... :crying:
KT72889 said:
My back, search, camera, home, & up volume is not working at all. I have to turn off and on my phone if I want to go to a different app. I have took the battery out, tried turning it off, and 100% rebooting it (and loosing everything) but nothing seems to be working.
Not sure what to do now. I really need my phone and cant afford to get a new phone. It sucks having to turn it off and on so much and it is killing the battery.... :crying:
Click to expand...
Click to collapse
try to flash a new rom, such as dyanamics rom posted here, it may repair any damage
I am also having same issue on my focus ... any suggestions!
Sent from my MB526 using xda app-developers app
Bump
Sent from my MB526 using xda app-developers app
Can't it be a hardware problem??? there are replacement parts for cheaper price in ebay

Need Advice N7 Screen issue.

Hello-
I usually do not open threads but I need advice on this recent touch responsiveness issue that has been happening. My Nexus 7 8 GIG was running great I had not had one issue with it, until one day I opened the case "Poetic leather case with magnet locks" and the screen came on notifications were on and animated everything looked fine. I went to unlock it and the touch screen did not respond to anything, now the screen rotates fine and all but it would not respond to touch. So I reset it with the power button, the touch screen then works until it times out and turns off, I wake it up and the screen does not respond again. I took it out of the case and have manually turned it on/off and it still does not respond to touch, but it will work every time I reset it. This problem has came out of nowhere it was running great.
I was originally on AOKP Milestone 1 with Franko's Kernel r25 so I thought maybe that was it so I re flashed Milestone 1 and kept the stock kernel and the problem persists. So I wiped everything and put BAMF Paradigm on it and it still does this, but the touch screen responds every time it is manually reset so I am trying to figure out if this is hardware or software related I am led to believe it is software considering the touch screen works flawlessly upon reboot but again I am not sure.
I have not added any new apps or anything like that to cause a memory leak or such. This problem started when I left the N7 for two days without touching it, then the problem happened after I tried to use it after the two days of inactivity.
Update: I turned the N7 off for about a day booted it back up now the touch screen is working every time I am confused.
So I still have 7 months on my ASUS manufactures warranty should I send this unit back? I just do not want to think its software related and it will get fixed through updates and then find out it is hardware related and be out of the warranty period.
I am on 4.1.2 with the last boot loader "not the new one"
latest version of TWRP
Thanks everyone in advance for your time.
It seems like a magnet bad effect to me! not sure though cuz the nexus 7 suppose to work fine with magnetic cases but it could be a Magnetic field effect. In my opinion as long as it works don't send it cuz you don't know what happens there in the service center, I mean once the device is opened it would never get the same as before.
Chaw Rash said:
It seems like a magnet bad effect to me! not sure though cuz the nexus 7 suppose to work fine with magnetic cases but it could be a Magnetic field effect. In my opinion as long as it works don't send it cuz you don't know what happens there in the service center, I mean once the device is opened it would never get the same as before.
Click to expand...
Click to collapse
Yea I had thought that was it but I took it out of the case and still does it so no dice on that field
well i flashed the latest google image and just started fresh. The touch screen is now working without issue so hopefully it was nothing still not sure though what would have caused this though -_-
Sent from my ADR6425LVW using xda premium
if anyone could shed any light on this issue it would be greatly appreciated thanks again.
Sent from my ADR6425LVW using xda premium

Touch stop working after turning off and on the screen.

I've been using the PH-1 for a year and a half and its great, but a couple days ago i would unlock the phone via fingerprint (as ussual), it would unlock but the touch wont work, so i factory reset the phone and still the same, remove the case and the screen was loose (almost complete), but the cable was well connected on both sides so i got the screen glued, but still the same.
Im using Android Pie (from day 1) with March update (updated like a week ago), in order to use the phone beyond what Google assistant can do i have to reboot the phone (using power and volume buttons) to get the touch to work again and dont let the screen go off. Sometimes after rebooting the touch works even if i turn the screen off and on, but i think its just luck.
You guys think it might be a software issue? or hardware issue? because i don't live in the US or CA, so i would have to wait a couple weeks for the screen to get here and i would'nt be able to return it in case its not a screen malfunction.
I really don't wanna change my phone, i love the PH-1.
EDIT: i just replaced the screen with a new one from fixez.com and the problem persists, i think april's update broke something. is there something i can do to check the software? Pls help.
I rooted my phone and almost the same thing happens. I turn off the screen and turn it back on and the touch is unresponsive. Howver, ONLY the apps left on screen are unresponsive. I can still pull down from status bar its weird.
Update 1: I saw u mention fingerprinting. I removed mine and somehow it seems to have stopped. I'll use it for about another day or 2.
Update2: Well it doesn't. If my screen times out with an app open. The app is unresponsive upon waking.

Categories

Resources