Flash-ftl is a tool for reading FlashFX 3.00 file systems from older DoCoMo Panasonic devices.
Make sure the dump is interleaved. If it is not interleaved, you can
use this script.
Download the flash-ftl script
here
Use the following command
python assemble_flash3.py <nand file>.bin output_dir
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. 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.
-
NOTE: If the games do not seem to be extracting properly, repeat step 5 using TSK-FAT-AutoRecover. To use TSK-FAT-AutoRecover, follow the installation instructions and use the following command:
python extract_fat.py <dump>.bin
Example
python extract_fat.py region_0010.bin
Then, repeat step 6.