Any way to disable apps being automatically removed from recents screen in Nougat? - Android Q&A, Help & Troubleshooting

My work flow currently relies on apps being on my recents screen since it reminds me of work left do to. After upgrading to Nougat, I noticed that some apps started disappearing from the recents screen after a while. On further searching, I found that it's a feature in Nougat. Is there any way to disable this behavior so that apps stay in the recents screen until I dismiss them manually? Thanks.

downloaderfan said:
My work flow currently relies on apps being on my recents screen since it reminds me of work left do to. After upgrading to Nougat, I noticed that some apps started disappearing from the recents screen after a while. On further searching, I found that it's a feature in Nougat. Is there any way to disable this behavior so that apps stay in the recents screen until I dismiss them manually? Thanks.
Click to expand...
Click to collapse
Many months later, Oreo penetration is growing and this is STILL an issue. Google clearly intend for this work as it does, but i fail to see the logic behind it. I've often only got four apps in Recents, but they'll all get kicked out if i don't use them. They are still in Memory though, but have to be relaunched from their shortcut.
Google, what happened to you?

DirkGently said:
Many months later, Oreo penetration is growing and this is STILL an issue. Google clearly intend for this work as it does, but i fail to see the logic behind it. I've often only got four apps in Recents, but they'll all get kicked out if i don't use them. They are still in Memory though, but have to be relaunched from their shortcut.
Google, what happened to you?
Click to expand...
Click to collapse
Yup, even if you only have 3-4 apps on the recents screen, they get kicked off. It's like Google wants it's users to stop using the recents screen by making it unreliable.
I requested for this feature on reddit as well as many xda threads(where it was relevant of course) & nobody seems to be interested. Guess it's time to learn xposed app development. You might have to wait few years though.

Related

My life is changed forever

I just discovered that you can get rid of apps from the recent apps menu (the square button next to the home button) by swiping them to the side. I don't know why this makes me so retardedly happy, but I am sure that SOMEONE else out there will also appreciate this tidbit of information.
Anyone else have any nuggets of joy to share?
I liked that trick also when I first found out. Another thing too is that you can hold down the app in recent menu and a quicksetting will come up to let you remove it from list or look at app info.
Remember though, this only removes it from recent apps list. It doesn't close down the app itself.
Does it really matter though performance wise? I Always thought Android puts background apps into an "idle" state where they dont take up any resources until used? Although it is cool for people with OCD like me
demandarin said:
I liked that trick also when I first found out. Another thing too is that you can hold down the app in recent menu and a quicksetting will come up to let you remove it from list or look at app info.
Remember though, this only removes it from recent apps list. It doesn't close down the app itself.
Click to expand...
Click to collapse
Yes it does close the app. It just doesn't close background processes of the app.
Swiping an app from recent apps menu removes the app from cached memory, but keeps the background sync's (if it has any) still running. So you can kill off Facebook, but it's background sync (that would be started during system boot up anyway) remains.
You can test it, if you swipe browser from recent app's memory, it has to reload the page it was on. Same with Facebook app. But Facebook app's background process keeps running until you 'force stop' it.
Android application architecture runs in two layers, foreground and background processes. UI and the things you can use are written to memory when focus is lost from those apps, clearing them from recent apps also clears the memory those apps take at the time.
Is it useful? Yeah, for some things. But it won't improve your performance in any real noticeable way. Best you can do is swipe away apps that you don't need, keeping only apps that you want to keep in memory should you re-open them again. But that's usually too much micro-management to be worth it.
kristovaher said:
Yes it does close the app. It just doesn't close background processes of the app.
Click to expand...
Click to collapse
Perhaps, BUT, not every app in the recent apps list is actually running. That's why many times (most of the time?) the screenshot isn't what you actually see when you select an app from the list--you're really restarting it.
I think it's safest and easiest to just assume that you're really only removing apps from the recent apps list, not actually managing what's running in any way.
DroidHam said:
Does it really matter though performance wise? I Always thought Android puts background apps into an "idle" state where they dont take up any resources until used? Although it is cool for people with OCD like me
Click to expand...
Click to collapse
Yeah it doesn't make any difference performance wise, but it makes the menu much more useable for me =D
Thanks for this message, this is my first android device and I've been trying to figure out how to "close" applications. Did a search in here (I think), prime manual search and googled it. I am slightly OCD and like to "close" thinks that I'm not using. Harkens back to my early Windows days when you closed apps to conserve memory.
In the manual it says to close application by clicking on an X in the recent apps menu. Though unless it is super tiny, there isn't one.
redandblack1287 said:
I just discovered that you can get rid of apps from the recent apps menu (the square button next to the home button) by swiping them to the side. I don't know why this makes me so retardedly happy, but I am sure that SOMEONE else out there will also appreciate this tidbit of information.
Anyone else have any nuggets of joy to share?
Click to expand...
Click to collapse
if you have the dock, 2 finger gestures on the touchpad act as screen swipes. i.e. swipe two fingers across the tab, the tab changes screens. Also, if you want to actually kill the apps, add teh asus task manager widget to a screen. works great!
elybug said:
In the manual it says to close application by clicking on an X in the recent apps menu. Though unless it is super tiny, there isn't one.
Click to expand...
Click to collapse
That was an ASUS Honeycomb customization. It went away in ICS...
redandblack1287 said:
I just discovered that you can get rid of apps from the recent apps menu (the square button next to the home button) by swiping them to the side. I don't know why this makes me so retardedly happy, but I am sure that SOMEONE else out there will also appreciate this tidbit of information.
Anyone else have any nuggets of joy to share?
Click to expand...
Click to collapse
if you have the dock, 2 finger gestures on the touchpad act as screen swipes. i.e. swipe two fingers across the tab, the tab changes screens. Also, if you want to actually kill the apps, add the asus task manager widget to a screen. works great!
kristovaher said:
Yes it does close the app. It just doesn't close background processes of the app.
Swiping an app from recent apps menu removes the app from cached memory, but keeps the background sync's (if it has any) still running. So you can kill off Facebook, but it's background sync (that would be started during system boot up anyway) remains.
You can test it, if you swipe browser from recent app's memory, it has to reload the page it was on. Same with Facebook app. But Facebook app's background process keeps running until you 'force stop' it.
Android application architecture runs in two layers, foreground and background processes. UI and the things you can use are written to memory when focus is lost from those apps, clearing them from recent apps also clears the memory those apps take at the time.
Is it useful? Yeah, for some things. But it won't improve your performance in any real noticeable way. Best you can do is swipe away apps that you don't need, keeping only apps that you want to keep in memory should you re-open them again. But that's usually too much micro-management to be worth it.
Click to expand...
Click to collapse
that's what I meant. I should of been more clear then. just swiping it doesn't close down app "Completely", meaning no background process either. you have to use a task manager or Force stop in order to "Truly" close n stop an app from running.
elybug said:
In the manual it says to close application by clicking on an X in the recent apps menu. Though unless it is super tiny, there isn't one.
Click to expand...
Click to collapse
There isn't any in ICS, only in HC.
i didn't know that either until last week! ice cream is awesome :]
Conduitz said:
if you have the dock, 2 finger gestures on the touchpad act as screen swipes. i.e. swipe two fingers across the tab, the tab changes screens. Also, if you want to actually kill the apps, add teh asus task manager widget to a screen. works great!
Click to expand...
Click to collapse
You know.....that Asus task manager widget does not work on mine. It doesn't matter if I press x next to one app or select kill all - nothing happpens. I think mine is broken
I removed it from one of my home screens, no need to have it if it doesn't work
demandarin said:
that's what I meant. I should of been more clear then. just swiping it doesn't close down app "Completely", meaning no background process either. you have to use a task manager or Force stop in order to "Truly" close n stop an app from running.
Click to expand...
Click to collapse
It's a bit different though, because those background processes will (likely) already be running even if you don't start the app. Most of those background processes are started by boot activity in Android and others are started by scheduling activities (such as alarms or certain notifications and sync). These will be usually restarted once app is started again too (after Force Close) and if they are not already running (and they usually are).
Force Close is unnecessary unless you know that a certain app is bad for the system and was run accidentally, etc.

Gestures do not work correctly

This is the biggest reason I cannot use Themer as my daily driver.. I am big on gestures and Themer's do not perform correctly.
Easy to reproduce:
- Set "pinch in" gesture for whatever (launch Hangouts for example).
- Set "Two Finger Swipe Up" gesture for another app (i.e. Camera)
- Set "Two Finger Swipe Down" gesture for another app (i.e. Gallery)
Try using the two finger swipe, either up or down, and watch the "pinch in" gesture take effect.
Gets it wrong almost 99% of the time. Apex/Nova/TSF Shell do not share this problem, so something is wrong with Themer's gesture recognition.
I know it might sound trivial but with this problem I cannot use Themer.
ingenious247 said:
This is the biggest reason I cannot use Themer as my daily driver.. I am big on gestures and Themer's do not perform correctly.
Easy to reproduce:
- Set "pinch in" gesture for whatever (launch Hangouts for example).
- Set "Two Finger Swipe Up" gesture for another app (i.e. Camera)
- Set "Two Finger Swipe Down" gesture for another app (i.e. Gallery)
Try using the two finger swipe, either up or down, and watch the "pinch in" gesture take effect.
Gets it wrong almost 99% of the time. Apex/Nova/TSF Shell do not share this problem, so something is wrong with Themer's gesture recognition.
I know it might sound trivial but with this problem I cannot use Themer.
Click to expand...
Click to collapse
Hi,
What device/Android version/ROM are you using? We've just tested this on a Nexus 5, and the "Pinch In" gesture appears roughly 20% of the time by accident. We'll pass this onto the developers to see what they can do. We apologize for the inconvenience, hopefully this can be resolved within the next update.
ThemerSupport said:
Hi,
What device/Android version/ROM are you using? We've just tested this on a Nexus 5, and the "Pinch In" gesture appears roughly 20% of the time by accident. We'll pass this onto the developers to see what they can do. We apologize for the inconvenience, hopefully this can be resolved within the next update.
Click to expand...
Click to collapse
T-Mobile Galaxy Note 3, Stock, unrooted, running 4.4.2
I'm also running into a weird gesture issue. I removed the swipe up/down to show/hide the notification bar, however it keeps restoring.
I don't know the time frame for the reset, though it has happened a few times over the last few days.
Samsung GS3 running Task's AOKP 4.4.2
*I just tested it, gestures seem to reset on reboot. I'll test setting some gestures and rebooting to see if those stick or not.
*If swipe up/down are set to inactive they will reset to show/hide notification bar on reset. Other gestures (pinch,...) don't seem to be effected. If one of them (swipe up or down) is set to something and the other is inactive, they do not reset on reboot.
ThemerSupport said:
Hi,
What device/Android version/ROM are you using? We've just tested this on a Nexus 5, and the "Pinch In" gesture appears roughly 20% of the time by accident. We'll pass this onto the developers to see what they can do. We apologize for the inconvenience, hopefully this can be resolved within the next update.
Click to expand...
Click to collapse
There's no way it's only a 20% occurance. You must be testing it slowly, very carefully placing your fingers and making sure you perform the gesture slowly. I don't think that is how anyone uses the gestures, at the very least not how I do it.
Gestures are designed to be quick and convenient. If you follow my instructions, and perform the gestures like a normal user would (i.e. unlock the phone, and quickly execute the gesture without taking account careful finger placement, etc) then it will fail much more than 20% of the time.
Whereas, by comparison, that does not happen (ever!) with the other launchers I mentioned. I seriously doubt it is a "20%" failure rate.
ingenious247 said:
There's no way it's only a 20% occurance. You must be testing it slowly, very carefully placing your fingers and making sure you perform the gesture slowly. I don't think that is how anyone uses the gestures, at the very least not how I do it.
Gestures are designed to be quick and convenient. If you follow my instructions, and perform the gestures like a normal user would (i.e. unlock the phone, and quickly execute the gesture without taking account careful finger placement, etc) then it will fail much more than 20% of the time.
Whereas, by comparison, that does not happen (ever!) with the other launchers I mentioned. I seriously doubt it is a "20%" failure rate.
Click to expand...
Click to collapse
The good news is that the developers are now prioritizing this issue (other tests proved much higher failure rates), so hopefully a fix will arrive in the next update.
ThemerSupport said:
The good news is that the developers are now prioritizing this issue (other tests proved much higher failure rates), so hopefully a fix will arrive in the next update.
Click to expand...
Click to collapse
Awesome!
One thing I know for sure, is the customer support Themer has is the best in the industry. Which seems fitting for what is likely the most innovative app in the history of Android, IMO.
ingenious247 said:
Awesome!
One thing I know for sure, is the customer support Themer has is the best in the industry. Which seems fitting for what is likely the most innovative app in the history of Android, IMO.
Click to expand...
Click to collapse
Glad we could help, if you have any other questions don't hesitate to ask. We're always here to provide as much help as possible.
Yahhh. I have been.
Sent from my IM-A840SP using xda app-developers app
Themer "pinch gesture" not working on galaxy s5
ThemerSupport said:
Glad we could help, if you have any other questions don't hesitate to ask. We're always here to provide as much help as possible.
Click to expand...
Click to collapse
I'm having a similar issue with my Samsung Galaxy s5. When i use either pinch in our pinch out no action takes place. I tried setting these to different apps and functions but still no results. Any ideas on a fix for this? Thank you.
Stoneking1018 said:
I'm having a similar issue with my Samsung Galaxy s5. When i use either pinch in our pinch out no action takes place. I tried setting these to different apps and functions but still no results. Any ideas on a fix for this? Thank you.
Click to expand...
Click to collapse
Hi,
We are looking into gesture improvements. Sorry for the inconvenience.

New Youtube UI...is terrible. [Removed the Navigation Drawer]

I don't even know what to say...
The Navigation Drawer has got to be one of the best UI designs in Android... and now the youtube app has removed it.
"Slide, Scroll, Tap" has now turned into
"Tap, Tap, Tap, Back, Tap, Tap Tap, Back, Tap" .....
Why... why on this good green earth would they ruin the application like this?
Is Google going to drop the Navigation Drawer? In all seriousness if this is true (And I didn't know about it) then I am just done with Android... I just cannot put up with another "Change for the sake of change" that ruins the innovation.
Anyone have more information on their official stance with the Navigation Drawer Ui element?
I am at a loss for words... this is as bad as removing the start button from Windows... just... why? Why would you remove the best UI navigation tool?
I cannot understand.
It is indeed a little perplexing why they changed that due to the nav drawer being such an integral part of almost every one of their other apps. We will have to wait and see how this plays out, and whether its a single app thing or not. That said, the new control over notifications from specific channels is much better.
nickervision said:
It is indeed a little perplexing why they changed that due to the nav drawer being such an integral part of almost every one of their other apps. We will have to wait and see how this plays out, and whether its a single app thing or not. That said, the new control over notifications from specific channels is much better.
Click to expand...
Click to collapse
Right but why not improve things and keep the Navigation Drawer? I keep reinstalling an old version because this "new UI" keeps auto updating even without updating the application.
Ugh. I am in a point where I am needing to get a different device to replace a failing one...and if Google is dropping their advanced layouts and UI navigation for "Apple simple" ones, then I am done with android. I just cannot handle any more stupidity.

Trouble with Gestures

Is anyone else having trouble using gestures with third party launchers? For me, they work just fine and then after some time it reverts to buttons and I get the message "System navigation updated. To make changes, go to settings".
Searching around, it seems like people on other phones don't have this problem anymore.
On a different note, I started using fluid navigation gestures (FNG) and I preferred that since I could add more gestures. Problem is if I'm plugged into the dual screen case and I turn off the dual screen - either by turning the screen behind the phone or manually turning it off - and use the notification shade, then the buttons come back and hide and FNG is disabled until I start using the dual screen again.
Anyone have any solutions?
schmao said:
Is anyone else having trouble using gestures with third party launchers? For me, they work just fine and then after some time it reverts to buttons and I get the message "System navigation updated. To make changes, go to settings".
Searching around, it seems like people on other phones don't have this problem anymore.
On a different note, I started using fluid navigation gestures (FNG) and I preferred that since I could add more gestures. Problem is if I'm plugged into the dual screen case and I turn off the dual screen - either by turning the screen behind the phone or manually turning it off - and use the notification shade, then the buttons come back and hide and FNG is disabled until I start using the dual screen again.
Anyone have any solutions?
Click to expand...
Click to collapse
Same annoying issue! I think it happens every time Nova gets restarted but not sure on that. I've searched for a resolution too and can't find one. I tried creating a tasker profile to make it easier to switch back to gestures via a quick setting but it doesn't work. The secure setting to change is navigation_mode value of 2.
schmao said:
Is anyone else having trouble using gestures with third party launchers? For me, they work just fine and then after some time it reverts to buttons and I get the message "System navigation updated. To make changes, go to settings".
Searching around, it seems like people on other phones don't have this problem anymore.
On a different note, I started using fluid navigation gestures (FNG) and I preferred that since I could add more gestures. Problem is if I'm plugged into the dual screen case and I turn off the dual screen - either by turning the screen behind the phone or manually turning it off - and use the notification shade, then the buttons come back and hide and FNG is disabled until I start using the dual screen again.
Anyone have any solutions?
Click to expand...
Click to collapse
Nova shows you an explanation right on the settings page of the problem. Google has not made gestures 100% compatible with 3rd party launchers and there is nothing devs can do until Google gives them what they need
Yes, I've seen that message. I've also seen that Google delivered this ability in December of last year and that some users have this working fine. It's different from when it would gray out the option to use the gestures. This one feels like LGs software is the one resetting the gestures since the notification is titled System UI.
I'd be fine with any solid gesture solution as I'm not mated to the built in gestures, but it seems like others break due to the dual screen. Meanwhile the built in ones fail. I could of course change back to gestures every time this happens, but it feels like I'm using a beta device in this regard.
schmao said:
Yes, I've seen that message. I've also seen that Google delivered this ability in December of last year and that some users have this working fine. It's different from when it would gray out the option to use the gestures. This one feels like LGs software is the one resetting the gestures since the notification is titled System UI.
I'd be fine with any solid gesture solution as I'm not mated to the built in gestures, but it seems like others break due to the dual screen. Meanwhile the built in ones fail. I could of course change back to gestures every time this happens, but it feels like I'm using a beta device in this regard.
Click to expand...
Click to collapse
I don't think it's LG. My wife has the same issue on her Note10, and I have it in both my V60 and my OnePlus 6t all using Nova. Maybe another launcher has implemented the fix?
So far for me Action Launcher seems to be working ok with gestures, even after a reboot. I prefer Nova but this is close.
edit: Dual screen causes the navigation to revert back

General (FIX!!!) 3rd Party Launchers and the Recent Apps button issues, consistent replication.

I'm sure some of you have experienced the Recent Apps button (3 button navigation) not working with 3rd party launchers (Nova, Microsoft, etc). The only fix I have been able to find is to switch the default launcher to the Pixel Launcher, and then back to your 3rd party launcher of choice.
Luckily, I have been able to replicate this problem consistently. While using a 3rd party launcher (Nova launcher in my case), open any app (and only one) and press the Recent Apps button 3 times quickly. The Recent Apps button should stop working. It does not break when there are no recent apps or when there are 2 or more.
Hopefully, this information might be helpful to minds smarter than my own.
If anyone else is experiencing this or is able to replicate the issue as well, I'd like to hear what your setup and experience with the issue is.
Your browser is not able to display this video.
I've been using Nova on my P6 since I got it, until 2-3 days ago anyway when I decided to try Gesture Navigation instead.
I've never had the issue you're showing, not a single time. What I DID encounter a few times is that instead of the proper Recents overview when tapping on Recents I'd only see a weird view of my homescreen, like when you longpress anywhere on the homescreen, except that it was ONLY the homescreen and no settings/wallpaper or other options. That happened randomly and was hard to reproduce, but I've never seen the issue you're showing in the video
Did you import/restore any apps/settings, esp. for Nova, when you set up the phone? That seems to cause a lot of issues when coming from a non-Pixel device. I hard a weird glitch were the display would briefly light up every 10-20 minutes when the phone was just sitting there untouched, a factory reset and fresh install of all apps fixed it.
Maybe try that too?
Nimueh said:
I've been using Nova on my P6 since I got it, until 2-3 days ago anyway when I decided to try Gesture Navigation instead.
I've never had the issue you're showing, not a single time. What I DID encounter a few times is that instead of the proper Recents overview when tapping on Recents I'd only see a weird view of my homescreen, like when you longpress anywhere on the homescreen, except that it was ONLY the homescreen and no settings/wallpaper or other options. That happened randomly and was hard to reproduce, but I've never seen the issue you're showing in the video
Did you import/restore any apps/settings, esp. for Nova, when you set up the phone? That seems to cause a lot of issues when coming from a non-Pixel device. I hard a weird glitch were the display would briefly light up every 10-20 minutes when the phone was just sitting there untouched, a factory reset and fresh install of all apps fixed it.
Maybe try that too?
Click to expand...
Click to collapse
This is a fresh install of Nova. I Imported all my apps from my Galaxy S10+, so I'll try that and report back with results.
Other than that, what do you think of the gesture navigation? I pretty much wrote it off as soon as I got the phone.
natepichler said:
This is a fresh install of Nova. I Imported all my apps from my Galaxy S10+, so I'll try that and report back with results.
Other than that, what do you think of the gesture navigation? I pretty much wrote it off as soon as I got the phone.
Click to expand...
Click to collapse
I've never been a fan of it, never used it before and still don't like it. The only reason I'm trying it again is because I'm still not rooted and simply can't stand looking at that ugly white navbar (yea yea, I know I'm weird ). It works I guess, but getting to Recents for example is a hit & miss with gestures, navbar is much more reliable for me.
Whatever your issue is I hope you get it sorted
natepichler said:
I'm sure some of you have experienced the Recent Apps button (3 button navigation) not working with 3rd party launchers (Nova, Microsoft, etc). The only fix I have been able to find is to switch the default launcher to the Pixel Launcher, and then back to your 3rd party launcher of choice.
Luckily, I have been able to replicate this problem consistently. While using a 3rd party launcher (Nova launcher in my case), open any app (and only one) and press the Recent Apps button 3 times quickly. The Recent Apps button should stop working. It does not break when there are no recent apps or when there are 2 or more.
Hopefully, this information might be helpful to minds smarter than my own.
If anyone else is experiencing this or is able to replicate the issue as well, I'd like to hear what your setup and experience with the issue is.
View attachment 5456297
Click to expand...
Click to collapse
I can replicate this on my P6 also, 3 taps and recents is broken. I have to change launchers or power cycle (reset) to get it working again. I originally imported settings and apps from an LG V35 10 days ago.
sdbe said:
I can replicate this on my P6 also, 3 taps and recents is broken. I have to change launchers or power cycle (reset) to get it working again. I originally imported settings and apps from an LG V35 10 days ago.
Click to expand...
Click to collapse
Interesting. What launcher are you using?
natepichler said:
Interesting. What launcher are you using?
Click to expand...
Click to collapse
Nova.
sdbe said:
Nova.
Click to expand...
Click to collapse
FIX!!!!!!
Settings > System > Developer Options > Animator duration scale
Turn to 'Animation off'
The Window animation scale and Transition animation scale has no effect on this.
After changing this, I have not been able to replicate this issue.
My best guess is that the recent apps button is pressed while the animation is still going, and the phone has the electronic equivalent of a mild stroke.
Can anyone else confirm that this corrects the issue? I haven't seen a solution like this on any of the many threads about this.
natepichler said:
FIX!!!!!!
Settings > System > Developer Options > Animator duration scale
Turn to 'Animation off'
The Window animation scale and Transition animation scale has no effect on this.
After changing this, I have not been able to replicate this issue.
My best guess is that the recent apps button is pressed while the animation is still going, and the phone has the electronic equivalent of a mild stroke.
Can anyone else confirm that this corrects the issue? I haven't seen a solution like this on any of the many threads about this.
Click to expand...
Click to collapse
Turning animation off prevents the 'recents' button failure, but I wouldn't call it a fix since then animations won't work. Personally I will keep animations set to .5 and try not to press 'recents' too many times. The lack of animations gives the Nova UI a flat and amatuerish look.
This is a Nova bug, probably due to Android 12 incompatability, since it doesn't happen with the Pixel launcher. I guess we can hope that they correct it eventually.
Thanks for identifying the cause, I had this happen multiple times before I read your post and didn't have any idea what was causing it.
sdbe said:
Turning animation off prevents the 'recents' button failure, but I wouldn't call it a fix since then animations won't work. Personally I will keep animations set to .5 and try not to press 'recents' too many times. The lack of animations gives the Nova UI a flat and amatuerish look.
This is a Nova bug, probably due to Android 12 incompatability, since it doesn't happen with the Pixel launcher. I guess we can hope that they correct it eventually.
Thanks for identifying the cause, I had this happen multiple times before I read your post and didn't have any idea what was causing it.
Click to expand...
Click to collapse
I have some shaky hands so I end up pressing the button a few times fairly often.
I think the issue is with Pixel Launcher. I have confirmed that this issue happens in other launchers as well (Microsoft Launcher). I also found that killing the Pixel Launcher fixes it too.
Nimueh said:
I've been using Nova on my P6 since I got it, until 2-3 days ago anyway when I decided to try Gesture Navigation instead.
I've never had the issue you're showing, not a single time. What I DID encounter a few times is that instead of the proper Recents overview when tapping on Recents I'd only see a weird view of my homescreen, like when you longpress anywhere on the homescreen, except that it was ONLY the homescreen and no settings/wallpaper or other options. That happened randomly and was hard to reproduce, but I've never seen the issue you're showing in the video
Did you import/restore any apps/settings, esp. for Nova, when you set up the phone? That seems to cause a lot of issues when coming from a non-Pixel device. I hard a weird glitch were the display would briefly light up every 10-20 minutes when the phone was just sitting there untouched, a factory reset and fresh install of all apps fixed it.
Maybe try that too?
Click to expand...
Click to collapse
This. I have this problem where the recent apps don't show, and instead I just get a zoomed out version of my homescreen. This happens CONSTANTLY and is the most annoying thing about this phone. It happened to me on the stock launcher as well as on Nova.
Anyone know of a fix for that?
Diablo2424 said:
This. I have this problem where the recent apps don't show, and instead I just get a zoomed out version of my homescreen. This happens CONSTANTLY and is the most annoying thing about this phone. It happened to me on the stock launcher as well as on Nova.
Anyone know of a fix for that?
Click to expand...
Click to collapse
Did you activate developer options and tick don't keep activities near the bottom of the options, perhaps by mistake?
weinbers said:
Did you activate developer options and tick don't keep activities near the bottom of the options, perhaps by mistake?
Click to expand...
Click to collapse
I did tick that, because I couldn't open my recents menu to close apps. I just unticked that option, and still have the same issue happen when I hit the recents button.
It zooms out to a smaller version of my homescreen, and if I swipe up it will close the most recent app, then show the rest of the open apps, if I just swiped to the right to go to another open app, the smaller homescreen slides to the right off my screen but it doesn't show the other running apps. It's almost as if it's having an issue drawing the image of the open apps.
Diablo2424 said:
This. I have this problem where the recent apps don't show, and instead I just get a zoomed out version of my homescreen. This happens CONSTANTLY and is the most annoying thing about this phone. It happened to me on the stock launcher as well as on Nova.
Anyone know of a fix for that?
Click to expand...
Click to collapse
Not sure I'd call it a "fix" but since I switched to Gesture Navigation instead of using the navbar it hasn't happened once. Maybe the P6/A12 does something odd with the Recents button that needs to get fixed through an update, no idea.
Nimueh said:
Not sure I'd call it a "fix" but since I switched to Gesture Navigation instead of using the navbar it hasn't happened once. Maybe the P6/A12 does something odd with the Recents button that needs to get fixed through an update, no idea.
Click to expand...
Click to collapse
I thought that would fix it as well, so I switched to navbar (which I prefer anyway) and it is happening there too . A12 is just so buggy, it's annoying, I hate that companies use the public as their beta testers nowadays
Just noticed it today had it since launch day. Only change was the fingerprint reader update I did yesterday.
sdbe said:
I can replicate this on my P6 also, 3 taps and recents is broken. I have to change launchers or power cycle (reset) to get it working again. I originally imported settings and apps from an LG V35 10 days ago.
Click to expand...
Click to collapse
I'm coming from an LGV30, running Nova. I was planning to just import settings and apps to my P6Pro when it arrives. Did that ultimately work for you, or did you end up doing a fresh install of all your apps, including Nova?
gmfeld said:
I'm coming from an LGV30, running Nova. I was planning to just import settings and apps to my P6Pro when it arrives. Did that ultimately work for you, or did you end up doing a fresh install of all your apps, including Nova?
Click to expand...
Click to collapse
Actually it worked very well, I was surprised. I used cable method that google recommended with the usb-c cable that came with the phone.
I have done LG to LG imports and Samsung to Samsung but never tried LG to Pixel.
I still had to do a lot of setup steps like passwords, set the home screen to Nova and handle the widgets. Be sure to go the play store and do an 'update all'. But it was much easier and quicker than doing a clean install. I figured I could always do that later if I suspected something was not working.
There are issues with the phone and Android 12 but so far I don't think any of them have to do with the install (of course I could be wrong).
Great! Thanks for the info.
Chiming in with a stock unrooted Pixel 5 using Nova Launcher. My Recents also becomes randomly unresponsive, and I am able to reproduce it using the method in the first post (press three times rapidly). I also get the weird zoomed out blank menu as others have mentioned fairly regularly.

Categories

Resources