The FindMy Flipper app turns your FlipperZero into an AirTag or other tracking device, compatible with Apple AirTags and Samsung SmartTag and Tile Trackers. It uses the BLE beacon to broadcast, allowing users to clone existing tags, generate OpenHaystack key pairs for Apple's FindMy network, and customize beacon intervals and transmit power.
1.59k
stars
51
forks
source link
Find My Flipper state auto formatting every time the app is opened. #12
The id's seem to be dynamic and changing every time application is opened.
Steps to recreate:-
1) Importing key from .key file and checking find my flipperstate.txt
2) The data would have reverted back to the default.
2nd method
1) Manually enter the data into the file from a computer ensuring proper formatting.
2) Data reverted again.
Problems that I am facing due to this:-
Not able to view the location in macless haystack. (webserver is setup and the private key(base64) imported. im not sure if im not able to fetch location due to the bad configuration of app or haystack.
The id's seem to be dynamic and changing every time application is opened.
Steps to recreate:- 1) Importing key from .key file and checking find my flipperstate.txt 2) The data would have reverted back to the default.
2nd method
1) Manually enter the data into the file from a computer ensuring proper formatting. 2) Data reverted again.
Problems that I am facing due to this:-
Not able to view the location in macless haystack. (webserver is setup and the private key(base64) imported. im not sure if im not able to fetch location due to the bad configuration of app or haystack.