phones:general

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:general [2025/03/27 23:15] lnrcphones:general [2025/05/16 19:55] (current) lnrc
Line 1: Line 1:
-This page is a work in progress. +**This page is a work in progress.**
-===== Introduction =====+
  
-===== Recommendations =====+{{wst>see_hardware_page}}
  
-===== Methods =====+{{wst>keitaiwiki_help}}
  
-Software Tools +===== Introduction ===== 
-  - [[phones:general#ktdumper|KTdumper]] +This is a collection of dumping guides for  
-  - [[phones:general#revskills|Revskills]]+  * Pre-Android/iOS Feature Phones
  
-Hardware Tools +Currently, we only have guides for Japanese feature phones
-  - [[phones:general#foma_debug|Foma Debug Adapter]] +
-  - [[phones:general#riff_box|Riff Box]] +
-  - [[phones:general#jlink|JLink]]+
  
-File System Tools +===== Recommendations ===== 
-  [[phones:general#testdisk|TestDisk]]+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 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.
  
 ===== Phones by Provider ===== ===== Phones by Provider =====
-Japan+Due to the variety and complexity of data dumping methods for Japanese feature phones, we have sorted our guides by mobile service provider and phone manufacturer. Start here by selecting your device's mobile service provider. 
 + 
 +==== Japan ====
   * [[phones:docomo|Docomo]]   * [[phones:docomo|Docomo]]
   * [[phones:kddi|Au by KDDI]]   * [[phones:kddi|Au by KDDI]]
Line 25: Line 27:
   * [[phones:willcom|Willcom]]   * [[phones:willcom|Willcom]]
  
-===== File System/FTL Extraction Guides ===== +===== Methods ===== 
-Pre-existing File Systems/FTLs + 
-  * <nowiki>{{wst>efs_1}}</nowiki> TO-DO +Software Tools for Data Extraction 
-  * <nowiki>{{wst>efs_2}}</nowiki> TO-DO +  - [[template:ktdumper|ktdumper]] (requires [[phones:foma_debug|FOMA debug cable]]) 
-  * <nowiki>{{wst>epoc32}}</nowiki> TO-DO +  - Revskills 
-  * <nowiki>{{wst>fsr}}</nowiki> TO-DO + 
-  * <nowiki>{{wst>fsr_f}}</nowiki> TO-DO +Hardware Tools for Data Extraction 
-  * <nowiki>{{wst>fsr_ii}}</nowiki> TO-DO +  - [[phones:foma_debug|FOMA Debug Cable]] 
-  * <nowiki>{{wst>fugue_nand}}</nowiki> TO-DO +  - Riff Box 
-  * <nowiki>{{wst>jffs2}}</nowiki> TO-DO +  - JLink 
-  * <nowiki>{{wst>romfs}}</nowiki> TO-DO + 
-  * <nowiki>{{wst>samsung_rfs}}</nowiki> TO-DO +Hardware Tools for Research 
-  * <nowiki>{{wst>ssr200}}</nowiki> TO-DO +  - JTAGulator 
-  * <nowiki>{{wst>xsr1}}</nowiki> TO-DO +  - JTAGenum 
-  * <nowiki>{{wst>xsr2}}</nowiki> TO-DO + 
-  * <nowiki>{{wst>yaffs}}</nowiki> TO-DO+File System Tools 
 +  - [[template:testdisk|TestDisk]] 
 + 
 +===== 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 Custom File Systems/FTLs
-  * <nowiki>{{wst>b4-ftl-extract}}</nowiki> DONE +  * [[template:b4-ftl-extract|"B4B4" FTL]] 
-  * <nowiki>{{wst>assemble_sh704i_d904i}}</nowiki> DONE +  * [[template:assemble_sh704i_d904i|"SH704i/D904i" FTL]] 
-  * <nowiki>{{wst>sh900i_assemble}}</nowiki> TO-DO +  * [[template:assemble_sh900i|"SH900i" FTL]]
-  * <nowiki>{{wst>customized_cramfs}}</nowiki> TO-DO+
  
 Other Other
-  * <nowiki>{{wst>separate_nand_oob}}</nowiki> TO-DO+  * [[template:separate_nand_oob|Separating NAND and OOB]] 
 +  * [[phones:docomo:sd|Docomo SD card extraction]]
  • phones/general.1743113748.txt.gz
  • Last modified: 2025/03/27 23:15
  • by lnrc