phones:docomo:mitsubishi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
phones:docomo:mitsubishi [2025/03/27 22:39] lnrcphones:docomo:mitsubishi [2025/06/17 04:23] (current) lnrc
Line 1: Line 1:
-This page is a work in process. 
 ====== Docomo Phones by Mitsubishi ====== ====== Docomo Phones by Mitsubishi ======
 {{wst>see_hardware_page}} {{wst>see_hardware_page}}
  
-{{wst>vgpc_help}}+{{wst>keitaiwiki_help}}
  
 ===== Introduction ===== ===== Introduction =====
Line 9: Line 8:
 Mitsubishi phones were only manufactured in the early era of Docomo Foma phones. Current tools allow us to extract full data from some phones, and partial data (apps only) from other phones. Mitsubishi phones were only manufactured in the early era of Docomo Foma phones. Current tools allow us to extract full data from some phones, and partial data (apps only) from other phones.
  
-^ Phone Model ^ Extractable? ^ File System (Main Storage) ^ FTL (Flash Translation Layer) ^+^ Phone Model ^ Extractable? ^ File System/FTL ^ Tools ^
 | D2102V | Unknown | Unknown | Unknown | | D2102V | Unknown | Unknown | Unknown |
-| D900i | Not yet | DATA Structure | None +| D900i | Chip dump only | DATA Structure | Unknown 
-| D901i | Not yet | Unknown | Unknown +| D901i | Java only | Unknown | [[#Keitai Tools]] 
-| D901iS | Unknown | Unknown | Unknown +| D901iS | Java only | Unknown | [[#Keitai Tools]] 
-| D701i | Unknown | Unknown | Unknown +| D701i | Java only | Unknown | [[#Keitai Tools]] 
-| D701iWM | Unknown | Unknown | Unknown +| D701iWM | Java only | Unknown | [[#Keitai Tools]] 
-| D902i | Java folder only | Unknown | Unknown +| D902i | Java only | Unknown | [[#Keitai Tools]] 
-| D902iS | Java folder only | Unknown | Unknown +| D902iS | Java only | Unknown | [[#Keitai Tools]] 
-| D702i | Java folder only | Unknown | Unknown +| D702i | Java only | Unknown | [[#Keitai Tools]] 
-| D702iF | Unknown | Unknown | Unknown +| D702iF | Java only | Unknown | [[#Keitai Tools]] 
-| D903i | Java folder confirmed\\ Full extractability unknown Unknown Unknown +| D903i | Yes FAT16 + "SH704i/D904i" FTL [[#assemble_sh704i_d904i]] + [[#TestDisk]] 
-| D903iTV | Java folder confirmed\\ Full extractability unknown Unknown Unknown +| D903iTV | Yes FAT16 + "SH704i/D904i" FTL [[#assemble_sh704i_d904i]] + [[#TestDisk]] 
-| D703i | Java folder confirmed\\ Full extractability unknown | Unknown | Unknown +| D703i | Java folder confirmed\\ Full extractability unknown | Unknown | [[#Keitai Tools]] 
-| D904i | Yes | FAT16 "SH904i/D904i" FTL | +| D904i | Yes | FAT16 "SH704i/D904i" FTL | [[#assemble_sh704i_d904i]] + [[#TestDisk]] 
-| D704i | Yes | FAT16 "SH904i/D904i" FTL | +| D704i | Yes | FAT16 "SH704i/D904i" FTL | [[#assemble_sh704i_d904i]] + [[#TestDisk]] 
-| D905i | Yes | FAT32 "B4B4" FTL | +| D905i | Yes | FAT32 "B4B4" FTL | [[#b4-ftl-extract]] + [[#TestDisk]] 
-| D705i | Yes | FAT16 | XSR2 | +| D705i | Yes | FAT16 + XSR2 [[#fs-tools (XSR2)]] + [[#TestDisk]] 
-| D705iμ | Yes | FAT16 | XSR2 |  +| D705iμ | Yes | FAT16 + XSR2 [[#fs-tools (XSR2)]] (Part 8) + [[#TestDisk]] 
-| D800iDS | Java folder only | Unknown | Unknown |+| D800iDS | Java only | Unknown | [[#Keitai Tools]] |
  
 ===== Methods ===== ===== Methods =====
Line 34: Line 33:
   - [[#ktdumper]]   - [[#ktdumper]]
 Reading File Systems Reading File Systems
-  - [[#assemble_sh704i_d904i.py]]+  - [[#assemble_sh704i_d904i]]
   - [[#b4-ftl-extract]]   - [[#b4-ftl-extract]]
-  - [[#XSR2]] +  - [[#fs-tools]] 
- +File Processing 
-Note that the dump_java script does not require the use of file extraction tools because it extracts individual files directly from the phone. +  - [[#Keitai Tools]]
 ==== Ktdumper ==== ==== Ktdumper ====
- +{{wst>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.  +
- +
-==== Ktdumper Command Line ==== +
-{{wst>ktdumper_commandline_java}} +
-  - Make sure your phone is connected to the PC (if using WSL, you will need to bind your USB device) +
-  - Download the [[https://github.com/ktdumper/ktdumper|ktdumper repository]] from Github +
-  - Navigate to the main ktdumper folder, where the code will be executed. +
-  - You can execute the following commands +
-  * JAVA Folder (only extracts appli) <code>sudo ./ktdumper.sh [insert phone model] dump_java</code> +
-  * NAND (contains user data, downloads, etc.) <code>sudo ./ktdumper.sh [insert phone model] dump_nand</code> +
-  * NOR <code>sudo ./ktdumper.sh [insert phone model] dump_nor</code> +
- +
-Sample +
-For D904i +
-<code>sudo ./ktdumper.sh d904i dump_nand</code> +
- +
-==== Ktdumper Live Iso ==== +
  
 ===== Reading Data ===== ===== Reading Data =====
-==== assemble_sh704i_d904i.py ====+==== assemble_sh704i_d904i ====
 {{wst>assemble_sh704i_d904i}} {{wst>assemble_sh704i_d904i}}
  
Line 70: Line 48:
 {{wst>b4-ftl-extract}} {{wst>b4-ftl-extract}}
  
-==== XSR2 ====+==== fs-tools (XSR2====
 {{wst>xsr2}} {{wst>xsr2}}
  
-===== Gathering and Submitting Dump Info ===== +==== TestDisk ==== 
-{{wst>see_submission_page}}+{{wst>testdisk}}
  
 +===== File Processing =====
 +==== Keitai Tools ====
 +{{wst>kttools}}
  • phones/docomo/mitsubishi.1743111593.txt.gz
  • Last modified: 2025/03/27 22:39
  • by lnrc