This page is a work in process.
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.
Sharp Docomo phones generally run on a customized version of Symbian. These phones will have no reaction when plugged into a debug adapter.
Note: For the models SH903i and before, we do not have a way to exploit these phones through USB because they do not appear as connected to a PC once their battery is removed. Some phones can be chip dumped directly, but there is a lot of proprietary information we are missing on these early Sharp phones.
Phone Model | Extractable? | File System/FTL | Tools |
---|---|---|---|
SH2101V | Unknown | Unknown | Unknown |
SH900i | Only through NOR chip-off | SH900i FTL | assemble_sh900i + TestDisk |
SH700i | No | Unknown | Unknown |
SH700iS | No | Unknown | Unknown |
SH901iC | No | Unknown | Unknown |
SH901iS | No | Unknown | Unknown |
SH851i | No | Unknown | Unknown |
SH902i | No | Unknown | Unknown |
SH902iS | No | Unknown | Unknown |
SH902iL | No | Unknown | Unknown |
SH702iD | No | Unknown | Unknown |
SH702iS | No | Unknown | Unknown |
SH903i | No | Unknown | Unknown |
SH903iTV | Yes | FAT16 + ROFS + “SH/D904i” FTL | assemble_sh704i_d904i + TestDisk |
SH703i | Yes | FAT16 + ROFS + “SH/D904i” FTL | assemble_sh704i_d904i + TestDisk |
SH904i | Yes | FAT16 + ROFS + “SH/D904i” FTL | assemble_sh704i_d904i + TestDisk |
SH704i | Yes | FAT16 + ROFS + “SH/D904i” FTL | assemble_sh704i_d904i + TestDisk |
SH905i | Yes | FAT16 + ROFS + “B4B4” FTL | b4-ftl-extract + TestDisk |
SH905iTV | Yes | FAT16 + ROFS + “B4B4” FTL | b4-ftl-extract + TestDisk |
SH705i | Unknown | Unknown | Unknown |
SH705iII | Unknown | Unknown | Unknown |
SH906i | Yes | FAT32 + ROFS + Fugue NAND | fugue-tools + TestDisk |
SH906iTV | Yes | FAT32 + ROFS + Fugue NAND | fugue-tools + TestDisk |
SH706i | Yes | FAT32 + ROFS + Fugue NAND | fugue-tools + TestDisk |
SH706ie | Unknown | Unknown | Unknown |
SH706iw | Unknown | Unknown | Unknown |
SH-01A | Yes | FAT32 + ROFS + EPOC32 ROM + Fugue NAND (A+B) | fugue-tools + TestDisk |
SH-02A | Yes | FAT32 + ROFS + Fugue NAND | fugue-tools + TestDisk |
SH-03A | Yes | FAT32 + ROFS + EPOC32 ROM + Fugue NAND (A+B) | fugue-tools + TestDisk |
SH-04A | Yes | FAT32 + ROFS + EPOC32 ROM + Fugue NAND (A+B) | fugue-tools + TestDisk |
SH-05A | Yes | FAT16 + ROFS + “B4B4” FTL | b4-ftl-extract + TestDisk |
SH-06A | Yes | FAT16 + ROFS + “B4B4 FTL | b4-ftl-extract + TestDisk |
SH-06A NERV | Yes | FAT16 + ROFS + “B4B4” FTL | b4-ftl-extract + TestDisk |
SH-07A | Unknown | Unknown | Unknown |
SH-08A | Unknown | Unknown | Unknown |
SH-01B | Yes | FAT16 | TestDisk |
SH-02B | Yes | Unknown | Unknown |
SH-03B | Yes | FAT16 | TestDisk |
SH-04B | Unknown | Unknown | Unknown |
SH-05B | Yes | FAT + EPOC32 ROM | Symbian SDK |
SH-06B | Yes | FAT16 + EPOC32 ROM | Symbian SDK |
SH-07B | Yes | FAT32 + EPOC32 ROM | Symbian SDK |
SH-08B | Unknown | Unknown | Unknown |
SH-09B | Yes | FAT16 + EPOC32 ROM | Symbian SDK |
SH-01C | Yes | FAT32 + EPOC32 ROM | Symbian SDK |
SH-02C | Yes | FAT + EPOC32 ROM | Symbian SDK |
SH-04C | Unknown | Unknown | Unknown |
SH-05C | Unknown | Unknown | Unknown |
SH-06C | Unknown | Unknown | Unknown |
SH-08C | Unknown | Unknown | Unknown |
SH-09C | Unknown | Unknown | Unknown |
SH-10C | Yes | FAT32 + EPOC32 ROM | Symbian SDK |
SH-11C | Yes | FAT32 + EPOC32 ROM | Symbian SDK |
SH-03D | No | Unknown | Unknown |
SH-03E | No | FAT32 + EPOC32 ROM | Symbian SDK |
SH-07F | No | Unknown | Unknown |
Extracting Data
Reading File Systems
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.
sudo ./ktdumper.sh [insert phone model] dump_nand
sudo ./ktdumper.sh [insert phone model] dump_nor
sudo ./ktdumper.sh [insert phone model] dump_java
Sample For D904i
sudo ./ktdumper.sh d904i dump_nand
WIP
Before using assemble_sh704i_d904i.py, you must separate the NAND and OOB (out of bounds) data.
python separate_nand_oob.py nand_mixed.bin
0: Data = 512 Bytes, OOB = 16 bytes, divisible = True
To remove the FTL:
python assemble_sh704i_d904i.py nand_mixed_separated_512.bin output.bin
After this, you must use TestDisk to acquire the data.
python assemble_sh900i.py <input file> <output file>
After this, you must use TestDisk to acquire the data.
python extract.py -s nand.bin output_dir
This code will unscramble the FTL and place all data into a folder called output_dir
After this, you must use TestDisk to acquire the data.
Fugue Nand Regular
python extract.py nand.bin output.bin
The file system can now be read and extracted with TestDisk.
Fugue Nand A+B
python extract.py nand_a.bin nand_b.bin output.bin
The file system can now be read and extracted with TestDisk.
EPOC32 is a mobile operating system. It is a predecessor to Symbian, and its data can be extracted using tools from the Symbian 3 SDK.
C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\epoc32\tools\readimage.exe
Put the dump into the same folder as readimage.exe
.\readimage.exe <file name> -z <output folder name>
This script will create an output folder and place all files inside of it.
NOTE: For Sony Ericsson phone NOR dumps, you may need to cut out the data before 0x100000
TestDisk can be used on either Windows or Linux. It is available for download here. Once you have downloaded TestDisk, use the program to open your current .bin file.
>Disk <your file>
Press enter to proceed.
[None ] Non partitioned media
[ quit ]
[ Analyse ]
[Quick Search]
You should now have all the extracted files.
Note: For select devices (such as F905i and D905i), you need to select None → Undelete rather than the usual TestDisk procedure.
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.