Skip to content
Sylvain M edited this page Jan 3, 2022 · 2 revisions

Tasker is a nice app' an can do a lot of things.

By using Tasker with iTracing2, you can easily take a picture, launch an another app, etc.

You have two options...

By capturing broadcasted actions

See the list of broadcasted actions here

On tasker, create a Profil and select "Event" / "System" / "Receive Intent"

Action name should be net.sylvek.itracing2.action.START_VIBRATE_PHONE (for example)

And in iTracing2 you have to select "start vibrate" for a given iTag.

It's working well for a single iTag or if you want to have a same action for all your vibrated iTags.

By sending a custom Intent

Thanksfully, there is an another way. For each iTag, you can select a custom action. First of all, select "call an URL or an action" to the actions list, and set a custom string to the custom action input dialog box.

For example, write net.sylvek.itracing2.the-name-of-my-itag

And set the same string on Tasker 🙂 (see above)