MatthewKuKanich / FindMyFlipper

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.47k stars 45 forks source link

Flipper isn't near you #89

Open lucidnx opened 1 month ago

lucidnx commented 1 month ago

Soon after I configured app (cloned SmartTag), I am getting frequent notifications that tag is not near me. Is this WIP or this behavior is not expected? It seems to be happening while screen is off (device locked in my case), but can not confirm, just testing right now.

Interval 3s, 6dBm BT ON

MatthewKuKanich commented 1 month ago

This isn't expected behavior. It may have to do with your device locking. Try removing the lock/pin and see if that fixes it. If so I'll look into a workaround so you can still use pin


From: lucidnx @.> Sent: Monday, July 29, 2024 9:17:23 PM To: MatthewKuKanich/FindMyFlipper @.> Cc: Subscribed @.***> Subject: [MatthewKuKanich/FindMyFlipper] Flipper isn't near you (Issue #89)

Soon after I configured app (cloned SmartTag), I am getting frequent notifications that tag is not near me. Is this WIP or this behavior is not expected? It seems to be happening while screen is off (device locked in my case), but can not confirm, just testing right now.

Interval 3s, 6dBm BT ON

— Reply to this email directly, view it on GitHubhttps://github.com/MatthewKuKanich/FindMyFlipper/issues/89, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A3FE3VDLTDIBPX7QHK75TCDZO3SSHAVCNFSM6AAAAABLVKZYLSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQZTMNRYGI2DSNA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

lucidnx commented 1 month ago

Closer info:

  1. I am using function to tell me when tag is not with me (leave it somewhere and go)
  2. I am getting notification that tag is not near me maybe every 5 minutes, also in Find app there's tag greyed out
  3. using Momentum CFW, Samsung's SmartTag (v1)
  4. Lock on flipper does not change anything

Is there any chance that I'v got something wrong while reading payload? Maybe from time to time, ping is not being sent/received on phone and it will immedialy throw notification. I will check that with SDR if it's really needed. Also it may be something else, not ping itself, but I dunno what. Somebody else with SmartTag should help to reproduce this issue.

Otherwise seems that it's working, just it's kinda annoying if that notification is turned on or it will never tell me if I leave it somewhere and go away.