1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2024-09-19 21:45:00 +01:00
TegraRcmGUI/README.md

46 lines
2.7 KiB
Markdown
Raw Normal View History

2018-06-10 15:23:13 +01:00
# TegraRcmGUI
2018-10-07 11:04:43 +01:00
C++ GUI for [TegraRcmSmash](https://github.com/rajkosto/TegraRcmSmash) by [rajkosto](https://github.com/rajkosto) (Fusée Gelée exploit for Nintendo Switch)
2018-06-10 15:23:13 +01:00
## Features
2018-07-25 16:30:04 +01:00
- Inject payloads (such as CFW bootloader, Nand/Key Dumper, etc)
- Manage favorites
- Run Linux on your switch (ShofEL2)
2019-02-02 23:05:01 +00:00
- Mount device as USB mass storage (read/write from/to SD card & NAND partitions, hold power button down for 5sec to exit)
- Dump BIS keys for eMMC content decryption (biskeydump by rajkosto)
2018-09-11 23:15:01 +01:00
- Option - "Auto inject" : automatically inject payload after selection or/and when the Switch is plugged in RCM mode
2018-07-25 16:30:04 +01:00
- Option - Minimize app to tray & tray icon's context menu
- Option - Run app at Windows startup
2018-06-10 15:23:13 +01:00
- Install APX device driver (if needed)
2019-02-02 23:05:01 +00:00
![Png](http://tegrarcmgui.gq/TegraRcmGUI_v2.5.png)
2018-06-10 15:23:13 +01:00
2019-03-09 09:49:27 +00:00
## How to backup/restore your Nintendo Switch's NAND ?
1) Use [memloader](https://github.com/rajkosto/memloader) v3 to mount eMMC on your computer
2) Download and open [NxNandManager](https://github.com/eliboa/NxNandManager). Select "File" then "Open drive".
3) Select the mounted drive. You can now perform backup/restore operations.
![Png](http://splatoon.eu/switch/NxNandManager_v1.1_howto_open_drive.png)
2018-06-10 15:23:13 +01:00
## Download
2018-07-25 22:11:12 +01:00
[Latest release](https://github.com/eliboa/TegraRcmGUI/releases/latest) (Windows)
2018-06-10 15:23:13 +01:00
2018-07-25 16:30:04 +01:00
## Important notice
2018-07-25 22:10:09 +01:00
This UI is **Windows-only**.
For other platforms, you can use :
2018-07-25 21:59:46 +01:00
- [Fusée Launcher](https://github.com/Cease-and-DeSwitch/fusee-launcher) (GNU/Linux)
- [NXBoot](https://mologie.github.io/nxboot/) (OS X, iOS)
2018-07-25 22:10:09 +01:00
- [NXLoader](https://github.com/DavidBuchanan314/NXLoader) (Android)
2018-07-25 21:59:46 +01:00
- [Web Fusée Launcher](https://fusee-gelee.firebaseapp.com/) (Cross-platform, only works with Chrome)
2018-07-25 16:30:04 +01:00
2018-07-25 21:59:46 +01:00
## Issue / Suggestion
Please open new [issue](https://github.com/eliboa/TegraRcmGUI/issues) to report a bug or submit a suggestion.
2018-06-19 16:48:15 +01:00
2018-07-25 16:30:04 +01:00
## Credits
2019-02-02 23:05:01 +00:00
- [Rajkosto](https://github.com/rajkosto) / [TegraRcmSmash](https://github.com/rajkosto/TegraRcmSmash) (Fusée Launcher reimplementation for Windows), [memloader](https://github.com/rajkosto/memloader), SD tool, [biskeydump](https://github.com/rajkosto/biskeydump)
2018-07-25 16:30:04 +01:00
- [Kate Temkin](https://github.com/ktemkin) / [Fusée Launcher](https://github.com/Cease-and-DeSwitch/fusee-launcher)
- [fail0verflow](https://github.com/fail0verflow) / [ShofEL2](https://github.com/fail0verflow/shofel2) (Boot stack for no-modification, universal code execution and Linux on the Nintendo Switch)
2019-02-02 23:05:01 +00:00
- [SciresM](https://github.com/SciresM) / [Atmosphere](https://github.com/Atmosphere-NX/Atmosphere)
- [CTCaer](https://github.com/CTCaer/hekate) / [Hekate](https://github.com/CTCaer/hekate)
- [Reisyukaku](https://github.com/Reisyukaku/) / [ReiNX](https://github.com/Reisyukaku/ReiNX)