Hi.
I'm on the latest Resurrection Remix ROM.
Earlier "long pressing back button to kill foreground app" worked very well on MIUI, but not on this RR.
Should not be an android version restriction as MIUI is also Pie.
Feature is enabled in Developer Options.
When I try to perform this action, it vibrates twice, so it recognizes the long press, but nothing happens.
This is an important feature to me, please let me know if you have any idea...
There is an option in Settings/Additional Settings/Button and Gesture Shortcuts
Sent from my Redmi Note 7 using Tapatalk
mrshadovv said:
There is an option in Settings/Additional Settings/Button and Gesture Shortcuts
Sent from my Redmi Note 7 using Tapatalk
Click to expand...
Click to collapse
Cannot see this in the Resurrection Remix settings - do you have a screenshot?
(or if you are referring to MIUI, its not good for me, I need a solution on RR)
Sorry my bad didnt see that you are clearly asking about RR rom. There should be a setting in developer options if i recall correctly. Might wanna check that
Sent from my Redmi Note 7 using Tapatalk
mrshadovv said:
Sorry my bad didnt see that you are clearly asking about RR rom. There should be a setting in developer options if i recall correctly. Might wanna check that
Sent from my Redmi Note 7 using Tapatalk
Click to expand...
Click to collapse
also wrote in my opening post that "Feature is enabled in Developer Options."... still not works
Related
This may be a dumb question but I'm new to the N10 and tablets and can't find the answer.
How come sometimes I can't get a menu to come up? For instance when I am in my launcher (Nova right now but it was the same on chameleon and others) I can't get into the launcher settings. Nova has a out-of-date 3 dot menu button that works around it but other apps don't.
Also in eye in the sky weather I can't access settings to change from C to F for the units. On my phonemic just hit the menu button and I'm there.
I'm on rootbox if that helps but I ran into the same thing when I was on stock.
I'm sure this is user error on my part but any help would be appreciated.
Sent from my Nexus 10
Not sure about nova. But with eye in the sky, the menu button is in the top right on the action bar. Its using the 4.0+ api so the menu button doesn't appear.
Sent from my Nexus 10 using xda premium
This is driving me nuts...there must be something I'm missing. I have no menu in anything that should have one.
Sent from my Nexus 10 using xda app-developers app
Relentless D said:
This is driving me nuts...there must be something I'm missing. I have no menu in anything that should have one.
Sent from my Nexus 10 using xda app-developers app
Click to expand...
Click to collapse
you did a full wipe when you installed?
Edit 1. I think I figured it out you need to go to aokp settings > General UI and make sure that Show Menu UI Overflow is checked then restart your tablet and it shoud reappear.
shadowblade330 said:
you did a full wipe when you installed?
Edit 1. I think I figured it out you need to go to aokp settings > General UI and make sure that Show Menu UI Overflow is checked then restart your tablet and it shoud reappear.
Click to expand...
Click to collapse
This'll enable it for sure- I did the same thing on Rootbox when I put it on my tab.
shadowblade330 said:
you did a full wipe when you installed?
Edit 1. I think I figured it out you need to go to aokp settings > General UI and make sure that Show Menu UI Overflow is checked then restart your tablet and it shoud reappear.
Click to expand...
Click to collapse
Holy crap! Thank you for that!
Sent from my Nexus 10 using xda app-developers app
Hi everyone,
Since I use a menu button in my navbar, I was wondering if there was a mod, that I could flash to remove the 3 dot menu. If there are none, I am willing to do it myself and have tried the following methods but they don't work for me. So if anyone knows of a mod or a guide, that would be great:
http://forum.xda-developers.com/showthread.php?t=2297692
The above link was the only one I could find, the rest mostly relate to HTC One threads.
Rom: Vanir Nighlty, Android 4.3 (AOSP Base)
EDIT 1: Here are the steps I tried:
To remove 3-dot menu:
Decompile your framework-res.apk
Go to values folder
Open bools.xml
Search for
<bool name="config_showNavigationBar">true</bool>
and change it to
<bool name="config_showNavigationBar">false</bool>
Recompile your framework-res.apk
I also made sure to sign the apk and zipalign it before putting it in a flashable zip
One thing I also tried, it was a long shot & it didn't work but I decompiled the framework of an MIUI rom since they have it enabled, and tried taking a few things from there but it didn't work
EDIT 2: I have already tried editing the build prop with a line from a HTC thread but it didn't work (phone wouldn't turn on)
Also, if anyone knows where menu-related stuff is within framework res that would be great because that would be a good place to test. (That's if the solution lies within framework res)
EDIT 3: Update: AOKP unofficial 14th September (4.3) still has the bug
Updated post with screenshots
I'm using Full screen toggle apk and LMT pie for navigation on stock 4.3 rooted and working well. See here http://forum.xda-developers.com/showthread.php?t=1497558
Melt1down said:
I'm using Full screen toggle apk and LMT pie for navigation on stock 4.3 rooted and working well. See here http://forum.xda-developers.com/showthread.php?t=1497558
Click to expand...
Click to collapse
I think you have misunderstood me. I mean the 3 dot menu in apps
bump
anyone??
22sl22 said:
bump
anyone??
Click to expand...
Click to collapse
Checking to see what I can do now
Sent from my Nexus 4 using XDA Premium 4 mobile app
melbourne408 said:
Checking to see what I can do now
Sent from my Nexus 4 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks, much appreciated
Sent from my Nexus 4 using xda app-developers app
Bump, anyone?
Sent from my Nexus 4 using xda app-developers app
bump
bump too ...
as a start ... http://forum.xda-developers.com/showthread.php?t=1645052
http://mobility.forumsee.com/a/m/s/...hree-dot-menu-and-remap-multitask-button.html
xanthrax said:
bump too ...
as a start ... http://forum.xda-developers.com/showthread.php?t=1645052
http://mobility.forumsee.com/a/m/s/...hree-dot-menu-and-remap-multitask-button.html
Click to expand...
Click to collapse
Thanks xanthrax but I already tried that a while ago, I edited the build prop and my phone wouldn't turn on, so the search continues.....
Correct me if I'm wrong but I believe that the overflow menus you are referring to is coded into the app and not really dependent on anything else. Meaning that it is part of the app itself and not something the OS shows. Isn't that what Google's android interface guidelines suggests?
Sent from my Nexus 7 using Tapatalk 4
PMentior said:
Correct me if I'm wrong but I believe that the overflow menus you are referring to is coded into the app and not really dependent on anything else. Meaning that it is part of the app itself and not something the OS shows. Isn't that what Google's android interface guidelines suggests?
Sent from my Nexus 7 using Tapatalk 4
Click to expand...
Click to collapse
I'm not a dev or app developer so I can't really comment on that. But I do know that some roms do have this feature on 4.3, it's just that it it doesn't work.
So im pretty sure the answer lies within the rom itself, not the apps maybe. Although im not even sure if the solution lies within framework res, it could be system ui or even at source, in git, which would make it out of my hands
I know that there are roms that can add the menus button permanently to the nav bar (PA can do this) but I have never seen one get rid of the menu overflow button within any apps themselves. Even back to 4.2 roms I never saw that type of behavior.
In fact now that I think about it when I still had my GS3 which has a physical menu button there still was the menu overflow button in some apps because that is what Google's app guidelines say to do.
Edit - I think what you are seeing about the htc one is about removing the black onscreen nav bar that shows up in apps that don't use the menu overflow button on app because the htc one has hardware keys but not a menu key.
Sent from my Nexus 4 using Tapatalk 4
PMentior said:
I know that there are roms that can add the menus button permanently to the nav bar (PA can do this) but I have never seen one get rid of the menu overflow button within any apps themselves. Even back to 4.2 roms I never saw that type of behavior.
In fact now that I think about it when I still had my GS3 which has a physical menu button there still was the menu overflow button in some apps because that is what Google's app guidelines say to do.
Edit - I think what you are seeing about the htc one is about removing the black onscreen nav bar that shows up in apps that don't use the menu overflow button on app because the htc one has hardware keys but not a menu key.
Sent from my Nexus 4 using Tapatalk 4
Click to expand...
Click to collapse
There are roms on 4.2 that can remove the 3 dot menu because I used them. All roms (Or at least most) on 4.2 based off AOKP have the feature, i used to use Rootbox rom on 4.2.2 and Xylon rom and the feature worked perfectly. But if you look now on 4.3 AOKP builds, it just doesn't work for some reason
bump, updated first post
Bump
PMentior said:
Correct me if I'm wrong but I believe that the overflow menus you are referring to is coded into the app and not really dependent on anything else. Meaning that it is part of the app itself and not something the OS shows. Isn't that what Google's android interface guidelines suggests?
Sent from my Nexus 7 using Tapatalk 4
Click to expand...
Click to collapse
The apps seem to know if the phone has a menu button or not.
Just throwing this out there but PAC has the overflow menu disabled by default!
If there was a way to port this to other roms I would be ecstatic!
But alas I do not know how to cherry pick commits and I have no idea where the commit is in PAC's GIT
You find me that commit and I might be able to add it and build it with a friend of mines help.
Topic closed!
I am too busy and cannot update this thread anymore but many of users want update, So I prefer to completely closing it and make those notifications silent.
Works without root on stock ROM
Here is a small video I made
I used the flashable zip and all is working fine on my N5/Dirty Unicorns/Dalvik. Thanks for this!
xdrc45 said:
I used the flashable zip and all is working fine on my N5/Dirty Unicorns/Dalvik. Thanks for this!
Click to expand...
Click to collapse
You're Welcome!
You sir are a gentleman and a scholar.
Sent from my Nexus 7 using Tapatalk
Seems to work fine on my N5 (running Vanir) but when I press the home button there is a notification sound.
Fc on resurrection remix though I only tried only the manual push of apk.
Sent from my Nexus 5 using Tapatalk 2
dialmformostyn said:
Seems to work fine on my N5 (running Vanir) but when I press the home button there is a notification sound.
Click to expand...
Click to collapse
I assume it does that just to trigger the voice functionality, since its the sound you get when starting a voice search with Google Now Launcher.
Sent from my Nexus 5
dialmformostyn said:
Seems to work fine on my N5 (running Vanir) but when I press the home button there is a notification sound.
Click to expand...
Click to collapse
I have the same problem and I hope Omnirom team fix this, for example they can add an option in the settings to disable that sound. As soon as they release new version, I will update apk and flashable zip files.
Working on Xperia SP with SLIMKat (I assume it works on cm11 too) and I have the google now sound when I press the home button but isn't it meant to be that way?
Does keeping it on hotword consumes more battery even not used?
Sent from my Nexus 5 using XDA Free mobile app
dlsygaco said:
Does keeping it on hotword consumes more battery even not used?
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
Yes it does keep listening but I assume your phone isn't on the launcher all day and the stock google now launcher does this too and I didn't see many battery drain problems on that
I've a problem. Using this laucher on PA4.3b7 i can't change the multimedia volume, when i press the volume button the volume slider is grey and untouchable (in in app/games too, if this launcher is in use). Now i'm on Nova and all is ok.
Battery usage
dlsygaco said:
Does keeping it on hotword consumes more battery even not used?
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
Yes, But as you are not on the launcher all time, it's not significant. I have about 2-3 percent more battery usage per day after installing this launcher.
ThemeSong said:
I've a problem. Using this laucher on PA4.3b7 i can't change the multimedia volume, when i press the volume button the volume slider is grey and untouchable (in in app/games too, if this launcher is in use). Now i'm on Nova and all is ok.
Click to expand...
Click to collapse
I am running it on the same ROM, and don't have this problem. Maybe sharing a screenshot or even video of this bug can help me to know what exactly happen.
nicely done sir. My question is "Is it affecting RAM usage and battery?"
Thanks
Ram and battery usage
nevadasaga said:
nicely done sir. My question is "Is it affecting RAM usage and battery?"
Thanks
Click to expand...
Click to collapse
Definitely yes, If you enable hotword detection on "Google Now Launcher" and "Omnirom launcher" you will have more battery and RAM usage, but as you are not in the launcher all day, It's not significant. I think trading 2-3 percent battery and 5-10MB RAM with hotword detection feature is a good deal.
dialmformostyn said:
Seems to work fine on my N5 (running Vanir) but when I press the home button there is a notification sound.
Click to expand...
Click to collapse
That was normal on the 05/28 build of Omni. Not sure if it was supposed to do that but it did.
works perfectly
works in xsp carbon rom 15
fc in fxp 320
Tried it on my Note II CM11 based Rom.
Would not install as APK but of course was able to flash. However it sort of hangs. I can select the Launcher 3 from settings but then it just stays there. No Home actually comes up. It just hangs. Have to go back to settings and change to Google Home and everything works. Not sure why.
After the nougat update, taking a screenshot is no longer instant like it was on 6.0.1 You need to press and hold power down for a second before the action is triggered. I happen to take a lot of screenshots, and find it annoying/inconvenient. Does anyone else share the same?
Is any dev here able to port the screenshot utility from 6.0 to 7.1.1?
@DrakenFX @Unjustified Dev any inputs? If any files are needed, I'm still on 6.0.1 and can help you with those.
Others feel free to chime in as well!
Thanks.
It's not lag. Now it required to press and hold both buttons.
I have no idea why they changed this but on LineageOS it's the same.
I know that it's not lag. On 6.0.1, it was modified by ZTE to not require to press and hold. Just a short press of both the buttons would trigger a screenshot, which made it extremely convenient. I want to have the same functionality on 7.1.1. I don't think it'll be a big task to change that, but I don't really know how to
aLexzkter said:
It's not lag. Now it required to press and hold both buttons.
I have no idea why they changed this but on LineageOS it's the same.
Click to expand...
Click to collapse
Sent from my ZTE A2017U using Tapatalk
Just enable the 3 finger pinch setting in settings/gestures.
gpz1100 said:
Just enable the 3 finger pinch setting in settings/gestures.
Click to expand...
Click to collapse
It isn't convenient. Power+volume down is a perfect one-handed gesture.
Sent from my ZTE A2017U using Tapatalk
Is it not possible at all to change the long-press delay for screenshots? It has really been bugging me, after the convenience on 6.0.1
Its all good with B02 7.1.1.
xzolteu said:
Its all good with B02 7.1.1.
Click to expand...
Click to collapse
A2017G?
Interesting. I'm on the A2017U
gpz1100 said:
Just enable the 3 finger pinch setting in settings/gestures.
Click to expand...
Click to collapse
I cant find the setting you said. Could you please more details?
Sent from my SM-G930F using XDA-Developers Legacy app
brian88 said:
I cant find the setting you said. Could you please more details?
Sent from my SM-G930F using XDA-Developers Legacy app
Click to expand...
Click to collapse
It looks like they removed the pinch to screenshot gesture from U Nougat??
strifej said:
It looks like they removed the pinch to screenshot gesture from U Nougat??
Click to expand...
Click to collapse
I've still got it on 7.1.1(MiFavor4.2) A2017.
Also I just need to press both buttons to take a screenshot not holding them.
I'm also running 7.1.1, MiFavor 4.2.15. But 3 finger pinch doesn't do anything.
In Marshmallow they used to have a Settings menu for the pinch to screenshot feature. That has been removed entirely. Searching for screenshot has no results in the settings search.
strifej said:
I'm also running 7.1.1, MiFavor 4.2.15. But 3 finger pinch doesn't do anything.
In Marshmallow they used to have a Settings menu for the pinch to screenshot feature. That has been removed entirely. Searching for screenshot has no results in the settings search.
Click to expand...
Click to collapse
Searching doesn't work. You should go to Settings/Features/Gestures and Motions/three-finger pinch
We all know Xiaomi doesn't let us use multiwindow on its MIUI though its an android nougat feature. However there's a nifty trick to activate this feature on any nougat MIUI device including our Mi 5.
Note that this works on nougat based MIUI only.
First download the app called Button Mapper. You need the pro version.
Playstore link https://play.google.com/store/apps/details?id=flar2.homebutton
Open the app and give permission for services.
Go back to the app and click the 'Menu' button. On top activate customisation. Click on long press. Scroll down and select Split screen.
Your device is now ready to use splitscreen or multiwindow feature. Open an app. Press and hold the menu or recents button. Slide your finger from the extreme bottom of the screen to slide the window up. Now you can open and run another app simultaneously. When using two apps at a time, press the outline separating the windows for a few options.
Make sure to allow the app to autostart in Security>Permissions>Autostart.
Not all apps are supported by default but you can do it by enabling force activities to be resizable from developer settings. And this won't always work like you intend. You may face a few bugs.
SilverMarcs said:
We all know Xiaomi doesn't let us use multiwindow on its MIUI though its an android nougat feature. However there's a nifty trick to activate this feature on any nougat MIUI device including our Mi 5.
Note that this works on nougat based MIUI only.
First download the app called Button Mapper. You need the pro version.
Playstore link https://play.google.com/store/apps/details?id=flar2.homebutton
Open the app and give permission for services.
Go back to the app and click the 'Menu' button. On top activate customisation. Click on long press. Scroll down and select Split screen.
Your device is now ready to use splitscreen or multiwindow feature. Open an app. Press and hold the menu or recents button. Slide your finger from the extreme bottom of the screen to slide the window up. Now you can open and run another app simultaneously. When using two apps at a time, press the outline separating the windows for a few options.
Make sure to allow the app to autostart in Security>Permissions>Autostart.
Not all apps are supported by default but you can do it by enabling force activities to be resizable from developer settings. And this won't always work like you intend. You may face a few bugs.
Click to expand...
Click to collapse
I never expected it to work but it do , will do some more tests
I need quick reply then no need to wait for MIUI 9
midterm_2003 said:
I never expected it to work but it do , will do some more tests
I need quick reply then no need to wait for MIUI 9
Click to expand...
Click to collapse
Just got news that miui is bringing multiwindow in miui 8. The alpha builds will get it first. Quick reoly is probably a long way to go, sadly.
Thank you
The quick reply is really much important and useful then the multitasking window , I hope someone here can find a workaround or an app that can do this without rooting , I have tried some floating apps like notifly but all doesn't provide any thing near the native quick reply feature
works only for menu button? tryed other and no effect
KaMeR1337 said:
works only for menu button? tryed other and no effect
Click to expand...
Click to collapse
Works for me on menu button. Havent tried others. Im on Los currently. Make sure youre running nougat though
SilverMarcs said:
Just got news that miui is bringing multiwindow in miui 8. The alpha builds will get it first. Quick reoly is probably a long way to go, sadly.
Click to expand...
Click to collapse
This app causes the 3 fingers slide screenshot to stop working ? Any idea how to avoid this ?
midterm_2003 said:
This app causes the 3 fingers slide screenshot to stop working ? Any idea how to avoid this ?
Click to expand...
Click to collapse
Havent looked into it. This is probably because the app alters input of the device. Does three finger screenshot stop working when using two windows at a time or just after configuring anything within the app?
SilverMarcs said:
Havent looked into it. This is probably because the app alters input of the device. Does three finger screenshot stop working when using two windows at a time or just after configuring anything within the app?
Click to expand...
Click to collapse
Just after configuring anything within the app ? I think once you grant accessibility access it tottaly stop working in all cases