More actions
AtmoPackUpdater | |
---|---|
File:Atmopackupdaterswitch.png | |
General | |
Author | PoloNX |
Type | Utilities |
Version | 1.7.0 |
License | Mixed |
Last Updated | 2023/03/31 |
Links | |
Download | |
Website | |
Source | |
AtmoPackUpdater is a homebrew application for the Nintendo Switch that can update your CFW/Firmware/sigpatches and many more.
Features
- Download the latest update of AtmosphereVanillaPack
- Download the latest update of this application
- Download the latest sigpatches
- Download the firmware of your choice
How to build
Automatic
Linux
git clone --recursive https://github.com/PoloNX/AtmoPackUpdater cd AtmoPackUpdater sudo pacman -S switch-curl switch-zlib switch-glfw switch-mesa switch-glm ./make_nro.sh
Window :
git clone --recursive https://github.com/PoloNX/AtmoPackUpdater cd AtmoPackUpdater pacman -S switch-curl switch-zlib switch-glfw switch-mesa switch-glm ./make_nro.bat
Manual
Linux :
sudo pacman -S switch-curl switch-zlib switch-glfw switch-mesa switch-glm git clone --recursive https://github.com/PoloNX/AtmoPackUpdater cd AtmoPackUpdater/amssu-rcm make cd .. cd amssu-forwarder make cd .. cp amssu-rcm/output/ams_rcm.bin resources/payload/ams_rcm.bin cp amssu-forwarder/amssu-forwarder.nro resources/forwarder/amssu-forwarder.nro make
Window :
pacman -S switch-curl switch-zlib switch-glfw switch-mesa switch-glm git clone --recursive https://github.com/PoloNX/AtmoPackUpdater cd AtmoPackUpdater/amssu-rcm make cd .. cd amssu-forwarder make cd .. copy amssu-rcm/output/ams_rcm.bin resources/payload/ams_rcm.bin copy amssu-forwarder/amssu-forwarder.nro resources/forwarder/amssu-forwarder.nro make
How to test the beta
To test the beta of this project you have to go on actions and click on the last commmit. Below you have the download link.
Screenshots
Changelog
v.1.7.0
- Added an option to restart into Hekate in the settings tab.
- Fixed a typo (#9).
v.1.6.0
- Added a fix for the firmware update when you already had a firmware downloaded in sdmc:/firmware/
v.1.5.0
- Added the support for pre-releases of the pack
v.1.4.0
- Added the support if you're switch is patched
v.1.3.0
- Added the English translation
- Added the Spanish translation
- Extract is faster
- Fixed one bug with the payload
v.1.2.0
- Now you can install the pack just with the nro. The nro is not just an updater but one installer too!
- Added a warning page if your sdcard is in exFat.
- When you download one firmware, it now goes in /firmware/
v.1.1.0
- Now you can choose if you want to overwrite your .ini files when you update the cfw.
- Adds a Utils tab and with it you can : Apply 90dns, Remove your current theme, reload the app.
- Fix for the firmware update.
v.1.0.0
- I have rewritten the app with borealis. Now, the app has a GUI !
- You can choose which firmware you want to download.
v.0.0.7
- Added a progress bar
- Sigpatches URL updated
v.0.0.6
- Added one option to delete your theme when you do a update of HOS
- Rewritten the app updater
v.0.0.5
- Rewrite of the code in C++
- Added detection of the latest pack via -version.txt
- Fixes homebrew duplication
- Fixed closing the homebrew via the + button which did not work everytime (having to press the HOME button)
v.0.0.4
- added one message when you’re not connected to internet
- added one option to download the last firmware of the Nintendo switch
- fixed a bug that prevented the application when it was updated to cut correctly
- code now written in C++
v.0.0.3
- Just a little fix because the URL changed and I improved the UI. You can update directly from your switch.
v.0.0.2
- Improved extraction time from ~3min to ~30sec
- Added colors
v.0.0.1
- First Release.
Credits
- Thanks to SciresM for reboot_to_payload
- Thanks to THZoria for his pack
- Thanks to Team Neptune for your rcm payload
- Thanks to HamletDuFromage for your .nro wich helped me.