Releases: Guillem96/argon-nx
Releases · Guillem96/argon-nx
ArgonNX v1.1-alpha
Assets in the release
- argon-nx.zip: The zip files contains all the needed resources to run argon.
Installation
- Download and unzip
argon-nx.zip
. - Drag and drop
argon
folder on the sd card root. - (Optional) Remember you can add your custom logos and payloads inside
argon/logos
andargon/payloads
. - Inject the
argon-nx.bin
payload to your switch in RCM mode using tegrasmash or TegraGUI.
Changelog v1.1-alpha
- Fixing critical bug. Now ArgonNX launches using any payload sender.
- Argon now is composed by 2 payloads (2 stages).
- First stage configures hardware
- Second stage loads the GUI
- Bootlogo/splash and wait until GUI is loaded.
- Improve system stability to enhance user experience.
Check README.md for more details.
ArgonNX v1.0-alpha
Assets in the release
- argon-nx.zip: The zip files contains all the needed resources to run argon.
Installation
- Download and unzip
argon-nx.zip
. - Drag and drop
argon
folder on the sd card root. - (Optional) Remember you can add your custom logos and payloads inside
argon/logos
andargon/payloads
. - Inject the
argon-nx.bin
payload to your switch in RCM mode using tegrasmash or TegraGUI.
Changelog v1.0-alpha
- ArgonNX's UI has been rewritten using LittlevGL library. This rewrite has a lot of benefits. Some benefits include:
- Prettier font
- Faster rendering
- Better touch support
- In general terms improves UX
- Now payloads are listed inside tabviews where each tab contains a group of 4 payloads.
- New tab of tools. By now tools only are related to reboot stuff (reboot to rcm, power off, reboot to ofw)
- Background size back to 1280*720. No more weird image flippings.
- ArgonNX Command Line Interface to simplify the process to create logos and backgrounds.
- Now there is no need to declare a
default.bmp
logo inside theargon/logos
directory. - Improve system stability to enhance user experience.
Check README.md for more details.
ArgonNX v0.3
Assets in release
- argon-nx.bin: ArgonNX payload ready to inject it via TegraGUI or TegraSmash.
- sd-files.zip: Fully functional ArgonNX example.
Includes:
- Minerva training
- Custom background and title
Includes the following CFW with custom logos
- Hekate 4.6
- ReiNX 2.0
- Atmosphere 0.8.3
- SXOS (You need to use your licence)
Installation
- Download argon-nx.bin
- Download and unzip sd-files.zip directly to your sd card root.
- Inject argon-nx.bin using TegraGUI, Trinkedm0 or any modchip or dongle.
Changelog v0.3
- Now background must be in a vertical position. New background size must be smaller or equal than 720x1280. (Performance reasons)
- Using double buffering for rendering in order to avoid flickering and also improve performance.
- Fully touch support. Thanks to @pixel-stuck
- Now payloads are sorted by name.
- Correctly deallocate argon-nx from memory when launching payloads.
- Improve system stability to enhance user experience.
Check README.md for more details
ArgonNX v0.2
Assets in release
- argon-nx.bin: ArgonNX payload ready to inject it via TegraGUI or TegraSmash.
- sd-files.zip: Basic structure of ArgonNX for sd card. Includes a custom background, minerva training and a custom title.
- sd-example.zip: Fully functional ArgonNX example. Includes the following CFW with custom logos
- Hekate 4.6
- ReiNX 2.0
- Atmosphere 0.8.2
- SXOS 2.5 (You need to use your licence)
Installation
- Download argon-nx.bin
- Download and unzip sd-files.zip directly to your sd card root.
- Inject argon-nx.bin using TegraGUI, Trinked0 or any modchip or dongle.
Changelog v0.2
- Cancel autolaunch/autochainloading of
argon/payload.bin
by holding VOL_DOWN_BUTTON when ArgonNX is booting. - Minerva training to improve performance.
- Custom background. Just place your custom background inside
argon
directory and name itbackground.bmp
. Use of custom background is optional. - Custom title. Just place your custom title inside argon directory and name it
title.bmp
. Use of custom title is optional. - By default ArgonNX uses dark background instead of the white one in v0.1.
- Payloads' names now are centred below the logo.
- Partial touch support. To enable touch support create an empty file called
touch
insideargon
directory. - Take Screenshots to share your argon configuration!
- Improve system stability to enhance user experience.
Check README.md for more details
ArgonNX v0.1
To know more about ArgonNX check the readme at code section.