Flipper Zero Firmware <= READ THIS READ ME
- **This software is for experimental purposes only and is not meant for any illegal activity/purposes. We do not condone illegal activity and strongly encourage keeping transmissions to legal/valid uses allowed by law.
- FLASH STOCK FIRST BEFORE UPDATING TO CUSTOM FIRMWARE
- BUILD WITH COMPACT FLAG SINCE IT IS TOO LARGE
You should clone with
$ git clone --recursive https://github.com/RogueMaster/flipperzero-firmware-wPlugins.git
$ docker-compose up -d
$ docker-compose exec dev make DEBUG=0 COMPACT=1
Latest Updates:
- Merged changes from Unleashed 4ac1035
- Pulled DEV changes from 2c4b2b8
- Removed Universal RF since it duplicates buttons from RF Remix
- Fixed version number on make/about
- Pulled DEV changes from b625e84
Special Instructions:
- Download these files into the subghz/assets folder on your SD card. Edit the two
_map
files to contain your specific subghz (.SUB) files. -
- Note 1: If you don't have a subghz/assets folder, you should ensure you have made at least one clean flash with stock firmware and your SD card installed in order to ensure the database structure is built, otherwise it will not exist for alternative forks.
-
- Note 2: /any is a special keyword signifying either /int (internal storage) or /ext (external storage).
-
- Note 3: the changes you are making to the
_map
files is to point to the location of the specific assets of the touchtunes folder as well as the universal RF map apps which you will have to develop or compile seperately and are not a part of this repo.
- Note 3: the changes you are making to the
-
- Note 4: /any is effectively root, so the folder structure should start "/any/subghz/assets" and not what is based on the repo below do not blindly copy the repo it will not work.
- Download this file into the nfc/assets folder on your SD card.
- Add a folder to SD card named
wav_player
(for 8bit 2ch unsigned wav files) - Add a folder to SD card named
music_player
(FMF and RTTTL/TXT files)
Special shout out to these libraries for giving us more fun:
- https://github.com/Gioman101/FlipperAmiibo
- https://github.com/jimilinuxguy/flipperzero-touchtunes
- https://github.com/Lucaslhm/AmiiboFlipperConverter
- https://github.com/MuddledBox/FlipperZeroCases
- https://github.com/MuddledBox/FlipperZeroSub-GHz
- https://github.com/neverfa11ing/FlipperMusicRTTTL
- https://github.com/UberGuidoZ/Flipper
- https://github.com/UberGuidoZ/Flipper-IRDB
Plugins:
- Clock/Stopwatch (By CompaqDisc, Stopwatch & Sound Alert By RogueMaster)
- Dice Roller Including SEX/WAR/8BALL/WEED DICE (By RogueMaster)
- Flappy Bird (By DroomOne)
- HID Analyzer (By Ownasaurus)
- Menu Changes and Icons (By Redlink)
- RF Remix (By ESurge)(Original By jimilinuxguy)
- Spectrum Analyzer (By jolcese)
- Tetris (By jeffplang)
- Touch Tunes Remote (By jimilinuxguy)
- WAV Player (By Zlo) With Fix From Atmanos
- Zombiez (By Dooskington)
Thank you, MuddleBox, Eng1n33r & of course, most of all Flipper Devices!