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

  1. Run pip install ufbt if you don't have uFBT installed already.
  2. Run ufbt in the root directory of this repo to start the build.
  3. The pet_your_dolphin.fap will be in the /dist/ directory.

To compile with FBT

  1. Clone this repo and the Flipper firmware repo.
  2. Copy this repo and all of its contents into the /applications_user/ directory of the firmware source.
  3. Navigate to the root of the firmware source and run ./fbt fap_pet_your_dolphin.
  4. Alternatively, to build the app in TEST_MODE, you can run ./fbt --extra-define=TEST_MODE fap_pet_your_dolphin.
  5. The pet_your_dolphin.fap file can be found in the build/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!