Hacking SWITCH NOOB PARADISE - Ask questions here

Hayato213

Newcomer
Member
Joined
Dec 26, 2015
Messages
20,150
Trophies
1
XP
21,404
Country
United States
Useless post. I know what an emunand and sysnand is. Question is what the user below you answered.
Post automatically merged:


So fusee.bin knows that when it is ran it has to check for emunand? If so that is absolutely amazing and whoever developed that payload is an intelligent individual. So I assume emummc_force_disable is what tells hekate to use the sysnand instead?

Is there any benefit to switching from what I have now:

[Atmosphere CFW]
payload=bootloader/payloads/fusee.bin
icon=bootloader/res/icon_payload.bmp

to this?:

[CFW - emuMMC]
fss0=atmosphere/package3
kip1patch=nosigchk
emummcforce=1
atmosphere=1
icon=bootloader/res/icon_payload.bmp

{--- Custom Firmware ---}
[CFW (SYSNAND)]
fss0=atmosphere/package3
kip1patch=nosigchk
emummc_force_disable=1
icon=bootloader/res/sysnand.bmp
{}

[CFW (EMUMMC)]
fss0=atmosphere/package3
kip1patch=nosigchk
emummcforce=1
icon=bootloader/res/emummc.bmp
{}

Based off this, if a user had a emunand, the top one allow the user to boot into CFW Sysnand, and the bottom one allow the user to boot into Emunand CFW,

If the person wanted to boot into stock OFW, no CFW

[Stock SYS]
fss0=atmosphere/package3
stock=1
emummc_force_disable=1
icon=bootloader/res/stock_boot.bmp

Really no major benefit, just the emummc_force and stock=1 tell hekate what to use.
 
  • Like
Reactions: impeeza

spiroid

Active Member
Newcomer
Joined
Jan 22, 2020
Messages
32
Trophies
0
Age
42
XP
77
Country
France
Hi everyone,

Thanks to all your kind replies I have now a working emunand with 15.0.1 firmware and game saves restored :toot:

The latest unpleasant surprise however is that the joycon are not working when detached. Tried several methods to resync but nothing worked si far. Any advice on this please ?
 
  • Like
Reactions: impeeza

Hayato213

Newcomer
Member
Joined
Dec 26, 2015
Messages
20,150
Trophies
1
XP
21,404
Country
United States
Hi everyone,

Thanks to all your kind replies I have now a working emunand with 15.0.1 firmware and game saves restored :toot:

The latest unpleasant surprise however is that the joycon are not working when detached. Tried several methods to resync but nothing worked si far. Any advice on this please ?

Update the joycon firmware.
 

Blakejansen

Well-Known Member
Member
Joined
Aug 17, 2021
Messages
615
Trophies
0
Age
40
XP
1,568
Country
United States
{--- Custom Firmware ---}
[CFW (SYSNAND)]
fss0=atmosphere/package3
kip1patch=nosigchk
emummc_force_disable=1
icon=bootloader/res/sysnand.bmp
{}

[CFW (EMUMMC)]
fss0=atmosphere/package3
kip1patch=nosigchk
emummcforce=1
icon=bootloader/res/emummc.bmp
{}

Based off this, if a user had a emunand, the top one allow the user to boot into CFW Sysnand, and the bottom one allow the user to boot into Emunand CFW,

If the person wanted to boot into stock OFW, no CFW

[Stock SYS]
fss0=atmosphere/package3
stock=1
emummc_force_disable=1
icon=bootloader/res/stock_boot.bmp

Really no major benefit, just the emummc_force and stock=1 tell hekate what to use.
[CFW (EMUMMC)]
fss0=atmosphere/package3
kip1patch=nosigchk
emummcforce=1
icon=bootloader/res/emummc.bmp

Is fusee.bin still used using this config?

Right now this is how I launch emunand

[Emunand CFW]
payload=bootloader/payloads/fusee.bin
icon=bootloader/res/icon_payload.bmp
 

Hayato213

Newcomer
Member
Joined
Dec 26, 2015
Messages
20,150
Trophies
1
XP
21,404
Country
United States
[CFW (EMUMMC)]
fss0=atmosphere/package3
kip1patch=nosigchk
emummcforce=1
icon=bootloader/res/emummc.bmp

Is fusee.bin still used using this config?

Right now this is how I launch emunand

[Emunand CFW]
payload=bootloader/payloads/fusee.bin
icon=bootloader/res/icon_payload.bmp

Top part use hekate to launch package3 not fusee.bin
 

Hayato213

Newcomer
Member
Joined
Dec 26, 2015
Messages
20,150
Trophies
1
XP
21,404
Country
United States
What is the difference between package3 and fusee.bin? I am a bit confused on that.

fusee.bin is atmosphere own bootloader, package3 just a payload, it use to be fusee-secondary.bin, it got renamed. As for how payload can be booted, hekate can boot fusee.bin that boot boot into package3, or hekate can boot package3 directly, fusee.bin just a bootloader like hekate.
 

Draxzelex

Well-Known Member
Member
Joined
Aug 6, 2017
Messages
19,040
Trophies
2
Age
29
Location
New York City
XP
13,463
Country
United States
What is the difference between package3 and fusee.bin? I am a bit confused on that.
Fusee.bin is the primary payload and package3 is the secondary payload. They used to be called fusee_primary.bin and fusee_secondary.bin respectively which made it more intuitive what each one did. Basically, you send fusee.bin as your payload which chainloads into package3. The reason for this is because there is a size limit on payloads that you can send so in order to work around this, developers make payloads chain into bigger payloads to perform the hack.
 

WTG_Copycat

New Member
Newbie
Joined
Jan 10, 2023
Messages
3
Trophies
0
Age
28
XP
26
Country
Italy
photo_5902129979716647627_y.jpg

hi guys,
I'm new at this "Hacking", I followed the guide of the nh-server.github site step by step, I did it twice but both times I get this error, I'm desperate, I created an account here just for this problem because I don't know what to do anymore xP

all files have been downloaded today, so all files are up to date, also the switch is up to the latest update

does anyone have any ideas?
 

BruhGimmeName

Member
Newcomer
Joined
Jan 10, 2023
Messages
15
Trophies
0
Age
31
XP
48
Country
Italy
View attachment 346905
hi guys,
I'm new at this "Hacking", I followed the guide of the nh-server.github site step by step, I did it twice but both times I get this error, I'm desperate, I created an account here just for this problem because I don't know what to do anymore xP

all files have been downloaded today, so all files are up to date, also the switch is up to the latest update

does anyone have any ideas?
Hey I'm having the exact same error. What SD card are you using? Is that error from trying to boot into emuMMC?
 

BruhGimmeName

Member
Newcomer
Joined
Jan 10, 2023
Messages
15
Trophies
0
Age
31
XP
48
Country
Italy
Yes, the error appears when I try to start emuMMC, I'm using this sd card:View attachment 346916
Alright, I'm using a no-name 512gb sd myself, and I'm starting to think that might be the issue.
Do you perhaps have a smaller card you can try? Sadly I don't have anything but this one, and the replacement I ordered won't arrive until the 12th, so I can't test this theory myself.
 

WTG_Copycat

New Member
Newbie
Joined
Jan 10, 2023
Messages
3
Trophies
0
Age
28
XP
26
Country
Italy
Alright, I'm using a no-name 512gb sd myself, and I'm starting to think that might be the issue.
Do you perhaps have a smaller card you can try? Sadly I don't have anything but this one, and the replacement I ordered won't arrive until the 12th, so I can't test this theory myself.
I never thought it might be the sd card the problem, tomorrow i'ill try to test on another sd
 

ganons

Well-Known Member
Member
Joined
Jun 12, 2005
Messages
3,292
Trophies
1
XP
3,125
Country
Have an unpatched Switch on 5.1.0 fw. How do I go about installing the latest cfw? Update officially first or hack on this fw and then update?
 

Hayato213

Newcomer
Member
Joined
Dec 26, 2015
Messages
20,150
Trophies
1
XP
21,404
Country
United States
Yes, the error appears when I try to start emuMMC, I'm using this sd card:View attachment 346916

Look quite cheap for a 512GB on Amazon, so you would wants to test the card as suggested. Doesn't look like a legit brand.
Post automatically merged:

Have an unpatched Switch on 5.1.0 fw. How do I go about installing the latest cfw? Update officially first or hack on this fw and then update?

If you care about the fuse and keep it at a lower sysnand firmware then do a nand backup then use a emunand.
 

Blakejansen

Well-Known Member
Member
Joined
Aug 17, 2021
Messages
615
Trophies
0
Age
40
XP
1,568
Country
United States
fusee.bin is atmosphere own bootloader, package3 just a payload, it use to be fusee-secondary.bin, it got renamed. As for how payload can be booted, hekate can boot fusee.bin that boot boot into package3, or hekate can boot package3 directly, fusee.bin just a bootloader like hekate.
Thank you for the explanation. Your post was informative and I now know what I need to know in regards to the .ini file. Now I have to decide if it is worth burning fuses or if I should get autorcm.
 
  • Like
Reactions: Hayato213

guily6669

GbaTemp is my Drug
Member
Joined
Jun 3, 2013
Messages
2,370
Trophies
1
Age
34
Location
Doomed Island
XP
2,184
Country
United States
You should definitely always test your mSD card with H2testw like people always said here, if the mSD is fake or simply bad, it's a waste of time to try fixing problems when your mSD is the problem.

In fact you should stop buying strange named randomware mSD and buy a proper good fast one. I recommend Samsung Evo Select (the latest all blue A2) for example when it gets in promotion on amazon it has a good price-per-performance, I think it's the same as Samsung Evo Select but I heard it's exclusive to Amazon so you are even way less likely ever get a fake Evo Select buying from Amazon as seller than buying a Samsung Evo Plus from random ppl that if the price is too good to be true most likely it's going to be a fake one.

Also if you want emunand, a fast card makes a HUGE difference in speed and overall system smoothness, not to mention making huge backups and moving data on PC, like my friend 500GB he got cheap in a promotion here from a crap brand, I had to wait 2 hours to make a backup of like half it's GB at almost USB 2.0 low annoying garbage speeds while my mSD is around 80MB/s+...

For a Atmosphere tutorial I like this one: https://rentry.co/SwitchHackingIsEasy (It's the one I followed in the CFW guides).
 
  • Like
Reactions: binkinator

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • SylverReZ @ SylverReZ:
    Exactly.
  • linuxares @ linuxares:
    Thor from "Pirate Software" said its just better to pirate the game than buy from a keyshop if you care about the devs
    +2
  • The Real Jdbye @ The Real Jdbye:
    devs don't get hit with the chargebacks, the keys are free to generate
  • The Real Jdbye @ The Real Jdbye:
    at least on steam
  • linuxares @ linuxares:
    Except he said the DEVS get hits with the chargeback cost
    +1
  • linuxares @ linuxares:
    since the key gets bought with a stolen credit card
  • The Real Jdbye @ The Real Jdbye:
    there's nothing to charge back because the keys don't cost them money to generate in the first place
  • K3Nv2 @ K3Nv2:
    If the game has a crack sure
  • K3Nv2 @ K3Nv2:
    Most these crack sites have dead links anymore or the crack don't even work
  • linuxares @ linuxares:
    @The Real Jdbye What don't you get? If someone use a stolen creditcard. Then sell said key on G2A. If I the dev sold the game key, I will get the charge back cost. That's how it works, it doesn't matter if I generate 300 keys if 300 of them are bought with stolen credit cards. I never said it was on Steam, but its the dev that gets hit. There is a ton of stories out there if you google it.
    +1
  • K3Nv2 @ K3Nv2:
    Just buy other people's steam account :teach:
  • linuxares @ linuxares:
    Just tell them you're dead ;D
    +1
  • K3Nv2 @ K3Nv2:
    They already know
  • linuxares @ linuxares:
    I honestly wonder how the EU would say if I willed my account to you. And Valve be like "nope!"
    +1
  • cearp @ cearp:
    @K3Nv2 - sounds like you need a better place to find cracks!
  • K3Nv2 @ K3Nv2:
    Psionics offline right now or I would
  • SylverReZ @ SylverReZ:
    @cearp, Psi is offline at the minute, but he knows where to find them.
  • cearp @ cearp:
    get your mind out of the gutter, I'm talking about piracy
  • cearp @ cearp:
    not that type of crack
    +1
  • K3Nv2 @ K3Nv2:
    I mean the drug not the booty pervs
    +2
  • linuxares @ linuxares:
    @cearp At a plumber convenstion. Loads of cracks!
    +2
  • K3Nv2 @ K3Nv2:
    A plumber is either on crack or in crack or showcasing crack
    +2
  • cearp @ cearp:
    or of course, dealing with cracks (in pipes)
  • K3Nv2 @ K3Nv2:
    Sure he could be on cracked flooring causing the leak
    K3Nv2 @ K3Nv2: Sure he could be on cracked flooring causing the leak