Skip to content

Commit

Permalink
Update full_dump.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalexanninev15 authored Mar 27, 2020
1 parent d621e25 commit 7ee9286
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PFT2_Flasher/full_dump.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
title PFT2_Flasher
@%1 -p COM%2 -f %3 -d userdata -o %4\userdata.%5 // Optional for dump
@%1 -p COM%2 -f %3 -d system -o %4\system.%5 // Optional for dump
:: @%1 -p COM%2 -f %3 -d userdata -o %4\userdata.%5
:: @%1 -p COM%2 -f %3 -d system -o %4\system.%5
@%1 -p COM%2 -f %3 -d aboot -o %4\aboot.%5
@%1 -p COM%2 -f %3 -d abootbak -o %4\abootbak.%5
@%1 -p COM%2 -f %3 -d apdp -o %4\apdp.%5
Expand Down Expand Up @@ -52,4 +52,4 @@ title PFT2_Flasher
@%1 -p COM%2 -f %3 -d tzbak -o %4\tzbak.%5
@%1 -p COM%2 -f %3 -d vendor -o %4\vendor.%5
@%1 -p COM%2 -f %3 -d ztecfg -o %4\ztecfg.%5
pause
pause

0 comments on commit 7ee9286

Please sign in to comment.