Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. To extract games from some Sony phones, you will need to remap the bin dump and then convert the files for emulator. - If nand and oob have not yet been separated: download [[https://github.com/Keitai-Archive/Keitai-Scripts/blob/main/BeforeExtraction/separate_nand_oob.py|separate_nand_oob.py]] from Keitai Scripts and use the following option: <code>0: Data = 512 Bytes, OOB = 16 bytes, divisible = True</code> - Download [[https://github.com/Keitai-Archive/Keitai-Scripts/blob/main/BeforeExtraction/remap_SO505i.py|remap_SO505i.py]] from Keitai Scripts - Make sure the nand and oob files are in the same folder with the remap script. <code>python remap_SO505i.py <filename>.bin</code> - After remapping the bin file, extract the contents with TestDisk - Download [[https://github.com/Keitai-Archive/Keitai-Scripts/blob/main/PostExtraction/convertForEmulator_SO505i.py|convertForEmulator_SO505i.py]] from Keitai Scripts - Place the script in the same folder as the JAVA directory and execute the following command, replacing <phone mode> with your phone model: <code>convertForEmulator_so505i.py JAVA <phone model></code> Example: <code>convertForEmulator_so505i.py JAVA SO505iS</code> List of Compatible phone models: * SO505i * SO505iS * SO506i template/so505i.txt Last modified: 2025/12/15 20:57by lnrc