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/04/01 00:25] (current) lnrc
Line 9: Line 9:
 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 | Not yet | DATA Structure | Unknown |
 | D901i | Not yet | Unknown | Unknown | | D901i | Not yet | Unknown | Unknown |
 | D901iS | Unknown | Unknown | Unknown | | D901iS | Unknown | Unknown | Unknown |
 | D701i | Unknown | Unknown | Unknown | | D701i | Unknown | Unknown | Unknown |
 | D701iWM | Unknown | Unknown | Unknown | | D701iWM | Unknown | Unknown | Unknown |
-| D902i | Java folder only | Unknown | Unknown +| D902i | Java folder only | Unknown | None (Java folder exports directly) 
-| D902iS | Java folder only | Unknown | Unknown +| D902iS | Java folder only | Unknown | None (Java folder exports directly) 
-| D702i | Java folder only | Unknown | Unknown |+| D702i | Java folder only | Unknown | None (Java folder exports directly) |
 | D702iF | Unknown | Unknown | Unknown | | D702iF | Unknown | Unknown | Unknown |
-| 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 | Java folder confirmed\\ Full extractability unknown | Unknown | None (Java folder exports directly) 
-| D703i | Java folder confirmed\\ Full extractability unknown | Unknown | Unknown +| D703i | Java folder confirmed\\ Full extractability unknown | Unknown | None (Java folder exports directly) 
-| 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)]] + [[#TestDisk]] 
-| D800iDS | Java folder only | Unknown | Unknown |+| D800iDS | Java folder only | Unknown | None |
  
 ===== Methods ===== ===== Methods =====
Line 34: Line 34:
   - [[#ktdumper]]   - [[#ktdumper]]
 Reading File Systems Reading File Systems
-  - [[#assemble_sh704i_d904i.py]]+  - [[#assemble_sh704i_d904i]]
   - [[#b4-ftl-extract]]   - [[#b4-ftl-extract]]
-  - [[#XSR2]]+  - [[#fs-tools]]
  
 Note that the dump_java script does not require the use of file extraction tools because it extracts individual files directly from the phone. Note that the dump_java script does not require the use of file extraction tools because it extracts individual files directly from the phone.
  
 ==== 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 50:
 {{wst>b4-ftl-extract}} {{wst>b4-ftl-extract}}
  
-==== XSR2 ====+==== fs-tools (XSR2====
 {{wst>xsr2}} {{wst>xsr2}}
 +
 +==== TestDisk ====
 +{{wst>testdisk}}
  
 ===== Gathering and Submitting Dump Info ===== ===== Gathering and Submitting Dump Info =====
 {{wst>see_submission_page}} {{wst>see_submission_page}}
- 
  • phones/docomo/mitsubishi.1743111593.txt.gz
  • Last modified: 2025/03/27 22:39
  • by lnrc