Soft Keys - Nexus 6 Q&A, Help & Troubleshooting

I use the N6 as a righty so having to reach for the back button in one handed use is tough. Has anyone seen an easy way to swap the back and recents soft keys?

You'd have to root to swap. Try Pie controls from the app stote. Make sure to enable the back button in the settings.

http://forum.xda-developers.com/showthread.php?t=1330150
I always install this one on every Android device. Started with the note 2 [emoji2]
Only have home, back, and recent on the pie

LMT Launcher is on all my phones. It's not really a Launcher either, just the name.

Not yet available, will have to wait for custom ROMs with this feature or manually do the changes via code.

Related

Run apps fullscreen on your N7

If you ever wanted to run apps full screen on your N7, I've got good news for you. The program GMD hide bar let's you hide the navbar on the N7 and is fully compatible with the stock ROM(although requires root). Since it may be a while till we start to see roms implementing this feature, I thought I'd share this temporary solution for those of you that like me are bothered by the 3 dots and lack of FS when viewing pics or videos.
Once you disable the navbar you will be needing a way to access the back function. You can use an app like button savior for that purpose or a hardware map. I personally decided to map my vol up to back as I've grown accustomed to that map on my former NC. The kl file to edit will be in system/Use/key layout . Its named Gpio-keys.kl. You can use root explorer to access/edit the file and do so by deleting the string volume_up and replacing it with back.
You can still easily change volume, even with the vol up key function gone, as pressing vol down will popup a volume box that can you control via touch.
I hope this helps someone out there
Update:
If you can afford it, I'd highly recommend the paid version of GMD gesture control. It allows you the hide the navbar through the use of gestures so you can pretty much hide/unhide the bar whenever. It can be found on the market.
GMD hidebar
http://forum.xda-developers.com/showthread.php?t=1769761

Back, Home and Recents buttons?

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.

Disabling hardware/capacitive buttons on stock 6.0.1 ROM?

Is it possible to disable the hardware/capacitive home/back/recents buttons on a stock 6.0.1 ROM?
qemu.hw.mainkeys=0 in build.prop doesn't work, on-screen buttons are not appearing.
The default sec_touchkey.kl file in ./system/usr/keylayout/ doesn't exist in the Samsung ROM, as it does in AOSP-based ones.
There isn't even an option in the settings to disable the annoyingly bright backlight of the back/recents buttons, as far as I looked. (Edit: Galaxy Button Lights 2 at least can do that)
I guess Samsung removed and/or broke that all in their customizations. While this tutorial works fine on Lineage 14.1, it doesn't on stock 6.0.1.
Is there anything I can do about that, or is it hopeless?
------
Edit:
In the end, I installed All In One Gestures to disable the hardware buttons, and Pie Control to get a decent-ish navigation for the large screen.
It's an ugly solution, having to install two apps instead of a few simple text edits to the system - but I guess that's as good as it gets with a Samsung stock ROM...
------
Edit 2:
Turns out, Pie Control triggers that extremely annoying "Screen overlay detected" bug/feature. Whenever you install a new app that requires some permissions, you have to disable screen overlay for Pie Control in the system settings, otherwise the app won't start.
So I uninstalled both All In One Gestures and Pie Control, and am trying Xposed Edge now. While its Pie features are very basic (almost no customization), at least it's an Xposed module, so it doesn't trigger the "Screen overlay detected" bug like a 'normal' app. And it can disable the hardware/capacitive buttons as well, without needing yet another app installed.
Another issue with disabling the capacitive buttons is, that none of the above methods disable the long-press on the back button, so you still kill the running app when inadvertently resting a finger on the back button. Luckily, by disabling the back button in the Generic.kl file, as Alta1r wrote, this issue is fixed.
------
Edit 3:
Trying Unique Controls now, because... its Pie controls are prettier than Xposed Edge's. :^)
Scratch that, this one triggers the "Screen overlay detected" bug as well. Guess it just doesn't work without Xposed and/or root.
You should be able to disable the back and recent keys by editing the Generic.kl file (same directory you mention above). Put a # in front of key 158 and key 254. Save and reboot. To revert remove the # and reboot or restore a backup of the file. Obviously you need root to do this.
No idea how to enable the onscreen buttons through buidprop, but there's an app on the play store that can do this: gmd auto hide soft keys https://play.google.com/store/apps/details?id=com.gmd.hidesoftkeys
I have the app and used it before, but I personally prefer the same developer's other app gmd gesturecontrol to go back, switch to recent apps or go to the home screen (and anything else you want).
Sent from my SM-T813 using XDA-Developers Legacy app
Actually, Package Disabler Pro can disable the back and recent apps hardware nav buttons without *root*.
https://play.google.com/store/apps/details?id=com.ospolice.packagedisablerpro
Alta1r said:
You should be able to disable the back and recent keys by editing the Generic.kl file (same directory you mention above). Put a # in front of key 158 and key 254. Save and reboot. To revert remove the # and reboot or restore a backup of the file. Obviously you need root to do this.
No idea how to enable the onscreen buttons through buidprop, but there's an app on the play store that can do this: gmd auto hide soft keys https://play.google.com/store/apps/details?id=com.gmd.hidesoftkeys
I have the app and used it before, but I personally prefer the same developer's other app gmd gesturecontrol to go back, switch to recent apps or go to the home screen (and anything else you want).
Sent from my SM-T813 using XDA-Developers Legacy app
Click to expand...
Click to collapse
Thank you for the tip about the Generic.kl button mappings. This appears to be the only way to disable the long-press on the back button, so the running app doesn't get killed. Not even the Xposed Edge module can prevent that. (I added that to the OP above.)
I bought the full version of GMD Gesture Control back in the days, haven't used it in years. Might give it a try, and hope it doesn't trigger the awful "Screen overlay detected" bug, like Pie Control does.
Niii4 said:
Actually, Package Disabler Pro can disable the back and recent apps hardware nav buttons without *root*.
https://play.google.com/store/apps/details?id=com.ospolice.packagedisablerpro
Click to expand...
Click to collapse
Thanks, I'm rooted, so that shouldn't be an issue.
dfkt_ said:
I bought the full version of GMD Gesture Control back in the days, haven't used it in years. Might give it a try, and hope it doesn't trigger the awful "Screen overlay detected" bug, like Pie Control does..
Click to expand...
Click to collapse
I'm using GMD Gesture Control and only 1 app is giving me that bug, but not even sure if it's due to GMD Gesture Control as I have to turn off all app screen overlay permissions before the app can get its permissions. So I guess you should be fine.
Niii4 said:
Actually, Package Disabler Pro can disable the back and recent apps hardware nav buttons without *root*.
https://play.google.com/store/apps/details?id=com.ospolice.packagedisablerpro
Click to expand...
Click to collapse
Digging this up from the dead, but I'm using a Note 5 now. What do you disable?

Do you use gestures or buttons?

Hi there!
I want to know if you prefer to use gestures or buttons on your daily use and why.
Personally I found buttons more easy to use, but now I'm using gestures and, with a bit of familiarity I can say they are better (and system is more beauty without the 3 buttons)
I agree : what the point of having a large full screen... if you still have a range of buttons at the bottom that "cut" the screen ? I'm now used to navigate with Miui gestures and do not want to come back to the older way by any means !
gestures for ever ! ;o))
I've tried both and I can't really pick one. I keep going back and forth.. I agree I feel like the buttons are really old in Android and gestures a much better for big full screen smartphones like the RN7 but I guess time will tell which I'll end up using daily.
From the moment I tried the MIUI gesture system, I don't want to go back to anything else, it's just too good. Thankfully, I can emulate them in like 95% on other ROMs thanks to Fluid N.G.
I still prefer buttons.
I'm a bit faster with them and i use the press and hold functions (torch etc.)
A clean fullscreen is more pretty, no doubt.
But on a 19.5:9 screen, i don't care if i lose that 1cm at the bottom.
I got used to the one button nav from my previous Moto g5 plus. So I enabled full screen gestures day one after getting the note 7. It's better than the soft buttons and easier to navigate around on this tall screen.
Gestures all the way, it really makes you feel better with 6.x screens, fluid and easy to learn
gestures exclusively. When I received a blackberry Z30 for my job in 2014, I really loved the gestures they implemented. It allowed for a smaller chin and more screen real estate. Ever since then I had to go "back" to regular buttons when they upgraded me to an android phone and when I switched to android privately, and it felt like a step back.
Now that we have those full body phones, using gestures feels great again.
I'm old and I don't like change anymore. Buttons for me.
I tried gestures, but it's hard to use gestures with a decent case. Not only that, some apps have native gesture stuff in them and somehow those override the MIUI gestures. I went back to the buttons after few hours.
soundofnight said:
I tried gestures, but it's hard to use gestures with a decent case. Not only that, some apps have native gesture stuff in them and somehow those override the MIUI gestures. I went back to the buttons after few hours.
Click to expand...
Click to collapse
+1. For example, telegram. I prefer buttons for now
smallmj said:
I'm old and I don't like change anymore. Buttons for me.
Click to expand...
Click to collapse
haha, same here.
However, I also have gestures, loads of them, using Gesture Control. I still like the phone buttons to be present, and Gesture Control over MIUI's own gestures which are just too elementary, too limited.
Tried gestures. Didn't like. Went back to buttons. Maybe Android 10 or MIUI will improve things, but I'm staying with buttons for now.
Gestures. More real estate and actually I find it easier to navigate with gestures.
I am using gestures for 3 months now,only thing buttons are better for me is double tap to go to previous app is faster and I find it easier to start multitasking by just holding one button and picking 2nd app, then swipe and hold,then press and hold and click again then choose 2nd app.

Home button single press not working sometimes

Since I recently switched to a Galaxy S10+, I donated my Mi A2 to my girlfriend. After I fully wiped my phone, she installed it like any other new phone and finished the wizard. All her apps got reinstalled nicely and everything looked nice.
But now the home button (3 button nav) sometimes just stops responding to a single press. When I hold the button I do get the Google Assistant as expected, but single press doesn't take me to the home screen. After a reboot everything is back to normal, but only for a while. The button does show the colored dots when I press it.
What could be wrong? It looks a bit like some process is blocking it to prevent exiting a wizard or something (I had it once on a Pixal tablet, which thought I had the setup wizard open), but the back button does work as expected and I can navigate using different methods.
amelsfort said:
Since I recently switched to a Galaxy S10+, I donated my Mi A2 to my girlfriend. After I fully wiped my phone, she installed it like any other new phone and finished the wizard. All her apps got reinstalled nicely and everything looked nice.
But now the home button (3 button nav) sometimes just stops responding to a single press. When I hold the button I do get the Google Assistant as expected, but single press doesn't take me to the home screen. After a reboot everything is back to normal, but only for a while. The button does show the colored dots when I press it.
What could be wrong? It looks a bit like some process is blocking it to prevent exiting a wizard or something (I had it once on a Pixal tablet, which thought I had the setup wizard open), but the back button does work as expected and I can navigate using different methods.
Click to expand...
Click to collapse
you need to.provide more info to get the right answer ..just use full screen navigation ...in settings try reassigning it different actions to see what happens ...but sounds like the delay between single press / long press for assistant is what is screwing you ...i disabled long press for assistant cos it kept giving me the assistant when i was trying to get home ....
but still.hard to say since you have 0 info about your problem here
The problem is that I don't have much more information as well. It's hard to reproduce the issue. We tried pinning and unpinning an app, opening different apps, changing the gestures, but nothing seems to trigger the issue.
I also tried gesture navigation, but that doesn't have a gesture for going directly back home. Also I think it's not possible to reassign the buttons on stock rom.
When I used the phone I never had this issue.
amelsfort said:
The problem is that I don't have much more information as well. It's hard to reproduce the issue. We tried pinning and unpinning an app, opening different apps, changing the gestures, but nothing seems to trigger the issue.
I also tried gesture navigation, but that doesn't have a gesture for going directly back home. Also I think it's not possible to reassign the buttons on stock rom.
When I used the phone I never had this issue.
Click to expand...
Click to collapse
on my phone if i swipe up from bottom i go straight home ... by more info i mean
1. device/rom/version/root status/ launcher/ ...stuff like that
2.relevant fixes you tried ...
3. short video of when it happens
anyway .. i don't understand because you can choose what actions you want to happen in relation to the gestures ..so if you wanna go home in one shot assign that action to a specific gesture
have you ACTUALLY tried my fix of disabling google assistant ..so you don't trigger assistant or freeze by holding home button too long ..
try assigning double tap on home to go home ..as a workaround
The phone has no customizations at all: stock rom (Android One), no root, default Xiaomi launcher.
Version: Android 10, march security update (up to date according to Xiaomi)
With the gestures I can choose between:
- navigation using gestures
- navigation using 2 buttons (this is selected)
- navigation using 3 buttons
I have tried the first option. Swiping up does indeed go to the home screen when I'm in an app. But not to my default screen. Like when I swiped right to a different home screen page, it doesn't return to the first one.
I will try disabling opening the Assistant using the home button.
amelsfort said:
The phone has no customizations at all: stock rom (Android One), no root, default Xiaomi launcher.
Version: Android 10, march security update (up to date according to Xiaomi)
With the gestures I can choose between:
- navigation using gestures
- navigation using 2 buttons (this is selected)
- navigation using 3 buttons
I have tried the first option. Swiping up does indeed go to the home screen when I'm in an app. But not to my default screen. Like when I swiped right to a different home screen page, it doesn't return to the first one.
I will try disabling opening the Assistant using the home button.
Click to expand...
Click to collapse
you should downgrade to pie because in 10 many people have lag , ui feezing and later on random reboots.. i think you will find in a month or two the UI will freeze up ..like what is happening now may be a "mini" freeze
pie is stable.. im on miui 12 official pie for wayne and wow am glad i dithed android1 and gave up my obsession of having 10 ..
I just upgraded because Xiaomi pushed the upgrade. And my girlfriend doesn't know how to downgrade.
Besides, I have been using the same phone with the same Android version for a few months without any issues. It's only since she started using it. That's why I was thinking about some wizard/setup preventing the use of the home button, which we had a few years ago on a tablet. But that was blocking more buttons then, so not exactly the same.
amelsfort said:
I just upgraded because Xiaomi pushed the upgrade. And my girlfriend doesn't know how to downgrade.
Besides, I have been using the same phone with the same Android version for a few months without any issues. It's only since she started using it. That's why I was thinking about some wizard/setup preventing the use of the home button, which we had a few years ago on a tablet. But that was blocking more buttons then, so not exactly the same.
Click to expand...
Click to collapse
ok no worries... maybe the work around will work ..have tried to plau around with lawnchair as launcher and using its own built in gestures to trigger home

Categories

Resources