template:yaffs

Differences

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

Link to this comparison view

Next revision
Previous revision
template:yaffs [2025/03/29 03:04] – created lnrctemplate:yaffs [2025/03/29 03:46] (current) lnrc
Line 1: Line 1:
   - Download the [[https://github.com/irdkwia/yaffs-tools|yaffs-tools]] repository from Github   - Download the [[https://github.com/irdkwia/yaffs-tools|yaffs-tools]] repository from Github
-  - Create a file called run.bat with the following contents:<code>@echo off +  - Look in the /config folder for the config file that matches your data based on phone model and memory type (MLC or SLC) 
-setlocal enabledelayedexpansion +  - Fill in the following command based on the file you are trying to extract<code>python extract.py <bin file> <output folder> <config></code> 
-  +  - If the data you expect does not appear in the output folder, you can introduce the following arguments<code>  -d, --show-deleted, --no-show-deleted 
-set "target_folder=%~dp0\config+                        Show deleted files in DELETED subfolder. 
-  +  -m, --show-missing, --no-show-missing 
-echo Input File"%~1" +                        Show entries with missing parents in MISSING subfolder
-echo; +  -u, --try-undelete, --no-try-undelete 
-  +                        Try to restore latest version of a file marked as deleted. 
-echo Config List: +  -s, --mix-spare, --no-mix-spare 
-set /a count=0 +                        Mix spare using filepath '[input (without extension)].oob'.</code> 
-for %%F in ("%target_folder%\*.*") do ( +                         
-    set /a count+=1 +Example: N-04B MLC      
-    set "file[!count!]=%%~nxF" +<code>python extract.py -m -u -s onenand_mlc.bin output_dir config/config_n04b_mlc.json</code>         
-    echo !count!: %%~nxF +
-+
-  +
-set /p "choice=Select number: " +
-  +
-if not defined file[%choice%] ( +
-    echo Invalid number. +
-    exit /b +
-) +
-echo; +
-  +
-echo Extraction started with "!file[%choice%]!"+
-  +
-python "%~dp0\extract.py-m -u -s "%~1" "%~1_out" "%~dp0\config\!file[%choice%]!" +
-  +
-pause</code> +
-  - Drag your chosen bin file onto run.bat. Select the matching phone number and dump type (mlc or slc). Files should be extracted into the output folder.+
  • template/yaffs.1743213882.txt.gz
  • Last modified: 2025/03/29 03:04
  • by lnrc