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

FAP does not work with Flipper Unleashed-071 #6

Closed Awlexegrecki closed 3 months ago

Awlexegrecki commented 3 months ago

Tried running, said app was out of date

jacksonattwood commented 3 months ago

Have a look at #3 and see if that helps

ldxjy commented 3 months ago

yeah, same issue, there is no dev build unleashed firmware.

UberGuidoZ commented 3 months ago

That is not true. There may not be a pre-compiled release, but you can follow the same steps as above, substituting the DarkFlippers git in place of Xtreme. (I’m on mobile or I’d give you the exact command.)

jacksonattwood commented 3 months ago

yeah, same issue, there is no dev build unleashed firmware.

You can compile the latest dev build yourself (it seems to be the default branch on the repo)

git clone  https://github.com/DarkFlippers/unleashed-firmware.git --branch dev
cd unleashed-firmware/
./fbt flash_usb_full

At time of writing this, there has been 218 commits to the dev branch since the last release

ldxjy commented 3 months ago

yeah, same issue, there is no dev build unleashed firmware.

You can compile the latest dev build yourself (it seems to be the default branch on the repo)

git clone  https://github.com/DarkFlippers/unleashed-firmware.git --branch dev
cd unleashed-firmware/
./fbt flash_usb_full

At time of writing this, there has been 218 commits to the dev branch since the last release

Ok thanks!

ldxjy commented 3 months ago

That is not true. There may not be a pre-compiled release, but you can follow the same steps as above, substituting the DarkFlippers git in place of Xtreme. (I’m on mobile or I’d give you the exact command.)

I see, thanks !