oneamongthetrees / fz-gfx

Flipper Zero custom animations/graphics
15 stars 0 forks source link

How can I change my flipper passport pics? #1

Open LUZHUOAN opened 1 year ago

LUZHUOAN commented 1 year ago

Hello, I just purchased Flipper and have now updated DarkFlipper and successfully replaced the original animation. I would like to ask how I can replace the passport imageof the flipper?

oneamongthetrees commented 1 year ago

Hi, LUZHUOAN!

Here is a quick how-to:

  1. Find the repo for your firmware and locally clone it; assuming DarkFlipper, this would be unleashed-firmware, so - https://github.com/DarkFlippers/unleashed-firmware.
  2. Within the firmware repo's home directory, go to /assets/icons/Passport/; there are an assortment of icons with the naming convention 'passport_(mood+level)_46x49.png'. Replace these images with your desired icon(s), following the same naming conventions (and ensure filetype is .png). Note that these icons will change depending on your Flipper's given mood and level, respectively.
  3. From Terminal/Powershell, go to firmware repo's home directory and then type: 'set-location "hard-path-to-folder"' './fbt updater-package'
  4. In firmware repo's home directory, navigate to /dist/f7-D/ and drag-and-drop folder f7-update-local into your Flipper Zero SD Card, into /Update folder.
  5. From Flipper Zero, go to Browser and then Update/f7-update-local and install custom firmware. After a quick restart of the Flipper Zero, the new passport icons should show up.

Let me know if you have any issues with this.