Hi
I have made a flow which shows me a overlay widget whenever i launch an app. If i click on that widget it clears the ram. I am facing some problem. When i click on that widget it just hides the widget and perform no action. And it also hangs the phone. Every thing turns blank on homescreen and automagic also takes very much time to start after this.
My device is rooted.
http://automagic4android.com/flow.php?i ... 4d08660caa
am kill-all
Moderator: Martin
Re: am kill-all
Hi,
I would try to simplify the flow and the widget by calling 'am kill-all' directly from the widget and not by changing a global variable that triggers a flow.
To do this, you can select action 'Execute Root Command: am kill-all' in the clickable action in the widget. If you want to execute multiple actions, you could add all actions to its own flow and call the flow using an action Execute Flows from the widget.
Are you running Automagic as a foreground app (notification icon visible in the statusbar)? If not, Android might also kill Automagic itself when 'am kill-all' is executed.
Regards,
Martin
I would try to simplify the flow and the widget by calling 'am kill-all' directly from the widget and not by changing a global variable that triggers a flow.
To do this, you can select action 'Execute Root Command: am kill-all' in the clickable action in the widget. If you want to execute multiple actions, you could add all actions to its own flow and call the flow using an action Execute Flows from the widget.
Are you running Automagic as a foreground app (notification icon visible in the statusbar)? If not, Android might also kill Automagic itself when 'am kill-all' is executed.
Regards,
Martin
Re: am kill-all
Hi martin
Thanx for your reply...
It was killing automagic itself...
Thanx for your reply...
It was killing automagic itself...