Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
phones:docomo:sd [2025/04/03 22:05] – lnrc | phones:docomo:sd [2025/04/03 22:23] (current) – lnrc | ||
---|---|---|---|
Line 20: | Line 20: | ||
- The SD reader details can be found either under the " | - The SD reader details can be found either under the " | ||
- Select the device you want to investigate: | - Select the device you want to investigate: | ||
- | - Right click the device and select the “Properties” option like in the image on the right (Note: the devices in that picture are only examples, refer to the Realtek ones mentioned above). | + | - Right click the device and select the “Properties” option like in the image on the right. |
- Select the “Details” option, then in the window with the arrow, select “Hardware IDs” | - Select the “Details” option, then in the window with the arrow, select “Hardware IDs” | ||
- If the values written in the window below are either one of these 3 then your device is compatible.< | - If the values written in the window below are either one of these 3 then your device is compatible.< | ||
Line 26: | Line 26: | ||
VID_0BDA& | VID_0BDA& | ||
- Now that you know if your device is compatible, we can proceed with dumping the SD contents. | - Now that you know if your device is compatible, we can proceed with dumping the SD contents. | ||
+ | |||
+ | {{: | ||
==== CPRMTool.exe ==== | ==== CPRMTool.exe ==== | ||
- | - Install this driver if not installed already, open the file and complete the installation. | + | - Install |
- Install the CPRMTool.exe, | - Install the CPRMTool.exe, | ||
- Insert the SD card in the driver | - Insert the SD card in the driver | ||
- | - Open your computer terminal AS ADMINISTRATOR | + | - Open your computer terminal AS ADMINISTRATOR{{ : |
- | - Lookup the path to the SD card block device using the following command:< | + | - Lookup the path to the SD card block device using the following command:< |
- | - You need to get the DeviceID corresponding to the SD card, save this somewhere, as you will use it soon. | + | - Now change your current directory to the one where the CPRMTool.exe is located (if you just downloaded it you should probably just use the cd Downloads command). |
- | - Now change your current directory to the one where the CPRMTool.exe is located (if you just downloaded it you should probably just use the cd Downloads command. | + | |
- Now run these commands, but change the \\.\PHYSICALDRIVE1 part down below with the DeviceID you found before.< | - Now run these commands, but change the \\.\PHYSICALDRIVE1 part down below with the DeviceID you found before.< | ||
.\CPRMTool.exe -dumpmkb -card \\.\PHYSICALDRIVE1 -mkbid 11 -out mkb11.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</ | .\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. | ||
+ | NOTE: if the last command ends up with an error after reading a good bunch of sectors - that's normal. | ||
+ | {{: | ||
+ | {{: |