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 - Tapio

#541
Natürlich findet sich das Dashboard nun direkt unter der Android-Statusleiste ein, da ja der Vollbildmodus wegfiel.
#542
Meine Dashboards sind immer oben und ich habe da kein Problem.
#543
Locus Map / Re: [APP] - version 4.11.+ ( 07/2022 )
September 27, 2022, 09:31:04
Quote@Tapio
this is correct behavior. Both options you wrote are kind of "simulation" so = red icon.
Oh sorry, I have overlooked there's a difference between what you call indoor training and just GPS off. I see it now.
For more prominent placement, could you elevate the 2 simulation modes into the context menu of the GPS icon in button bar?

There is a problem with the active navigation track display. Starting navigation directly out of route planner, I sometimes get an invisible track which is being navigated.
Didn't find, when it exactly happens, but at least I found a bug in the basic navigation line style - this may be the cause. See video. Track style is set to 6px, but size and transparency fade, depending on zoom level.

https://youtu.be/6pDl6NgINDk

@MichaelBechtold: not a problem here.
#544
Locus Map / Re: [APP] - version 4.11.+ ( 07/2022 )
September 26, 2022, 16:51:01
Quote from: Menion on September 26, 2022, 14:11:47[hmm what exactly is a problem?
The icon stays red after switching FROM "track movement simulation" TO "Indoor training".
That's what I tried to write.
#545
Locus Map / Re: [APP] - version 4.11.+ ( 07/2022 )
September 26, 2022, 12:41:30
@Menion, very minor refresh issue. If a simulation is running, and it is changed to "indoor" from the compass screen, see screenshot, the gps icon stays red and context menu still allows to turn off.

Never noticed the movement simulation system. Lovely. Of course it very much asks for sppeding up simulation, skipping, stopping, pausing, all the nice stuff.
You cannot view this attachment.

You cannot view this attachment.
#546
Locus Map / Re: [APP] - version 4.11.+ ( 07/2022 )
September 24, 2022, 14:42:33
Quote from: Andrew Heard on September 24, 2022, 12:29:00Export button, and it is totally ignored.
Same.
#547
Locus Map / Re: [APP] - version 4.11.+ ( 07/2022 )
September 23, 2022, 21:04:03
RE: Fullscreen. Regrettably, but yes. I've noticed hacks and problems in the past, also in other apps (eg Moon+ Reader). Small step back, but we'll survive it 😉
#548
Locus Map / Re: [APP] - version 4.11.+ ( 07/2022 )
September 23, 2022, 20:06:53
New beta, Fullscreen: So the top Android bar will always be visible now? I don't find any fullscreen option any more. Feels like a step back.

Geotagged photo display is fixed for me, thx.
#549
Locus Map / Re: [APP] - version 4.11.+ ( 07/2022 )
September 16, 2022, 17:17:17
Quote from: Menion on September 02, 2022, 16:13:36The new Beta version 4.11.1.3 is finally published.
Menion, somewhere you wrote this bug which I mentioned here in forum is fixed: "Geotagged photo view, on first open it cannot be resized - needs a second open". I hope you remember. Problem is still existing in recent beta.
#550
Tasker / Re: Call Tasker Task with parameters
September 15, 2022, 16:13:05
Joska,

here's something for you to test. You can draw conclusions and learn the basic concept from it.

1. Import this task into your Tasker: https://taskernet.com/shares/?user=AS35m8kdDIMDeveQcQfRglam%2Fah1mTW%2FWcg05FZ39c0i1q%2F77iY3E7cIwxCkXqJTaTA%3D&id=Task%3ABeispieltaskX

2. Add a Quick Bookmark into Locus, with this URL definition:
tasker://assistantactions?task=BeispielTaskX&par1={mapLat},{mapLon},666&par2=Hallo Joska
3. Execute this Quick Bookmark

Gaaaanz grundsätzlich: Tasker-Tasks kann man direkt ausführen (was wir hier tun) oder sie können durch Profile gestartet werden. Profile lösen Tasks mittels eines Triggers aus. ("Zeit = 16:00" zum Beispiel).
Tasks können ursprünglich zwei Parameter übergeben bekommen, %par1 und %par2. Im Task sind das dann normale Variablen, die geändert werden können.
#551
Ich persönlich lasse während meiner Wanderungen via Tasker überwachen, ob die Aufzeichnung läuft (LocusTasker-Plugin, Auswertung von %is_track_rec_recording) - ist sie nicht "true", gibt es einen Alarm. Ansonsten ein subtiler Piepser, der mir anzeigt, dass Locus und Android leben. Bleibt der aus, merke ich das irgendwann. Das habe ich mal gemacht, als mein Android öfter abstürzte und neu startete.

EDIT: Ich habe es mal bis aufs grundsätzliche Konzept verkleinert und hochgeladen.
https://taskernet.com/shares/?user=AS35m8kdDIMDeveQcQfRglam%2Fah1mTW%2FWcg05FZ39c0i1q%2F77iY3E7cIwxCkXqJTaTA%3D&id=Profile%3ARecWatcher
#552
Tasker / Re: Call Tasker Task with parameters
September 12, 2022, 09:02:47
Das ist doch bloß ein Beispiel mit Platzhalter um aufzuzeigen, wie man das macht. Es ruft den Task "TaskNameHere" auf und übergibt den Längengrad nach %par1 und Breitengrad nach %par2
#553
Joska, Du brauchst Falcos Tasker-Plugin für Locus. Ein direkter Weg ist nicht möglich. Du findest enorm viele Daten dann unter (Add action) - Plugins - LocusTasker - Request Sensors and Stats. Der Screenshot zeigt nur einen Teil. Der ug. Dialog und auch Tasker zeigen die Variablennamen dann an.
You cannot view this attachment.
#554
Nur beste Erfahrungen. Locus hat bei eigenen bzw. Android-Abstürzen bei mir die Aufzeichnung noch nie vergessen, ich fand das immer überraschend robust. LM3 und 4
#555
Locus Map / Re: [APP] - version 4.11.+ ( 07/2022 )
September 05, 2022, 10:01:05
There seems to be an issue with stopping recording via an intent. It does not (always?) stop. I have automated my recording start/stop heavily and I noticed multiple saving attempts of the same track hourly, but with the first saving the recording should have stopped. It doesn't, recording continues. Will observe...
Menion has there been any change in those realms? It happens since I installed latest beta. But hard to track down, because when I execute the intent code manually, it works.

This is the saving intent code...
tasks: { track_record  : { action: "stop", auto_save: true } }