FZFusion [0.75.0r2]
FZFusion [0.75.0r2]
Mutant firmware. Extra sauce. Very pro. Let's Go!
!ATTENTION!
- IamUSER does not condone or encourage any illicit use of the FlipperZero platform.
- If you are unsure of what you are doing please be very careful, improper use can result in federal prosecution!
- Do not encourage others to use this experimental 'mutant' firmware unless you are willing to provide them support.
- Always remember to Hack4Peace!
[Upgrade Steps]
- [ACTION REQUIRED]
- Please backup internal and external storage before every update!
- May take a long time if flashing from SD, install when you have 1-2 hours to wait!
- If app errors occur manually delete or overwrite the 'apps' directory on the SD and with files contained in resources.tar.
- If unable to update or swap asset packs your internal memory is full. Clear the INTERNAL STORAGE from the Settings>Storage menu.
- Sub-GHz extension and region bypass enabled by default (for now). Disable in Xtra settings if concerned with device damage or to avoid experimental/illegal use.
[Added in Fusion]
Added:
- More IR, NFC, RFID, WAV files.
- Asteroids!
- Professional GUI modifications.
- Tweaks to official Xtreme Firmware.
- Asset Packs and Animations.
- Add AirTag Emulation to firmware mods folder. (Not added to firmware!) - https://github.com/culturally/flipper-zero-airtag
- Added a million songs to music player.
- Added moar Subs and IRs! (UberGuidoZ)
- A plethora of useful assets for IR, SUB, NFC, IBTN, RFID, etc.
- A Thicc Sub Repo - https://github.com/SONNYRZ/Sub-GHz-Files-Flipper-Zero-
- Touchtunes Jukebox Remotes - https://github.com/jimilinuxguy/flipperzero-touchtunes
- OOK Bruteforcer - https://github.com/tobiabocchi/flipperzero-bruteforce
- Intercom RFID's - (https://github.com/wetox-team/flipperzero-goodies)
- H10301 Bruteforce - (https://github.com/UberGuidoZ/Flipper)
- Add wifi devboard flaser to firmware because...
Updated:
- Revert many graphics. Create new ones.
- Everything XFW did.
Fixed:
- Tamagotchi saves.
- Passport image mode.
Removed/Restored:
- Restored the Status Bar!
- Removed obscene language from the GUI in PRO Mode.
[Changed in XFW]
Added:
- Xtreme App (Xtra Settings in Fusion)
Graphics changer
Animation changer
Animation Speed changer
Battery style switch
Level changer
Subghz unlocker
- CRC Validation for Paradox Protocol
- Subghz Short-duration setting
- SFW Assets to missing apps
- Animation Cycle setting
- New XP bar mode
- Subghz Chat
- Mifare Mini
- PVS to our build-routine
Updated:
- All included Applications
- File Browser
- Battery Icon
- Scons
Fixed:
- Finalize vulgar language removal.
- Compiler for Mac / Linux
- Subghz RAW mode
- Level-up animation
- Vertical Submenus
- Keyboard input
Removed:
- "Flipper" string from BT
[Bug Fixes]
- Bootloop and DFU Crashfix by jbohack
[Performance Changes]
- Update performance is reduced due to unnecessary preloaded files.
- Massive Application (FAP) Performance Improvements
Full Changelog: https://github.com/IamUSER/Flipper-Fusion/blob/main/documentation/changelog.md
Manual Install - Easy Method
- Download the latest release (.zip) from The releases tab
- Extract the archive. This is now your new Firmware folder
- Insert SD card into your PC and add the whole firmware folder to SD/Update and reinsert SD into the FlipperZero
- Power on the Flipper, hit the Arrow Down button, this will get you to the file menu. Hit Arrow Left once to enter the Browser, and then search for the 'updates' folder
- Inside that folder, select the Firmware folder you just added, and run the file thats simply called Update
Install this mutant firmware by building it yourself:
Requires USB Flash or Builtin Updater App! Builtin updater is added to most custom firmware.
(Step 1)
To download the needed tools:
$ git clone --recursive https://github.com/IamUSER/Flipper-Fusion.git
$ cd Flipper-Fusion/
(Step 2)
Build apps:
$ ./fbt fap_dist
(Step 3)
Build resources:
$ ./fbt resources dolphin_ext
(Step 4)
Build firmware:
$ ./fbt COMPACT=1 DEBUG=0 updater_package
(Step 5 - Optional for rebuilds!)
Clean Build Cache (Repeat Step 4 afterward.)
$ ./fbt COMPACT=1 DEBUG=0 updater_package -c
(Step 6 - Preferred flash method!)
To flash directly to the Flipper (Needs to be connected via USB, qFlipper closed.)
After Firmware flash unpack resources.tar to SD. This is faster than Step 7.
$ ./fbt flash_usb
(Step 7 - Requires a custom firmware with builtin updater already be installed!)
Copy new firmware from the dist/f7-C/FZFusionx.xx.x?x folder to FlipperSD/updates.
Run the builtin updater in the same manner you update other custom firmware.
Wait for 2 hours! Unfortunately SD to SD updates take forever to unpack 220MB.
NOTE: If you are coming from a different/older firmware and encounter application errors, it is recommended to overwrite the "apps" folder on the SD card after updating by unpacking the "apps" folder from the resources.tar to the SD card. This folder houses all the .fap files, which may not update to the correct API versions by default. This does NOT remove any of your saved files! If you have custom apps installed you should know what you're doing.