Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
template:m4 [2026/07/15 02:20] lnrctemplate:m4 [2026/07/15 02:48] (current) lnrc
Line 10: Line 10:
 **Step 2:** For DoCoMo phones ONLY: [[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]]) **Step 2:** For DoCoMo phones ONLY: [[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]])
  
-The convertForEmulator_mova_nec.py script will extract the DoJa files from the regions inside the firmware dump+The convertForEmulator_mova_nec.py script will convert the appli in the JAVA folder into a format usable by DoJa emulators.  
-<code>python convertForEmulator_mova_nec.py m4_out_dir model_name</code>+<code>python convertForEmulator_mova_nec.py <java_folder> model_name</code>
 Example Example
-<code>python convertForEmulator_mova_nec.py N506i-2_PF38F4462LLYDB0-f1.bin_extracted N506i</code>+<code>python convertForEmulator_mova_nec.py JAVA N506i</code>