Dan Dyse
Dan Dyse
Solved: SD card was broken.
Had the same problem. Unfortunately, Mink comes WITHOUT a default driver installed. Annoying, but easy to fix.
I get confidence values up to 220 ... my guess is the distance to the tag: the closer the higher the more accurate the gps values. I believe it is...
Just read in the [author's paper](https://github.com/seemoo-lab/openhaystack?tab=readme-ov-file#references) that it likely represents the accuracy in meters. If you open google maps and look at yourself it shows a blue circle – "confidence"...
Maybe I should have opened another "issue" but it somehow belongs here, so ... Do these chinese AirTag clones actually work like Apple's AirTags? I have tried to change the...
Thanks for the quick reply. So what network do they use? Android, Samsung, Google – I didn't know that there actually IS someone else doing this like Apple does ...
My question is if Google / Android phones are now reporting Apple's FindMy devices to their (or even Apple's) server as well. If Google isn't releasing info on how to...
Noticed that as well, it breaks the request_reports script when EllipticCurvePublicKey is called. Since it only breaks for certain keys I have put all the code there into try/except just...
so I have added these two lines before from_encoded_point is called: ``` if len(data)>88: data = data[0:4] + data[5:] ``` seems to decode fine and doesn't crash anymore. question still...
> I successfully retrieved the keys from the macOS Find My application. Do you mind sharing how you did that?