This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. This guide is for SSR200 as used in **mova** phones (500i series). - 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/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>