[Q] How can I wake up the device by any other button except power? - Touch Diamond2, Pure Themes and Apps

I'd like to wake up my device by (lets say ) home button except power button. I dont wanna use power button every time when it's on sleep. Is it possible? How can I? I tried Topaz Keyboard Control 1.4 but it couldn't work as the way I like. I remapped the home button for power management, it turns on&off but directly, not after it goes into sleep.

Change
HKCU\\ControlPanel\Keybd\DefaultKeyLock
from 1 to 0.

So? What will happen after that tweak done? Will it wake up by pressing home key?

After changing and soft reset, you can wake up device with any key.

You're great Fighter. You made my day again. Thank you very much.

waking up the device using a usb mouse
I am handicapt and can not use my hands. I control the samsung S6 using a special (mouth) controled mouse. That is working fine.
But my problem now is how I can wake up the device using the mouse. ?
Kind regards John

Related

Stuck Power Button

I have an HTC FUZE and I dropped it in a puddle of water and now the power button is constantly activated even though I am not touching the button. The button still clicks fine but again, the power button is always active. I cannot manually put my phone to sleep, nor can I turn it off using the power button.
My question is, could I remap the power button (long and short) to another button say the PPT button?
thanks
help anyone?
I had a similar problem with my first Fuze and had to get a refurbished replacement from AT&T. In my case the sticking power button caused constant rebooting of the phone. Probably not what you wanted to hear, but I was unable to do anything to unstick the button.
if the power button is just nt working, you can still put your phone to sleep with third paty softwares like psShutXp. But I don't think it is possible to remap it to a different hardware key afaik.
Regards,
Carty..

Turn on the phone from sleep without pressing power button

Ok, the story is, my phone goes to sleep every 30 secs to save battery. And since I'm still very excited about it, I turn it on quite often, just to check . And the only way to turn on from sleep (as far as I know) is pressing the power button. Well, that means that button will be pressed a lot! I'm just worrying that it will soon have problems. It would be much cooler if we can touch some Android button down there, Home button for example, to turn on the phone. Do you know anyway to do that?
PS: I tried to google as well as search through out this forum, but the keywords are pretty common, so it's really hard though.
I wouldn't want the capacitive buttons activating my phone, think of all the butt-dialing
I think Widget Locker allows for any hardware button to wake up the device, so then you'd be able to distribute the fun between your volume rocker and the power button.
Widget locker does allow the use of the volume rocker to wake up the phone.
a short term fix or you might be to got o settings-->Applications-->Development-->Stay awake....
so as long as you are charging the screen will not sleep. dont forget to change the setting back if you walk away for a bit... or go to bed
Thanks guy. I think the volume button is good enough
Rumur said:
Widget locker does allow the use of the volume rocker to wake up the phone.
Click to expand...
Click to collapse
thanks rumur, i going to give widget locker a try.
i hate it must reach for power button to wakeup!
i like "Simply Lockscreen", it also turns on cappy with volume buttons.
give it a try
On a similar note, do you all have any app tips that will allow me to do something special with the volume button while the screen is off (maybe long press or double click, or press both volume buttons at once) that will in turn toggle silent/vibrate on and off?

How to turn on phone without powerbutton?

The only way I can turn on my Nexus 5 now is using adb and a computer. Is there a way to possibly turn on my phone on the road? Without the use of a computer?
You can remap with the Volume button.
Just double tap screen to wake
I didn't think the N5 had double-tap. My N6 needs an app, and be rooted, to do it.
Turning on the phone from sleep may be possible (double tap, magnetic screen case, remap button) but if it's been completely switched off...? How do you switch it on without a power button? The power button remap sounds feasible (how do you do that, by the way?) but then how do you change the volume?

Life after power button, tips on how to make it possible?

Disclaimer: I have fixed the infamous power button several times successfully, but now it's no longer possible so let's not go into that any more. For anyone who really wish to altogether replace the button, the following article is a good read, especially the comments on experiences. https://protyposis.net/blog/replacing-the-nexus-5-power-button/ TL;DR: it's tough.
So, my power button finally died permanently, and I'm now trying to figure out how to manage using a phone without a power button. The following things are doable and absolutely fine:
Turning on the phone: requires a PC with Fastboot, and attached USB cable. Press volume down and attach cable, phone will enter fastboot. Then do "fastboot reboot". This is quite problematic if you're not near a PC, but only really is an issue if the battery runs out.
Shutting down the phone: I use third party app like TWRP manager. Requires root I presume. Can be done with ADB as well e.g. by issuing "svc power shutdown" as root. Anyway a non-issue.
Rebooting: No problem, works basically similarly as shutting down.
My main concern is turning on the display. Currently I'm using CM13 CAF and I've set the volume buttons to turn on the display. It's fine, BUT - there is a long lasting bug where sometimes after phone call the display goes dark, and suddenly the volume buttons do not turn on the display. Only way to use the phone then is to find a computer to reboot it. Even attaching a USB cable does not turn on the display if this bug occurs. Not fun!!! I'm not completely sure about AOSP CM13 if the bug exists there, might have to test.
What are the good options for turning on the display other than CM13 / volume button? Are there some Xposed modules to specifically help with using the phone without power button? Any other tips / ideas?
Would you actually use the phone if your power button really died for good?
Edit: Here are some great suggestions given by you so far:
Gravity Screen - Additional service to unlock screen when necessary using proximity sensor. Has some battery usage concerns though.
Another non-CM13(CAF) ROM that do not perhaps have the "blank screen after phone call" issue, and hope that you won't actually need the power button by any incident
Setting up Xposed and using a module e.g. Xposed Additons to mimic power button behavior on volume button(s)
Use an external Pressy-like gadget to have a ROM-independent way to mimic the power button
Use a kernel that supports DT2W (double tap to wake) feature to turn on the screen. Also has some battery usage concerns.
Modify key mapping (gpio-keys.kl) to assign power button function to a volume button (see below)
So there certainly are options! And stuff like Pressy was even new to me. Can you think of more workarounds?
Gravity Screen.
Hi
I used Chroma which is working very good with volume buttons unlock. Now using my build from AOSP also with volume button wake and navigation button for locking.
Using terminal for reeboting/recovery/bootloader/shutdown.
Thanks for the suggestion, I will check them as well.
I'm testing currently Xposed Additions which allows remap any button to perform actions. I've set the volume key down to wake the phone, and long press volume down to lock it. This way I can still enjoy screen off music controls (at least next track by volume up).
Unfortunately this would not mimic the long pressing of power button for hard reboot. So in case display would just not turn on, the phone is still useless until you can get to a computer. But let's see.
Fihlvein said:
Thanks for the suggestion, I will check them as well.
I'm testing currently Xposed Additions which allows remap any button to perform actions. I've set the volume key down to wake the phone, and long press volume down to lock it. This way I can still enjoy screen off music controls (at least next track by volume up).
Unfortunately this would not mimic the long pressing of power button for hard reboot. So in case display would just not turn on, the phone is still useless until you can get to a computer. But let's see.
Click to expand...
Click to collapse
Not a big fan of Xposed and i dont listen to music on my N5 so a bit easier for me.
su | reboot
su | reboot recovery
su | reboot bootloader
su | reboot -p /power off/
I did not found a way for turning it on but connecting via fastboot and than reboot.
I have the exact same setup, but as backup, I use one of those cheap chinese Pressy clones. I use Headset Button Controller to unlock the screen on click, and it usually works when the download buttons refuse to. The only problem with this is not being able to use hedphones, and having the extra service running "just in case".
Use a ROM/kernel that supports Double Tap 2 Wake?
there is 2 options its a bit risky 1 try running normal CM13 and install ElementalX kernel it supports double tap 2 unlock the second option is just get on ebay buy new button and just replace it had this problem thought that i bricked the phone thanks for good information how to get it back up
I've updated the suggestions so far to the OP, thanks a lot!
By the way, do you know if the "10sec long press power button to force hard reboot" feature is mapped somehow physically to power button only? I'm guessing so as it works independently from where you are, in bootloader, recovery, ROM, etc. I was trying to mimic it using volume button (which is mapped to work as power button), and while the regular power button presses work within ROM, the 10sec long-pressing won't work. That would have be too cool to be possible.
Fihlvein said:
I've updated the suggestions so far to the OP, thanks a lot!
By the way, do you know if the "10sec long press power button to force hard reboot" feature is mapped somehow physically to power button only? I'm guessing so as it works independently from where you are, in bootloader, recovery, ROM, etc. I was trying to mimic it using volume button (which is mapped to work as power button), and while the regular power button presses work within ROM, the 10sec long-pressing won't work. That would have be too cool to be possible.
Click to expand...
Click to collapse
it is a qboot thing(one of the bootloaders from qualcomm, that loads before fastboot mode)
Okay I don't know how I didn't realize this earlier but mapping the power key to a volume button is by far the simplest way for me, if one has root. No extra apps needed. Here's how:
Option 1: on existing ROM:
- Boot into TWRP
- Mount /systen
- Modify e.g. with vim /system/usr/keylayout/gpio-keys.kl (I had to use Linux as Windows adb messed up the characters totally while editing)
Original:
key 115 VOLUME_UP
key 114 VOLUME_DOWN
New (volume down as power):
key 115 VOLUME_UP
key 114 POWER​- Save & reboot, and enjoy volume down functioning as a power button (minus 10s long press, that won't work sadly)
Option 2: directly to source when building ROM by yourself:
- Go to your synced source tree root location and locate your device tree (in this example I'm using CM13-CAF)
cd ./devices/lge/hammerheadcaf/​- Create a new local Git branch:
git checkout -b newbranchname​- Modify the button layout file
nano ./gpio-keys.kl
Original:
key 115 VOLUME_UP
key 114 VOLUME_DOWN
New (volume down as power):
key 115 VOLUME_UP
key 114 POWER​- Commit the change:
git commit -am "change button layout"​- Build & enjoy volume down acting as a power button!
I've tried this, along with other methods such as installing apps with root access. nothing seems to be working. I'm on the pixel experience rom (android 9.0). any help would be appreciated.
nigelrodrigues95 said:
I've tried this, along with other methods such as installing apps with root access. nothing seems to be working. I'm on the pixel experience rom (android 9.0). any help would be appreciated.
Click to expand...
Click to collapse
Although my power button currently works, the case I have makes it really hard to use (and I prefer not to anyway):
"WaveUp" app from F-droid to wake the screen with the proximity sensor.
Double-tap the status bar in lineage-16 to shut off the screen.
For any kind of rebooting, I just open a terminal and type the commands.

Is there an app that would remap keyboard buttons?

hi, I have a satechi media button ( http://www.satechi.net/index.php/satechi-bluetooth-button-series-media-button ) which is a fine thing to have but there are two problems.
1. is there an app that could remap its buttons to let say if I press play button 2-3 times rapidly it would then wake up the phone. and so on?
2. when it connect to media button it sees it as a physical keyboard thus you cannot type in at all with the screen keyboard. only when you turn off bluetooth you can type again. that is very inconvenient. any ways to go around that? thanks.
anybody?

Categories

Resources