Tasker, Kill App under 2.2?

Derekweb

Member
Joined
May 20, 2010
Messages
159
Reaction score
0
Kill APP command does not work under 2.2. Any tasker alternatives?
 

Abe21599

Super Moderator
Rescue Squad
Joined
Dec 22, 2009
Messages
6,322
Reaction score
31
Location
Ohio
what app do you need to kill with tasker? you can just set it go to the home screen
 

GolfProRM

Member
Joined
Nov 11, 2009
Messages
261
Reaction score
0
Location
Lincoln, NE
Slacker would be one example. Going to the home screen when I un-dock doesn't stop the music.
 

Abe21599

Super Moderator
Rescue Squad
Joined
Dec 22, 2009
Messages
6,322
Reaction score
31
Location
Ohio
Slacker would be one example. Going to the home screen when I un-dock doesn't stop the music.

oh good point. i know theres no way to interact with apps other than opening and killing and now 2.2 stopped that. maybe see if they make a plugin for slacker (locale plugins also work)
 

thejoshster

New Member
Joined
Sep 27, 2010
Messages
2
Reaction score
0
Kill APP command does not work under 2.2. Any tasker alternatives?


Found how to make it work

1. get rooted
2. install locale execute plugin
3. install busybox

Then create an local plugin execute task that runs @! killall -q process-name

Just put the name of the process you want to kill where "process-name" is

Its a pain to setup, but not bad after you do the first one. Works great
 

SGTiger

Member
Joined
Nov 9, 2009
Messages
493
Reaction score
0
Kill APP command does not work under 2.2. Any tasker alternatives?


Found how to make it work

1. get rooted
2. install locale execute plugin
3. install busybox

Then create an local plugin execute task that runs @! killall -q process-name

Just put the name of the process you want to kill where "process-name" is

Its a pain to setup, but not bad after you do the first one. Works great

So this "locale execute plugin" works with tasker or you're using locale?
 

thejoshster

New Member
Joined
Sep 27, 2010
Messages
2
Reaction score
0
Kill APP command does not work under 2.2. Any tasker alternatives?


Found how to make it work

1. get rooted
2. install locale execute plugin
3. install busybox

Then create an local plugin execute task that runs @! killall -q process-name

Just put the name of the process you want to kill where "process-name" is

Its a pain to setup, but not bad after you do the first one. Works great

So this "locale execute plugin" works with tasker or you're using locale?

Sorry. Yes the plugin works with tasker.

EDIT: found a small problem it appears it only removes a background app. Will not kill service or foreground app even running as super user :(

I understand this is blocked by design, but there are legit uses for automation.

There has to be a way.

I am new to android. Does anyone know any commands to change a process to run as background?

That would solve it, I believe
 
Last edited:

amwmedia

New Member
Joined
Jun 28, 2010
Messages
10
Reaction score
0
Location
PA, USA
I found a nice solution for killing pandora on Android 2.2.

Media\Media Control\Pause
App\Go Home
App\Kill App\Pandora

This doesn't technically kill the whole app, but it kills enough of it that the next time you start pandora it will auto play again. It does the job for me anyway.
 

cjbear10

New Member
Joined
Jul 23, 2010
Messages
10
Reaction score
0
Location
metro Atlanta
Found how to make it work

1. get rooted
2. install locale execute plugin
3. install busybox

Then create an local plugin execute task that runs @! killall -q process-name

Just put the name of the process you want to kill where "process-name" is

Its a pain to setup, but not bad after you do the first one. Works great

So this "locale execute plugin" works with tasker or you're using locale?

Sorry. Yes the plugin works with tasker.

EDIT: found a small problem it appears it only removes a background app. Will not kill service or foreground app even running as super user :(

I understand this is blocked by design, but there are legit uses for automation.

There has to be a way.

I am new to android. Does anyone know any commands to change a process to run as background?

That would solve it, I believe

I am having trouble getting the Locale execute program to launch without Locale installed. How did you work around this?

Thanks!
bear
 

amwmedia

New Member
Joined
Jun 28, 2010
Messages
10
Reaction score
0
Location
PA, USA
So this "locale execute plugin" works with tasker or you're using locale?

Sorry. Yes the plugin works with tasker.

EDIT: found a small problem it appears it only removes a background app. Will not kill service or foreground app even running as super user :(

I understand this is blocked by design, but there are legit uses for automation.

There has to be a way.

I am new to android. Does anyone know any commands to change a process to run as background?

That would solve it, I believe

I am having trouble getting the Locale execute program to launch without Locale installed. How did you work around this?

Thanks!
bear

Did you try the method I listed above? It works great for me, and doesn't require root or a locale plugin.
 
Top