Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
template:flash-ftl [2026/04/27 02:24] lnrctemplate:flash-ftl [2026/04/27 02:36] (current) lnrc
Line 5: Line 5:
   - Use the following command <code>python assemble_flash3.py <nand file>.bin output_dir</code>   - Use the following command <code>python assemble_flash3.py <nand file>.bin output_dir</code>
   - In the output directory, you will find region_0010.bin and region_0020.bin. Open region_0010.bin and delete the first 400 bytes from the file (up to and including the block of bytes FE FE)   - In the output directory, you will find region_0010.bin and region_0020.bin. Open region_0010.bin and delete the first 400 bytes from the file (up to and including the block of bytes FE FE)
-  - Extract both bin files with TestDisk. Each bin file has a JAVA folder. Combine both JAVA folders so that you have one main JAVA folder containing three folders: JAM, JAR, and SCR+  - Extract both bin files with TestDisk. Use the [UNDELETE] option on each FAT12 partition. Each bin file has a JAVA folder. Combine both JAVA folders so that you have one main JAVA folder containing three folders: JAM, JAR, and SCR. You can copy both JAVA folders to the same destination, and the folder contents will combine automatically.
   - Download the [[https://github.com/ZiplineGun/k/blob/main/convertForEmulator_p504i.py|convertForEmulator_p504i.py]] ([[https://github.com/Keitai-Archive/Keitai-Scripts/blob/main/PostExtraction/convertForEmulator_p504i.py|backup link]]) script and use the following command<code>python convertForEmulator_p504i.py JAVA</code>   - Download the [[https://github.com/ZiplineGun/k/blob/main/convertForEmulator_p504i.py|convertForEmulator_p504i.py]] ([[https://github.com/Keitai-Archive/Keitai-Scripts/blob/main/PostExtraction/convertForEmulator_p504i.py|backup link]]) script and use the following command<code>python convertForEmulator_p504i.py JAVA</code>
 +
 +NOTE: If the games do not seem to be extracting properly, repeat step 5 using [[https://github.com/ZiplineGun/TSK-FAT-AutoRecover/|TSK-FAT-AutoRecover]]. To use TSK-FAT-AutoRecover, follow the installation instructions and use the following command:
 +<code>python extract_fat.py <dump>.bin</code>
 +Example
 +<code>python extract_fat.py region_0010.bin</code>
 +Then, repeat step 6.