MyGit
🚩收到GitHub仓库的更新通知

Flipper-XFW/Xtreme-Firmware

Fork: 622 Star: 8816 (更新于 2024-04-29 00:56:34)

license: GPL-3.0

Language: C .

The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today!

最后发布版本: XFW-0053_02022024 ( 2024-02-02 18:33:09)

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

XFW - Xtreme Firmware for the Flipper Zero

Website | Intro | Install | Changelog | Wiki | Discord | Donate

This firmware is an extensive overhaul of the Official Firmware, and is also always updated from Unleashed, which is by far the most stable alternative, if this is just too much for you!



What makes it special?

We have spent many hours perfecting this code even further, and getting the most out of it.

The goal of this Firmware is to regularly bring out amazing updates based on what the community wants, with an actual understanding of whats going on. Fixing bugs that are regularly talked about, broadening the capabilities of the Flipper with new exciting functionality, and most importantly, ensuring the easiest user experience possible.

  • Feature-rich: We include all commonly found apps in the firmware, as long as they work.

  • Stable: Many hours have been spent rewriting core parts of the Flipper's firmware as well as some of its apps to ensure stability. A task that was long needed on all Firmware, so we tackled it right away.

  • Customizable: Dont like the Animations, want to turn on/off the Home screen icons (battery, SD card etc), change the flippers name or anything like that? You absolutely can. No need to mess with code or deal with weird manifest files. Its all done with an App.



Note, the below mentioned changes are only a few things we did. For a full list check down here



Xtreme Settings:

We wrote a powerful yet easy-to-use application specifically for our Firmware, that gives you easy-access to most of the fancy things we implemented:

  • Interface: Customize every bit of your Flipper, from the desktop animations, to the main menu apps, lockscreen style etc.

  • Protocols: Here you can configure BadKB, manage custom Subghz frequencies, and setup the GPIO pins mappings.

  • Misc: All the other options that don't fit elsewhere. Change your Flipper's name, xp level, and configure the RGB backlight.




Animations / Asset Packs:

Want to try some asset packs? Check here

We created our own improved Animation / Asset system that lets you create and cycle through your own Asset Packs with only a few button presses, allowing you to easily load custom Animations, Icons and Fonts like never before.

You can easily create your own pack, or find some user made ones on our website or on discord. Check here for a tutorial on creating your own. Essentially, each Asset Pack can configure its own Anims, Icons & Fonts.

Once you have some packs, upload them to your Flipper in SD/asset_packs (if you did this right you should see SD/asset_packs/PackName/Anims and/or SD/asset_packs/PackName/Icons).

After installing the packs to Flipper, hit the Arrow UP button on the main menu and go to Xtreme Settings. Here choose which pack you want and tweak the other settings how you prefer, then press back to reboot and enjoy your newly fully customized Flipper!


Bad Keyboard:

BadUSB is a wonderful app, but it lacks bluetooth capabilities. Now some might argue that its useless as you will always need authentication from both sides, but what if I told you that we found a solution to this problem?

Bad-KB allows you to toggle between USB and Bluetooth mode for your attacks. In Bluetooth mode it allows you to spoof the name & MAC of the device to whatever you want. Being a JBL speaker or a wireless razer keyboard is easily doable, allowing you to trick people so you can run your payloads without needing a cable at hand.

Levels:

This Firmware has 30 levels, not just the basic 3 the official one has.

With this new system in place, it allows for some cool stuff like locking animations behind a certain level. This can be done fairly easy: The idle_animations are tied to the level system. Specifically, the Min level variable of your manifest file is used here. Each level you reach, unlocks a new animation. The higher your level, the more animations people can see.



List of changes:

There are too many to name them all, this is a non-comprehensive list of the most notable from an end-user perspective. For a more detailed list, read through the changelogs and commits/code. Also, you can find a feature comparison with other firmwares on our website.

Note that this repo is always updated with the great work from our friends at Unleashed and the latest changes from OFW. Below are mentioned only our changes that we can actually be credited for, so make sure to check their fantastic additions aswell. And a huge thank you to both teams!

[Added]

- Xtreme App (Easy configuration of most features exclusive to Xtreme)
- Asset Packs (Unparalleled theming and customization)
- More UI customization, redesigns and optimizations
- Bad-Keyboard App
- BLE Spam App
- Wardriver App
- File Search across SD Card
- Easy spoofing (Name, Mac, Serial)
- Additional NFC parsers and protocols
- Subdriving (saving GPS coordinates for Sub-GHz)
- Enhanced RGB Backlight modes (Full customization & Rainbow mode)
- File management on device (Cut, Copy, Paste, Show, New Dir, etc.)
- Advanced Security measures (Lock on Boot, reset on false pins, etc.)
- Remember Infrared GPIO and IR Blaster auto-detection + support in apps
[Updated]

- Enhanced WiFi support for easiest setup ever
- Extended keyboard with cursor movevent and symbols
- File Browser with Sorting, More supported File Types
- Advanced and optimized Level System (Read more above)
- Storage backend with instant rename and more optimizations
- Desktop Keybind system for full key and press/hold remapping
- Weather Station, POCSAG, TPMS protocols and more integrated into Sub-GHz
- Expanded Sub-GHz App (Duplicate detection & Ignore, Autosave, History improvements)
- Improved Error Messages (Showing actual root)
[Removed]

- Unused Dummy Mode
- Broken or Superfluous apps


Install:


There are 3 methods to install Xtreme, we recommend you use the Web Updater, but choose whichever one you prefer:


Web Updater (Chrome)
  • Open the latest release page and click on the Web Updater link
  • Make sure qFlipper is closed
  • Click Connect and select your Flipper from the list
  • Click Flash and wait for the update to complete
qFlipper Package (.tgz)
  • Download the qFlipper package (.tgz) from the latest release page
  • Open qFlipper and connect your Flipper
  • Click Install from file
  • Select the .tgz you downloaded and wait for the update to complete
Zipped Archive (.zip)
  • Download the zipped archive (.zip) from the latest release page
  • Extract the archive. This is now your new Firmware folder
  • Open qFlipper, head to SD/update and simply move the firmware folder there
  • On the Flipper, hit the Arrow Down button, this will get you to the file menu. In there simply search for your updates folder
  • Inside that folder, select the Firmware you just moved onto it, and run the file thats simply called Update



Build it yourself:

Warning We will not give basic support for compiling in our server. This is intended for people that already know what they are doing!

To download the needed tools:
$ git clone --recursive --jobs 8 https://github.com/Flipper-XFW/Xtreme-Firmware.git
$ cd Xtreme-Firmware/

To flash directly to the Flipper (Needs to be connected via USB, qFlipper closed)
$ ./fbt flash_usb_full

To compile a TGZ package
$ ./fbt updater_package

To build and launch a single app:
$ ./fbt launch APPSRC=your_appid

Stargazers over time

Stargazers over time


Contributors

Contributors

❤️ Support

If you love what you're seeing, please consider donating to us. This will allow us to dedicate more time to the project(s) you love!

  • Patreon (Fee: 8%*): ❤️ Account needed, subscription with perks
  • ko-fi (Fee: 2%*): No account needed, subscription or one-time donation
  • Wire-transfer (Fee: 0%*): No account needed, one-time donation
  • Paypal (Fee: 2%*): Account needed, one-time donation
  • Monero (Fee: ~2.5%*): 41kyWeeoVdK4quzQ4M9ikVGs6tCQCLfdx8jLExTNsAu2SF1QAyDqRdjfGM6EL8L9NpXwt89HJeAoGf1aoArk7nDr4AMMV4T

Thanks for all your support <3


"What we do for ourselves dies with us. What we do for others and the world remains and is immortal.” ― Albert Pine

最近版本更新:(数据更新于 2024-05-02 14:06:36)

2024-02-02 18:33:09 XFW-0053_02022024

2023-12-09 08:29:59 XFW-0052_09122023

2023-09-01 10:05:05 XFW-0051_01092023

2023-07-27 09:53:12 XFW-0050_27072023

2023-07-05 06:40:56 XFW-0049_04072023

2023-06-03 11:25:49 XFW-0048_03062023

2023-05-29 18:00:36 XFW-0047_29052023

2023-05-07 02:49:37 XFW-0046_06052023

2023-05-03 08:01:06 XFW-0045_02052023

2023-04-10 03:08:17 XFW-0044_09042023

主题(topics):

cfw, custom-firmware, flipper-firmware, flipper-zero, flipper-zero-firmware, flipperzero

Flipper-XFW/Xtreme-Firmware同语言 C最近更新仓库

2024-05-12 17:49:47 EdgeTX/edgetx

2024-05-10 16:26:38 taosdata/TDengine

2024-05-10 00:33:29 acidanthera/OpenCorePkg

2024-05-09 22:30:50 lizongying/my-tv

2024-05-08 19:24:03 jart/cosmopolitan

2024-05-07 20:20:05 opa334/Dopamine