[Q] Apps are restarted instead of resumed when click app icon. - Galaxy Note 4 Q&A, Help & Troubleshooting

Start an app then press home button to put it into background.
Now click the app icon again, the app is restarted instead of resumed.
I googled a little bit, it does seem a bug of Samsung's TouchWiz, but i cant find a fix.
Anyone know how to solve it?

Related

[SOLVED] Gmail gone from recent app list, won't show up

Hi!
After applying the "one click lag fix" and installing the Autokiller app my Gmail app disappeared from the recent app list which comes up after long pressing the home button.
Is there any workaround to get it back in the list?
Thx!
Phandroid said:
Hi!
After applying the "one click lag fix" and installing the Autokiller app my Gmail app disappeared from the recent app list which comes up after long pressing the home button.
Is there any workaround to get it back in the list?
Thx!
Click to expand...
Click to collapse
Just maually launch the GMail app and it will show up in the list. The list shows 6 recently launched apps, not recently intalled apps, nor favorite apps.
foxbat121 said:
The list shows 6 recently launched apps, not recently intalled apps, nor favorite apps.
Click to expand...
Click to collapse
Erm... it's not quite what I asked, sorry. I said it doesn't show up in the list anymore, not that I just installed it or that it's my favourite app.
Even if it's running in background I can't select it - cause it's not there anymore.
Any help?
Phandroid said:
Erm... it's not quite what I asked, sorry. I said it doesn't show up in the list anymore, not that I just installed it or that it's my favourite app.
Even if it's running in background I can't select it - cause it's not there anymore.
Any help?
Click to expand...
Click to collapse
So you mean it even disappeared from the programm menu ? It´s because the recent programm list (long pressing Homebutton) ist different to the programm menu. At least there it should appear. If you launch it from there it will show again in recent programm list.
Come on guys... it's not my first day of using the phone.
It's in the programm menu, it's widget is my homescreen - it just doesn't appear in the "recent program list" anymore. So I can't switch, say, between my browser and my Gmail app anymore.
I don't know how I should explain it in a different way. The app doesn't show up in the recent program list anymore when I long press the home button. It's gone, even if it's running in background and was the LAST app I had opened.
So? Doesn't somebody know something about this?
Visual Task Switcher would be an alternative. I quite like the app, it's a bit slow when using default (home to launch), but when launching from the home page, widgetlocker or quickdesk it's super fast and I find it to be more functional than the recent app list.
So to summerize what OP says: GMail doesn't register as a recently used app, either when launched from the application list or from a widget.
Now that's really strange indeed.
The lagfixes out there do move key Android datastores around, so the obvious test would be to undo the lagfix and see if the problem persists.
miki4242 said:
So to summerize what OP says: GMail doesn't register as a recently used app, either when launched from the application list or from a widget.
Now that's really strange indeed.
The lagfixes out there do move key Android datastores around, so the obvious test would be to undo the lagfix and see if the problem persists.
Click to expand...
Click to collapse
Your summary its absolutely correct, that's my problem.
I guess you're right, I should undo the fix and check it out. But first I should nandroid my device. However the result turns out, I will keep the OCLF and will have to live with with the error if it persists. I also seem to be the only person having ever encountered the error.
I just thought there could a workaround to get it fixed.
You say it does not register as a recent app. Maybe that's the point where one could look for a solution...
Maybe try clearing the cache and data of the gmail app then reboot?
Dont worry Phandroid, I just noticed Im having the same issue. I just yesterday updated from jf5 to jm2 with Kies and I've not applied any lagfix. Also, I'm 80% sure I had this issue bäwith older firmware also.
I will try to find out a solution.
Edit: Okay, I realized that when launching from menu it does appear on recent programs list, but launched from desktop it doesn't. I remoced Gmail desktop shorcut and readded it and now it appears correctly.
Fihlvein said:
Edit: Okay, I realized that when launching from menu it does appear on recent programs list, but launched from desktop it doesn't. I remoced Gmail desktop shorcut and readded it and now it appears correctly.
Click to expand...
Click to collapse
OMG! Why in the world didn't I think of such a simple solution? It worked indeed. Thank you very very much!
Great
Gmail was auto-added on desktop by default with the firmware so that probably had something to do with it not appearing on recently ran apps list. Other apps that were on desktop by default I've removed so I cannot test if it concerns all default app shortcuts...

Proper way to close an application?

Is it the back button all the way out of the application or pressing the Home button? I can't seem to find a concrete answer!
ojai00 said:
Is it the back button all the way out of the application or pressing the Home button?
Click to expand...
Click to collapse
Those do the same thing, which is either leave the app running or leave it in a nearly running state. To actually close an app, you press the multitasking button (the button to the right of home) and swipe the app off the screen.
BUT, you generally don't need to do that in Android -- The OS manages most well behaving apps fine.
jaybeeunix said:
Those do the same thing, which is either leave the app running or leave it in a nearly running state. To actually close an app, you press the multitasking button (the button to the right of home) and swipe the app off the screen.
BUT, you generally don't need to do that in Android -- The OS manages most well behaving apps fine.
Click to expand...
Click to collapse
Swiping an app out of recents does the same thing as pressing the back button actually. To answer the first question, the back button exits an app properly, the home button just suspends the app
jaybeeunix said:
Those do the same thing, which is either leave the app running or leave it in a nearly running state. To actually close an app, you press the multitasking button (the button to the right of home) and swipe the app off the screen.
BUT, you generally don't need to do that in Android -- The OS manages most well behaving apps fine.
Click to expand...
Click to collapse
The back button actually does a better job closing the app, and usually the app has a close button when after jamming the back button. This is how you close (not force close/stop) the app.
If you are using an app and tap the home button, do other stuff and go back, you will be exactly where you were before. This is how you multitask (with the home button).
The multitask menu is like the one on iOS 4 and above. It is a menu of RECENTLY USED APPLICATIONS and is there just for quick switching. Swiping will not close the app, it will delete it off your "history."
Sent from my DROID2 using xda premium
jacklebott said:
Swiping an app out of recents does the same thing as pressing the back button actually. To answer the first question, the back button exits an app properly, the home button just suspends the app
Click to expand...
Click to collapse
http://developer.android.com/reference/android/app/Activity.html#ActivityLifecycle
Swiping gets you to the "activity shut down" phase (onStop and onDestroy are called, assuming your app is nice, it'll shut down).
Home-ing gets you to the onPause phase (from the things I tested, they usually then go to onStop (cached phase)).
Backing out gets you to the onStop (cached) phase.
(You can verify this by looking at Settings>Apps>Running. When I back or home out of an app, the app is shown with the same state (cached). When I swipe an app away, it's gone from both of those task lists.)
jaybeeunix said:
http://developer.android.com/reference/android/app/Activity.html#ActivityLifecycle
Home-ing gets you to the onPause phase (from the things I tested, they usually then go to onStop (cached phase)).
Backing out gets you to the onStop (cached) phase.
Click to expand...
Click to collapse
Although that is native Android behavior, developers almost always make it so the app will nicely shut itself off when pushing the back button.
For example, when I open Root Explorer, it starts of with a black screen, and only after Root Access is granted my files show up. If I tap back and open it again, bam! Same process.
If I tap home after opening and open it again, bam! Takes me right to the / file directory, no inital "startup" of app
Sent from my DROID2 using xda premium
Why can't developers just put an exit button in the app menu?
donec said:
Why can't developers just put an exit button in the app menu?
Click to expand...
Click to collapse
They can, some do, some don't *shrugs*
Sent from my DROID2 using xda premium
donec said:
Why can't developers just put an exit button in the app menu?
Click to expand...
Click to collapse
Generally speaking, there isn't a need for it -- The OS closes and restarts apps as needed to manage resources optimally. Additionally, as gagdude said, most apps save and restore their state beyond the OS cached state, so it isn't always obvious that an app was ever "gone".

Pie controls problem

Hi xda,
I have a galaxy nexus on paranoid android 3.99 and there is a issue with the pie controls. Whenever I'm currently inside a application, I press to close all my recent apps and I do. When I close the apps, the phone goes back to the home screen. When I press the recent apps button at the home screen the last app i was in, it shows up as it was not closed but after about half a second, the phone changes screens and says no recent apps. Does anyone else have this problem? Does anyone know what I'm talking about?
Sent from my Galaxy Nexus using xda app-developers app
speedsolve said:
Hi xda,
I have a galaxy nexus on paranoid android 3.99 and there is a issue with the pie controls. Whenever I'm currently inside a application, I press to close all my recent apps and I do. When I close the apps, the phone goes back to the home screen. When I press the recent apps button at the home screen the last app i was in, it shows up as it was not closed but after about half a second, the phone changes screens and says no recent apps. Does anyone else have this problem? Does anyone know what I'm talking about?
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Just replied to your previous post on this.. it's just an animation glitch. There is no workaround that I know of at the moment.
Sometimes my phone does not show one or two last apps in the recents list until I close the list and open it again. Is it the same bug?
siealex said:
Sometimes my phone does not show one or two last apps in the recents list until I close the list and open it again. Is it the same bug?
Click to expand...
Click to collapse
I don't believe so...i'm not aware of that one

TouchWiz stops responding from My Magazine

So i was annoyed by mymagazine being only 1 swipe away and being accessed by the double tapping home button. So i turned off the home button setting and then then turned off my magazine. it wasnt an issue but i ended up just rooting my phone and then uninstalled all the bloat apps....including mymagazine.
Now when ever i double tap the home button my TouchWiz crashes. however, if i swipe up, it just goes to the play store and says item cannot be found.
i really hope that we get some way to swap out the my magazine for google now or something useful. anyone know a work around that doesnt involve a different launcher??
SAME HERE
ThePwnageKing said:
So i was annoyed by mymagazine being only 1 swipe away and being accessed by the double tapping home button. So i turned off the home button setting and then then turned off my magazine. it wasnt an issue but i ended up just rooting my phone and then uninstalled all the bloat apps....including mymagazine.
Now when ever i double tap the home button my TouchWiz crashes. however, if i swipe up, it just goes to the play store and says item cannot be found.
i really hope that we get some way to swap out the my magazine for google now or something useful. anyone know a work around that doesnt involve a different launcher??
Click to expand...
Click to collapse
I am having the same issue - hitting home button when on my homescreen causes TouchWiz to crash. Did you ever figure anything out?
If you uninstall my magazine or freeze it, tw will fc. It's tied I to the framework of touchwiz, either use a different launcher or reinstall/unfreeze my magazine
Sent from my SM-N9005 using XDA Premium 4 mobile app
This might be a dumb question but If i use a different launcher other than TouchWiz will the s pen functions still work? Also, playstore doesn't have MyMagazine. Do i just need to install the apk if i want to keep using touchwiz? (very new to root)
thanks
Yup will still work - you'll probably find the mymagazine.apk around somewhere
Sent from my SM-N9005 using XDA Premium 4 mobile app
still stuck :\
When i try to install MagazineHome.apk i keep getting "Application not installed".
If i try to install it with Rom Toolbox APK installer it just says installing then goes away as if nothing happened.
I was reading on a few other threads but am quite confused. What is this term Push(ed) being thrown around.
http://forum.xda-developers.com/showthread.php?t=2487346
http://forum.xda-developers.com/showthread.php?t=2446489
You can push/side load via adb or cut n paste it into system apps and set correct permissions - not done it since I had my HTC one so not sure if it is different on the Note, just grab Nova launcher can customise as much as you want and have no fc and no mymagazine
Sent from my SM-N9005 using XDA Premium 4 mobile app

Question: screen overlay detected... How do I fix it?

Hi,
I am trying to use Waze on my phone, but the app won't open as it keeps saying screen overlay detected. I have gone into my settings and turned off the overlay for all the apps apart from the system apps. But it is still not working.
I have tried searching on Google, and don't have any of the apps installed like twilight, luxe or Facebook which are supposed to be causing the problem.
Any other suggestions on how to fix it?
Cheers
TRI
Do you have a display colour app running?
drummerman said:
Do you have a display colour app running?
Click to expand...
Click to collapse
Not that I am aware of unless it is a stock app? Do you have any examples of the apps?
TheRedIndian said:
Not that I am aware of unless it is a stock app? Do you have any examples of the apps?
Click to expand...
Click to collapse
Are you using swipe home, if so deactivate and enable the other app and then enable swipe home.
drummerman said:
Do you have a display colour app running?
Click to expand...
Click to collapse
Not unless it is a stock app
amar95353 said:
Are you using swipe home, if so deactivate and enable the other app and then enable swipe home.
Click to expand...
Click to collapse
Not sure what swipe home is? It's not listed under apps, I usually press the middle button to get to the home screen
TheRedIndian said:
Not unless it is a stock app
Not sure what swipe home is? It's not listed under apps, I usually press the middle button to get to the home screen
Click to expand...
Click to collapse
Screen Balance (which adjusts screen colour balance/tint) and which I recommended in another thread creates an overlay.
Certain apps will not function properly unless SB is turned off.
TheRedIndian said:
Not unless it is a stock app
Not sure what swipe home is? It's not listed under apps, I usually press the middle button to get to the home screen
Click to expand...
Click to collapse
It's not a stock app it's a downloaded app from the play store.
I usually turn off off all the apps using it and turn it on after... It's a frustrating issue but what are you going to do.
If it's bothering you find a good Rom, for example Superman Rom, Overlays was removed as it's too much if s hassle
Sent from my SM-G935F using XDA Premium HD app
TheRedIndian said:
Hi,
I am trying to use Waze on my phone, but the app won't open as it keeps saying screen overlay detected. I have gone into my settings and turned off the overlay for all the apps apart from the system apps. But it is still not working.
I have tried searching on Google, and don't have any of the apps installed like twilight, luxe or Facebook which are supposed to be causing the problem.
Any other suggestions on how to fix it?
Cheers
TRI
Click to expand...
Click to collapse
It has nothing to do with any of that, it's Google's fault. You can flash a fix which is in Phoenix rom thread or go back to a previous stock rom
drummerman said:
Screen Balance (which adjusts screen colour balance/tint) and which I recommended in another thread creates an overlay.
Certain apps will not function properly unless SB is turned off.
Click to expand...
Click to collapse
Tried setting the screen display to basic, but that didn't work
TheRedIndian said:
Tried setting the screen display to basic, but that didn't work
Click to expand...
Click to collapse
Sorry, I didn't make myself very clear. Screen Balance is an app, separate to the UI's adjustments.
I had the same overlay issue,what I did that Ive disabled all the apps altogether,and switched them on back one by one,discovered that an application called Swipe Home Button Ive installed was responsible,so I have uninstalled after which everything was normal.
Is it safe to turn off the overlay for the system installed apps? I have turned off the overlay for all other apps that I have installed
The app that was causing me this problem after this weekend's AT&T software update was Bing. I Uninstalled it and all was fine.
How I finally fixed the "Screen Overlay" problem on my S7 edge.
The easiest fix, only full fix, I have found is as follows. When the screen overlay screen opens in settings, just turn everything marked on to off. Which by the way is the only thing you can do on this screen. Since I did all my apps, even the ones that weren't working, are working as they should. Hope this helps someone.
As Richie and Monigote stated, flash the screen overlay fix from Phoenix ROM. LoL pay attention please
http://forum.xda-developers.com/s7-...s-hybrid-s7e-urv1-00-00-t3357561/post68010406
even when I tried to turn overlay off for all apps mine still was going wrong and I couldn´t use some apps...the only way I got this fixed was making a reset (from the configs options it self) from all my configurations, just configurations, not all data in the phone, it works fine for now...
now I´m with problem with my mobile data connection, I don´t know if it´s from my brand or my phone...
TheRedIndian said:
Hi,
I am trying to use Waze on my phone, but the app won't open as it keeps saying screen overlay detected. I have gone into my settings and turned off the overlay for all the apps apart from the system apps. But it is still not working.
I have tried searching on Google, and don't have any of the apps installed like twilight, luxe or Facebook which are supposed to be causing the problem.
Any other suggestions on how to fix it?
Cheers
TRI
Click to expand...
Click to collapse
The message about overlay detected i have seen and experienced a number of times.
BUT the only time this has occurred is when i was using SideSync
i.e. I am using it to Remote control the device using my PC
or am using my PC to display my Phone within my PC screen (So i can use my phone while using the PC)
The warning was being presented by some apps because SideSync was overlaying the screen to mirror it to my PC screen)
As soon as i disconnected this message stopped.
Not am not saying your using SideSync, But any other app you have installed that can mirror / allow remote access or displaying your phone screen on another device like PC may be causing the problem
TheRedIndian said:
Hi,
I am trying to use Waze on my phone, but the app won't open as it keeps saying screen overlay detected. I have gone into my settings and turned off the overlay for all the apps apart from the system apps. But it is still not working.
TRI
Click to expand...
Click to collapse
Did Pokemon enable the game overlay?
Small controller icon that comes up when games like Pokemon are playing - that could be your issue.
Settings / Advanced Features / Games / Games Tools = disable

Categories

Resources