template:assemble_f0

Differences

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

Link to this comparison view

Next revision
Previous revision
template:assemble_f0 [2025/09/06 01:37] – created lnrctemplate:assemble_f0 [2025/10/19 21:32] (current) lnrc
Line 1: Line 1:
-The nor for this dump comes in two parts that need to be concatenated+First, you must download the [[https://github.com/irdkwia/various-keitai-assemble|Various Keitai]] Assemble GitHub repository. We will be using the assemble_f0.py script as well as the tools in the utils folder.
  
-Example:+The nor for this dump comes in two parts that need to be concatenated. 
 + 
 +Examples:\\ Windows Command Line
 <code>copy /b SH700iS_LRS13B7-f1.bin + SH700iS_LRS13B7-f2.bin SH700iS_LRS13B7-f1f2.bin</code> <code>copy /b SH700iS_LRS13B7-f1.bin + SH700iS_LRS13B7-f2.bin SH700iS_LRS13B7-f1f2.bin</code>
 +\\
 +Copy the concatenated file into the various-keitai-assemble project. The following steps will be different depending on what device you are trying to extract.
 +\\ 
 +\\ 
 +=== SH506iC ===
 +Default settings work fine for this phone
  
-After concatenation, the command will vary based on device+<code>python assemble_f0.py <concatenated_dump>.bin output_dir</code>
  
-== SH700iS ==+ 
 +=== SH700iS/SH901iC/SH901iS ===
 Command: Command:
-<code>assemble_f0.py -u -b 9 <concatenated_dump>.bin output_dir</code>+<code>python assemble_f0.py -u -b 9 <concatenated_dump>.bin output_dir</code>
 Example: Example:
-<code>assemble_f0.py -u -b 9 SH700iS_LRS13B7-f1f2.bin SH700iS_LRS13B7-f1f2_out</code>+<code>python assemble_f0.py -u -b 9 SH700iS_LRS13B7-f1f2.bin SH700iS_LRS13B7-f1f2_out</code> 
 + 
 +The output directory will contain many .bin files. Look for the largest one and use TestDisk to acquire the data. You may need to use UNDELETE. 
  • template/assemble_f0.1757115460.txt.gz
  • Last modified: 2025/09/06 01:37
  • by lnrc