Pet Your Dolphin
February 11, 2025 ยท View on GitHub
The Pet Your Dolphin app for the Flipper Zero let's you check in on your dolphin buddy daily and give them some well-deserved pets. Petting your dolphin improves its mood and provides some XP but these effects are capped by the firmware so you're limited to two pets a day.
Installing the App
You can install the app on your Flipper by simply downloading the latest release and loading the pet_your_dolphin.fap file onto your Flipper's SD card using qFlipper or the Flipper Labs browser utility.
Building the App
The app can be built using FBT or uFBT.
To compile with uFBT
- Run
pip install ufbtif you don't have uFBT installed already. - Run
ufbtin the root directory of this repo to start the build. - The
pet_your_dolphin.fapwill be in the/dist/directory.
To compile with FBT
- Clone this repo and the Flipper firmware repo.
- Copy this repo and all of its contents into the
/applications_user/directory of the firmware source. - Navigate to the root of the firmware source and run
./fbt fap_pet_your_dolphin. - Alternatively, to build the app in
TEST_MODE, you can run./fbt --extra-define=TEST_MODE fap_pet_your_dolphin. - The
pet_your_dolphin.fapfile can be found in thebuild/f7-firmware-D/.extapps/directory of the firmware source and uploaded to your Flipper as described in the previous section.
Contributing
If you want to contribute, you can clone the repo and open a pull request. Don't be shy!