template:ssr200

Differences

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

Link to this comparison view

Next revision
Previous revision
template:ssr200 [2025/03/29 02:46] – created lnrctemplate:ssr200 [2025/09/24 01:10] (current) lnrc
Line 1: Line 1:
-  To extract SSR200 FTLs using current tools, you must have PyFatFS installedPyFatFS can be installed with pip.<code>sudo apt-get install python3-pip+Current tools for removing the SSR200 FTL are meant to work on Linux or WSL (Windows Subsystem for Linux) 
 +  Install PyFatFS. You can use pip.<code>sudo apt-get install python3-pip
 sudo pip3 install pyfatfs sudo pip3 install pyfatfs
 </code> </code>
   - Download the [[https://github.com/ktdumper/fs-tools.git|fs-tools]] repository from Github   - 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.</code>Then run install.sh<code>sudo ./install.sh</code>+  - 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" The following steps are different based on whether you are trying to extract SSR200 or SSR200 "Old Flavor"
Line 12: Line 13:
 **SSR200 "Old Flavor"** **SSR200 "Old Flavor"**
   - Install Sleuthkit <code>sudo apt install sleuthkit</code>   - 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>+  - Give permission to run the command <code>chmod +x run.sh</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>sudo ./run.sh nand.bin</code>
  
  
  • template/ssr200.1743212772.txt.gz
  • Last modified: 2025/03/29 02:46
  • by lnrc