Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
phones:general [2025/03/27 23:15] – lnrc | phones:general [2025/04/02 00:14] (current) – lnrc | ||
---|---|---|---|
Line 1: | Line 1: | ||
This page is a work in progress. | This page is a work in progress. | ||
===== Introduction ===== | ===== Introduction ===== | ||
+ | This is a dumping guide for | ||
+ | * Pre-Android/ | ||
===== 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: | ||
+ | |||
+ | The second best method is through JTAG using a tool like the [[phones: | ||
+ | |||
+ | 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 ===== | ===== Methods ===== | ||
Software Tools | Software Tools | ||
- | - [[phones: | + | - [[phones: |
- [[phones: | - [[phones: | ||
- | Hardware Tools | + | Hardware Tools for Data Extraction |
- [[phones: | - [[phones: | ||
- [[phones: | - [[phones: | ||
- [[phones: | - [[phones: | ||
+ | |||
+ | Hardware Tools for Research | ||
+ | - [[phones: | ||
+ | - [[phones: | ||
File System Tools | File System Tools | ||
Line 25: | Line 35: | ||
* [[phones: | * [[phones: | ||
- | ===== File System/FTL Extraction Guides ===== | + | ===== Operating System/File System/FTL Extraction Guides ===== |
- | Pre-existing File Systems/ | + | Most extraction scripts are written in Python with some exceptions. Some tools are either Windows-exclusive or Linux-exclusive (compatible with WSL). |
- | * < | + | |
- | * < | + | Pre-existing |
- | * < | + | * [[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/ | Custom File Systems/ | ||
- | * < | + | * [[template:b4-ftl-extract|" |
- | * < | + | * [[template:assemble_sh704i_d904i|" |
- | * < | + | * [[template: |
- | * < | + | |
Other | Other | ||
- | * < | + | * [[template:separate_nand_oob|Separating NAND and OOB]] |