Check the dumping hardware overview for a list of known preservation hardware.
If you need help, please come chat with us on the VGPC or No-Intro discord servers.
In order to extract all data properly from an SD card with Docomo content, we need some keys located in a hidden partition of the card, detectable only by some specific SD card readers.
VID_0BDA&PID_0129 VID_0BDA&PID_0139 VID_0BDA&PID_0140
wmic diskdrive list brief
You need one corresponding to the SD card, starting with this line
\\.\PHYSICALDRIVE
You need to get the DeviceID corresponding to the SD card, save this somewhere, as you will use it soon.
.\CPRMTool.exe -dumpmid -card \\.\PHYSICALDRIVE1 -mkbid 11 -out mid.bin .\CPRMTool.exe -dumpmkb -card \\.\PHYSICALDRIVE1 -mkbid 11 -out mkb11.bin .\CPRMTool.exe -dumppa -card \\.\PHYSICALDRIVE1 -mkbid 11 -out pa.bin -skout pa_sk.bin
NOTE: if the last command ends up with an error after reading a good bunch of sectors - that's normal.