Cannot kill off TomTom - it always restarts :(

Post your questions and help other users.

Moderator: Martin

Post Reply
stupiddog
Posts: 1
Joined: 19 Oct 2013 14:29

Cannot kill off TomTom - it always restarts :(

Post by stupiddog » 19 Oct 2013 14:34

Hello @all,

I have created two flows that essential do the following:

- When connected to my BT car radio, start TomTom (a popular satnav app in Europe)
- When my BT car radio disconnects, stop / kill off the TomTom application.

Both flows work, however, every time Automagic kills off TomTom (I tried: Stop app, kill app process with both SIGTERM and SIGKILL signals...), TomTom restarts again within a few seconds (up to a minute or so).

I do not think this is a malfunction of Automagic, but I think there is some kind of system service or something like that that restarts TT if it is stopped by something else than the user interface.

I would be glad if anyone had an idea on how to shut off TT so that it does not restart without me wanting it to.

Greetings,
Andreas

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Cannot kill off TomTom - it always restarts :(

Post by Martin » 19 Oct 2013 14:51

Hi Andreas,

Android usually restarts services after a few seconds when the services are killed with a regular kill command.
You can try to use force-stop on a rooted device:
Execute Root Command: am force-stop com.tomtom.dach

Replace com.tomtom.dach with the package name of the app you want to kill.

There are some other useful commands listed in this post: DIY-Actions

Regards,
Martin

kamil_w
Posts: 50
Joined: 22 Oct 2013 19:01

Re: Cannot kill off TomTom - it always restarts :(

Post by kamil_w » 24 Oct 2013 11:44

Try this locale plugin:

https://play.google.com/store/apps/deta ... taskkillry this locale plugin

It used to work for me at llama.

Post Reply