Milan Stute
Milan Stute
We won't add support for other tracking networks. Leaving this open intentionally for others to see.
I don't own any Tile trackers and I don't know their hardware platform. Therefore, I wouldn't know how to flash a custom firmware onto them. Also, why flash OpenHaystack on...
@greatjack1 Anything based on nRF51288 should work. Just browse related issues: #20 or #35.
You get some information already. > Is it possible to have an indicator "Mail.app plugin connection OK" ? You will receive a pop-up if OpenHaystack is unable to connect to...
@TomBoehm can you ensure that your accessory is correctly emitting the beacons using our latest version? We are not aware of any regional restrictions of the Find My network.
Great that you got it working on your new machine. On your old machine: can you verify that your iCloud keychain contains an item named `com.apple.account.DeviceLocator.search-party-token` (via the system's _Keychain...
@schoeberlt You can capture full BLE advertisements (including sender's MAC address) via Apple's PacketLogger (part of [Additional Tools for Xcode](https://download.developer.apple.com/Developer_Tools/Additional_Tools_for_Xcode_12/Additional_Tools_for_Xcode_12.dmg) package).
The `search-party-token` is part of Apple's Find My implementation. We only read that token and never overwrite it, so it should not matter, which way you installed OpenHaystack. You can...
Good idea. Would it make sense to put * `keys` under `${XDG_CONFIG_HOME}` and * everything else (`debug`, `discover.last.json`) under `${XDG_DATA_HOME}`?
In principle, it should be fairly straightforward to reimplement this code in an Android app. The problem is that Apple devices exclusively use AWDL as the link layer. To ensure...