EMUMMC Serial Blanked. Exosphere set to 0

oRAZY

Member
OP
Newcomer
Joined
Mar 30, 2021
Messages
6
Trophies
0
Age
30
XP
68
Country
Germany
Hi, currently I'm experiencing the problem of having the serial number all zeros in EMUNAND. Leading to the crash caused by Nintendo checking the SN introduced with 17.0.0.
I'm using the emummc.txt with the Nintendo servers being blocked successfully, checked with the 90DNS tester.

127.0.0.1 *nintendo*
95.216.149.205 *conntest.nintendowifi.net
95.216.149.205 *ctest.cdn.nintendo.net


This is my exosphere.ini:

[exosphere]
debugmode=0
debugmode_user=0
disable_user_exception_handlers=0
enable_user_pmu_access=0
blank_prodinfo_sysmmc=0
blank_prodinfo_emummc=0
allow_writing_to_cal_sysmmc=0
log_port=0
log_baud_rate=115200
log_inverted=0

On SYSNAND the serial is completely fine. So I used tegraexplorer to dump the PRODINFO from the "EMMC" and flashed that to the EMUMMC.
At first it worked and the serial number was back to normal but after a restart it's back to all zeros and flashing the prodinfo gets me no other result.
It is now stuck on all zeros. No matter how often i try to restore it. I checked my PRODINFO backup with a hex editor and sure enough it has my proper serial number.

Thanks in advance
 

Hayato213

Newcomer
Member
Joined
Dec 26, 2015
Messages
20,491
Trophies
1
XP
22,064
Country
United States
It mean you blanked your serial number a different method, did you use Incognito, for firmware 17+ it will crash if you don't block server communication and blanked out your serial number.
 

oRAZY

Member
OP
Newcomer
Joined
Mar 30, 2021
Messages
6
Trophies
0
Age
30
XP
68
Country
Germany
It mean you blanked your serial number a different method, did you use Incognito, for firmware 17+ it will crash if you don't block server communication and blanked out your serial number.
I don't recall using any other method to blank it. First time setting up the switch I used the HATS pack. I'm pretty sure that one uses just the exosphere.ini.
I also was successful restoring the serial once with tegraexplorer. But it went back to just zero. I'm quite sure I didn't use Incognito. Because when I got the switch, that wasn't a thing anymore because of exosphere.
 

Hayato213

Newcomer
Member
Joined
Dec 26, 2015
Messages
20,491
Trophies
1
XP
22,064
Country
United States
I don't recall using any other method to blank it. First time setting up the switch I used the HATS pack. I'm pretty sure that one uses just the exosphere.ini.
I also was successful restoring the serial once with tegraexplorer. But it went back to just zero. I'm quite sure I didn't use Incognito. Because when I got the switch, that wasn't a thing anymore because of exosphere.

blank_prodinfo_sysmmc=0
blank_prodinfo_emummc=0

mean it is exosphere isn't running on the nands, to get exosphere running on the it should have been

blank_prodinfo_sysmmc=1
blank_prodinfo_emummc=1

below is what hats exosphere come with, it seem like you blanked out your serial number with like blawar incognito if blank_prodinfo_sysmmc=0 and blank_prodinfo_emummc=0

[exosphere]
debugmode=1
debugmode_user=0
disable_user_exception_handlers=0
enable_user_pmu_access=0
blank_prodinfo_sysmmc=1
blank_prodinfo_emummc=1
allow_writing_to_cal_sysmmc=0
log_port=0
log_baud_rate=115200
log_inverted=0
 

Maq47

Lord of Pyro
Member
Joined
Jan 7, 2012
Messages
1,349
Trophies
1
Location
Your basement
Website
idont.have.one
XP
3,579
Country
United States
blank_prodinfo_sysmmc=0
blank_prodinfo_emummc=0

mean it is exosphere isn't running on the nands, to get exosphere running on the it should have been

blank_prodinfo_sysmmc=1
blank_prodinfo_emummc=1

below is what hats exosphere come with, it seem like you blanked out your serial number with like blawar incognito if blank_prodinfo_sysmmc=0 and blank_prodinfo_emummc=0

[exosphere]
debugmode=1
debugmode_user=0
disable_user_exception_handlers=0
enable_user_pmu_access=0
blank_prodinfo_sysmmc=1
blank_prodinfo_emummc=1
allow_writing_to_cal_sysmmc=0
log_port=0
log_baud_rate=115200
log_inverted=0
He doesn't want to blank his serial, though... Why are you suggesting that he turn on 'blank_prodinfo_sysmmc' and 'blank_prodinfo_emummc'? Those blank his serial.
 
  • Like
Reactions: oRAZY

Hayato213

Newcomer
Member
Joined
Dec 26, 2015
Messages
20,491
Trophies
1
XP
22,064
Country
United States
He doesn't want to blank his serial, though... Why are you suggesting that he turn on 'blank_prodinfo_sysmmc' and 'blank_prodinfo_emummc'? Those blank his serial.

Im just stating what come with HATS pack normally, by default it is

[exosphere]
debugmode=1
debugmode_user=0
disable_user_exception_handlers=0
enable_user_pmu_access=0
blank_prodinfo_sysmmc=1
blank_prodinfo_emummc=1
allow_writing_to_cal_sysmmc=0
log_port=0
log_baud_rate=115200
log_inverted=0
 

Maq47

Lord of Pyro
Member
Joined
Jan 7, 2012
Messages
1,349
Trophies
1
Location
Your basement
Website
idont.have.one
XP
3,579
Country
United States
Im just stating what come with HATS pack normally, by default it is

[exosphere]
debugmode=1
debugmode_user=0
disable_user_exception_handlers=0
enable_user_pmu_access=0
blank_prodinfo_sysmmc=1
blank_prodinfo_emummc=1
allow_writing_to_cal_sysmmc=0
log_port=0
log_baud_rate=115200
log_inverted=0
Well, he already stated that he edited that, so why are you telling him that?
 
  • Like
Reactions: oRAZY

Defoxl

Member
Newcomer
Joined
Jul 18, 2024
Messages
8
Trophies
0
Age
23
XP
28
Country
Indonesia
blank_prodinfo_sysmmc=0
blank_prodinfo_emummc=0

mean it is exosphere isn't running on the nands, to get exosphere running on the it should have been

blank_prodinfo_sysmmc=1
blank_prodinfo_emummc=1

below is what hats exosphere come with, it seem like you blanked out your serial number with like blawar incognito if blank_prodinfo_sysmmc=0 and blank_prodinfo_emummc=0

[exosphere]
debugmode=1
debugmode_user=0
disable_user_exception_handlers=0
enable_user_pmu_access=0
blank_prodinfo_sysmmc=1
blank_prodinfo_emummc=1
allow_writing_to_cal_sysmmc=0
log_port=0
log_baud_rate=115200
log_inverted=0
did exposhere is working again? i use exosphere before but since update it no longer usefull and causing switch to crash
 

oRAZY

Member
OP
Newcomer
Joined
Mar 30, 2021
Messages
6
Trophies
0
Age
30
XP
68
Country
Germany
did exposhere is working again? i use exosphere before but since update it no longer usefull and causing switch to crash
You can bypass some of the crashes by blocking connection to Nintendo servers with the hosts file.
Located under /atmosphere/hosts.
default.txt
or for just the emunand emummc.txt.
More details here https://rentry.org/ExosphereDNSMITM#dns-mitm
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    BigOnYa @ BigOnYa: Did you know Hamsters can have babies and turn a single core PC into a multicore PC. Crazy.