Skip to content

Releases: DarkFlippers/unleashed-firmware

unlshd-054

14 Jun 16:30
eede5ed
Compare
Choose a tag to compare

New changes

  • BLE: Revert BLE gatt characteristics refactoring temporarily -> Should fix HID issues on older iOS, and maybe some issues with android app
  • SubGHz: Added external cc1101 module at CLI (by @Sil333033 & @xMasterX | PR #513)
  • SubGHz: Remove unused global var
  • Plugins: Fix ProtoView issue #503 again -> (Broken saved files with custom modulation)
  • OFW: furi_hal_nfc: fix rfalTransceiveBitsBlockingTx's 4th argument to bits count rather than bytes count
  • OFW: FuriHal: remove clock startup time tracking from clean builds

🎲 Download latest extra apps pack

-> How to install firmware

-> Download qFlipper (official link)

Please support development of the project

  • Boosty (patreon alternative): https://boosty.to/mmxdev
  • cloudtips (only RU payments accepted): https://pay.cloudtips.ru/p/7b3e9d65
  • YooMoney (only RU payments accepted): https://yoomoney.ru/fundraise/XA49mgQLPA0.221209
  • USDT(TRC20): TSXcitMSnWXUFqiUfEXrTVpVewXy2cYhrs
  • BCH: qquxfyzntuqufy2dx0hrfr4sndp0tucvky4sw8qyu3
  • ETH/BSC/ERC20-Tokens: darkflippers.eth (or 0xFebF1bBc8229418FF2408C07AF6Afa49152fEc6a)
  • BTC: bc1q0np836jk9jwr4dd7p6qv66d04vamtqkxrecck9
  • DOGE: D6R6gYgBn5LwTNmPyvAQR6bZ9EtGgFCpvv
  • LTC: ltc1q3ex4ejkl0xpx3znwrmth4lyuadr5qgv8tmq8z9
  • XMR (Monero): 41xUz92suUu1u5Mu4qkrcs52gtfpu9rnZRdBpCJ244KRHf6xXSvVFevdf2cnjS7RAeYr5hn9MsEfxKoFDRSctFjG5fv1Mhn
  • TON: EQCOqcnYkvzOZUV_9bPE_8oTbOrOF03MnF-VcJyjisTZmpGf

Thanks to our sponsors:

callmezimbra, Quen0n, MERRON, grvpvl (lvpvrg), art_col, ThurstonWaffles, Moneron, UterGrooll, LUCFER, Northpirate, zloepuzo, T.Rat, Alexey B., ionelife, ...
and all other great people who supported our project and me (xMasterX), thanks to you all!

Note: To avoid issues with .dfu, prefer installing using .tgz with qFlipper, web updater or by self update package, all needed assets will be installed

Recommended option - Web Updater

What n, r, e means? What I need to download if I don't want to use Web updater?

What means n or e in - flipper-z-f7-update-unlshd-054(n / r / e).tgz ? - n means this build comes without our custom animations, only official flipper animations,
e means build has extra apps pack preinstalled,
r means RGB patch (+ extra apps) for flippers with rgb backlight mod (this is hardware mod!) (Works only on modded flippers!)

Self-update package (update from microSD) - flipper-z-f7-update-unlshd-054.zip or download .tgz for mobile app / qFlipper / web

Install via Web Updater

Version without custom animations - Install via Web Updater

Version with RGB patch - only for hardware mod! - Install via Web Updater

Version with Extra apps - Install via Web Updater

unlshd-053

12 Jun 02:31
360fef7
Compare
Choose a tag to compare

New changes

  • If you have copied any apps manually into apps folder - remove apps folder or that specific apps you copied on your microSD before installing this release to avoid issues due to OFW API version update! If you using regular builds or extra pack builds (e) without your manually added apps, all included apps will be installed automatically, no extra actions needed!
  • Settings->LCD and Notifications will be resetted to default due to new Contrast setting from OFW
  • Core2 (Crash in idle) issues was reduced to current possible minimum, you can try using DeepSleep again (Sleep Method = Default) (+ more checks was added, if you get Slow HSE/PLL startup message more than one time, create issue with steps what to do to reproduce it again)

  • Plugins: New RFID 125KHz and iButton Fuzzers (remake from scratch + new features) (by @gid9798 | PR #507)
  • Plugins: SubGHz Bruteforcer -> Time delay (between signals) setting (hold Up in main screen(says Up to Save)) + allow more repeats (by @gid9798 & @xMasterX)
  • Plugins: Update TOTP (Authenticator) (by akopachov)
  • Plugins: Unitemp SCD30 support (PR in unitemp repo by @divinebird / fixed by @xMasterX)
  • Plugins: Fix ProtoView issue #503 -> (Broken saved files with custom modulation)
  • SubGHz: Added 430, 431 MHz to default list
  • SubGHz: Remove broken modulation that was causing buffer overrun (fixes issue #506)
  • SubGHz: Notifications fixes (by @wosk | PR #464)
  • GUI: Byte input new feature: editor without keyboard (press Up until you get into new input, then use up/down to input values) (by @gid9798 | PR #509)
  • CI/CD: Provide builds with RGB patch for modded flippers (with special led board installed)
  • Infrared: RCA protocol support
  • Infrared: Update universal remote assets - add new ACs and TCL TV
  • API: Add furi_hal_version_uid_default (+ Fix TOTP) (by @ClaraCrazy | PR #502)
  • OFW PR 2760: NFC: Improvements to NFC Magic app (by AloneLiberty)
  • OFW PR 2756: fix: make dialog_file_browser_set_basic_options initialize all fields (by JarvisCraft)
  • OFW: Fix reading Mifare Classic cards with unusual access conditions and fix emulation of unknown keys
  • OFW: fbt: stable build dates
  • OFW: weather_station: add oregon3 with THGR221
  • OFW: Services: simplify api (DOLPHIN_DEED->dolphin_deed - function instead of macros + remake all apps in extra pack and main fw to use new API) -> Breaking API change, API version was changed from 29.x to 30.x
  • OFW: Core2, SRAM2: provide safety gap
  • OFW: FuriHal: always clock SMPS from HSI
  • OFW: ble: refactored bt gatt characteristics setup (+ remake of BT HID Led descriptor in new way to work with this changes)
  • OFW: Scripts: WiFi board updater
  • OFW: github: re-enabled f18 build
  • OFW: added ISO15693 (NfcV) (was already added before, so we just updated it with latest changes)
  • OFW: fbt: added Flipper selection when multiple are connected over USB
  • OFW: fbt, ufbt: added checks for appid in app manifests
  • OFW: Fix core2 permisions
  • OFW: SubGhz: add subghz_protocol_registry external API (was already in our API but in different way)
  • OFW: Furi: smaller critical enter and critical exit macro
  • OFW: Serial_CLI: Fixing serial cli logger error so it sounds more concise
  • OFW: Remove unused resources
  • OFW: Dolphin: new animation
  • OFW: f7: add PB9 to debug pins
  • OFW: Settings: add contrast adjustment -> Settings->LCD and Notifications will be resetted to default values one time after installing
  • OFW: FuriHal: add system setting to device info, bump device info version

🎲 Download latest extra apps pack

-> How to install firmware

-> Download qFlipper (official link)

Please support development of the project

  • Boosty (patreon alternative): https://boosty.to/mmxdev
  • cloudtips (only RU payments accepted): https://pay.cloudtips.ru/p/7b3e9d65
  • YooMoney (only RU payments accepted): https://yoomoney.ru/fundraise/XA49mgQLPA0.221209
  • USDT(TRC20): TSXcitMSnWXUFqiUfEXrTVpVewXy2cYhrs
  • BCH: qquxfyzntuqufy2dx0hrfr4sndp0tucvky4sw8qyu3
  • ETH/BSC/ERC20-Tokens: darkflippers.eth (or 0xFebF1bBc8229418FF2408C07AF6Afa49152fEc6a)
  • BTC: bc1q0np836jk9jwr4dd7p6qv66d04vamtqkxrecck9
  • DOGE: D6R6gYgBn5LwTNmPyvAQR6bZ9EtGgFCpvv
  • LTC: ltc1q3ex4ejkl0xpx3znwrmth4lyuadr5qgv8tmq8z9
  • XMR (Monero): 41xUz92suUu1u5Mu4qkrcs52gtfpu9rnZRdBpCJ244KRHf6xXSvVFevdf2cnjS7RAeYr5hn9MsEfxKoFDRSctFjG5fv1Mhn
  • TON: EQCOqcnYkvzOZUV_9bPE_8oTbOrOF03MnF-VcJyjisTZmpGf

Thanks to our sponsors:

callmezimbra, Quen0n, MERRON, grvpvl (lvpvrg), art_col, ThurstonWaffles, Moneron, UterGrooll, LUCFER, Northpirate, zloepuzo, T.Rat, Alexey B., ionelife, ...
and all other great people who supported our project and me (xMasterX), thanks to you all!

Note: To avoid issues with .dfu, prefer installing using .tgz with qFlipper, web updater or by self update package, all needed assets will be installed

Recommended option - Web Updater

What n, e, r means? What I need to download if I don't want to use Web updater?

What means n or e in - flipper-z-f7-update-unlshd-053(n / e / r).tgz ? - n means this build comes without our custom animations, only official flipper animations,
e means build has extra apps pack preinstalled,
r means RGB patch (+ extra apps) for flippers with rgb backlight mod (this is hardware mod!) (Works only on modded flippers!)

Self-update package (update from microSD) - flipper-z-f7-update-unlshd-053.zip or download .tgz for mobile app / qFlipper / web

Install via Web Updater

Version without custom animations - Install via Web Updater

Version with Extra apps - Install via Web Updater

unlshd-052

03 Jun 21:01
f4cd7c0
Compare
Choose a tag to compare

New changes

  • If you have copied any apps manually into apps folder - remove apps folder or that specific apps you copied on your microSD before installing this release to avoid issues due to OFW API version update! If you using regular builds or extra pack builds (e) without your manually added apps, all included apps will be installed automatically, no extra actions needed!

  • Only in release 052 -> Multiple Extra pack apps was fixed! -> TAMA P1, Flizzer Tracker, Video Player, Music Tracker
  • NFC V: Remove delay from emulation loop. This improves compatibility when the reader is Android.
  • Plugins: iButton Fuzzer -> Fix v2 key files load (all new saved files)

Previous changes

  • SubGHz Remote: Fixed BinRAW support, + many other fixes (by @gid9798 | PR #492)
  • SubGHz: Fix KL: Stilmatic support + add manually support
  • SubGHz: Keeloq mfname refactoring (by @gid9798 | PR #479)
  • Desktop Clock: Some improvements and fixes (by @gid9798 | PR #490)
  • LF RFID: Cleanup duplicated code (by @gid9798 | PR #493)
  • NFC V: Code review fixes + some GUI rework (by @nvx & @xMasterX)
  • NFC V: Fixed crash when exiting emulation and starting it again
  • Infrared: Use Universal AC Remote from OFW, same for Audio remote, and rename buttons in OFW naming scheme
  • Infrared: Update universal remote assets (by @amec0e)
  • GUI Keyboard: Fix crash when renaming files with long file name (Fixed issue #489)
  • Misc: Fix APP_IDs to match new regex (regex check will be added in OFW soon)
  • Plugins: Protoview, WAV Player, DTMF Dolphin - fixed all known crashes, ported to latest hal bus system
  • Plugins: ESP8266 Deauther - Crash fix (Fixed issue #497)
  • Plugins: Update -> Mifare Nested (by AloneLiberty)
  • Plugins: Update -> TOTP (Authenticator) (by akopachov)
  • Plugins: Update -> ESP32: WiFi Marauder companion plugin (by 0xchocolate)
  • Plugins: Update -> UART Terminal (by cool4uma)
  • OFW: FuriHal: disable bus re-initialization on early init and extra asserts for AHB1,AHB2,AHB3 which must be left intact on entering to FUS -> Fixes updater error 1-100
  • OFW: NFC: fix MFC timings -> Fixes issues with Mifare Classic emulation that could happen after unlshd-049 release
  • OFW: Update dolphin.py
  • OFW: NFC Magic: Fix gen1 writing with invalid BCC (lost fix from PR 2511)
  • OFW: SubGhz: fix flipper crashes after exiting broadcast blocking message and crash cli
  • OFW: Dolphin: new animation
  • OFW: fbt: added hooks for build & dist environments; added FW_ORIGIN_* macro for apps & SDK
  • OFW: FuriHal: add bus abstraction -> Breaking API change, API version was changed from 27.x to 28.x
  • OFW: Implement support for reading Opal card (Sydney, Australia)
  • OFW: BadUSB: script execution pause
  • OFW: IR Universal AC: Add Carrier 42QHB12D8S

🎲 Download latest extra apps pack

-> How to install firmware

-> Download qFlipper (official link)

Please support development of the project

  • Boosty (patreon alternative): https://boosty.to/mmxdev
  • cloudtips (only RU payments accepted): https://pay.cloudtips.ru/p/7b3e9d65
  • YooMoney (only RU payments accepted): https://yoomoney.ru/fundraise/XA49mgQLPA0.221209
  • USDT(TRC20): TSXcitMSnWXUFqiUfEXrTVpVewXy2cYhrs
  • BCH: qquxfyzntuqufy2dx0hrfr4sndp0tucvky4sw8qyu3
  • ETH/BSC/ERC20-Tokens: darkflippers.eth (or 0xFebF1bBc8229418FF2408C07AF6Afa49152fEc6a)
  • BTC: bc1q0np836jk9jwr4dd7p6qv66d04vamtqkxrecck9
  • DOGE: D6R6gYgBn5LwTNmPyvAQR6bZ9EtGgFCpvv
  • LTC: ltc1q3ex4ejkl0xpx3znwrmth4lyuadr5qgv8tmq8z9
  • XMR (Monero): 41xUz92suUu1u5Mu4qkrcs52gtfpu9rnZRdBpCJ244KRHf6xXSvVFevdf2cnjS7RAeYr5hn9MsEfxKoFDRSctFjG5fv1Mhn
  • TON: EQCOqcnYkvzOZUV_9bPE_8oTbOrOF03MnF-VcJyjisTZmpGf

Thanks to our sponsors:

callmezimbra, Quen0n, MERRON, grvpvl (lvpvrg), art_col, ThurstonWaffles, Moneron, UterGrooll, LUCFER, Northpirate, zloepuzo, T.Rat, Alexey B., ionelife, ...
and all other great people who supported our project and me (xMasterX), thanks to you all!

Note: To avoid issues with .dfu, prefer installing using .tgz with qFlipper, web updater or by self update package, all needed assets will be installed

Recommended option - Web Updater

What means n or e in - flipper-z-f7-update-unlshd-052(n / e).tgz ? - n means this build comes without our custom animations, only official flipper animations,
e means build has extra apps pack preinstalled

Self-update package (update from microSD) - flipper-z-f7-update-unlshd-052.zip or download .tgz for mobile app / qFlipper

Install via Web Updater

Version without custom animations - Install via Web Updater

Version with extra apps - Install via Web Updater

unlshd-051

03 Jun 00:09
ac222f1
Compare
Choose a tag to compare

New changes

  • If you have copied any apps manually into apps folder - remove apps folder or that specific apps you copied on your microSD before installing this release to avoid issues due to OFW API version update! If you using regular builds or extra pack builds (e) without your manually added apps, all included apps will be installed automatically, no extra actions needed!

  • SubGHz Remote: Fixed BinRAW support, + many other fixes (by @gid9798 | PR #492)
  • SubGHz: Fix KL: Stilmatic support + add manually support
  • SubGHz: Keeloq mfname refactoring (by @gid9798 | PR #479)
  • Desktop Clock: Some improvements and fixes (by @gid9798 | PR #490)
  • LF RFID: Cleanup duplicated code (by @gid9798 | PR #493)
  • NFC V: Code review fixes + some GUI rework (by @nvx & @xMasterX)
  • NFC V: Fixed crash when exiting emulation and starting it again
  • Infrared: Use Universal AC Remote from OFW, same for Audio remote, and rename buttons in OFW naming scheme
  • Infrared: Update universal remote assets (by @amec0e)
  • GUI Keyboard: Fix crash when renaming files with long file name (Fixed issue #489)
  • Misc: Fix APP_IDs to match new regex (regex check will be added in OFW soon)
  • Plugins: Protoview, WAV Player, DTMF Dolphin - fixed all known crashes, ported to latest hal bus system
  • Plugins: ESP8266 Deauther - Crash fix (Fixed issue #497)
  • Plugins: Update -> Mifare Nested (by AloneLiberty)
  • Plugins: Update -> TOTP (Authenticator) (by akopachov)
  • Plugins: Update -> ESP32: WiFi Marauder companion plugin (by 0xchocolate)
  • Plugins: Update -> UART Terminal (by cool4uma)
  • OFW: FuriHal: disable bus re-initialization on early init and extra asserts for AHB1,AHB2,AHB3 which must be left intact on entering to FUS -> Fixes updater error 1-100
  • OFW: NFC: fix MFC timings -> Fixes issues with Mifare Classic emulation that could happen after unlshd-049 release
  • OFW: Update dolphin.py
  • OFW: NFC Magic: Fix gen1 writing with invalid BCC (lost fix from PR 2511)
  • OFW: SubGhz: fix flipper crashes after exiting broadcast blocking message and crash cli
  • OFW: Dolphin: new animation
  • OFW: fbt: added hooks for build & dist environments; added FW_ORIGIN_* macro for apps & SDK
  • OFW: FuriHal: add bus abstraction -> Breaking API change, API version was changed from 27.x to 28.x
  • OFW: Implement support for reading Opal card (Sydney, Australia)
  • OFW: BadUSB: script execution pause
  • OFW: IR Universal AC: Add Carrier 42QHB12D8S

🎲 Download latest extra apps pack

-> How to install firmware

-> Download qFlipper (official link)

Please support development of the project

  • Boosty (patreon alternative): https://boosty.to/mmxdev
  • cloudtips (only RU payments accepted): https://pay.cloudtips.ru/p/7b3e9d65
  • YooMoney (only RU payments accepted): https://yoomoney.ru/fundraise/XA49mgQLPA0.221209
  • USDT(TRC20): TSXcitMSnWXUFqiUfEXrTVpVewXy2cYhrs
  • BCH: qquxfyzntuqufy2dx0hrfr4sndp0tucvky4sw8qyu3
  • ETH/BSC/ERC20-Tokens: darkflippers.eth (or 0xFebF1bBc8229418FF2408C07AF6Afa49152fEc6a)
  • BTC: bc1q0np836jk9jwr4dd7p6qv66d04vamtqkxrecck9
  • DOGE: D6R6gYgBn5LwTNmPyvAQR6bZ9EtGgFCpvv
  • LTC: ltc1q3ex4ejkl0xpx3znwrmth4lyuadr5qgv8tmq8z9
  • XMR (Monero): 41xUz92suUu1u5Mu4qkrcs52gtfpu9rnZRdBpCJ244KRHf6xXSvVFevdf2cnjS7RAeYr5hn9MsEfxKoFDRSctFjG5fv1Mhn
  • TON: EQCOqcnYkvzOZUV_9bPE_8oTbOrOF03MnF-VcJyjisTZmpGf

Thanks to our sponsors:

callmezimbra, Quen0n, MERRON, grvpvl (lvpvrg), art_col, ThurstonWaffles, Moneron, UterGrooll, LUCFER, Northpirate, zloepuzo, T.Rat, Alexey B., ionelife, ...
and all other great people who supported our project and me (xMasterX), thanks to you all!

Note: To avoid issues with .dfu, prefer installing using .tgz with qFlipper, web updater or by self update package, all needed assets will be installed

Recommended option - Web Updater

What means n or e in - flipper-z-f7-update-unlshd-051(n / e).tgz ? - n means this build comes without our custom animations, only official flipper animations,
e means build has extra apps pack preinstalled

Self-update package (update from microSD) - flipper-z-f7-update-unlshd-051.zip or download .tgz for mobile app / qFlipper

Install via Web Updater

Version without custom animations - Install via Web Updater

Version with extra apps - Install via Web Updater

unlshd-050

28 May 04:07
ef5f6e2
Compare
Choose a tag to compare

New changes

  • !!! Warning! After installing, Desktop settings (Favoutite apps, PIN Code, AutoLock time..) will be resetted to default due to settings changes, Please set your PIN code, Favourite apps again in Settings->Desktop !!!
  • If you have copied any apps manually into apps folder - remove apps folder or that specific apps you copied on your microSD before installing this release to avoid issues due to OFW API version update! If you using regular builds or extra pack builds (e) without your manually added apps, all included apps will be installed automatically, no extra actions needed!

  • Desktop: Show clock on main screen (Enable in Settings->Desktop->Show Clock) (by @gid9798 | PR #484)
  • SubGHz Remote: New plugin - Configurator (Remote Maker) - Now you can create and edit map files on flipper! (by @gid9798 | PR #487)
  • SubGHz Remote: Full refactoring, app was re-made from scratch (by @gid9798)
  • Archive: Fix rename, show error message to user
  • API: Cleanup, mini refactoring of some apps (+6k of free flash space)
  • LFRFID: Debug: Allow PSK RAW emulation in gui
  • SubGHz: Security+ 2.0 -> add extra custom button 0x78 - Fixes issue #469
  • SubGHz: Various fixes (by @gid9798)
  • SubGHz: Fix counter settings in debug
  • SubGHz: Move dangerous_settings check (by @gid9798 | PR #475)
  • Misc: Move NFC plugins into NFC folder
  • Misc: Name changer code moved to proper place, load after system startup + extra checks
  • Plugins: Merge tiktok and ytshorts remote into one (by @Willy-JL)
  • Plugins: NMEA GPS UART - stability fix
  • Plugins: Port XFW keyboard with extra symbols to WiFi Marauder instead of using UART Term keyboard (thanks to @Willy-JL)
  • Plugins: Moved from extra pack to main FW: Mifare Nested (by AloneLiberty) - Works with PC and python app FlipperNested
  • Plugins: Update TOTP (Authenticator) (by akopachov) (+ Add option to set custom fonts)
  • Plugins: Update NMEA GPS UART (by ezod) (GLL support)
  • Plugins: Update WiFi Marauder (by 0xchocolate)
  • OFW PR 2680: RFID - Add support for Nexkey/Nexwatch (by @mauimauer)
  • OFW: nfc: Mifare Ultralight C detection
  • OFW: api: added toolbox/api_lock.h
  • OFW: NFC: Add support for Gen4 "ultimate card" in Magic app
  • OFW: desktop: Refactor favorites settings and allow app browser in selection
  • OFW: Infrared: respect carrier frequency and duty cycle settings -> Breaking API change, API version was changed from 26.x to 27.x
  • OFW: Desktop,Rpc: desktop status subscription
  • OFW: Storage, common_rename: check that old path is exists
  • OFW: Services: remove deallocator for persistent services
  • OFW: Storage: common_rename is now POSIX compliant
  • OFW: Removed user-specific data from tar artifacts
  • OFW: fbt: Fix tar uid overflow when packaging
  • OFW: fbt: Use union for old py (Fix builds if using older python versions)
  • OFW: USB HID report timeout

🎲 Download latest extra apps pack

-> How to install firmware

-> Download qFlipper (official link)

Please support development of the project

  • Boosty (patreon alternative): https://boosty.to/mmxdev
  • cloudtips (only RU payments accepted): https://pay.cloudtips.ru/p/7b3e9d65
  • YooMoney (only RU payments accepted): https://yoomoney.ru/fundraise/XA49mgQLPA0.221209
  • USDT(TRC20): TSXcitMSnWXUFqiUfEXrTVpVewXy2cYhrs
  • BCH: qquxfyzntuqufy2dx0hrfr4sndp0tucvky4sw8qyu3
  • ETH/BSC/ERC20-Tokens: darkflippers.eth (or 0xFebF1bBc8229418FF2408C07AF6Afa49152fEc6a)
  • BTC: bc1q0np836jk9jwr4dd7p6qv66d04vamtqkxrecck9
  • DOGE: D6R6gYgBn5LwTNmPyvAQR6bZ9EtGgFCpvv
  • LTC: ltc1q3ex4ejkl0xpx3znwrmth4lyuadr5qgv8tmq8z9
  • XMR (Monero): 41xUz92suUu1u5Mu4qkrcs52gtfpu9rnZRdBpCJ244KRHf6xXSvVFevdf2cnjS7RAeYr5hn9MsEfxKoFDRSctFjG5fv1Mhn
  • TON: EQCOqcnYkvzOZUV_9bPE_8oTbOrOF03MnF-VcJyjisTZmpGf

Thanks to our sponsors:

callmezimbra, Quen0n, MERRON, grvpvl (lvpvrg), art_col, ThurstonWaffles, Moneron, UterGrooll, LUCFER, Northpirate, zloepuzo, T.Rat, Alexey B., ionelife, ...
and all other great people who supported our project and me (xMasterX), thanks to you all!

Note: To avoid issues with .dfu, prefer installing using .tgz with qFlipper, web updater or by self update package, all needed assets will be installed

Recommended option - Web Updater

What means n or e in - flipper-z-f7-update-unlshd-050(n / e).tgz ? - n means this build comes without our custom animations, only official flipper animations,
e means build has extra apps pack preinstalled

Self-update package (update from microSD) - flipper-z-f7-update-unlshd-050.zip or download .tgz for mobile app / qFlipper

Install via Web Updater

Version without custom animations - Install via Web Updater

Version with extra apps - Install via Web Updater

unlshd-049

18 May 00:26
30f6da3
Compare
Choose a tag to compare

New changes

  • Warning! After installing, Desktop settings (Favoutite apps, PIN Code, AutoLock time..) will be resetted to default due to OFW changes, Please set your PIN code, Favourite apps again in Settings->Desktop
  • New way of changing device name -> Now can be changed in Settings->Desktop (by @xMasterX and @Willy-JL)
  • Plugins: BadBT plugin (BT version of BadKB) (by Willy-JL, ClaraCrazy, XFW contributors)
  • Plugins: WiFi Marauder -> Added sniff pmkid on selected aps from 0.10.4 update (by @clipboard1)
  • Plugins: SubGHz Bruteforcer -> Increase delay just a little bit to fix some cases when receiver will not get codes and decrease manual transmit delay
  • Plugins: UART Terminal -> Fix crashes on plugin load with RX connected
  • NFC: Mifare mini with SAK 0x89 support
  • SubGHz: CAME Atomo - Add manually support and custom buttons support
  • SubGHz: Fix crashes when deleting signals using right arrow button in Read mode
  • SubGHz: Restore Rx indication after deletion after Memory is FULL (by @wosk | PR #464)
  • SubGHz: App refactoring (OFW code ported + our code was refactored/cleaned up too) (by @gid9798 and @xMasterX | PR #461)
  • SubGHz: Using scene manager functions in DecodeRAW (by @gid9798 | PR #462)
  • SubGHz: Protocols and custom buttons refactoring (by @gid9798 | PR #465)
  • SubGHz: Move counter increase setting out of debug, change max value
  • GUI: Submenu locked elements (by @Willy-JL and @giacomoferretti)
  • GUI: Text Input improvements, added cursor and ability to set minimal length (by @Willy-JL)
  • BT API: Functions that allow to change bt mac address and device broadcasted name (by @Willy-JL and XFW contributors)
  • Infrared: External output move out of debug and add power option for external modules
  • Infrared: Updated universal remote assets (by @amec0e | PR #474)
  • Extra pack: Some app fixes
  • FBT: Fix vscode example config for debug builds - please run ./fbt vscode_dist again if you had issues with debug builds size
  • OFW PR 2316: NFC V support (by @g3gg0 & @nvx)
  • OFW PR 2669: nfc: Fix MFUL tearing flags read (by @GMMan)
  • OFW PR 2666: BadUSB: Add fr-FR-mac key layout (by @FelixLgr)
  • OFW: api: added lib/nfc/protocols/nfc_util.h
  • OFW: fix PIN retry count reset on reboot
  • OFW: fbt: allow strings for fap_version field in app manifests
  • OFW: Rpc: add desktop service. Desktop: refactor locking routine. Now PIN lock is actually cannot be bypassed by reboot! / Desktop settings will be reset, please set your PIN and favourite apps again!
  • OFW: Part 2 of hooking C2 IPC
  • OFW: ble: attempt to handle hardfaulted c2
  • OFW: Add Mfkey32 application
  • OFW: Added DigitalSequence and PulseReader
  • OFW: Debug: revert cortex debug to lxml and drop DWT (reapply your VSCode launch.json from example folder)
  • OFW: furi_crash: added C2 status; added fw-version gdb command
  • OFW: Removed STM32CubeWB module
  • OFW: API version in UI
  • OFW: ufbt: deploying sample ufbt automation for new apps; added source "ufbt -s env" for toolchain access
  • OFW: Fix storage.py exist_dir logic

🎲 Download latest extra apps pack

-> How to install firmware

-> Download qFlipper (official link)

Please support development of the project

  • Boosty (patreon alternative): https://boosty.to/mmxdev
  • cloudtips (only RU payments accepted): https://pay.cloudtips.ru/p/7b3e9d65
  • YooMoney (only RU payments accepted): https://yoomoney.ru/fundraise/XA49mgQLPA0.221209
  • USDT(TRC20): TSXcitMSnWXUFqiUfEXrTVpVewXy2cYhrs
  • BCH: qquxfyzntuqufy2dx0hrfr4sndp0tucvky4sw8qyu3
  • ETH/BSC/ERC20-Tokens: darkflippers.eth (or 0xFebF1bBc8229418FF2408C07AF6Afa49152fEc6a)
  • BTC: bc1q0np836jk9jwr4dd7p6qv66d04vamtqkxrecck9
  • DOGE: D6R6gYgBn5LwTNmPyvAQR6bZ9EtGgFCpvv
  • LTC: ltc1q3ex4ejkl0xpx3znwrmth4lyuadr5qgv8tmq8z9
  • XMR (Monero): 41xUz92suUu1u5Mu4qkrcs52gtfpu9rnZRdBpCJ244KRHf6xXSvVFevdf2cnjS7RAeYr5hn9MsEfxKoFDRSctFjG5fv1Mhn
  • TON: EQCOqcnYkvzOZUV_9bPE_8oTbOrOF03MnF-VcJyjisTZmpGf

Thanks to our sponsors:

callmezimbra, Quen0n, MERRON, grvpvl (lvpvrg), art_col, ThurstonWaffles, Moneron, UterGrooll, LUCFER, Northpirate, zloepuzo, T.Rat, Alexey B., ionelife, ...
and all other great people who supported our project and me (xMasterX), thanks to you all!

Note: To avoid issues with .dfu, prefer installing using .tgz with qFlipper, web updater or by self update package, all needed assets will be installed

Recommended option - Web Updater

What means n or e in - flipper-z-f7-update-unlshd-049(n / e).tgz ? - n means this build comes without our custom animations, only official flipper animations,
e means build has extra apps pack preinstalled

Self-update package (update from microSD) - flipper-z-f7-update-unlshd-049.zip or download .tgz for mobile app / qFlipper

Install via Web Updater

Version without custom animations - Install via Web Updater

Version with extra apps - Install via Web Updater

unlshd-048

05 May 20:51
d953d35
Compare
Choose a tag to compare

New changes

  • If you have copied any apps manually into apps folder - remove apps folder or that specific apps you copied on your microSD before installing this release to avoid issues!
  • Plugins: RFID and iButton Fuzzer remove excessive free()'s (thanks @Willy-JL)
  • Plugins: Use COUNT_OF in mouse jiggler
  • Plugins: Added Numpad keyboard to HID app (by @clipboard1 | PR #452)
  • About: Don't show 00 on about screens
  • SubGHz: Combine FuriString allocs and other small changes
  • Infrared: Updated universal remote assets (by @amec0e | PR #454)
  • Update slideshow: Replace QR code with good old link
  • OFW: Various Furi/FuriHal bug fixes and improvements -> Breaking API change, api was changed from 24.x to 26.x
  • OFW: Loader refactoring, part 1 -> Breaking API change, api was changed from 23.x to 24.x (this will make your manually copied plugins not work, update them in same way you installed them, or delete apps folder and then install firmware, if you using extra pack builds (with e in version) all apps in _Extra will be updated automatically)
  • OFW: Dolphin builder in ufbt; minor ufbt/fbt improvements
  • OFW: Added API version to device info
  • OFW: Gui: relax some asserts in view
  • OFW: Move gauge calibration to separate header, add f18 calibration
  • OFW: Fix TERMINFO on Linux systems

🎲 Download latest extra apps pack

-> How to install firmware

-> Download qFlipper (official link)

Please support development of the project

  • Boosty (patreon alternative): https://boosty.to/mmxdev
  • cloudtips (only RU payments accepted): https://pay.cloudtips.ru/p/7b3e9d65
  • YooMoney (only RU payments accepted): https://yoomoney.ru/fundraise/XA49mgQLPA0.221209
  • USDT(TRC20): TSXcitMSnWXUFqiUfEXrTVpVewXy2cYhrs
  • BCH: qquxfyzntuqufy2dx0hrfr4sndp0tucvky4sw8qyu3
  • ETH/BSC/ERC20-Tokens: darkflippers.eth (or 0xFebF1bBc8229418FF2408C07AF6Afa49152fEc6a)
  • BTC: bc1q0np836jk9jwr4dd7p6qv66d04vamtqkxrecck9
  • DOGE: D6R6gYgBn5LwTNmPyvAQR6bZ9EtGgFCpvv
  • LTC: ltc1q3ex4ejkl0xpx3znwrmth4lyuadr5qgv8tmq8z9
  • XMR (Monero): 41xUz92suUu1u5Mu4qkrcs52gtfpu9rnZRdBpCJ244KRHf6xXSvVFevdf2cnjS7RAeYr5hn9MsEfxKoFDRSctFjG5fv1Mhn
  • TON: EQCOqcnYkvzOZUV_9bPE_8oTbOrOF03MnF-VcJyjisTZmpGf

Thanks to our sponsors:

callmezimbra, Quen0n, MERRON, grvpvl (lvpvrg), art_col, ThurstonWaffles, Moneron, UterGrooll, LUCFER, Northpirate, zloepuzo, T.Rat, Alexey B., ionelife, ...
and all other great people who supported our project and me (xMasterX), thanks to you all!

Note: To avoid issues with .dfu, prefer installing using .tgz with qFlipper, web updater or by self update package, all needed assets will be installed

Recommended option - Web Updater

What means n or e in - flipper-z-f7-update-unlshd-048(n / e).tgz ? - n means this build comes without our custom animations, only official flipper animations,
e means build has extra apps pack preinstalled

Self-update package (update from microSD) - flipper-z-f7-update-unlshd-048.zip or download .tgz for mobile app / qFlipper

Install via Web Updater

Version without custom animations - Install via Web Updater

Version with extra apps - Install via Web Updater

unlshd-047

02 May 01:14
4b74d13
Compare
Choose a tag to compare

New changes

This updates includes latest DeepSleep(New Power-Saving Mode) (starting from 046 release)

Also make sure to set your settings to this, and do full power off, wait 10sec and power on again

Settings -> System -> Debug = OFF
Settings -> System -> Log level = None
Settings -> System -> Heap trace = None
Settings -> System -> Sleep Method = Default

when debug is on, new sleep mode will not work
debug will make flipper waiting for debug session via swd and it will never go to sleep when debug is on 
  • NFC: Temp fix for Detect reader not collecting nonces
  • Desktop: Temp fix for old backlight bug when locking by holding up arrow
  • IR: Add Sharp and Vizio to Universal TV remote
  • BLE Info: Show version instead of branch
  • Plugins: Add new game - Bomberduck (by @leo-need-more-coffee | PR #450)
  • Plugins: Fix SWD Probe plugin GPIO pins state reset on exit
  • Plugins: Bluetooth Remote - new UI (by @krolchonok | PR #447)
  • Plugins: Update TOTP (Authenticator) (by akopachov)
  • Docs: Update HowToInstall (by @krolchonok | PR #443)
  • OFW PR 2627: Add HID mouse auto-clicker (by @rwl4)

🎲 Download latest extra apps pack

-> How to install firmware

-> Download qFlipper (official link)

Please support development of the project

  • Boosty (patreon alternative): https://boosty.to/mmxdev
  • cloudtips (only RU payments accepted): https://pay.cloudtips.ru/p/7b3e9d65
  • YooMoney (only RU payments accepted): https://yoomoney.ru/fundraise/XA49mgQLPA0.221209
  • USDT(TRC20): TSXcitMSnWXUFqiUfEXrTVpVewXy2cYhrs
  • BCH: qquxfyzntuqufy2dx0hrfr4sndp0tucvky4sw8qyu3
  • ETH/BSC/ERC20-Tokens: darkflippers.eth (or 0xFebF1bBc8229418FF2408C07AF6Afa49152fEc6a)
  • BTC: bc1q0np836jk9jwr4dd7p6qv66d04vamtqkxrecck9
  • DOGE: D6R6gYgBn5LwTNmPyvAQR6bZ9EtGgFCpvv
  • LTC: ltc1q3ex4ejkl0xpx3znwrmth4lyuadr5qgv8tmq8z9
  • XMR (Monero): 41xUz92suUu1u5Mu4qkrcs52gtfpu9rnZRdBpCJ244KRHf6xXSvVFevdf2cnjS7RAeYr5hn9MsEfxKoFDRSctFjG5fv1Mhn
  • TON: EQCOqcnYkvzOZUV_9bPE_8oTbOrOF03MnF-VcJyjisTZmpGf

Thanks to our sponsors:

callmezimbra, Quen0n, MERRON, grvpvl (lvpvrg), art_col, ThurstonWaffles, Moneron, UterGrooll, LUCFER, Northpirate, zloepuzo, T.Rat, Alexey B., ionelife, ...
and all other great people who supported our project and me (xMasterX), thanks to you all!

Note: To avoid issues with .dfu, prefer installing using .tgz with qFlipper, web updater or by self update package, all needed assets will be installed

Recommended option - Web Updater

What means n or e in - flipper-z-f7-update-unlshd-047(n / e).tgz ? - n means this build comes without our custom animations, only official flipper animations,
e means build has extra apps pack preinstalled

Self-update package (update from microSD) - flipper-z-f7-update-unlshd-047.zip or download .tgz for mobile app / qFlipper

Install via Web Updater

Version without custom animations - Install via Web Updater

Version with extra apps - Install via Web Updater

unlshd-046

27 Apr 19:21
98bf353
Compare
Choose a tag to compare

New changes

  • This updates includes latest DeepSleep(New Power-Saving Mode) changes from OFW,
    Also make sure to set your settings to this, and do full power off, wait 10sec and power on again
Settings -> System -> Debug = OFF
Settings -> System -> Log level = None
Settings -> System -> Heap trace = None
Settings -> System -> Sleep Method = Default

when debug is on, new sleep mode will not work
debug will make flipper waiting for debug session via swd and it will never go to sleep when debug is on 
  • Power + BLE: DeepSleep + required ble stack upgrade added back, all known issues was fixed in OFW, no issues was found during our tests
  • Desktop: Allow locking without pin using Up menu on desktop (Short click on Lock = Without PIN / Long = With PIN)
  • RFID: Add confirmation message before running Clear T5577 Password
  • RFID: Add more user friendly RAW emulation via UI (by Dan Caprita)
  • SubGHz: Fixed Frequency Analyzer issues, fixed Read mode issues
  • SubGHz: Fix NFC crash when using external CC1101 radio module
  • SubGHz: Fix multiple external CC1101 radio module issues, (int callbacks, SPI handlers init/reinit)
  • SubGHz: Using scene manager function in add manually (by @gid9798 | PR #437)
  • Plugins: ESP32: WiFi Marauder - add icon for log files in logs browser
  • Plugins: Update ESP32: WiFi Marauder companion plugin (by 0xchocolate) merged PR by @tcpassos
  • Plugins: Update TOTP (Authenticator) (by akopachov)
  • Plugins: Fix RFID Fuzzer and iButton Fuzzer crashes
  • Plugins: iButton Fuzzer default keys update (by @team-orangeBlue)
  • Infrared: Updated infrared assets (by @amec0e | PR #441)
  • Docs: Update How To Install images (by @krolchonok | PR #436)
  • OFW PR 2620: NFC: Fix reading Mifare Classic cards with unusual access conditions and fix emulation of unknown keys (by Astrrra)
  • OFW PR 2616: Picopass: remove spaces in CSN (by bettse)
  • OFW PR 2604: WS: add protocol "Wendox W6726" (by Skorpionm)
  • OFW PR 2607: BadUSB: command parser fix (by nminaylov)
  • OFW: Keep HSI16 working in stop mode.
  • OFW: FuriHal: use proper divider for core2 when transition to sleep, remove extra stop mode transition checks, cleanup code. Furi: proper assert and check messages.
  • OFW: Don't reboot on crash in debug builds
  • OFW: cubewb: downgraded to v1.15.0

🎲 Download latest extra apps pack

-> How to install firmware

-> Download qFlipper (official link)

Please support development of the project

  • Boosty (patreon alternative): https://boosty.to/mmxdev
  • cloudtips (only RU payments accepted): https://pay.cloudtips.ru/p/7b3e9d65
  • YooMoney (only RU payments accepted): https://yoomoney.ru/fundraise/XA49mgQLPA0.221209
  • USDT(TRC20): TSXcitMSnWXUFqiUfEXrTVpVewXy2cYhrs
  • BCH: qquxfyzntuqufy2dx0hrfr4sndp0tucvky4sw8qyu3
  • ETH/BSC/ERC20-Tokens: darkflippers.eth (or 0xFebF1bBc8229418FF2408C07AF6Afa49152fEc6a)
  • BTC: bc1q0np836jk9jwr4dd7p6qv66d04vamtqkxrecck9
  • DOGE: D6R6gYgBn5LwTNmPyvAQR6bZ9EtGgFCpvv
  • LTC: ltc1q3ex4ejkl0xpx3znwrmth4lyuadr5qgv8tmq8z9
  • XMR (Monero): 41xUz92suUu1u5Mu4qkrcs52gtfpu9rnZRdBpCJ244KRHf6xXSvVFevdf2cnjS7RAeYr5hn9MsEfxKoFDRSctFjG5fv1Mhn
  • TON: EQCOqcnYkvzOZUV_9bPE_8oTbOrOF03MnF-VcJyjisTZmpGf

Thanks to our sponsors:

callmezimbra, Quen0n, MERRON, grvpvl (lvpvrg), art_col, ThurstonWaffles, Moneron, UterGrooll, LUCFER, Northpirate, zloepuzo, T.Rat, Alexey B., ionelife, ...
and all other great people who supported our project and me (xMasterX), thanks to you all!

Note: To avoid issues with .dfu, prefer installing using .tgz with qFlipper, web updater or by self update package, all needed assets will be installed

Recommended option - Web Updater

What means n or e in - flipper-z-f7-update-unlshd-046(n / e).tgz ? - n means this build comes without our custom animations, only official flipper animations,
e means build has extra apps pack preinstalled

Self-update package (update from microSD) - flipper-z-f7-update-unlshd-046.zip or download .tgz for mobile app / qFlipper

Install via Web Updater

Version without custom animations - Install via Web Updater

Version with extra apps - Install via Web Updater

unlshd-045

22 Apr 03:21
14cc7a0
Compare
Choose a tag to compare

New changes

  • Power + BLE Stack: Reverted OFW BLE stack upgrade, reverted deep sleep -> Temporarily, due to NFC issues, need more research on how deepsleep affects all systems -> If you got any NFC (or orther) crashes / freezes on 044 release please upgrade to this one
  • SubGHz: Combining add manual scenes (by @gid9798 | PR #433)
  • SubGHz: Fix add manually naming

🎲 Download latest extra apps pack

-> How to install firmware

-> Download qFlipper (official link)

Please support development of the project

  • Boosty (patreon alternative): https://boosty.to/mmxdev
  • cloudtips (only RU payments accepted): https://pay.cloudtips.ru/p/7b3e9d65
  • YooMoney (only RU payments accepted): https://yoomoney.ru/fundraise/XA49mgQLPA0.221209
  • USDT(TRC20): TSXcitMSnWXUFqiUfEXrTVpVewXy2cYhrs
  • BCH: qquxfyzntuqufy2dx0hrfr4sndp0tucvky4sw8qyu3
  • ETH/BSC/ERC20-Tokens: darkflippers.eth (or 0xFebF1bBc8229418FF2408C07AF6Afa49152fEc6a)
  • BTC: bc1q0np836jk9jwr4dd7p6qv66d04vamtqkxrecck9
  • DOGE: D6R6gYgBn5LwTNmPyvAQR6bZ9EtGgFCpvv
  • LTC: ltc1q3ex4ejkl0xpx3znwrmth4lyuadr5qgv8tmq8z9
  • XMR (Monero): 41xUz92suUu1u5Mu4qkrcs52gtfpu9rnZRdBpCJ244KRHf6xXSvVFevdf2cnjS7RAeYr5hn9MsEfxKoFDRSctFjG5fv1Mhn
  • TON: EQCOqcnYkvzOZUV_9bPE_8oTbOrOF03MnF-VcJyjisTZmpGf

Thanks to our sponsors:

callmezimbra, Quen0n, MERRON, grvpvl (lvpvrg), art_col, ThurstonWaffles, Moneron, UterGrooll, LUCFER, Northpirate, zloepuzo, T.Rat, Alexey B., ionelife, ...
and all other great people who supported our project and me (xMasterX), thanks to you all!

Note: To avoid issues with .dfu, prefer installing using .tgz with qFlipper, web updater or by self update package, all needed assets will be installed

Recommended option - Web Updater

What means n or e in - flipper-z-f7-update-unlshd-045(n / e).tgz ? - n means this build comes without our custom animations, only official flipper animations,
e means build has extra apps pack preinstalled

Self-update package (update from microSD) - flipper-z-f7-update-unlshd-045.zip or download .tgz for mobile app / qFlipper

Install via Web Updater

Version without custom animations - Install via Web Updater

Version with extra apps - Install via Web Updater