Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
template:yaffs [2025/03/29 03:04] – created lnrc | template:yaffs [2025/03/29 03:46] (current) – lnrc | ||
---|---|---|---|
Line 1: | Line 1: | ||
- Download the [[https:// | - Download the [[https:// | ||
- | - Create a file called run.bat with the following | + | - Look in the /config folder for the config |
- | setlocal enabledelayedexpansion | + | - Fill in the following |
- | + | - If the data you expect does not appear in the output folder, you can introduce the following arguments: < | |
- | set " | + | Show deleted files in DELETED subfolder. |
- | + | -m, --show-missing, | |
- | echo Input File: " | + | Show entries with missing parents |
- | echo; | + | -u, --try-undelete, |
- | + | Try to restore latest version of a file marked as deleted. | |
- | echo Config List: | + | -s, --mix-spare, |
- | set /a count=0 | + | Mix spare using filepath '[input (without extension)].oob' |
- | for %%F in (" | + | |
- | set /a count+=1 | + | Example: N-04B MLC |
- | set "file[!count!]=%%~nxF" | + | < |
- | echo !count!: %%~nxF | + | |
- | ) | + | |
- | + | ||
- | set /p " | + | |
- | + | ||
- | if not defined file[%choice%] | + | |
- | echo Invalid number. | + | |
- | exit /b | + | |
- | ) | + | |
- | echo; | + | |
- | + | ||
- | echo Extraction started with " | + | |
- | + | ||
- | python | + | |
- | + | ||
- | pause</ | + | |
- | - 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. | + |