Hi,
I've bought several Android devices and since 2014 I really hate how the multitasking button replaced the menu button.
I just want to bring the menu button back and bring the multitasking section by long-pressing the home button, I really don't care about the Google Search functions.
The problem is, the phones I bought don't have any on-screen buttons and I really don't want to add a bottom panel for that.
I also know that GravityBox may be the Xposed module which can do that, but since it mostly applies to AOSP-based ROMs, I'm affraid of having conflicts with my phones' stock ROMs (Zenfone Selfie -ZE551KL- on Marshmallow).
Some apps that I found in the internet are quite old -pre 2014-, making them surely unsuitable for Android Lollipop and above.
So the question is: Is there any Xposed module -or even an app !- that can remap the bottom hardware buttons without conflicts ?
Have you tried out Xposed Additions?
Related
Since the vibrant doesn't have a secondary input like most android devices, it's even more vital that we have unfettered access to the keyboard and its soft arrow keys. Unfortunately long pressing the menu button in some applications (notably the browser) brings up SEARCH rather than the keyboard by itself. That means no arrow keys for text selection or link highlighting.
This has been discussed previously in general at http://forum.xda-developers.com/showthread.php?t=776792
How difficult would it be to remap the long press of the menu key to bring up the keyboard by itself?
After researching it some on my own, it looks like I need to come up with a way to call showSoftInput() from one of the softkeys. It'd be ideal if I could get that to happen on menu long press, but if that's too far buried in proprietary configuration I'd settle for replacing the google voice search app mapped to the Search button long press.
Anyone have any tips on mapping system functions to a hardware key normally used for app launching? The lack of any keyboard in the browser is seriously inhibiting my ability to use this phone.
Dxtop pro does this, and long press back is tasks
Sent from my SGH-T959 using XDA App
fit333 said:
Dxtop pro does this, and long press back is tasks
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
yeah, buth then you have to use dxtop. *non fan of dxtop*
fit333 said:
Dxtop pro does this, and long press back is tasks
Click to expand...
Click to collapse
dxtop takes over the long press of buttons only in the home screen context, and it doesn't use any of them to launch the keyboard. Plus there's no way to configure any of it so it's not really the same at all.
What I'm looking for is to alter one of the long press actions in a system-wide way to launch the soft keyboard.
cbisquit said:
After researching it some on my own, it looks like I need to come up with a way to call showSoftInput() from one of the softkeys. It'd be ideal if I could get that to happen on menu long press, but if that's too far buried in proprietary configuration I'd settle for replacing the google voice search app mapped to the Search button long press.
Anyone have any tips on mapping system functions to a hardware key normally used for app launching? The lack of any keyboard in the browser is seriously inhibiting my ability to use this phone.
Click to expand...
Click to collapse
Have you tried emailing Anderweb? ADW launcher intercepts the home button. You might be able to do something similar. It might only work on the home screen though, as his app is running there. For a system wide thing you might need to mod the underlying OS files, framework maybe? I'm not sure where that stuff launches. You could try asking one of the Cyanogen devs, they might have found it. They add stuff to the power button long press menu at least.
Certain apps (Visual Task Switcher and Itching Thumb) remap the search and home buttons to open themselves. I imagine this same idea could be used for the menu button, but I've never seen it.
I don't always complain, but when I do, I #BlameWes
some success...
Well I got a little app to work at opening the keyboard on long press of the SEARCH key. I don't want to override the home function, which is what ADW for instance does. The only other button that has an available intent as far as I can tell is search. This is my first java anything, so I wouldn't expect much out of it (it may not even work on anyone's phone but mine) but maybe someone with better android chops can use it as a proof-of-concept for what I was thinking. Install it and when you long press the search key you can choose "Search for Keyboard!"
One pretty major caveat... the swype soft cursor doesn't act anything like I'd wanted when I was envisioning this. There's no "execute" button that works like a click, so while you can use the soft arrows to select links it's not gonna do you much good. Also there's no way to effectively use "select text" in the browser. Concept 2, if I ever get around to it, would probably be more like a replacement touchpad area below the current application window.
i would like to see an app to remap long press menu on my i9000, anyone has success? thx
Another reason to ditch Samsung firmware and use AOSP-based ROMs, like CyanogenMod or MIUI.
FYI, nearly every "ROM" made for Galaxy S phones are Samsung firmware. They're not built from source like ROMs for other decent Android phones, they are just original Samsung builds being modified like nuts. And they use the same Samsung framework (though usually customized for themes and removing of annoyances like battery-full popup), and usually still include most of Samsung's stupid fixes that make their Galaxy S system software the most different in structure compared to any other Android system.
By using AOSP firmware like CyanogenMod and MIUI, these problems (like menu-button keyboard binding getting screwed up by Samsung) don't exist, because they were never present in official Android release. When problems do come up for AOSP, they get fixed quick because the source code is actually available.
Summarized process of development:
Samsung-based ROMs: What's broken or runs like ****? Try to fix it. Hack hack hack, hope it works, if it fails try again. Submit to XDA
CyanogenMod (in general): If there is a problem, try to fix it. Write code, build, test. Make sure it works before putting it in "stable" branch. After that think of brand new useful feature to implement, code it, bug test a lot, request it to be used in official releases or just make your own CyanogenMod-based ROM with your own enhancements, like BiffMod for the HTC Dream.
Btw, the reason why Samsung put this keybind is because the original international Galaxy S doesn't have a dedicated search key, so they set the search function up with the menu button. Our problem is that Samsung was a lazyass and forgot to change back that binding to the original for the Vibrant, which does have a dedicated search button and doesn't need the menu binding to search.
But aosp roms have other problems like poor 3d performance and no gps/compass. If the issues get worked out, I suspect many devs will be switching to aosp builds.
Is there any way to add extra buttons to the nav bar in stock (.283) like you can in AOKP, Carbon, etc.? I don't even need all of them, just the last app button. There are some apps that do this by adding a floating button (LAS), but I want it on my nav bar. UDN doesn't work right, and doesn't let me customize the buttons for some reason. The only other way I've found is to decompile the SystemUI, but I'd rather not do something that risky if there's an alternative. I was on Carbon for a long time and I really loved this feature, but I need the battery life that stock gives. I've found Xposed modules for everything else I'm used to, this is the only thing missing. Any help at all would be greatly appreciated.
SirVer said:
Is there any way to add extra buttons to the nav bar in stock (.283) like you can in AOKP, Carbon, etc.? I don't even need all of them, just the last app button. There are some apps that do this by adding a floating button (LAS), but I want it on my nav bar. UDN doesn't work right, and doesn't let me customize the buttons for some reason. The only other way I've found is to decompile the SystemUI, but I'd rather not do something that risky if there's an alternative. I was on Carbon for a long time and I really loved this feature, but I need the battery life that stock gives. I've found Xposed modules for everything else I'm used to, this is the only thing missing. Any help at all would be greatly appreciated.
Click to expand...
Click to collapse
use gravity box and add custom key to get it!
:good:
I've tried that, and it's not suitable for several reasons. First off, GB causes layout problems in the recents panel, making the small apps inaccessible. No matter what I toggle, it doesn't go away unless I disable GB. Also, the button appears to the extreme side; I was hoping to get it as a main nav button, like in the custom ROMs.
Looks like I might have to decompile after all. Oh, well. Thanks for your reply, though!
I used this xposed module on sock 4.3 for modify navbar buttons:
Xperia/AOSP NavBar Buttons
I don't know is it working on 4.4 or not. I am using Carbon at the moment.
SirVer said:
I've tried that, and it's not suitable for several reasons. First off, GB causes layout problems in the recents panel, making the small apps inaccessible. No matter what I toggle, it doesn't go away unless I disable GB.
Click to expand...
Click to collapse
This is a known bug in the latest GravityBox version. Download the ”no_translucent_recent” version from this post.
SirVer said:
Also, the button appears to the extreme side; I was hoping to get it as a main nav button, like in the custom ROMs.
Click to expand...
Click to collapse
You might not even need a separate button — with GravityBox you can assign actions to the long press of the “Recent Apps” button, and to the long press and double tap of “Back” and “Home” buttons. There is also the “Navigation Bar Ring” feature (you can add more actions than just Google Now).
@kanyazsombor
That module doesn't have a last app button. Thanks anyway!
@sigprof
Long press takes too long, and double tap on anything other than the recent key for a recent app feels... Wrong. Picky, I know, but still. I hadn't thought of using the nav bar ring targets, will try that as soon as I can, and the bug fix you mentioned. Thanks for your help!
Hello,
I have tried Nova Launcher and Xposed Additions pro and nothing seems able to allow me to COMPLETELY map at all times "double press of home = applications list"
I don't care how "evil" it is, I want my iphone and my android to behave identically. - If you told me I'd want this a year ago, I wouldn't believe you - but alas I NEED to use an iphone as my secondary phone, regularly.
I _REALLY_ want double press home to be "recent app list" at ALL times.
It's inconsistent under Nova Launcher.
Under Xposed Additions ($4 no less,.. thank god for refunds) I can only choose to launch an application, not do a hard function (show recent app list)
Yes, I've completely disabled S-Voice, I couldn't care less about Google Now - that's disabled too (I think)
Help!? someone - what do I need to do, to make this work, ***consistently***.
Note: at least Nova Launcher allows me to swipe down to bring up the recent app search.
You have a capacitive button for that. Don't think many people will come to your aid on this. You could try playing around in the keyboard XML and see if you can do some experimenting to get what you want.
Details of the device
I'm using the latest CM11 version from Novafusion.
Problem and steps I've taken
Currently I've got a problem where the home button intermittently activates on its own (but only long-presses, so if I disable long-press in the OS, it'll be fine for normal operation), without any interference. The side effect (which is my main issue) of this is that it means my phone's screen effectively turns on by itself 24/7, which is obviously bad for many, many reasons.
I'm asking whether there's anyway I can disable the home button? I've tried Android-HomeKey-Locker (can't link it, but the Google Play version of the thing on GitHub) but it hasn't done anything.
I'm aware I can turn on the software buttons, but they don't deactivate the physical buttons: and I only want to disable home anyway.
So my question is, is there any way of doing this? I can take the back and menu keys if needed.
Side note
Is it possible in anyway to bind long-press back to home? I asked this for CM12 a while back (and I've since downgraded), but is this possible with Cyanogen, as I've been able to do it with Carbon ROM on 4.4.4.
Hi! I currently use this app on CM 12.1 to enable softkeys and disable hardware keys:
https//play.google.com/ store/apps/details?id=net.alviano.android.softbuttons&hl=en
sorry for my bad english
Hi
Try disable the home button by following this. it worked for me
http://forum.xda-developers.com/showthread.php?t=2032117
Hey everyone,
Thanks for the help. Someone on reddit gave me a working solution by using Xposed Additions to remap the buttons how I wanted them to.
Hello,
after the sources for the Z2 Pro have been released and good Custom ROMs are possible, I would love to buy this beautiful device. I've read alot about this U-Touch thing, where you navigate only by using the Home Button... and I don't like it. So my question is: Does this phone also have the normal Back, Home and Recents hardware buttons?
Thanks!
Hi,
Yes, you can add on screen buttons in "Developer Options" menu. At least you can do it with z2 (non pro). I guess you will have this option too.
So there are no "real" hardware buttons to the left and the right of the home button?
On screen buttons are in developer options in both models, make sure you reboot to effect the changes.
Thanks for your answers. I know about the possiblity to show the On Screen Buttons, but that's not what I wanted to know.
I'm curious if the device also has dedicated hardware buttons (not on screen) for Back and Recents, or just the U-Touch button?
It only has 1 physical button on the front..
I'd love to see an app or even integration in a custom rom to be able to configure the behaviour of the front button. What are the chances this will become reality?
It already lets you configure what the button does. You can also preset actions to open specific apps.
Karly Johnston said:
It already lets you configure what the button does. You can also preset actions to open specific apps.
Click to expand...
Click to collapse
But that is in the ZUI ROM right? I'd like to see this in a separate app or built into custom ROM so it can also be used outside ZUI.
Now that the sources are available someone who knows what he is doing should be able to pull this off.
Is there a way to make swipe left on the u-touch button act like a back button? Maybe there would be a way to have it open an scripted action that acts as back button?
Edit: Just figured out that short tap is back, so my problem is solved!
Thanks, this helped me out!
I'm looking for a phone with this same exact button. I'm always super stunned how retarded iphones are compared to my $200 phone.