Hi, I’m looking for an alternative to Google’s Find my phone that can be self hosted. Most important feature would be to see the last known location of a mobile phone without disclosing the location to any third party system. It would be nice to have features like making the phone ring or wiping the phone remotely.

Happy to hear any ideas what you people are using.

  • leanleft@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 days ago

    if theft is a concern. record IMEI number and they(carriers etc) will probably blacklist the phone from mobile networks and maybe aid the tracking(investigation…if any). which, afterwards, lowers resale value

    • ramasses@social.ozymandias.club
      link
      fedilink
      English
      arrow-up
      0
      ·
      8 days ago

      I have been hosting my own server for a few months bow. Works amazingly. One thing is their seems to be two versions of the server, make sure the one you install is the actively maintained one.

    • WaterWaiver@aussie.zone
      link
      fedilink
      English
      arrow-up
      0
      ·
      8 days ago

      I am using this one. Texting or messaging my phone (on anything that makes a notification popup) with the text “fmd password location” gives me GPS coords. More than enough for me, and works even from a borrowed stranger’s phone.

      Setup steps require ADB though, because in the phone ecosystem getting “unusual” permissions usually requires business deals with Google/Apple.

  • jaschen306@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 days ago

    Little known feature on Home Assistant is the ability to have any phone who has home assistant installed to be able to use it as a trigger. So you can see things like battery left and gps location. I have an automations that will ping the last location of my family members when the phone hits 2% power so I can see their last location right before the phone dies.

    • GreenKnight23@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      8 days ago

      great idea, but a suggestion.

      instead of just one ping at 2%, do three within 10 seconds of each other. this would determine direction and rate of travel.

      • blargh513@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        0
        ·
        8 days ago

        You can just remotely enable high accuracy mode for a minute and it will trace their path on a map cleanly.

        _action: notify.mobile_app_your_fone metadata: {} data: message: device_high_accuracy_mode data: silent: true high_accuracy_mode: turn_on channel: loc __

        • GreenKnight23@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          8 days ago

          wouldn’t that either be disabled due to the low battery or eat up the remainder of the battery?

          I would think snapping coords, even at low accuracy, would be more power efficient since it technically doesn’t have to connect to more satellites and requires less compute.

          • blargh513@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            0
            ·
            7 days ago

            If you have the mobile app installed, it’s running GPS in the background anway. High accuracy mode just ups the frequency of checkin to your liking. Besides, you only need to have it on for a minute or so to determine vector. You probably already have it, but if there is any question, going high accuracy for a moment will answer it.

            I don’t find that high accuracy does much to battery life as long as you’re smart with it. There are may ways to configure it so it won’t eat your battery.