Hey guys,
I downgraded my 9.2 3DS to 4.2 with the Gateway Launcher.dat so I could use the profile exploit. Before the downgrade, however, I backed up my 9.2 SysNAND. I wrote that backup to an SD Card that can successfully boot up 9.2 in EmuNAND. I did lose my original NAND.bin because I broke my flashdrive, but I still have the SD Card with the partition on it. This leaves me with no other choice but to extract EmuNAND from my SD card and write it to my SysNAND in order to get back to my original 9.2 NAND.
So far, I've already extracted the 9.2 EmuNAND partition from my SD Card using these commands below.
This should have backed up my Toshiba NAND, as the original NAND size was 943MiB (988 MB). Now, I have a nand.bin that should be close to the original 9.2 NAND that I lost on my flash drive. Again, it boots up successfully in EmuNAND, so there's no reason why this shouldn't work.
Now, my question is if I use Gateway's NAND write menu (by holding the up arrow whilst opening the downgrade menu), should the NAND.bin that I extracted work? Is there anyway that I could test the NAND.bin that I extracted using the Linux commands above so that I don't essentially brick my Nintendo 3DS? I don't have a hard-mod, and I don't want to have to pull out my soldering gun .
Thank you in advance,
Chris
I downgraded my 9.2 3DS to 4.2 with the Gateway Launcher.dat so I could use the profile exploit. Before the downgrade, however, I backed up my 9.2 SysNAND. I wrote that backup to an SD Card that can successfully boot up 9.2 in EmuNAND. I did lose my original NAND.bin because I broke my flashdrive, but I still have the SD Card with the partition on it. This leaves me with no other choice but to extract EmuNAND from my SD card and write it to my SysNAND in order to get back to my original 9.2 NAND.
So far, I've already extracted the 9.2 EmuNAND partition from my SD Card using these commands below.
PHP:
sudo dd if=/dev/sde of=dummy.bin count=1
sudo dd if=/dev/sde of=nand.bin count=1 skip=1931264
sudo dd if=/dev/sde of=nand.bin count=1931263 skip=1 seek=1
This should have backed up my Toshiba NAND, as the original NAND size was 943MiB (988 MB). Now, I have a nand.bin that should be close to the original 9.2 NAND that I lost on my flash drive. Again, it boots up successfully in EmuNAND, so there's no reason why this shouldn't work.
Now, my question is if I use Gateway's NAND write menu (by holding the up arrow whilst opening the downgrade menu), should the NAND.bin that I extracted work? Is there anyway that I could test the NAND.bin that I extracted using the Linux commands above so that I don't essentially brick my Nintendo 3DS? I don't have a hard-mod, and I don't want to have to pull out my soldering gun .
Thank you in advance,
Chris