Thread: [SailfishOS] Pure Maps
View Single Post
Posts: 55 | Thanked: 206 times | Joined on Mar 2019
#651
Originally Posted by rinigus View Post
Re sleep states: while program is not suspended, the whole OS is. That's what keepalive is for. I suspect there is something in Jens's program which inhibits the sleep - should be keepalive.
Thanks for the explanation. Couldn't find any documentation on this yet as well I didn't find any no occurrence of "keepalive" in Laufhelden like in PM, but that doesn't mean, there couldn't be another mechanism that does the same (which I didn't discover yet).

Originally Posted by rinigus View Post
Re suspend/resume media player: so, that means it player specific, isn't it? Which is rather poor design in my mind and should be solved on OS level (mixing players?). I guess we can do as others are, just implement it in platform-specific code.
It works for me, as I'm using the standard-player. But you're right - platform-specific code would be the more elegant (and time-consuming) way.

Originally Posted by rinigus View Post
Re blabbing/sleeping preference: the main risk is draining the battery of users who don't use this feature. I'd be cautious and add it under preferences.
You're right, didn't consider battery drain could be an issue. As there could be other situations in which it's better to switch off babbling when diplay is off, the option under preferences is surely the best way to do.

Originally Posted by rinigus View Post
Re closing PM and not being able to start: we had this issue earlier and never managed to track it down. is it on J1? No clue when was it discussed in this thread. Try to check if sailfish-qml is still running from prev invocation. I can look it up how to do that, but I'd prefer to continue with some other stuff. Maybe you can figure out the solution with ps and kill...
I'm sure, I read it somewhere in this thread, but couldn't find it yet. But I will - so no need for you to look it up. Device is R7, btw.

Originally Posted by rinigus View Post
Re position marker without fix: its provided by OS and Pure Maps does not check anything so far regarding GPS status. Only things we get are position, uncertainty, speed. Direction, is probably calculated, but I don't remember correctly. [...]
Don't want to bother you with that, but maybe could qtpositioning timestamp be helpful?
 

The Following 3 Users Say Thank You to BGK For This Useful Post: