jimzrt/Incognito_RCM

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

sourcecodepog opened this issue · 2 comments

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

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.