[Q] build.prob mod to change power button to vol button? - LG Optimus 3D

ROM: CM11(Kit Kat 4.4.4)
My power button sometime work and sometime not.
Now I want to use vol button as my power button.
How to modify a vol button as power button? Can we mod from build.prob?
Btw, what is this? default is false, what if I set as true?
persist.sys.dalvik.multithread=true
And there is some tweak tips from here:
http://gs3.wonderhowto.com/how-to/t...-with-these-build-prop-android-hacks-0142434/
I wonder, which one is best mod to improve performance of our LGO3D?
Thank you.

cyclonmaster said:
ROM: CM11(Kit Kat 4.4.4)
My power button sometime work and sometime not.
Now I want to use vol button as my power button.
How to modify a vol button as power button? Can we mod from build.prob?
Btw, what is this? default is false, what if I set as true?
persist.sys.dalvik.multithread=true
And there is some tweak tips from here:
http://gs3.wonderhowto.com/how-to/t...-with-these-build-prop-android-hacks-0142434/
I wonder, which one is best mod to improve performance of our LGO3D?
Thank you.
Click to expand...
Click to collapse
Go to System/usr/Keylayout/Generic.kl , you will see a lot of numbers every number represents one key and value on right side is command it is doing (example: key 116 POWER WAKE this wakes device with key 116) now you can search for VOLUME_DOWN and change it to POWER WAKE or if you have TWRP recovery there is option to detect every key numer.

Related

[Q] Remap Buttons?

Hello,
I have a friend with a Droid 2 and their power button is on the way out. Is there a way to remap the camera button to be the power button?
I have tried editing the "cdma_droid2-keypad.kl" file, but it doesn't seem to change anything...
Code:
key 116 POWER GRAVE
key 211 FOCUS POWER WAKE
key 212 CAMERA POWER WAKE
does this code look correct? I just can't seem to get it to change anything. After pushing the file it doesn't change the button behavior at all.
They are rooted and on CM7

How to remap my button..

Hello there..
Currently my nexus s have broken power button..so i cant screenshot..
How i gonna remap my button so i can screenshot using volume button..
I have tried buttonremapper but no option for remap volume button..
Anyone can help me?
Sent from my GT-I9100 using xda premium
al_madd said:
Hello there..
Currently my nexus s have broken power button..so i cant screenshot..
How i gonna remap my button so i can screenshot using volume button..
I have tried buttonremapper but no option for remap volume button..
Anyone can help me?
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
i remapped my search button with the button remapper app. it has ALL the power button options except wake the screen. to wake the screen, ics has an option. go to the main phone settings, security, lockscreen, press none. now you can wake the phone with volume button. cm9 also has a wake device with the volume rocker option.
simms22 said:
i remapped my search button with the button remapper app. it has ALL the power button options except wake the screen. to wake the screen, ics has an option. go to the main phone settings, security, lockscreen, press none. now you can wake the phone with volume button. cm9 also has a wake device with the volume rocker option.
Click to expand...
Click to collapse
yes..already did that..
but is it possible to screenshot just using volume button??
or for screenshot I can just press search button + volume down??
al_madd said:
yes..already did that..
but is it possible to screenshot just using volume button??
or for screenshot I can just press search button + volume down??
Click to expand...
Click to collapse
yes, ics screenshot. long press search button(power) and volume down at the same time. thats how i take my screenshots. as i said, the search button has all the features of the power button except waking the device
simms22 said:
yes, ics screenshot. long press search button(power) and volume down at the same time. thats how i take my screenshots. as i said, the search button has all the features of the power button except waking the device
Click to expand...
Click to collapse
genius......
simms22 said:
i remapped my search button with the button remapper app. it has ALL the power button options except wake the screen. to wake the screen, ics has an option. go to the main phone settings, security, lockscreen, press none. now you can wake the phone with volume button. cm9 also has a wake device with the volume rocker option.
Click to expand...
Click to collapse
WOW , I was looking for such an option for ages ... Thanks man , you're genious...THANKS button for you too
Power Button
simms22 said:
i remapped my search button with the button remapper app. it has ALL the power button options except wake the screen. to wake the screen, ics has an option. go to the main phone settings, security, lockscreen, press none. now you can wake the phone with volume button. cm9 also has a wake device with the volume rocker option.
Click to expand...
Click to collapse
:- Can you please let me know how can i remap my serach button to power button for my unrooted nexus s
how can i remap my nexus s running on jb 4.3.1?
the button remapper dont work on my device..
i already select none at the security menu but it doesn't wake my device when i press the volume button..
edit: fixed! found the volume button wake at settings.. )

Xperia J remap volume down button root

Hi,
I was not happy with the small power button, so I took the idea described here for miro device: http://forum.xda-developers.com/showthread.php?p=35801737
and I changed in fih_gpio-keys.kl:
key 114 VOLUME_DOWN WAKE
to:
key 114 SEARCH WAKE_DROPPED
Now volume down key works as search button - so I can unlock device by pressing volume down, and use it as a fast search to Google. I also downloaded LaunchKey
http://forum.xda-developers.com/showthread.php?t=818499
So long press on Volume down will bring me to camera360 app. for photo.
I do not use volume down so often and If I want to set volume down, I just press volume up and on screen I set the level..
(also the value can be change to: key 114 POWER WAKE - after that it works as the power button - but not for the complete power up after shut down... )
So this tip can be useful for anybody, who wish to have another way to unlock Xperia J (I was not happy with the unlock app. on Google play, as they always somehow messed with my lock screen)
Changed minc VOL(-) liked it !
jozka said:
Hi,
So long press on Volume down will bring me to camera360 app. for photo.
Click to expand...
Click to collapse
change mine keylayout and installed LaunchKey.
Useful combo for Xperia J ,since it lacks SEARCH key +1

[Q] Galaxy S2 Power Button Failure

My sprint epic power button failed and I am trying to fix it by moving the function of the power key to the volume up or down key and setting the power key function to null. I have several questions on how to do this.
1. I know that I will have to gain root access but is there a way to do this without installing a custom kernel?
2. If i do end up having to root hte thing how do I get into download mode if the power key is not working?
3. My current /system/usr/keylayout/ has several files in it and am I right to assume that I should be editing the gpio-keys.kl file?
4. Is the 116 button assigned the power button value and 115 volume up?
5. Currently the file looks like this
key 115 VOLUME_UP WAKE
key 114 VOLUME_DOWN WAKE
key 116 POWER WAKE
so if i edited it to something like
key 115 POWER WAKE
key 114 VOLUME_DOWN WAKE
key 116
would it still work? I want to leave the power key funciton blank as it looks like it is stuck and I dont want it to get stuck performing volume up the whole time.
That is all. Any help would be extremely appreciated by me and as you can see I am new to this whole process so if you have any pointers or better ways of doing this I would be extremely grateful for any input.
Bump
Bump
sacaAf unto
Any suggestions would def help

Focus button or Vol Button to wake up the device?

Hello,
is there any simple mod like edit build prop to change Focus button or Vol Button to wake up the device?
or maybe aplication.
My power button is hard to press.
Fw: 4.4.4 (18.3 1 b 1.10)
Regards,
Reval

Categories

Resources