FMD Android: secure open source alternative to Google's Find My Device
1–9 of 9 posts
Re: FMD Android: secure open source alternative to Google's Find My Device
#2Re: FMD Android: secure open source alternative to Google's Find My Device
#3Re: FMD Android: secure open source alternative to Google's Find My Device
#4My current approach to this on my GrapheneOS phone is to use GpsLogger, writing to a directory that uses Syncthing-Fork to regularly send data to a computer at home. If the phone is lost I open the gpx files in Dawarich. Pretty elaborate clunky solution but works well and doesn't require Play Services.
I found my wife phone that way
Re: FMD Android: secure open source alternative to Google's Find My Device
#5My current approach to this on my GrapheneOS phone is to use GpsLogger, writing to a directory that uses Syncthing-Fork to regularly send data to a computer at home. If the phone is lost I open the gpx files in Dawarich. Pretty elaborate clunky solution but works well and doesn't require Play Services.
Re: FMD Android: secure open source alternative to Google's Find My Device
#6SMS listener? Persistent webhook?
Re: FMD Android: secure open source alternative to Google's Find My Device
#7My current approach to this on my GrapheneOS phone is to use GpsLogger, writing to a directory that uses Syncthing-Fork to regularly send data to a computer at home. If the phone is lost I open the gpx files in Dawarich. Pretty elaborate clunky solution but works well and doesn't require Play Services.
in case you also have home assistant, you can enable location reporting too. you can request precise lock remotely and use it for buch of automations. I found my wife phone that way
Re: FMD Android: secure open source alternative to Google's Find My Device
#8A write up of how it exactly works would be good. SMS listener? Persistent webhook?
Re: FMD Android: secure open source alternative to Google's Find My Device
#9A write up of how it exactly works would be good. SMS listener? Persistent webhook?
Read the github README
https://fmd-foss.org/docs/fmd-android/overview
It uses a persistent notification with a direct reply mode so that the persistent FMD background app can post to it.