EMUMMC Serial Blanked. Exosphere set to 0

oRAZY

Member
OP
Newcomer
Joined
Mar 30, 2021
Messages
6
Trophies
0
Age
30
XP
66
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,479
Trophies
1
XP
22,010
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
66
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,479
Trophies
1
XP
22,010
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,345
Trophies
1
Location
Your basement
Website
idont.have.one
XP
3,560
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,479
Trophies
1
XP
22,010
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,345
Trophies
1
Location
Your basement
Website
idont.have.one
XP
3,560
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
66
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
  • K3Nv2 @ K3Nv2:
    Apple invents iTouch makes millions cry
  • BigOnYa @ BigOnYa:
    I had one call me other day selling meat home delivery, i had him go thru bunch of prices, and talk bout products then after few minutes, I told him I was only a 10 year old and this not my house, he hung up.
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    They invented the road apple
  • Psionic Roshambo @ Psionic Roshambo:
    @BigOnYa, "Hello you have reached the home for the criminally insane, please leave your name and address so we can find and contact you later!"
    +2
  • BigOnYa @ BigOnYa:
    Or say Can I have your personal phone number and call you later about this, then when they refuse, say Oh you don't like being bothered at home either, and hang up.
    +1
  • Xdqwerty @ Xdqwerty:
    I'm unfunny
  • Psionic Roshambo @ Psionic Roshambo:
    @Xdqwerty, just tell them that lol
    +2
  • BigOnYa @ BigOnYa:
    Hello unfunny, welcome to gbatemp chat
    +3
  • Xdqwerty @ Xdqwerty:
    I think Apple created ifunny
  • K3Nv2 @ K3Nv2:
    Apple invented emulators
  • BigOnYa @ BigOnYa:
    Apple created my first divorce, damn phone GPS location thing!
    +1
  • K3Nv2 @ K3Nv2:
    You found her grindr profile also?
    +2
  • Kirbydogs @ Kirbydogs:
    Apple created iSoul
  • Kirbydogs @ Kirbydogs:
    It was like, in, 2010
  • Kirbydogs @ Kirbydogs:
    you put your soul in there and you could be a robot
  • Kirbydogs @ Kirbydogs:
    it ended abruptly a month after release
  • Kirbydogs @ Kirbydogs:
    and they didn't let the people using it know.
  • Kirbydogs @ Kirbydogs:
    Word has it, Apple made 100+ people braindead,
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, did you take that good rest i recommended?
  • Kirbydogs @ Kirbydogs:
    and the government hid it from the public.
  • K3Nv2 @ K3Nv2:
    Cool cemus on android now
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, no Android phone can run Wii u games
  • Xdqwerty @ Xdqwerty:
    I know bc i'm stupid
    Xdqwerty @ Xdqwerty: I know bc i'm stupid