Project to show AirTags on Android using FindMy.py #117
Replies: 3 comments 7 replies
-
Sidenote that I found a few bugs or mismatches with the FindMy.py documentation for some of the Location history fields and the actual values, e.g. the range of possible values being completely off (one example is the python doc saying a field can have a value in range 1-3 but the actual value being 100-something). I will try to document these as bugs in this repo as I work on this app project. |
Beta Was this translation helpful? Give feedback.
-
This is really cool! I will add your project to the list in the readme. If you need anything in terms of specific features or fixes let me know. |
Beta Was this translation helpful? Give feedback.
-
Hi @malmeloo , as an update I'm actually happy enough with the app now (I renamed the project to not have copyrighted words in it) that I'll probably distribute it to my inner circle at this point, and make a download more easily available on the github page. It actually makes it pretty easy to investigate what is returned from the Here's an example of some of those fields that are mismatched to what is in the pythondocs, like for example the
That's as reported from official AirTags |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I started the project OpenTagViewer that uses the FindMy.py library in an Android/Java app:
app_demo_smallw.mp4
It uses Chaquopy to provide a bridge from Java to Python and back.
I think this might be the first public project that makes you able to see AirTag locations on Android
"Can I try this out now?"
Yes, check out the "How to Use" section of the README
Motivation
The aim of this is mainly personal use -- I have elderly family members who keep turning off their phones by accident and who don't speak the local language, who I've hooked up with some Samsung SmartTags to be able to find them back easily. But those don't update much.
Apple AirTags do actually update frequently, however they're in the Apple walled garden and barely anybody in my family who'd like to check in on said seniors uses Apple devices and/or has them on-hand 24/7.
So I wanted to give said seniors a physical keychain with both the Samsung tag and the Apple tag, that they can't turn off by accident, that they don't need to charge and that we can use to track their current location by in case they get lost etc.
Plans
So this is just a personal thing I wanted to throw together, but I figured there's more people out there that are bothered by the fact that even if they bought an actual apple iOS device, they can't track the AirTags without that device in any way.
In other words: screw Apple's walled garden.
The main things I'd like to do is make it usable for my use-case, as I already have the Samsung "SmartThings" app for my Samsung tags (which I believe are in their own walled garden, but that one isn't giving me issues at this moment).
So basically: live-update the location of the tags, and have a friendly UI for that.
Beta Was this translation helpful? Give feedback.
All reactions