This is an old revision of the document!
This page is a work in process.
Docomo Phones by Casio
Check the dumping hardware overview for a list of known preservation hardware.
If you need help, please come chat with us on the VGPC or No-Intro discord servers.
Introduction
Casio only released one feature phone model for Docomo, the CA-01C.
Phone Model | File System (Main Storage) | FTL (Flash Translation Layer) |
---|---|---|
CA-01C | YAFFS2 + CramFS | None |
Methods
Ktdumper
Ktdumper is a tool for extracting data from feature phones that are compatible with the Foma debug adapter, which includes all Docomo phones and select SoftBank phones. Please note that ktdumper will not work unless you have the Foma debug adapter.
Ktdumper is compatible with Linux and WSL (Windows System on Linux). It can be used as a command line tool or as a live Linux iso with a GUI.
Extracting Data
Ktdumper Command Line
- Make sure your phone is connected to the PC (if using WSL, you will need to bind your USB device)
- Download the ktdumper repository from Github
- Navigate to the main ktdumper folder, where the code will be executed.
- You can execute the following commands
- NAND (contains user data, downloads, etc.)
sudo ./ktdumper.sh ca-01c dump_nand
- NOR
sudo ./ktdumper.sh ca-01c dump_nor
Ktdumper Live Iso
Reading Data
yaffs-tools
The version of YAFFS2 used by Docomo is proprietary and customized. It will not work with other yaffs2 file system tools besides this one.
Gathering and Submitting Dump Info
Once you've dumped your games, it's time to generate and submit metadata to a preservation project for validating and cataloging. See the dump submission instructions for more information.