Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Releases: AuroraWright/SafeA9LHInstaller

v2.6.7

25 Nov 23:55
Compare
Choose a tag to compare
  • Try something else as a new OTPless brick has been reported.

v2.6.6

22 Nov 22:41
Compare
Choose a tag to compare
  • Changed OTPless installation method to check if it helps with the rare bricks.
  • (2.6.6) The installer will now backup and restore the existing arm9loaderhax.bin automatically.

v2.6.4

14 Nov 16:47
Compare
Choose a tag to compare
  • Added support for development units (SNAKE is still untested). Thanks to everyone involved in dumping the keys.
  • Attempt again to fix the rare OTPless bricks by adding delays when using the MCU, and moving the screen init after the OTPless install completes.
  • Made it possible to load 10.4 FIRM from SD when uninstalling on a 11.2 NAND.
  • (2.6.4) Also moved ARM11 init to the end of the install. If your OTPless install succeeds (you don't brick) after you forcefully shutdown, and you never see the screens coming back up saying it was successful and asking you to shutdown, please report this here on GitHub or GBATemp.

v2.6.2

30 Oct 23:08
Compare
Choose a tag to compare
  • Try to fix the rare OTPless bricks by using ITCM instead of ARM9 memory.

v2.6.1

17 Oct 14:37
Compare
Choose a tag to compare
  • Allow uninstalling on 11.0/11.1 or greater. On 11.0/11.1 it's possible to load 10.4 FIRM from the a9lh folder on the SD card, named as firm104.bin.

v2.6

16 Oct 22:34
Compare
Choose a tag to compare
  • Added possibility to upgrade from any other known A9LH setup (Gelex's/Delebile's/SciresM's). Depending on which, you might need firm0 or firm1 .bins in the a9lh folder.
  • The previous A9LH key2 was wrong and skipped the first 16 bytes of stage1. While this hasn't caused issues to date, the key has been replaced with a new one found again by @gemarcano. The key will also be updated on the fly as soon as you update the A9LH payloads.
  • Fixed uninstaller to work with all A9LH forks as well.
  • Minor cleanup.

v2.5.1

06 Oct 18:55
Compare
Choose a tag to compare
  • SD card is no longer initialized after the reboot during OTPless installs (might fix corner case bricks where the SD is corrupted)
  • stage payloads are now SHA-256 verified with matching .sha files. If either hash file is missing a button combo needs to be entered to continue installing
  • Minor cleanups

v2.5

29 Sep 14:30
Compare
Choose a tag to compare
  • A9LH installation on New 3DSes is now performed with the "OTPless" method (you need 10.0 New 3DS NATIVE_FIRM as firm0_100.bin in a9lh to do this).
  • A lot of code refactoring, avoid reading files at all if they're larger than expected, added more sanity checks on startup.
  • Temporarily removed 2xrsa support out of safety concerns (FCRAM memory corruption was observed during testing, due to ARM11 being left in an uncontrolled state).

v2.0.3

23 Jun 11:22
Compare
Choose a tag to compare
  • Actually fixed larger stage2 payloads

Please don't use v2.0.2 with eventual large stage2 payloads or you're likely to brick

v2.0.2

19 Jun 20:33
Compare
Choose a tag to compare
  • Due to requests, added support for stage2 payloads up to the maximum possible size (563712 bytes).