-
-
Notifications
You must be signed in to change notification settings - Fork 29
Compilation of the faps
You need to fork a Flipper Zero firmware for this step. You need to use the same firmware you are using on the flipper, for example Xtreme-Firmware or Momentum.
Note
Some firmwares already include the apps
-
Download (and unpack) the .zip or clone the Flipper Zero firmware repository
-
Copy the applications from flipper_companion_apps/applications/ to
applications/external
If you plan to compile the apps many times, you can use Junction links to work on the apps in a different place and keep only the link in
applications/external
while keeping the source code of the applications on another location
-
Open with VS Code or a similar editor
-
Execute
./fbt faps
on a new terminal in VS Code. If the compilation goes OK, the .faps will be in a subfolder on the directorybuild
Note
The wiki is yet to be completed. Please feel free to add content and collaborate.
Important
This is a public wiki. Everything you write here will be public and everyone can see it. So please don't take your personal notes here.