Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. This page is a work in progress. ===== Introduction ===== This is a dumping guide for * Pre-Android/iOS Feature Phones ===== Recommendations ===== The preferred method for extracting data from feature phones is through USB. For most Docomo phones and select SoftBank phones, the best way to extract data is using the [[phones:general#foma_debug|Foma Debug Adapter]] with [[phones:general#ktdumper|ktdumper]]. The scripts in ktdumper are highly unlikely to brick your device, though we cannot guarantee that 100%. The second best method is through JTAG using a tool like the [[phones:general#riff_box|Riff Box]] or [[phones:general#jlink|JLink]]. This process requires basic soldering skills, and is mildly invasive to the phone depending on how easy it is to disassemble and reassemble. For phones that are confirmed to be compatible with these tools, we have included JTAG diagrams. Discovering JTAG points on your own requires specialized hardware such as a [[phones:general#jtagulator|JTAGulator]] or [[phones:general#jtagenum|JTAGenum]]. The last method for extract data from feature phones is direct chip dump. This method is the most destructive of all, but is necessary for phones that cannot be exploited through USB or JTAG. ===== Methods ===== Software Tools - [[phones:general#ktdumper|ktdumper]] - [[phones:general#revskills|Revskills]] Hardware Tools for Data Extraction - [[phones:general#foma_debug|Foma Debug Adapter]] - [[phones:general#riff_box|Riff Box]] - [[phones:general#jlink|JLink]] Hardware Tools for Research - [[phones:general#jtagulator|JTAGulator]] - [[phones:general#jtagenum|JTAGenum]] File System Tools - [[phones:general#testdisk|TestDisk]] ===== Phones by Provider ===== Japan * [[phones:docomo|Docomo]] * [[phones:kddi|Au by KDDI]] * [[phones:softbank|SoftBank]] (also includes Vodaphone and J-Phone) * [[phones:willcom|Willcom]] ===== Operating System/File System/FTL Extraction Guides ===== Most extraction scripts are written in Python with some exceptions. Some tools are either Windows-exclusive or Linux-exclusive (compatible with WSL). Pre-existing Operating Systems/File Systems/FTLs * [[template:epoc32|EPOC32]] * [[template:fsr_f|FSR F]] * [[template:fsr_ii|FSR II]] * [[template:fugue_nand|Fugue NAND]] * [[template:jffs2|JFFS2]] * [[template:ssr200|SSR200]] * [[template:xsr1|XSR1]] * [[template:xsr2|XSR2]] * [[template:yaffs|YAFFS]] Custom File Systems/FTLs * [[template:b4-ftl-extract|"B4B4" FTL]] * [[template:assemble_sh704i_d904i|"SH704i/D904i" FTL]] * [[template:assemble_sh900i|"SH900i" FTL]] Other * [[template:separate_nand_oob|Separating NAND and OOB]] phones/general.txt Last modified: 2025/04/02 00:14by lnrc