template:ssr200

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
template:ssr200 [2025/09/12 03:31] lnrctemplate:ssr200 [2025/12/24 06:58] (current) lnrc
Line 1: Line 1:
-Current tools for removing the SSR200 FTL are meant to work on Linux or WSL (Windows Subsystem for Linux) +UPDATED
-  - Install PyFatFS. You can use pip.<code>sudo apt-get install python3-pip +
-sudo pip3 install pyfatfs +
-</code> +
-  - Download the [[https://github.com/ktdumper/fs-tools.git|fs-tools]] repository from Github +
-  - PyFatFS must be patched in order to read docomo SSR200. Give install.sh permission to run with the following command:<code>chmod +x install.sh</code>Then run install.sh<code>sudo ./install.sh</code> +
- +
-The following steps are different based on whether you are trying to extract SSR200 or SSR200 "Old Flavor" +
- +
-**Regular SSR200** +
-  - Copy nand.bin and nand.oob to fs-tools/ssr200. With all files in the folder (nand.bin, nand.oob, and all of the ssr200 fs-tools), run the following command:<code>python3 run.py nand.bin</code> +
- +
-**SSR200 "Old Flavor"** +
-  - Install Sleuthkit <code>sudo apt install sleuthkit</code> +
-  - Copy nand.bin and nand.oob to fs-tools/ssr200_old_flavor. With all files in the folder (nand.bin, nand.oob, and all of the ssr200 fs-tools), run the following command: <code>run.sh nand.bin</code> +
- +
  
 +  - Downlod the [[https://github.com/ktdumper/fs-tools/tree/main/ssr200|ssr200 tools]] from fs-tools
 +  - Download [[https://github.com/irdkwia/various-keitai-assemble/blob/main/assemble_ssr200.py|assemble_ssr200.py]] from various-keitai-assemble
 +  - Place assemble_ssr200.py in the same folder as nand.bin and nand.oob
 +  - Use the following commands: <code>python3 assemble_ssr200.py nand.bin nand_remapped.bin
 +python3 carve_nec_fat.py nand_remapped.bin fat_dir
 +python3 convert_fat.py fat_dir converted_fat_dir</code>
  
 +Note: If you are extracting data from a P2102V, add the "--disable-normalize" option to the 3rd command
 +<code>python3 assemble_ssr200.py nand.bin nand_remapped.bin
 +python3 carve_nec_fat.py nand_remapped.bin fat_dir
 +python3 convert_fat.py --disable-normalize fat_dir converted_fat_dir</code>
  
 +The partitions can now be extracted with TestDisk. Generally, games will be located in Partition 3.
  • template/ssr200.1757640681.txt.gz
  • Last modified: 2025/09/12 03:31
  • by lnrc