Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - alang

#1
Tasker / Re: Tasker task trigger in menubar
September 05, 2024, 12:34:02
Haven't seen anything about app factory problems in Android 14 but I dont use myself so don't know. Have you tried the obvious things like rebooting and/or recreating the app ? 
However, if stuck then you could try these alternatives.

1/ Install Locus/Tasker plugin.
Run plugin app; Settings;   Ensure "Run Task From Functions" enabled. Set Regex to match just your tasker task. (format "Projectname/Taskname"  - Default Project is named "Base")
Locus: configure menu; Add Function - add "Run task" from "Add-ons" section.
One tap needed to run, provided Regex matches just one task else it shows a selection list.

2/ Quick BookMark
URL    tasker://assistantactions?task=YourTaskName&par1=YourValue1&par2=YourValue2
Two taps needed to run.

3/ Tasker secondary app.
Tasker: Preferences/ActionTab - ensure "Secondary App Enabled" set. Create profile using "Secondary App Opened" event and map to your task.
Locus: configure menu; Add app - Tasker Secondary.   
One tap needed to run.

There might well be other ways. (e.g if Locus can trigger app shortcuts or send user defined Intents then Tasker can react to those and map to Tasker task)
#2
Tasker / Re: Tasker Plugin returns Altitude 0.0
August 19, 2024, 11:56:01
Hi
I only just noticed this item. 
I have to plead guilty to using the plug-in "map_center_altitude"  but only in one tasker task and only when testing it - which clearly I haven't needed to do for some time (since originally writing it) as I had not noticed it now returns zero.
I suppose ideally it could be enabled only when needed - e.g only if GPS disabled, or perhaps an expert setting, however if that is too much effort then fine.

(BTW I do use map_center_lat and map_center_lon in several tasks and much more often)
#3
If you don't mind not seeing real-time display of point on map, then you could probably do this using tasker and save the points data to a file, then import to Locus at home, or periodically when convenient when on road.

(ie. detect key strokes in tasker (various ways of doing this) with different key/letter (or combination) for each point type,  get lat/lon via locus/tasker plug in or from tasker itself(slower), then write/append gpx format waypoint line to file, alert (e.g. beep) on success/fail).

On the other hand...   "finalize support for so-called Actions Tasks"  .....  Yes Please!!   
e.g. QNP, export currently navigated route, import/export track or points, 'navigate to' with auto start nav, Nearest Point when navigating,  etc       :) 
Currently have to use tasker Autoinput (screenscraper) which is far from ideal.