To extract games from some Sony phones, you will need to remap the bin dump and then convert the files for emulator.
0: Data = 512 Bytes, OOB = 16 bytes, divisible = True
python remap_SO505i.py <filename>.bin
python convertForEmulator_so505i.py JAVA <phone model>
Example:
python convertForEmulator_so505i.py JAVA SO505iS
List of Compatible phone models:
TROUBLESHOOTING
If the .bin file cannot be extracted by TestDisk, try TSK FAT AutoRecover. Make sure to install SleuthKit as specified in the instructions. With the remapped .bin file, use the following command:
python extract_fat.py <remapped_dump>.bin
Then, follow the steps above for converting apps to emulator format.