Skip to content

memory-hunter/keitai-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

189 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keitai-tools

Utility to help process raw Java game dump folders from Japanese feature phones (keitai). This is the script you use after dumping internal memory of a keitai to have games be formatted in a way that they can be played on a DoCoMo emulator (DoJa or Star).

This tool supports parsing FJJAM.DB files found on certain phone models. That file is required for the reconstruction of JAM files for applis.

Prerequisites

Requires Python 3.10+

Set up a virtual environment and install dependencies using pip.

Linux

python3 -m venv venv
source venv/bin/activate
pip install construct scsu

Windows

python -m venv venv
venv\Scripts\activate.bat
pip install construct scsu

Usage

usage: kttools.py [-h] [--verbose] top_folder_directory

Process a directory containing a raw top level folder with keitai apps. Outputs files in emulator import ready format.

positional arguments:
  top_folder_directory  The top folder directory containing the keitai apps.

options:
  -h, --help            show this help message and exit
  --verbose             Print more information about conversion process.

About

Utility for processing raw dump folders for i-mode phones

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages