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.
713 stars 31 forks source link

Payload starts with 0x on airtag #18

Closed kenneth7398 closed 3 months ago

kenneth7398 commented 3 months ago

my payload starts with 0x on find my flipper so i dont know how to add it manually as there is no x to type

MatthewKuKanich commented 3 months ago

Hey! You can ignore the 0x, in Hex/Byte format the numbers normally lead with 0x to show the beginning of a byte or hex value. So instead of 64, it would be 0x64. This helps people know that the format is in hex and not decimal. Since 64 does not equal 0x64. Hope this helps!

FastblinkerCalamity commented 3 months ago

You don’t type the 0xI’m running it with a cloned AirTag and seems to work fine it gives the position on the iPhone app the only thing is you can’t send sound or use the tracking thing with the arrow.Richard ClarkA.k.a FastBlinker von Calamityhttp://www.instagram.com/exit_stage_left/http://FastBlinker.com/On 12 Mar 2024, at 03:25, Matthew @.***> wrote: Hey! You can ignore the 0x, in Hex/Byte format the numbers normally lead with 0x to show the beginning of a byte or hex value. So instead of 64, it would be 0x64. This helps people know that the format is in hex and not decimal. Since 64 does not equal 0x64. Hope this helps!

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>