2017-11-22 03:27:10 +01:00
|
|
|
# last changed: 20171118
|
2017-11-12 22:40:09 +01:00
|
|
|
# author: figgyc
|
|
|
|
|
|
|
|
ask "This will remove the NNID from your device.\n\nContinue?"
|
|
|
|
|
|
|
|
|
2017-11-22 03:27:10 +01:00
|
|
|
set ERRORMSG "NNID removal failed"
|
|
|
|
set SUCCESSMSG "NNID removal success"
|
2017-11-12 22:40:09 +01:00
|
|
|
|
|
|
|
# allow NAND modifications
|
|
|
|
allow -a 1:/
|
|
|
|
mv -w 1:/data/$[SYSID0]/sysdata/00010038/00000000 1:/data/$[SYSID0]/sysdata/00010038/10000000
|