Change Menu Key - Galaxy S 5 Q&A, Help & Troubleshooting

Looking for a way to change the hw keys to the behaviour I had on my S4.
Menu - > Menu
Menu long press -> Search
Home long press -> Tasks
Did someone stuble over a mod for this? Neither Wanam nor Gravity do the trick.

daniello8 said:
Looking for a way to change the hw keys to the behaviour I had on my S4.
Menu - > Menu
Menu long press -> Search
Home long press -> Tasks
Did someone stuble over a mod for this? Neither Wanam nor Gravity do the trick.
Click to expand...
Click to collapse
Give Alliance Rom 5.5 by @Goldie a try, it let's you customize all the buttons, and it is a great t.w. rom as well.
http://forum.xda-developers.com/showthread.php?p=51880570
SM-G900W8, 0x1

ragz said:
Give Alliance Rom 5.5 by @Goldie a try, it let's you customize all the buttons, and it is a great t.w. rom as well.
http://forum.xda-developers.com/showthread.php?p=51880570
SM-G900W8, 0x1
Click to expand...
Click to collapse
Thanks .. but I'm on Neat Rom due to the good instructions on how to install the modded Rom without tripping knox.

Related

Possible to disable "screen thumbnails"?

Hi all,
is it possible to disable "screen thumbnails", when man click the HOME button? It is really useless and very slow.
Depends on the ROM your using?....
I think the option to disable was available on VR12 iirc
Yeah it's possible to remove it on VillainROM 12 !
Menu -> Configure -> Thumbnail Settings -> untick Home Button
Thanks. This works. But I am using the offical 2.1 ROM (Singapor edition)

Change toggle/long press action & edit options of Quick Settings

Hi,
I'm on stock and would like to have my quick settings editable in a way they are on most custom ROMs: toggle wifi on press, go to settings on long press, and/remove options etc.
What is the best way of doing this without flasing a custom ROM? A flashable mod? Xposed mod? App from the play store?
hi, try this one man..
http://forum.xda-developers.com/showthread.php?t=2073276:laugh:
Thanks for that, but I'm looking for a more native solution, not something that adds another menu.
This is it: http://forum.xda-developers.com/showthread.php?t=2006550

Hardware keys: how to set turn on the backlights only pressed

hello everyone, I would like to know how to configure the hardware keys in Gpe / AOSP / AOKP ROMs to only turn on when pressed and not all the time, for example, when the screen is touched. I have found ways to completely disable, but not exactly what I'm looking for.
biazoto said:
hello everyone, I would like to know how to configure the hardware keys in Gpe / AOSP / AOKP ROMs to only turn on when pressed and not all the time, for example, when the screen is touched. I have found ways to completely disable, but not exactly what I'm looking for.
Click to expand...
Click to collapse
Try it with the xPosed Moduls from here: http://repo.xposed.info/module/de.robv.android.xposed.installer
Than install the Modul GravityBox
Tkkg1994 said:
Try it with the xPosed Moduls from here: http://repo.xposed.info/module/de.robv.android.xposed.installer
Than install the Modul GravityBox
Click to expand...
Click to collapse
I already have installed Xposed and use several modules, including gravitybox, but what I seek is a way to configure them so that only light up when they are pressed, as is by default the official ROMs tw and some GPE like the kangakat. in all ROMs I have tested in recent days, by touching the screen, the buttons light up and not thought it was cool. In tested ROMs, as well as in gravitybox, there is only the option to permanently disable the lights of the buttons and that is not what I seek. maybe there is some file or script that can be changed to that setting?

[Q] How to disable home button unlock action

Hi everyone,
I looked so much for a way to do this, and rooted my tab and installed Prismâ„¢ Barebone V3.5 ROM just so I find a way to disable waking the tab with the home button. The way I found most used on the internet is to modify the key layout file "generic.kl" in "/system/usr/keylayout/". I also tried modifying "gpio-keys.kl" but to no avail. I removed the WAKE keyword next to the HOME key, didn't make any change.
I have no idea how to do this, although it seems simple to remap a hardware key for everyone, what am I doing wrong?! :/ Or is there a trick samsung has done with their tabs to prevent custom remapping of keys?
Thank you in advance
ILIA_93 said:
Hi everyone,
I looked so much for a way to do this, and rooted my tab and installed Prismâ„¢ Barebone V3.5 ROM just so I find a way to disable waking the tab with the home button. The way I found most used on the internet is to modify the key layout file "generic.kl" in "/system/usr/keylayout/". I also tried modifying "gpio-keys.kl" but to no avail. I removed the WAKE keyword next to the HOME key, didn't make any change.
I have no idea how to do this, although it seems simple to remap a hardware key for everyone, what am I doing wrong?! :/ Or is there a trick samsung has done with their tabs to prevent custom remapping of keys?
Thank you in advance
Click to expand...
Click to collapse
I got this from this thread (they deserve the credit), I've been using their tricks on my Tab 4 for a while. You need to do a tiny smali edit to android.policy.jar. Decompile it with apktool 2.0, open smali/com/android/interal/policy/impl/PhoneWindowManager.smali and find the method called .method private isWakeKeyWhenScreenOff(I)Z and add the lines in blue:
Code:
:sswitch_1
move v0, v1
goto :goto_0
[COLOR="Blue"]:sswitch_4
return v1
nop[/COLOR]
:sswitch_data_0
.sparse-switch
[COLOR="blue"]0x3 -> :sswitch_4[/COLOR]
0x18 -> :sswitch_0
0x19 -> :sswitch_0
thisisapoorusernamechoice said:
I got this from this thread (they deserve the credit), I've been using their tricks on my Tab 4 for a while.
Click to expand...
Click to collapse
Thank you so much!!! REALLY THANK YOU!!!! :victory:

LOS 14.1 - Swap hardware (capacitive) buttons without Xposed+Gravity Box?

Hello there,
As of now, Xposed is still not supported in LOS 14.1 as stated by the person maintaining it in this recent post. Is there a way to make the hardware buttons operate inverted? Right now the left button is "BACK" and the right button is "RECENTS" without any way to change it directly from the settings menu.
I have tried editing the file
Code:
/system/usr/keylayout/Generic.kl
directly from the TWRP terminal using VI, in the following entries:
Code:
key 139 MENU --> key 139 BACK
key 158 BACK --> key 158 MENU
But even after rebooting, the changes didn't happen. I checked the Generic.kl file and the changes persisted but no change whatsoever. Has anyone tried ButtonMapper ?? The pro version allows changing the button mapping but it seems like a temporal solution rather than a permanent, more elegant one.
Thanks for any help provided!
Flogisto said:
Hello there,
As of now, Xposed is still not supported in LOS 14.1 as stated by the person maintaining it in this recent post. Is there a way to make the hardware buttons operate inverted? Right now the left button is "BACK" and the right button is "RECENTS" without any way to change it directly from the settings menu.
I have tried editing the file
Code:
/system/usr/keylayout/Generic.kl
directly from the TWRP terminal using VI, in the following entries:
Code:
key 139 MENU --> key 139 BACK
key 158 BACK --> key 158 MENU
But even after rebooting, the changes didn't happen. I checked the Generic.kl file and the changes persisted but no change whatsoever. Has anyone tried ButtonMapper ?? The pro version allows changing the button mapping but it seems like a temporal solution rather than a permanent, more elegant one.
Thanks for any help provided!
Click to expand...
Click to collapse
The free version allows swapping back and recents. It doesn't require root and is less intrusive than using xposed.
flar2 said:
The free version allows swapping back and recents. It doesn't require root and is less intrusive than using xposed.
Click to expand...
Click to collapse
The free version doesn't allow it. Just wanted to confirm if anyone tried it and does it work properly?
Thanks for the reply!
Flogisto said:
The free version doesn't allow it. Just wanted to confirm if anyone tried it and does it work properly?
Thanks for the reply!
Click to expand...
Click to collapse
You are COMPLETELY wrong, Free version Does allow Swap of the hardware keys
Just toggle when it say " Swap Back and Recents " ,will stick at boot ,but will needs to be reenable when dirty flash a new build. Been using since the first LineageOS build.
DrakenFX said:
You are COMPLETELY wrong, Free version Does allow Swap of the hardware keys
Just toggle when it say " Swap Back and Recents " ,will stick at boot ,but will needs to be reenable when dirty flash a new build. Been using since the first LineageOS build.
Click to expand...
Click to collapse
You are COMPLETELY right, my bad! Thanks for the tip and to @flar2 as well. I completely missed that option. Thanks for your work with LOS 14.1!
DrakenFX said:
You are COMPLETELY wrong, Free version Does allow Swap of the hardware keys
Just toggle when it say " Swap Back and Recents " ,will stick at boot ,but will needs to be reenable when dirty flash a new build. Been using since the first LineageOS build.
Click to expand...
Click to collapse
Just in case, this has been posted, I can confirm it works just fine. POST. The difference is that @XblackdemonX edited the Synpatics.kl file instead of Generic.kl.

Categories

Resources