Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
phones:general [2025/05/16 19:54] – lnrcphones:general [2026/09/08 22:51] (current) – lnrc
Line 12: Line 12:
  
 ===== Recommendations ===== ===== 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: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 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:foma_debug|Foma Debug Cable]] 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 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]]. 
Line 30: Line 30:
  
 Software Tools for Data Extraction Software Tools for Data Extraction
-  - [[template:ktdumper|ktdumper]] (requires [[phones:foma_debug|FOMA debug adapter]])+  - [[template:ktdumper|ktdumper]] (usually requires [[phones:foma_debug|FOMA debug cable]], sometimes requires regular FOMA cable plus compatible battery)
   - Revskills   - Revskills
  
 Hardware Tools for Data Extraction Hardware Tools for Data Extraction
-  - [[phones:foma_debug|FOMA Debug Adapter]]+  - [[phones:foma_debug|FOMA Debug Cable]]
   - Riff Box   - Riff Box
   - JLink   - JLink
Line 44: Line 44:
 File System Tools File System Tools
   - [[template:testdisk|TestDisk]]   - [[template:testdisk|TestDisk]]
 +  - [[template:kttools|Keitai-Tools]]
  
 ===== Operating System/File System/FTL Extraction Guides ===== ===== Operating System/File System/FTL Extraction Guides =====
 +The goal with most of our extraction tools is to convert the phone dump into a FAT image that can be read by [[template:TestDisk]] or [[template:TSK-FAT-AutoRecover]]. Some phones are directly compatible with these tools. Others use different file systems or need to have a FTL (Flash Translation Layer) removed. Sometimes, they have different file systems AND FTLs.
 +
 Most extraction scripts are written in Python with some exceptions. Some tools are either Windows-exclusive or Linux-exclusive (compatible with WSL). Most extraction scripts are written in Python with some exceptions. Some tools are either Windows-exclusive or Linux-exclusive (compatible with WSL).
  
Line 57: Line 60:
   * [[template:xsr1|XSR1]]   * [[template:xsr1|XSR1]]
   * [[template:xsr2|XSR2]]   * [[template:xsr2|XSR2]]
 +  * [[template:xsr3|XSR3]]
   * [[template:yaffs|YAFFS]]   * [[template:yaffs|YAFFS]]