Skip to content

Releases: CaramelDunes/prodinfo_gen

1.1.0 - 14.0.0 support

02 Apr 08:33
Compare
Choose a tag to compare
  • Adds support for 14.0.0.

What happened is that, until 14.0.0, on boot, the device id from fuses was compared against the one embedded in Rsa2048DeviceCertificate or EccB233DeviceCertificate.
Now, Rsa2048ETicketCertificate is used instead, but prodinfo_gen didn't write the device id string there.

Not sure why this changed, it does make the logic simpler as Rsa2048ETicketCertificate is available on every console, whereas newer consoles lack an EccB233DeviceCertificate.

Thanks @xiaojiangGangGang, @stanz328, @lsp199308, and @laotoulyh for reporting/testing 👍

Closes #24.

1.0.1 - OLED Switch Support

03 Nov 21:04
Compare
Choose a tag to compare

WARNING: This does not work with firmware 14+! Please use version 1.1.0 or higher if you plan to use the generated prodinfo with a 14+ firmware.

  • Based on latest Lockpick_RCM
    • Adds support for OLED Switch (Aula).
    • Automatically dumps master keys, no need for prod.keys anymore!
    • Makes importing from donor simpler, simply copy the donor's keys to sd:/switch/donor.keys.
  • Correctly sets ProductModel for OLED Switch.

Thanks to @laotoulyh for testing and providing me with a sample!

Closes #20.

1.0.0 - OLED Switch Support

01 Nov 21:45
Compare
Choose a tag to compare
Pre-release
  • Based on latest Lockpick_RCM
    • Adds support for OLED Switch (Aula).
    • Automatically dumps master keys, no need for prod.keys anymore!
    • Makes importing from donor simpler, simply copy the donor's keys to sd:/switch/donor.keys.
  • Correctly sets ProductModel for OLED Switch.

Thanks to @laotoulyh for the sample!

Closes #20.

0.3.4 - Fix ProductModel field value

18 Feb 15:54
Compare
Choose a tag to compare
  • Fix the ProductModel field value (#11).
    It could cause the "Connect Joycons" screen to appear on the Switch Lite.
    Many thanks to @henryjmin
  • Personalize the console colors in the Controllers screen.

0.3.3 - Import from Mariko PRODINFO

11 Jan 01:43
d91320c
Compare
Choose a tag to compare
  • Allow importing from patched and Mariko Switch PRODINFOs. Do not forget to add donor_device_key_4x to your prod.keys (see README).
  • "From donor" PRODINFOs are now built like "from scratch" with additional certificate and key importing. It should lead to more reliable PRODINFOs.
  • Fix 2011-0301 error when using a "from scratch" PRODINFO.

Huge thanks to @laotoulyh, @Kronos2308, and Modificatorul for helping me test!

0.3.2 - Import from Mariko PRODINFO

10 Jan 17:09
Compare
Choose a tag to compare
Pre-release
  • Allow importing from patched and Mariko Switch PRODINFOs. Do not forget to add donor_device_key_4x to your prod.keys (see README).
  • "From donor" PRODINFOs are now built like "from scratch" with additional certificate and key importing. It should lead to more reliable PRODINFOs.
  • Fix 2011-0301 error when using a "from scratch" PRODINFO.

0.3.1 - Import from Mariko PRODINFO

10 Jan 04:49
Compare
Choose a tag to compare
Pre-release
  • Allow importing from patched and Mariko Switch PRODINFOs. Do not forget to add donor_device_key_4x to your prod.keys (see README).
  • "From donor" PRODINFOs are now built like "from scratch" with additional certificate and key importing. It should lead to more reliable PRODINFOs.

0.3.0 - Import from Mariko PRODINFO

09 Jan 18:27
Compare
Choose a tag to compare
Pre-release
  • Allow importing from patched and Mariko Switch PRODINFOs. Do not forget to add donor_device_key_4x to your prod.keys (see README).
  • "From donor" PRODINFOs are now built like "from scratch" with additional certificate and key importing. It should lead to more reliable PRODINFOs.

0.2.1 - GameCard support

04 Jan 22:04
b56ab74
Compare
Choose a tag to compare

Thanks, @shchmue, for the Lotus kek sources!

0.2.0 - Mariko support

01 Jan 17:59
15a8c3a
Compare
Choose a tag to compare

Add Mariko support by merging changes from https://github.com/shchmue/Lockpick_RCM.

Big thanks to Modificatorul for helping me test this version!