Hacking Sigpatches for Atmosphere (Hekate, fss0, fusee & package3)

  • Thread starter Thread starter ShadowOne333
  • Start date Start date
  • Views Views 5,322,942
  • Replies Replies 7,368
  • Likes Likes 266
Hi, how did you get your sigpatches being applied with FW 19.0.0? I updated to AMS 1.8.0 and FW 19.0.0, but none of my installed NSP games work on emmunand...

Since there isn't a new Hekate yet, Hekate didn't boot to emmunand and gave a "not supported HOS" error. So I booted to my emmunand via fusee payload.

But that doesn't apply sigpatches. Is there already a new modified fusee out for FW19? or a newer Syspatch then 1.5.2?
Compile the new Atmosphere from the 1900_support branch, modify fusee to re-enable ips support. You also need to make a patch for package3, then you can use the patches that impeeza posted.

But you are better sticking to 18.1.0 for now as everything is working with that.
 
Compile the new Atmosphere from the 1900_support branch, modify fusee to re-enable ips support. You also need to make a patch for package3, then you can use the patches that impeeza posted.

But you are better sticking to 18.1.0 for now as everything is working with that.
Thanks, just got the new Hekate installed as well for FW 19, but Impeeza sigpatches still didn't wok. Now I see why. So probably it's just a matter of time now before someone posts working sigpatches for the new hekate and AMS 1.8.0. and a new updated Syspatch:).
 
I using atmosphere-1.8.0-preprerelease-5717ea6c0.zip, hekate v6.2.2, but when I click on Album I get an error
ca5f23fb4d38f466ad29.jpg
 
I using atmosphere-1.8.0-preprerelease-5717ea6c0.zip, hekate v6.2.2, but when I click on Album I get an errorView attachment 464284
Did you also update hos to fw19 with daybreak after updating AMS and Hekate? By me album works fine and could open Apps.

Are your HBL and HBmenu up to date?
 
Last edited by Mars04,
I get the same error when launching album and no game loads
Post automatically merged:

If I take away sig patches it works just fine can open album and use homebrew but no games
 
Accidentally updated to 19.0.0, I got new hekate and the pre-pre-release of atmosphere and I'm getting this launching EmuMMC:


Is it cause I need sigpatches for 19.0.0?
 
Did you also update hos to fw19 with daybreak after updating AMS and Hekate? By me album works fine and could open Apps.

Are your HBL and HBmenu up to date?
No, i upgraded fw in OFW to 19, and i formated SD Card to reinstall all from scratch.
 
No, i upgraded fw in OFW to 19, and i formated SD Card to reinstall all from scratch.
Always first update AMS and then FW on Emmunand. Then on OFW, I checked now, in the pre prerelease AMS 1.8.0 zipfile I dont see the usual hbmenu,nro and hbl.nsp file. Maybe you can try to extract them from previous AMS and add to your current AMS 1.8.0 setup. Don't know if that works, but since you started from scratch you high likely don't have these files, while I just copied and replaced old files,while these two files still were there from previous AMS.
 
Always first update AMS and then FW on Emmunand. Then on OFW, I checked now, in the pre prerelease AMS 1.8.0 zipfile I dont see the usual hbmenu,nro and hbl.nsp file. Maybe you can try to extract them from previous AMS and add to your current AMS 1.8.0 setup. Don't know if that works, but since you started from scratch you high likely don't have these files, while I just copied and replaced old files,while these two files still were there from previous AMS.
Thanks very much for the hint, that did it. Album is opening now :) Just copied over the 1.7.1 Atmosphere release and then was overwriting it with the current prepre release.
 
Compile the new Atmosphere from the 1900_support branch, modify fusee to re-enable ips support. You also need to make a patch for package3, then you can use the patches that impeeza posted.

But you are better sticking to 18.1.0 for now as everything is working with that.
Do you have a modded fuse.bin for 19
 
Nevermind
(I got the loader patch, but can´t make the fs patches)

For using atmosphere-1.8.0-preprerelease-5717ea6c0, hekate 6.2.2 on firmware 19.0.0
you need to edit the bootloader/patches.ini. Add to the bottom of the text file.

Code:
#loader Atmosphere-1.7.1
[Loader:544F543D6CCC95F6]
.nosigchk=0:0x5FBE:0x1:01,00

#loader Atmosphere-1.8.0-preprerelease
[Loader:D3FD950603AECC4D]
.nosigchk=0:0x602A:0x1:01,00

I can´t provide a modded fusee.bin

EDIT: For booting package3 via hekate
 
Last edited by draftguy123,
For using atmosphere-1.8.0-preprerelease-5717ea6c0, hekate 6.2.2 on firmware 19.0.0
you need to edit the bootloader/patches.ini. Add to the bottom of the text file.

Code:
#loader Atmosphere-1.7.1
[Loader:544F543D6CCC95F6]
.nosigchk=0:0x5FBE:0x1:01,00

#loader Atmosphere-1.8.0-preprerelease
[Loader:D3FD950603AECC4D]
.nosigchk=0:0x602A:0x1:01,00

I can´t provide a modded fusee.bin
You forgot the loader.
 
  • Like
Reactions: draftguy123
Modded fusee.bin - FS/ES/NFIM/Loader IPS patches.

NOTE: These will only run NSP/XCI - NRO forwarders are not working, these will need recompiled with new software to work. So will some homebrew.

This is ONLY for FW19 and the pre release - atmosphere-1.8.0-preprerelease-5717ea6c0, Once Atmosphere gets updated you will need to update the loader patch. Also these patches might be subject to change so only download if you really need to test FW 19, I recommend you stay on 18.1.0 for now.
Post automatically merged:


EDIT:
Finaly I got NRO forwarders to work. You need to update hacbrewpack - I changed 2 files, although I probably only needed to edit 1. In HBMenu.json you need to change this:

Code:
"type": "debug_flags",
            "value": {
                "allow_debug": false,
                "force_debug_prod": false,
                "force_debug": true
            }

Also I added this key to extkeys.c - but I probably didn't need to:
Code:
else if (strcmp(key, "xci_t1_titlekey_kek_00") == 0)
            {
                matched_key = 1;
            }

When I rebuilt the NRO forwarders it worked, So that means that the patches are good :-)...
 

Attachments

Last edited by miniminx,
Modded fusee.bin - FS/ES/NFIM/Loader IPS patches.

NOTE: These will only run NSP/XCI - NRO forwarders are not working, these will need recompiled with new software to work. So will some homebrew.

This is ONLY for FW19 and the pre release - atmosphere-1.8.0-preprerelease-5717ea6c0, Once Atmosphere gets updated you will need to update the loader patch. Also these patches might be subject to change so only download if you really need to test FW 19, I recommend you stay on 18.1.0 for now.
Post automatically merged:


EDIT:
Finaly I got NRO forwarders to work. You need to update hacbrewpack - I changed 2 files, although I probably only needed to edit 1. In HBMenu.json you need to change this:

Code:
"type": "debug_flags",
            "value": {
                "allow_debug": false,
                "force_debug_prod": false,
                "force_debug": true
            }

Also I added this key to extkeys.c - but I probably didn't need to:
Code:
else if (strcmp(key, "xci_t1_titlekey_kek_00") == 0)
            {
                matched_key = 1;
            }

The when I rebuilt the NRO forwarders it worked, So that means that the patches are good :-)...
Hi, first of all thanks a lot for the modded fusee.bin. Now my games finally work. Still doesn't work via Hekate and package3 method though(I did amended the patches.ini file as mentioned above). But at least via fusee I get going until I figure out why sigpatches aren't applied via Hekate method, while it did worked always before with other fw and AMS versions.

But I can't find that HBMenu.json and extkeys.c file... Cause the forwarders still don't work as you said. Where should these files be situated? I searched my whole sd card lol.
 

Site & Scene News

Popular threads in this forum