Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Help Please Everytime i try to restore my serial number it goes back to xaw000000000000 #33

Open
sourcecodepog opened this issue Aug 12, 2020 · 2 comments

Comments

@sourcecodepog
Copy link

when i try to restore and go online or connect my account it doesnt work

@Scandal-UK
Copy link

You are attempting to restore a backup of a sysnand that has already had incognito applied.

If you choose to run incognito on your sysnand then it will give you a serial number of XAW000000000000 (otherwise on your emunand it will end with 1).

bool writeSerial()
{
const char *junkSerial;
if (isSysNAND())
{
junkSerial = "XAW00000000000";
}
else
{
junkSerial = "XAW00000000001";
}
return writeData((u8 *)junkSerial, 0x250, 14, NULL);
}

You must restore the original backup - but if you deleted it then you are out of luck.

@Masamune3210
Copy link

Masamune3210 commented Aug 25, 2020 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants