Can someone please explain to me how I can extract a save from a DSiWare game and how to inject one too?
I can't seem to find any info related to that.
I can't seem to find any info related to that.
http://dsibrew.org/wiki/WiFi_Moduledsibrew said:0000FEFE - Boot sector integrity error (Sector 0x200 not valid), or error in NVRAM contents.
http://dsibrew.org/wiki/NVRAMdsibrew said:If this module is disconnected the DSi turns on to a black screen, because it can't read the NVRAM. If the DSi doesn't like the data contained on the module it will give either error 0000FEFE or 0000FE00 at poweron.
dsibrew said:any changes between 0x00 and 0x27, yields bootloader error 0000FEFE
NVRAM u8 0x1FD is used by launcher to determine which binary to load from the wififw title content, that id *must* match one of the entries in that title content otherwise launcher will display a black error screen while booting. Apparently there are two options for DSi 1.4.4: 01 and 02. Perhaps this is used to identify DWM-W015 vs DWM-W024.
Thing is, you must update so you can install an updated entrypoint application, so you'll probably be better off updating to the latest DSi firmware, getting the needed application(s) from the DSi Shop, then performing your NAND dump, decrypt it (After getting needed keys, although there's a couple of ways if memory serves), then inject the older versions of the entrypoint applications.Alright, I'm about to try this on my 1.4 U DSi that has been collecting dust for awhile, I have my laptop which has a built in reader that exposes the device (under Linux) as an mmcblk device... I'm wondering if it is possible to use that to get the NAND CID, and if so, how?
Thing is, you must update so you can install an updated entrypoint application, so you'll probably be better off updating to the latest DSi firmware, getting the needed application(s) from the DSi Shop, then performing your NAND dump, decrypt it (After getting needed keys, although there's a couple of ways if memory serves), then inject the older versions of the entrypoint applications.
SUDOKU by EA and Fieldrunners are both exploitable titles. I had both of them installed when I sent my DSi to @Gadorach before Canada Post lost it. Both should be good to work with.Can you point me to a list of entrypoint apps? I may have one already... Also I'm mostly concerned with getting my NAND CID atm, after I have a NAND dump and CID I'll be happy to do whatever I need
SUDOKU by EA and Fieldrunners are both exploitable titles. I had both of them installed when I sent my DSi to @Gadorach before Canada Post lost it. Both should be good to work with.
They are patched, but you can un-patch them so to speak, hence the need to update. What you do is after you've dumped your NAND and decrypted it, you replace the newer versions of those games with older ones so that you can run them (They must be the right ones, because the tickets for the applications are needed or else you can't run them period), then re-encrypt the NAND image and flash it back to your system.Didn't Sudoku get patched?
Let's say I have none of the applications needed, is there any way I can install them? Sorry I'm usually a bit more well read on subjects like this haha, thanks for the help
They are patched, but you can un-patch them so to speak, hence the need to update. What you do is after you've dumped your NAND and decrypted it, you replace the newer versions of those games with older ones so that you can run them (They must be the right ones, because the tickets for the applications are needed or else you can't run them period), then re-encrypt the NAND image and flash it back to your system.
This means that yes, you do need to purchase them, but 1000 points should be more than enough for the two titles.
Can someone please explain to me how I can extract a save from a DSiWare game and how to inject one too?
I can't seem to find any info related to that.
I'll just leave this here![]()
when building the sd -> nand adapter, as the pinout shows 0-3 DAT and clk + cmd points. but in the pictures of peoples mod, they only use DAT0 CLK CMD and GND. are all the dat lines required here? because i attempted this with just dat 0 and with all the DAT lines, both on two diff card readers and i get stuck b4 win32diskimager because when i plugin the reader to the pc it shows a drive but "insert drive.... blah" pops up like it doesnt have a media (nand) available.
0000FE00 error as well. any suggestions?
and nothing changed. its mounting it as a MTP drive? media not inserted... its not my soldering, tried 4 times 2 were on alt pointsSpeaking from my experience from NAND modding my 3DS you only need DAT0 CMD CLK and GND... Put the SD card into the reader but don't plug the reader in and power the DS on, then plug the reader into the PC and you should be able to dump with Win32Diskimager


Yeah, homebrew would be cool but I meant especially NDS retail roms. I wondered it it was possible to add headers and convert them into an "eshop-compatible" format (even if an unlikely or challenging process) so we could pack them into CIA and install into exploited 3DS consoles like the legitimate dumped DSi titles.Do you mean retail ROMs or homebrew ROMs, and do you mean real ROM cartridges, or SD/MMC files?
About DSi headers: They contain RSA signatures, making it impossible to create or patch DSi executables. The existing exploits allow to boot homebrew executables, but I think they are merely supporting DS headers, and all the extra entries in DSi headers are still ignored.
DS code and DSi code is 99% identical. Most DS homebrew code will probably work in DSi mode, too. There is a bit more RAM at 2000000h and 3000000h, which might be a problem if you try to happen to access the same memory cell via different/mirrored addresses. Touchscreen/microphone access works different in DSi mode. The NDS ROM cartridge slot is powered off when booting via DSiware exploits.
DS Wifi works on old DSi (with AR6002G chips on wifi board), I am still trying to find out if it works on newer DSi's (with AR6013G chips) and on 3DS (in DSi mode, with AR6014G chips). It might work (or maybe one would first need to somehow switch the AR6013G/AR6014G chips into DS wifi mode). If it would work, then you could boot "dslink" via your exploit, and then use dslink to boot your actual homebrew code via wifi. Did anybody test that yet?