[Q] Hide the virtual HOME softkey? - Galaxy S III Q&A, Help & Troubleshooting

Is there a relatively easy way to permanently hide just the HOME virtual softkey on android JB? Or failing that, disable it? I have a GS3 on a MIUI 4.2.2 ROM (I dont want to change ROMs). I am referring to the virtual softkey on the touchscreen, not the capacitive key at the bottom of the phone. The phone already has a hard HOME key so I dont need the virtual one, which duplicates it. I know that "172" controls the hw HOME key, so I tried remming out "102" in every file I could find it in (keypad_8960.kl, Generic.kl, sec_key.kl, sec_touchkey.kl, cyttsp-i2c.kl). It had no effect on anything.

Cyanoid said:
Is there a relatively easy way to permanently hide just the HOME virtual softkey on android JB? Or failing that, disable it? I have a GS3 on a MIUI 4.2.2 ROM (I dont want to change ROMs). I am referring to the virtual softkey on the touchscreen, not the capacitive key at the bottom of the phone. The phone already has a hard HOME key so I dont need the virtual one, which duplicates it. I know that "172" controls the hw HOME key, so I tried remming out "102" in every file I could find it in (keypad_8960.kl, Generic.kl, sec_key.kl, sec_touchkey.kl, cyttsp-i2c.kl). It had no effect on anything.
Click to expand...
Click to collapse
you may get a better response if the same question is asked in the respective miui thread.
:good:

Related

[Q] Mapping volume keys to HOME, BACK and possibly more

My HD2 "Frankenphone" (it's built from no less than 3 other HD2's) has no working hardware keys on the front of the phone. The volume keys, however, do still work. I therefore want to cook a rom based on an existing one that has Volume up/down mapped to HOME/Back.
Furthermore, I was wondering if I could somehow get the MENU button implemented as well. I understand that this is not possible through the SDK, but perhaps it can be done by writing native C code. E.g. a longpress Volume-up could be menu, a long-press Volume-down could be search.
I'm not asking for someone to do this for me, I'd like to do this myself. What I'm looking for are a few quick pointers to how to start this endeavor. I have previous experience cooking custom roms using toolchains under linux, and also experience writing C (non-gui) code under linux. So useful pointers would be :
* Where can I find the key mappings? I suppose this is part of the kernel/user space?
* How would I go about implementing the long-press feature? Or can you hint towards another possible solution that does not involve the front hardware keys (touchscreen snooping for gestures? accellerometer? Any other sensor?)
Take a look here:
http://source.android.com/porting/keymaps_keyboard_input.html
Hope that helps.
One thing I do in most builds is change my call key to a search key.
Hi!
Take a look at the following thread! http://forum.xda-developers.com/showthread.php?t=740629
paalkr said:
Hi!
Take a look at the following thread! http://forum.xda-developers.com/showthread.php?t=740629
Click to expand...
Click to collapse
Awesome, thanks! That worked like a charm. Mounted the system.ext2 loopback, patched the keys, and tadaah, working home + back. That at least makes the phone usable again.
Can anyone recommend a solution to get a working MENU action? It looks like long-press back is handled by apps individually (e.g. in the browser it will show a history), while long-press home displays a task switcher. I could live with long-press back being handled by android itself to implement the menu function.
(edit) looks like this is possible, e.g. here it mentions "including some special features to support the virtual hard keys that are appearing on recent devices such as Droid." Now how did they do that?

[Q] Remapping buttons to use "LONG PRESS BACK KEY OR MENU KEY"

I have the sgs2 for a few months, Im very satisfied with this phone, But there is a thing I cannot live with, THE HOME BUTTON, I dont know why? but a I dont like it at all, I prefer non physical buttons, so Ive been proving some apps to avoid it, someones like button savior, swipepad and wave launcher (This one is absolutely great).
I just wanna know: is there a way to remap LONG PRESS "BACK KEY" to go to home?, just like long press menu does to go to search!. I proved BUTTONREMAPPING but it doesnt have the "long press" options. I was searching and now I know that files on /system/usr/keylayout and /system/usr/keychars setup the keys on the phone, indeed /system/usr/keylayout/sec_touchkey.kl shows the default capacitive buttons setup, but I dont have enough knowledge to change "LONG PRESS" options on this keys.
so:
Some of you guys know about it?
It is possible or not setup LONG PRESS BACK OR MENU KEY on SGS2?
....Nobody?
diegonando22 said:
....Nobody?
Click to expand...
Click to collapse
just figuring out to do the same and came across your thread. will be interesting if this can be achieved, I hate the center button it is as hard as rock
bala_gamer said:
just figuring out to do the same and came across your thread. will be interesting if this can be achieved, I hate the center button it is as hard as rock
Click to expand...
Click to collapse
There certainly is way to achieve such a thing but i certainly dont know what the way to do so without replacing launcher and having it doing so or maybe replacing Rom. I qould love to know a way to get it done without having to go through that.
diegonando22 said:
I have the sgs2 for a few months, Im very satisfied with this phone, But there is a thing I cannot live with, THE HOME BUTTON, I dont know why? but a I dont like it at all, I prefer non physical buttons, so Ive been proving some apps to avoid it, someones like button savior, swipepad and wave launcher (This one is absolutely great).
I just wanna know: is there a way to remap LONG PRESS "BACK KEY" to go to home?, just like long press menu does to go to search!. I proved BUTTONREMAPPING but it doesnt have the "long press" options. I was searching and now I know that files on /system/usr/keylayout and /system/usr/keychars setup the keys on the phone, indeed /system/usr/keylayout/sec_touchkey.kl shows the default capacitive buttons setup, but I dont have enough knowledge to change "LONG PRESS" options on this keys.
so:
Some of you guys know about it?
It is possible or not setup LONG PRESS BACK OR MENU KEY on SGS2?
Click to expand...
Click to collapse
You will have to ask one of the modders to do it for you, try contacting one of the modders who has made "long press to kill process" it will be fairly easy for them.
Sent from my GT-P6200 using xda app-developers app
Any fix ?
I want to remape my menu to back and menu to app switch like the navbar =D
If you don't mind going custom, then cyanogenmod has this (sort of) in an option in the developer options of their roms.......you long press the back button and it kills the running processes (apps)
Sent from my rooted, de bloated, stock JB powered S2 via PhilZ kernel and XDA developers app

Menu button remap

Nova launcher has a feature that lets you remap the long-press of the menu button to do among a number of things, one of which is bringing up the multi-task menu. Anyone know how to make this happen without using this launcher. I've tried editing the file in key_layout but it didn't do anything.
Same type of issue here. (first time post / newb by the way). I'm looking to use a long press of the Back key to act as an alternate home key (but would accept long press of menu key as well). I've tried Nova Launcher, and it can be configured for a long-press of the menu key to go to the "default" screen, which is kind of like having a home key, but it doesn't work unless you are on the 1st level screens (for example it doesn't work if you are using an application, this it is not truly a home key). I've never rooted before and am worried about trying it on my brand new S3 and what it means to warranty. Thus was hoping to find a way to get what I want without rooting, but something tells me I won't be able to. Also, I really didn't want to change to a special launcher like Nova yet, I just want a capacitive home key option. I don't like physical click keys plus my home key is harder to reach now with the case that I have. Not sure what to do next. Willing to consider rooting if it the process can be made fairly idiot proof. BTW I'm on Sprint which is not the exact phone as yours.
zzzzonk said:
Same type of issue here. (first time post / newb by the way). I'm looking to use a long press of the Back key to act as an alternate home key (but would accept long press of menu key as well). I've tried Nova Launcher, and it can be configured for a long-press of the menu key to go to the "default" screen, which is kind of like having a home key, but it doesn't work unless you are on the 1st level screens (for example it doesn't work if you are using an application, this it is not truly a home key). I've never rooted before and am worried about trying it on my brand new S3 and what it means to warranty. Thus was hoping to find a way to get what I want without rooting, but something tells me I won't be able to. Also, I really didn't want to change to a special launcher like Nova yet, I just want a capacitive home key option. I don't like physical click keys plus my home key is harder to reach now with the case that I have. Not sure what to do next. Willing to consider rooting if it the process can be made fairly idiot proof. BTW I'm on Sprint which is not the exact phone as yours.
Click to expand...
Click to collapse
Rooting is fairly idiot proof on the International SGS3 but you may well have major problems if you are in the wrong forum and flash the wrong firmware for a different model phone like the USA models .
jje
JJEgan said:
Rooting is fairly idiot proof on the International SGS3 but you may well have major problems if you are in the wrong forum and flash the wrong firmware for a different model phone like the USA models .
jje
Click to expand...
Click to collapse
Thanks, appreciate that. I figured as much, but thought the ideas would be similar
Actually what I think would be a more ideal button arrangement for me would be as follows (since my goal is to have a capacitive home key)
1) short-press Menu button would function exactly the same as the physical Home button
2) long-press Menu button would function as the Menu
3) short-press Back would function as Back
4) long-press Back button would bring up a Search screen (kind of like long-press Menu does presently)
I for one am glad that Samsung kept some buttons (like the menu button), instead of going to the true 100% ICS experience.
Maybe I'll switch completely over to the Sprint Galaxy S3 forum in order to avoid any confusion.
cm10 has implemented the button remap feature. now you can easily change the menu button long press to recent apps in cm10
bala_gamer said:
cm10 has implemented the button remap feature. now you can easily change the menu button long press to recent apps in cm10
Click to expand...
Click to collapse
Really? Where is it?
Brettbesa said:
Really? Where is it?
Click to expand...
Click to collapse
It comes with cm10
《tapatalked from galaxy s3》

[Q] Possibility of remapping Mouse buttons?

So I've done a search on Google and Xda about this topic and so far there doesn't seem to be much information on this except to find a thread about the inability of the android system in remapping of keys (or maybe the thread just went out of topic)
Thread; http://forum.xda-developers.com/showthread.php?t=1244702
So I'm wondering whether the remapping of the right click button to give a command 'Open Context Menu' is possible to immitate the function of a real computer (All these taking into consideration that it is also possible to remap buttons of the dock)
If you were to have it mimic the behavior of a real computer it wouldn't work. Android uses a right mouse button as if you were touching and holding on an object.
The only thing i would be interested in is remapping the second button the same as the primary button. Effectively having left click and left click.
Now it shouldn't be *that* hard to make a simple program to accomplish this, simply an extension to remap the buttons to whatever android specific task you want, this is already semi possible with the remapping of soft keys in CM 10.1/AOKP builds, so something like that should be possible.
Unfortunately i have no coding experience. I would love to see this done though
Nexus 4. Paranoid edition.
No, today I search & found a solution - http://forum.xda-developers.com/showpost.php?p=55848773&postcount=7

[Q] Swap Home/Back buttons

Anyone know if it is possible to swap the mapping of the home/back buttons? I use the back button more often than the home button and find the location of the home button easier to reach in general. I realize I can't change the actual hardware icon ... looking for a software fix.
seattlecard said:
Anyone know if it is possible to swap the mapping of the home/back buttons? I use the back button more often than the home button and find the location of the home button easier to reach in general. I realize I can't change the actual hardware icon ... looking for a software fix.
Click to expand...
Click to collapse
You can try the "Xposed Additions" module that remaps hardware keys but not positive if it will work, never used it on this phone.
seattlecard said:
Anyone know if it is possible to swap the mapping of the home/back buttons? I use the back button more often than the home button and find the location of the home button easier to reach in general. I realize I can't change the actual hardware icon ... looking for a software fix.
Click to expand...
Click to collapse
There are some options that can help with this in the ViperMAX ROM:
1. In tweaks you can set custom mappings for short press, double press, long press and swipe action for the home hardware key. The same can be done for the back key (except for the swipe action, if I'm not mistaken).
2. You can enable PIE, which basically allows you to slide your finger from the side of the screen to pop-up customizable software buttons on the screen. I use this for the same reason you describe (to make my most common actions easily accessible with my right thumb). In-fact I use PIE to pop-up software buttons to do things like "back", "pull down notifications" and "home"...
If you take advantage of those tweaks, it is easily enough to suite your needs and more.
seattlecard said:
Anyone know if it is possible to swap the mapping of the home/back buttons? I use the back button more often than the home button and find the location of the home button easier to reach in general. I realize I can't change the actual hardware icon ... looking for a software fix.
Click to expand...
Click to collapse
Yes, it possible software wise. I'll pm how to. File explorer needed with root access.
It can be done with Sence or Aosp, stock or custom ROMs. I edit this ever device I have to suit my needs. I like running full screen, no status bar nor navigation bar. One reason I like my Max. Full 5.9 viewing area.
jerrycycle said:
Yes, it possible software wise. I'll pm how to. File explorer needed with root access.
It can be done with Sence or Aosp, stock or custom ROMs. I edit this ever device I have to suit my needs. I like running full screen, no status bar nor navigation bar. One reason I like my Max. Full 5.9 viewing area.
Click to expand...
Click to collapse
Could you PM me with your solution? Thanks.

Categories

Resources