phones:docomo:sd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
phones:docomo:sd [2025/04/03 22:05] lnrcphones:docomo:sd [2025/04/03 22:23] (current) lnrc
Line 20: Line 20:
   - The SD reader details can be found either under the "Memory Technology Devices" or "Universal Serial Bus controllers".   - The SD reader details can be found either under the "Memory Technology Devices" or "Universal Serial Bus controllers".
   - Select the device you want to investigate: if you’re looking under USB controllers then you should look for a “Realtek USB 2.0 Card Reader”. If you are instead looking for the device under “Memory Technology Devices” you will have to look for a “Realtek PCIE CardReader”.   - Select the device you want to investigate: if you’re looking under USB controllers then you should look for a “Realtek USB 2.0 Card Reader”. If you are instead looking for the device under “Memory Technology Devices” you will have to look for a “Realtek PCIE CardReader”.
-  - 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.<code>VID_0BDA&PID_0129   - If the values written in the window below are either one of these 3 then your device is compatible.<code>VID_0BDA&PID_0129
Line 26: Line 26:
 VID_0BDA&PID_0140</code> VID_0BDA&PID_0140</code>
   - 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.
 +
 +{{:phones:docomo:2025-04-03_16_09_48-realtek_usb_2.0_card_reader_properties.png?400|}}
  
 ==== CPRMTool.exe ==== ==== CPRMTool.exe ====
  
-  - Install this driver if not installed already, open the file and complete the installation. +  - Install [[https://download.lenovo.com/consumer/mobiles/hpse03ww.exe|this driver]] if not installed already, open the file and complete the installation. 
   - Install the CPRMTool.exe, available [[https://deltacxx.insomnia247.nl/uploads/CPRMTool.exe|here]].   - Install the CPRMTool.exe, available [[https://deltacxx.insomnia247.nl/uploads/CPRMTool.exe|here]].
   - 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{{ :phones:docomo:2025-04-03_16_12_14-administrator_command_prompt.png?600|}} 
-  - Lookup the path to the SD card block device using the following command:<code>wmic diskdrive list brief</code> You need one corresponding to the SD card, starting with this line<code>\\.\PHYSICALDRIVE</code> +  - Lookup the path to the SD card block device using the following command:<code>wmic diskdrive list brief</code> You need one corresponding to the SD card, starting with this line<code>\\.\PHYSICALDRIVE</code>You need to get the DeviceID corresponding to the SD card, save this somewhere, as you will use it soon. 
-  - 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.<code>.\CPRMTool.exe -dumpmid -card \\.\PHYSICALDRIVE1 -mkbid 11 -out mid.bin   - Now run these commands, but change the \\.\PHYSICALDRIVE1 part down below with the DeviceID you found before.<code>.\CPRMTool.exe -dumpmid -card \\.\PHYSICALDRIVE1 -mkbid 11 -out mid.bin
 .\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</code> .\CPRMTool.exe -dumppa -card \\.\PHYSICALDRIVE1 -mkbid 11 -out pa.bin -skout pa_sk.bin</code>
- 
-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.
 +{{:phones:docomo:2025-04-03_16_17_39-administrator_command_prompt.png?600|}}
 +{{:phones:docomo:2025-04-03_16_17_50-administrator_command_prompt.png?600|}}
  • phones/docomo/sd.txt
  • Last modified: 2025/04/03 22:23
  • by lnrc