Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| template:ssr200 [2025/09/12 07:33] – lnrc | template: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.< | + | |
| - | sudo pip3 install pyfatfs | + | |
| - | </ | + | |
| - | - Download the [[https:// | + | |
| - | - PyFatFS must be patched in order to read docomo SSR200. Give install.sh permission to run with the following command:< | + | |
| - | + | ||
| - | 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 "Old Flavor" | + | |
| - | - Install Sleuthkit < | + | |
| - | - Give permission to run the command < | + | |
| - | - Copy nand.bin and nand.oob to fs-tools/ | + | |
| - | + | ||
| + | - Downlod the [[https:// | ||
| + | - Download [[https:// | ||
| + | - Place assemble_ssr200.py in the same folder as nand.bin and nand.oob | ||
| + | - Use the following commands: < | ||
| + | python3 carve_nec_fat.py nand_remapped.bin fat_dir | ||
| + | python3 convert_fat.py fat_dir converted_fat_dir</ | ||
| + | Note: If you are extracting data from a P2102V, add the " | ||
| + | < | ||
| + | python3 carve_nec_fat.py nand_remapped.bin fat_dir | ||
| + | python3 convert_fat.py --disable-normalize fat_dir converted_fat_dir</ | ||
| + | The partitions can now be extracted with TestDisk. Generally, games will be located in Partition 3. | ||