mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 06:20:12 +00:00
Merge branch 'UberGuidoZ:main' into main
This commit is contained in:
commit
454426b29e
9
.gitmodules
vendored
9
.gitmodules
vendored
@ -4,3 +4,12 @@
|
||||
[submodule "Sub-GHz/flipperzero-bruteforce"]
|
||||
path = Sub-GHz/flipperzero-bruteforce
|
||||
url = https://github.com/tobiabocchi/flipperzero-bruteforce
|
||||
[submodule "BadUSB/Jakoby_BadUSB"]
|
||||
path = BadUSB/Jakoby_BadUSB
|
||||
url = https://github.com/I-Am-Jakoby/Flipper-Zero-BadUSB
|
||||
[submodule "BadUSB/Flipper_Zero_Badusb_hack5_payloads"]
|
||||
path = BadUSB/Flipper_Zero_Badusb_hack5_payloads
|
||||
url = https://github.com/nocomp/Flipper_Zero_Badusb_hack5_payloads/
|
||||
[submodule "BadUSB/BadUSB-FalsePhilosopher"]
|
||||
path = BadUSB/BadUSB-FalsePhilosopher
|
||||
url = https://github.com/FalsePhilosopher/BadUSB-Playground
|
||||
|
BIN
Applications/Official/Games/arkanoid_game.fap
Normal file
BIN
Applications/Official/Games/arkanoid_game.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Games/dice_game.fap
Normal file
BIN
Applications/Official/Games/dice_game.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Games/flappy_game.fap
Normal file
BIN
Applications/Official/Games/flappy_game.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Games/game_2048.fap
Normal file
BIN
Applications/Official/Games/game_2048.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Games/game_of_life2.fap
Normal file
BIN
Applications/Official/Games/game_of_life2.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Games/gameoflife_game.fap
Normal file
BIN
Applications/Official/Games/gameoflife_game.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Games/raycast_game.fap
Normal file
BIN
Applications/Official/Games/raycast_game.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Games/snake_game.fap
Normal file
BIN
Applications/Official/Games/snake_game.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Games/tanks_game.fap
Normal file
BIN
Applications/Official/Games/tanks_game.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Games/tetris_game.fap
Normal file
BIN
Applications/Official/Games/tetris_game.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Games/tictactoe_game.fap
Normal file
BIN
Applications/Official/Games/tictactoe_game.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Games/videopoker_game.fap
Normal file
BIN
Applications/Official/Games/videopoker_game.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Misc/mandelbrot.fap
Normal file
BIN
Applications/Official/Misc/mandelbrot.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Misc/music_player.fap
Normal file
BIN
Applications/Official/Misc/music_player.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Tools/barcode_generator.fap
Normal file
BIN
Applications/Official/Tools/barcode_generator.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Tools/bpm_tapper.fap
Normal file
BIN
Applications/Official/Tools/bpm_tapper.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Tools/bt_hid.fap
Normal file
BIN
Applications/Official/Tools/bt_hid.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Tools/clock.fap
Normal file
BIN
Applications/Official/Tools/clock.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Tools/dec_hex_converter.fap
Normal file
BIN
Applications/Official/Tools/dec_hex_converter.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Tools/mousejiggler.fap
Normal file
BIN
Applications/Official/Tools/mousejiggler.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Tools/multi_converter.fap
Normal file
BIN
Applications/Official/Tools/multi_converter.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Tools/picopass.fap
Normal file
BIN
Applications/Official/Tools/picopass.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Tools/sentry_safe.fap
Normal file
BIN
Applications/Official/Tools/sentry_safe.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Tools/spectrum_analyzer.fap
Normal file
BIN
Applications/Official/Tools/spectrum_analyzer.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Tools/touchtunes.fap
Normal file
BIN
Applications/Official/Tools/touchtunes.fap
Normal file
Binary file not shown.
BIN
Applications/Official/Tools/wav_player.fap
Normal file
BIN
Applications/Official/Tools/wav_player.fap
Normal file
Binary file not shown.
42
Applications/ReadMe.md
Normal file
42
Applications/ReadMe.md
Normal file
@ -0,0 +1,42 @@
|
||||
# Flipper Application Packages (FAPs)
|
||||
|
||||
The long-awaited addition of loading plugins (applications) from the SD card is here thanks to some hard work by the Official Flipper devteam. Anna/hedger released a FAP pack with some pre-built plugins, ready to go. Check out the [Official documentation](https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/AppsOnSDCard.md) for more info.
|
||||
|
||||
And thanks to some further hard work from [xMasterX](https://github.com/xMasterX) of [Unleashed](https://github.com/Eng1n33r/flipperzero-firmware), we now have MORE working applications!
|
||||
|
||||
Since the FAP file needs to be compiled to work with the specific firmware you have, I've separated the FAPs into their respective folders.<br>
|
||||
**NOTE: Files are interchangeable between RM and UL! They are not interchangeable with Official firmware due to API differences.**
|
||||
|
||||
## How to use
|
||||
|
||||
Download the FAP file(s) of your choice and stick them in a folder names `apps` on the SD card. You can organize them into folders like they are on this repo however you would like! Please, move them around to what makes sense to you, create new folders, etc.
|
||||
|
||||
Once you have them loaded, make sure you're on the most current version of your [firmware of choice](https://github.com/UberGuidoZ/Flipper/tree/main/Firmware_Options) (dev branch in most cases), then look for the Applications menu item:
|
||||
|
||||
![App_Main](https://user-images.githubusercontent.com/57457139/190332031-d7524a5f-8d02-4ae8-a21d-a2aa487eae9c.png)
|
||||
|
||||
Hit the center button to load it and you should see your folders from above:
|
||||
|
||||
![App_Folders](https://user-images.githubusercontent.com/57457139/190332247-cb1993ed-f898-4810-9aad-fe8ec134a96f.png)
|
||||
|
||||
Now simply navigate to the application you'd like to load and center click it!
|
||||
|
||||
![App_Game](https://user-images.githubusercontent.com/57457139/190332433-907e609c-c1d0-490f-b3f7-d30e9dbda50a.png)
|
||||
|
||||
To exit and/or load something else, simply use the BACK button.
|
||||
|
||||
-----
|
||||
|
||||
I've had so many asking for me to add this.<br>
|
||||
![Flipper_Blush](https://user-images.githubusercontent.com/57457139/183561666-4424a3cc-679b-4016-a368-24f7e7ad0a88.jpg) ![Flipper_Love](https://user-images.githubusercontent.com/57457139/183561692-381d37bd-264f-4c88-8877-e58d60d9be6e.jpg)
|
||||
|
||||
**BTC**: `3AWgaL3FxquakP15ZVDxr8q8xVTc5Q75dS`<br>
|
||||
**BCH**: `17nWCvf2YPMZ3F3H1seX8T149Z9E3BMKXk`<br>
|
||||
**ETH**: `0x0f0003fCB0bD9355Ad7B124c30b9F3D860D5E191`<br>
|
||||
**LTC**: `M8Ujk52U27bkm1ksiWUyteL8b3rRQVMke2`
|
||||
|
||||
So, here it is. All donations of *any* size are humbly appreciated.<br>
|
||||
![Flipper_Clap](https://user-images.githubusercontent.com/57457139/183561789-2e853ede-8ef7-41e8-a67c-716225177e5d.jpg) ![Flipper_OMG](https://user-images.githubusercontent.com/57457139/183561787-e21bdc1e-b316-4e67-b327-5129503d0313.jpg)
|
||||
|
||||
Donations will be used for hardware (and maybe caffeine) to further testing!<br>
|
||||
![UberGuidoZ](https://cdn.discordapp.com/emojis/1000632669622767686.gif)
|
BIN
Applications/RogueMaster/GPIO/APPS_ESP32_Wifi_Marauder.fap
Normal file
BIN
Applications/RogueMaster/GPIO/APPS_ESP32_Wifi_Marauder.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/GPIO/APPS_ESP8266_Deauth.fap
Normal file
BIN
Applications/RogueMaster/GPIO/APPS_ESP8266_Deauth.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/GPIO/APPS_ESP8266_Wifi_Deauther.fap
Normal file
BIN
Applications/RogueMaster/GPIO/APPS_ESP8266_Wifi_Deauther.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/GPIO/APPS_GPIO_Sentry_Safe.fap
Normal file
BIN
Applications/RogueMaster/GPIO/APPS_GPIO_Sentry_Safe.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/GPIO/APPS_Mouse_Jacker.fap
Normal file
BIN
Applications/RogueMaster/GPIO/APPS_Mouse_Jacker.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/GPIO/APPS_NRF_Sniff.fap
Normal file
BIN
Applications/RogueMaster/GPIO/APPS_NRF_Sniff.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/GPIO/APPS_Wifi_Scanner.fap
Normal file
BIN
Applications/RogueMaster/GPIO/APPS_Wifi_Scanner.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Games/GAME_2048.fap
Normal file
BIN
Applications/RogueMaster/Games/GAME_2048.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Games/GAME_Arkanoid.fap
Normal file
BIN
Applications/RogueMaster/Games/GAME_Arkanoid.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Games/GAME_Chess.fap
Normal file
BIN
Applications/RogueMaster/Games/GAME_Chess.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Games/GAME_DOOM.fap
Normal file
BIN
Applications/RogueMaster/Games/GAME_DOOM.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Games/GAME_Dice.fap
Normal file
BIN
Applications/RogueMaster/Games/GAME_Dice.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Games/GAME_FlappyBird.fap
Normal file
BIN
Applications/RogueMaster/Games/GAME_FlappyBird.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Games/GAME_GameOfLife.fap
Normal file
BIN
Applications/RogueMaster/Games/GAME_GameOfLife.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Games/GAME_MandelbrotSet.fap
Normal file
BIN
Applications/RogueMaster/Games/GAME_MandelbrotSet.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Games/GAME_MontyHall.fap
Normal file
BIN
Applications/RogueMaster/Games/GAME_MontyHall.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Games/GAME_Snake.fap
Normal file
BIN
Applications/RogueMaster/Games/GAME_Snake.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Games/GAME_TAMA_P1.fap
Normal file
BIN
Applications/RogueMaster/Games/GAME_TAMA_P1.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Games/GAME_Tanks.fap
Normal file
BIN
Applications/RogueMaster/Games/GAME_Tanks.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Games/GAME_Tetris.fap
Normal file
BIN
Applications/RogueMaster/Games/GAME_Tetris.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Games/GAME_TicTacToe.fap
Normal file
BIN
Applications/RogueMaster/Games/GAME_TicTacToe.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Games/GAME_VideoPoker.fap
Normal file
BIN
Applications/RogueMaster/Games/GAME_VideoPoker.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Games/GAME_Zombiez.fap
Normal file
BIN
Applications/RogueMaster/Games/GAME_Zombiez.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Main/Clock.fap
Normal file
BIN
Applications/RogueMaster/Main/Clock.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Main/Spectrum_Analyzer.fap
Normal file
BIN
Applications/RogueMaster/Main/Spectrum_Analyzer.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Main/ibutton.fap
Normal file
BIN
Applications/RogueMaster/Main/ibutton.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Main/u2f.fap
Normal file
BIN
Applications/RogueMaster/Main/u2f.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Misc/APPS_Calculator.fap
Normal file
BIN
Applications/RogueMaster/Misc/APPS_Calculator.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Misc/APPS_MouseJiggler.fap
Normal file
BIN
Applications/RogueMaster/Misc/APPS_MouseJiggler.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Misc/APPS_Multi_Converter.fap
Normal file
BIN
Applications/RogueMaster/Misc/APPS_Multi_Converter.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Misc/APPS_Paint.fap
Normal file
BIN
Applications/RogueMaster/Misc/APPS_Paint.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Misc/APPS_UPC_Generator.fap
Normal file
BIN
Applications/RogueMaster/Misc/APPS_UPC_Generator.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Misc/uart_echo.fap
Normal file
BIN
Applications/RogueMaster/Misc/uart_echo.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Misc/usb_mouse.fap
Normal file
BIN
Applications/RogueMaster/Misc/usb_mouse.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Music/APPS_Music_Player.fap
Normal file
BIN
Applications/RogueMaster/Music/APPS_Music_Player.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Music/APPS_Wav_Player.fap
Normal file
BIN
Applications/RogueMaster/Music/APPS_Wav_Player.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Tools/APPS_BluetoothRemote.fap
Normal file
BIN
Applications/RogueMaster/Tools/APPS_BluetoothRemote.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Tools/APPS_DolphinBackup.fap
Normal file
BIN
Applications/RogueMaster/Tools/APPS_DolphinBackup.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Tools/APPS_DolphinRestorer.fap
Normal file
BIN
Applications/RogueMaster/Tools/APPS_DolphinRestorer.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Tools/APPS_Picopass.fap
Normal file
BIN
Applications/RogueMaster/Tools/APPS_Picopass.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Tools/APPS_RFID_Fuzzer.fap
Normal file
BIN
Applications/RogueMaster/Tools/APPS_RFID_Fuzzer.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Tools/APPS_Sub_Playlist.fap
Normal file
BIN
Applications/RogueMaster/Tools/APPS_Sub_Playlist.fap
Normal file
Binary file not shown.
BIN
Applications/RogueMaster/Tools/APPS_Subbrute.fap
Normal file
BIN
Applications/RogueMaster/Tools/APPS_Subbrute.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/GPIO/esp8266_deauth.fap
Normal file
BIN
Applications/Unleashed/GPIO/esp8266_deauth.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/GPIO/mouse_jacker.fap
Normal file
BIN
Applications/Unleashed/GPIO/mouse_jacker.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/GPIO/nrf_sniff.fap
Normal file
BIN
Applications/Unleashed/GPIO/nrf_sniff.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/GPIO/sentry_safe.fap
Normal file
BIN
Applications/Unleashed/GPIO/sentry_safe.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/GPIO/wifi_marauder.fap
Normal file
BIN
Applications/Unleashed/GPIO/wifi_marauder.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/GPIO/wifi_scanner.fap
Normal file
BIN
Applications/Unleashed/GPIO/wifi_scanner.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Games/arkanoid_game.fap
Normal file
BIN
Applications/Unleashed/Games/arkanoid_game.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Games/game_doom.fap
Normal file
BIN
Applications/Unleashed/Games/game_doom.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Games/game_flappybird.fap
Normal file
BIN
Applications/Unleashed/Games/game_flappybird.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Games/game_zombiez.fap
Normal file
BIN
Applications/Unleashed/Games/game_zombiez.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Games/snake_game.fap
Normal file
BIN
Applications/Unleashed/Games/snake_game.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Games/tetris_game.fap
Normal file
BIN
Applications/Unleashed/Games/tetris_game.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Games/tictactoe_game.fap
Normal file
BIN
Applications/Unleashed/Games/tictactoe_game.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Games_Extra/BROKEN_game_chess.fap
Normal file
BIN
Applications/Unleashed/Games_Extra/BROKEN_game_chess.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Games_Extra/game_2048.fap
Normal file
BIN
Applications/Unleashed/Games_Extra/game_2048.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Games_Extra/game_dice.fap
Normal file
BIN
Applications/Unleashed/Games_Extra/game_dice.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Games_Extra/game_gameoflife.fap
Normal file
BIN
Applications/Unleashed/Games_Extra/game_gameoflife.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Games_Extra/game_mandelbrotset.fap
Normal file
BIN
Applications/Unleashed/Games_Extra/game_mandelbrotset.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Games_Extra/game_montyhall.fap
Normal file
BIN
Applications/Unleashed/Games_Extra/game_montyhall.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Games_Extra/game_tama_p1.fap
Normal file
BIN
Applications/Unleashed/Games_Extra/game_tama_p1.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Games_Extra/game_tanks.fap
Normal file
BIN
Applications/Unleashed/Games_Extra/game_tanks.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Games_Extra/game_videopoker.fap
Normal file
BIN
Applications/Unleashed/Games_Extra/game_videopoker.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Misc/barcode_generator.fap
Normal file
BIN
Applications/Unleashed/Misc/barcode_generator.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Misc/multi_converter.fap
Normal file
BIN
Applications/Unleashed/Misc/multi_converter.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Misc/uart_echo.fap
Normal file
BIN
Applications/Unleashed/Misc/uart_echo.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Misc/usb_mouse.fap
Normal file
BIN
Applications/Unleashed/Misc/usb_mouse.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Misc_Extra/app_wifi_deauther.fap
Normal file
BIN
Applications/Unleashed/Misc_Extra/app_wifi_deauther.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Misc_Extra/calculator.fap
Normal file
BIN
Applications/Unleashed/Misc_Extra/calculator.fap
Normal file
Binary file not shown.
BIN
Applications/Unleashed/Misc_Extra/mousejiggler.fap
Normal file
BIN
Applications/Unleashed/Misc_Extra/mousejiggler.fap
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user