docs:faq:how_to:automate_track_recording_tasker

This is an old revision of the document!




GPX Viewer PRO supports starting/pausing, stopping and adding waypoints by automation with https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm - This how to will explain how this could be automated with Tasker app:

  1. In Tasker add new task and add new action SystemSend Intent with these parameters:
Send Intent [ 
  Action: android.intent.action.RUN
  Cat: None
  Mime Type:
  Data:
  Extra: android.intent.extra.TEXT:TRACK_RECORDING_ACTION_START_PAUSE
  Extra:
  Extra:
  Package: com.vecturagames.android.app.gpxviewer.pro
  Class:
  Target: Activity ]

For starting track recording add android.intent.extra.TEXT with parameter TRACK_RECORDING_ACTION_START_PAUSE, for stopping track recording change it to TRACK_RECORDING_ACTION_STOP and for adding waypoint change it to TRACK_RECORDING_ACTION_WAYPOINT.

  • docs/faq/how_to/automate_track_recording_tasker.1566212856.txt.gz
  • Last modified: 2020/08/05 15:28
  • (external edit)