Hacking [RCM Payload] Hekate - CTCaer mod

  • Thread starter CTCaer
  • Start date
  • Views 1,071,849
  • Replies 3,243
  • Likes 128

whyyes

Well-Known Member
Member
Joined
Sep 20, 2009
Messages
160
Trophies
0
XP
466
Country
United States
God damn it, full dump got the error 1 at 90%, it was roughly an hour in. When I retry will it do the entire thing again? It was dumping in 2GB parts
 

CTCaer

Developer
OP
Developer
Joined
Mar 22, 2008
Messages
1,154
Trophies
0
XP
3,008
Country
Greece
God damn it, full dump got the error 1 at 90%, it was roughly an hour in. When I retry will it do the entire thing again? It was dumping in 2GB parts
That's the clever thing the partial dumping does.
It will continue from the last part it was trying to dump.

I'll put a guide tomorrow in OP for all these tricks.
 

whyyes

Well-Known Member
Member
Joined
Sep 20, 2009
Messages
160
Trophies
0
XP
466
Country
United States
That's the clever thing the partial dumping does.
It will continue from the last part it was trying to dump.

I'll put a guide tomorrow in OP for all these tricks.
But you said you have to edit some file with hex editor to do this right?
 

CTCaer

Developer
OP
Developer
Joined
Mar 22, 2008
Messages
1,154
Trophies
0
XP
3,008
Country
Greece
But you said you have to edit some file with hex editor to do this right?
Only if you have exfat, enough space and you want to force partial dumping.

And another time I said it, it was because there was a need for the dumping to restart from a certain point in an older version. Which now it's obsolete.
 

whyyes

Well-Known Member
Member
Joined
Sep 20, 2009
Messages
160
Trophies
0
XP
466
Country
United States
Only if you have exfat, enough space and you want to force partial dumping.

And another time I said it, it was because there was a need for the dumping to restart from a certain point in an older version. Which now it's obsolete.
Yeah I'm on FAT32. It looks like its restarting from 0% but its going quicker so it might just be checking the files I guess
 

Justin20020

Well-Known Member
Member
Joined
Jun 22, 2015
Messages
813
Trophies
0
Age
30
XP
2,677
Country
Germany
I'm always getting this fatal error 1 when I'm reaching around 80 - 88%. I'm only getting 10 parts and the 11th isn't full dumped. I don't know what to do. I tried to type on the partial.idx "0B" (what stands for 11) but it starts from the beginning again
 

whyyes

Well-Known Member
Member
Joined
Sep 20, 2009
Messages
160
Trophies
0
XP
466
Country
United States
Strange. Did you ignore the error instead of aborting?
No, I aborted. The files were still on my SD card. Currently halfway through the dump. Hopefully it completes this time.

Edit: nope, it happened again at exactly 90%. I even did the whole chkdsk thing before attempting a second time. It's the 13th part it always errors on if that makes a difference
 
Last edited by whyyes,

CTCaer

Developer
OP
Developer
Joined
Mar 22, 2008
Messages
1,154
Trophies
0
XP
3,008
Country
Greece
And both @whyyes and @Justin20020 the dump starts from the beginning instead of the failing part when you try again? Hmm..

Edit:
I'll check the code when possible. Maybe I botched the logic somewhere.

Edit2:
OK found the problem.
I write the idx file after the fatal error. And because the sectors there are problematic, it can't write it.
I'll change it to write it on the start of every part. This will fix it.
I'm away from my build machine, so it will take some hours.
But still creating the file should force it anyway, if there's not enough space.

Anyway, I'll change the logic and it will fix the starts from 1st part after fatal error bug.
 
Last edited by CTCaer,

CTCaer

Developer
OP
Developer
Joined
Mar 22, 2008
Messages
1,154
Trophies
0
XP
3,008
Country
Greece
  • Like
Reactions: Weysincha

CTCaer

Developer
OP
Developer
Joined
Mar 22, 2008
Messages
1,154
Trophies
0
XP
3,008
Country
Greece
Hello all.

We need some help testing some changes in hekate in all Switch update versions.
The changes are about adding 3.0.0 support. But all versions should be checked.
The test is about launching the Switch OS either in Normal or CFW mode.
In CFW launching of hbmenu through album is also needed.

The update versions that need testing
  • 1.0.0 (?)
  • 2.x.x (?)
  • 3.0.0 (New, this should work now)
  • 3.0.1-.2 (This probably wont work, missing SE patches)
  • 4.x.x (This should still work, like before)
  • 5.x.x (This should still work, like before)
You can find the testing payload attached.

EDIT:
Current results:
3.0.0
3.0.1 Needs SE patches
5.x.x Still works
I want to remind that I'm searching for testers for the above.
Specifically, if 1 and 2.x work and if 4.x still works.
Use the special payload attached there.
 

DevMau5

Member
Newcomer
Joined
Apr 28, 2018
Messages
8
Trophies
0
Age
28
XP
160
Country
France
Hi, I did a dump of my 4.0.1 switch nand and the rawNand.bin file (after joining back all 15 spare parts together) appears to be only 30,845,304,832 bytes instead of the 31,268,536,320 bytes that it should normally be... Does that mean there is something wrong with the dump file ?
(When dumping i got 3 errors but only with 1 try each and the dump was done completely)
Thank's
 

Attachments

  • Switch nand.PNG
    Switch nand.PNG
    15.1 KB · Views: 303

CTCaer

Developer
OP
Developer
Joined
Mar 22, 2008
Messages
1,154
Trophies
0
XP
3,008
Country
Greece
Hi, I did a dump of my 4.0.1 switch nand and the rawNand.bin file (after joining back all 15 spare parts together) appears to be only 30,845,304,832 bytes instead of the 31,268,536,320 bytes that it should normally be... Does that mean there is something wrong with the dump file ?
(When dumping i got 3 errors but only with 1 try each and the dump was done completely)
Thank's
Part 13 is wrong. But maybe others also.
You remember what the errors said?
 

DevMau5

Member
Newcomer
Joined
Apr 28, 2018
Messages
8
Trophies
0
Age
28
XP
160
Country
France
Part 13 is wrong. But maybe others also.
You remember what the errors said?
Thank's, nope sorry I just remember that there was 3 of them at the end (95%) with only 1 try, but anyway I did it with your 1st release, will do it again with the new one
 

CTCaer

Developer
OP
Developer
Joined
Mar 22, 2008
Messages
1,154
Trophies
0
XP
3,008
Country
Greece
Thank's, nope sorry I just remember that there was 3 of them at the end (95%) with only 1 try, but anyway I did it with your 1st release, will do it again with the new one
Can't have me looking at code for old versions bugs. :/
v1.3 the way to go.
If you still have problems, mark the error.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: https://youtube.com/shorts/WOppJ92RgGU?si=KE79L6A_3jESsGQM