Differences

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

Link to this comparison view

Next revision
Previous revision
template:ssr200_mova [2026/02/06 05:08] – created lnrctemplate:ssr200_mova [2026/04/12 19:01] (current) lnrc
Line 3: Line 3:
   - Download [[https://github.com/irdkwia/various-keitai-assemble/blob/main/assemble_ssr200.py|assemble_ssr200.py]] from various-keitai-assemble and remap the NAND dump with the following command: <code>python assemble_ssr200.py <nand dump>.bin output.bin</code>   - Download [[https://github.com/irdkwia/various-keitai-assemble/blob/main/assemble_ssr200.py|assemble_ssr200.py]] from various-keitai-assemble and remap the NAND dump with the following command: <code>python assemble_ssr200.py <nand dump>.bin output.bin</code>
   - Download [[https://github.com/irdkwia/various-keitai-assemble/blob/main/read_n505is.py|read_n505is.py]] from various-keitai-assemble and extract output.bin with the following command: <code> python read_n505is.py output.bin output_dir</code>   - Download [[https://github.com/irdkwia/various-keitai-assemble/blob/main/read_n505is.py|read_n505is.py]] from various-keitai-assemble and extract output.bin with the following command: <code> python read_n505is.py output.bin output_dir</code>
-  - Download [[https://github.com/Keitai-Archive/Keitai-Scripts/blob/main/PostExtraction/convertForEmulator_mova_nec.py|convertForEmulator_mova_nec.py]]. Look for the JAVA folder within the output folder and use the following command: <code>python convertForEmulator_mova_nec.py JAVA</code>+  - Download [[https://github.com/ZiplineGun/k/blob/main/convertForEmulator_mova_nec.py|convertForEmulator_mova_nec.py]] ([[https://github.com/Keitai-Archive/Keitai-Scripts/blob/main/PostExtraction/convertForEmulator_mova_nec.py|backup link]])Open the new **output_dir** folder and find the JAVA folder. Use the conversion script on the JAVA folder, adding the correct phone model as an argument.<code>python convertForEmulator_mova_nec.py JAVA <phone model></code> 
 +Example: <code>python convertForEmulator_mova_nec.py JAVA N505iS</code>