template:ktdumper

This is an old revision of the document!


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.

  1. Make sure your phone is connected to the PC (if using WSL, you will need to bind your USB device)
  2. Download the ktdumper repository from Github
  3. Navigate to the main ktdumper folder, where the code will be executed.
  4. You can execute the following commands
  • JAVA Folder (only extracts appli)
    sudo ./ktdumper.sh [insert phone model] dump_java
  • NAND (contains user data, downloads, etc.)
    sudo ./ktdumper.sh [insert phone model] dump_nand
  • NOR
    sudo ./ktdumper.sh [insert phone model] dump_nor

Sample For D904i

sudo ./ktdumper.sh d904i dump_nand

WIP

  • template/ktdumper.1743111803.txt.gz
  • Last modified: 2025/03/27 22:43
  • by lnrc