Differences

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

Link to this comparison view

Next revision
Previous revision
template:c5a3 [2025/05/21 03:46] – created lnrctemplate:c5a3 [2026/05/13 03:23] (current) lnrc
Line 1: Line 1:
-  - Download [[https://github.com/irdkwia/c5a3-assemble c5a3-assemble]] from GitHub +  - Download [[https://github.com/irdkwia/c5a3-assemble c5a3-assemble]] from GitHub 
-  - Check for your phone model in the read me, and update the arguments to the command below based on your phone model and the file you exported <code>python extract_p.py [phone specific argument] [output.bin file from sie-node-serial] [output folder]</code>+  - Check for your phone model in the read me, and update the arguments to the command below based on your phone model and the file you exported. If you used the apoxi-tool to dump all memory regions, you will specifically need the FLASH region. <code>python extract_p.py [phone specific argument] [output.bin file from sie-node-serial] [output folder]</code>
  
 Example for 705P, extracts data from output.bin and puts it into a folder called **output** Example for 705P, extracts data from output.bin and puts it into a folder called **output**
-<code>python extract_p.py -s 1 -w 1 output.bin output</code>+<code>python extract_p.py -s 1 -w 1 DRV_VENUSU_NBG_16.06.00-FLASH-A0000000_04000000.bin output</code>