• Zagorath@aussie.zone
    link
    fedilink
    English
    arrow-up
    8
    ·
    8 hours ago

    How exactly does it work from your phone’s perspective? Does it hook into Google Play Services location data? Do you need to install a different low-level application that replicates that functionality? (If so, what’s the battery life impact like?) Does it need a foregrounded app?

    I’m really interested in this, because like the author I’m really upset at Google killing yet another incredibly useful feature. But the article is a little light on details.

      • Zagorath@aussie.zone
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 hours ago

        But not exactly how the app works. If it’s a Strava-like app you have to remember to run in the foreground, the value is a lot lower to me than something that either uses or replicates GPS’ automatic background behaviour.

    • jlow (he / him)@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      11
      ·
      8 hours ago

      It (theoretically) works without PlayServices. I’m on CalyxOS with MicroG enabled and while I was testing OwnTracks I think MicroG was using the Gplay Location services or something? I’ve since turned something off in MicroG location settings that was phoning home to Google and GPS is pretty bad now, not sure if OwnTracks would still be usable.

      I think the official app tries to not be killed by Android woth the usual tricks (permanent notification, disabling battery optimisation):

      https://f-droid.org/packages/org.owntracks.android

      You can (theoretically) control how often locations are tracked and sent but for me was using the location service constantly and draining battery quite a bit.

      • Zagorath@aussie.zone
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 hour ago

        the official app tries to not be killed by Android woth the usual tricks (permanent notification, disabling battery optimisation)

        You can (theoretically) control how often locations are tracked and sent but for me was using the location service constantly and draining battery quite a bit.

        Ah. Those are exactly what I was worried about. It’s not able to just happen entirely in the background the same way Google’s feature does, then? Kind of automagically?