Application for flash and dump partitions, disable Google FRP and remote by ADB for ZTE Blade V9 Vita, ZTE Blade A7 Vita and other smartphones on Qualcomm chipset (like as emmcdl tool)
Application for flashing & dump partitions and disabling Google FRP protection on ZTE Blade V9 Vista and ZTE Blade A7 Vita smartphones, as well as, possibly, on other devices running on Qualcomm processors | PFT2_Flasher |
It is a continuation of the development of the PFT utility (by friendki11er), but with a graphical interface, new author and new functionality.
The app supports 2 file formats:
For Russian speakers: FAQ on 4PDA, Video on YouTube | Full Russification: Copy the contents of the âRussifier (ŃŃŃиŃикаŃĐžŃ)â folder to the âPFT2â folder |
I recommend reading this information in Typora or any other MARKDOWN editor or viewer.
PFT2.exe
and configure the app (âSettingsâ)You can open advanced settings by entering âmoreâ (without quotes) in the text field for EDL code.
Switching the device to firmware mode (EDL) from:
a) DFU (this manual is provided only for ZTE Blade V9 Vita and ZTE Blade A7 Vita)
Connect the smartphone in DFU mode (connect the cable to the PC and hold all 3 buttons, the red light will light up).
Hereâs how it should be (original photo by Ambernic):
The COM port should appear in the Devices Manager
If there was, but not the one (I mean in a different way called, the number after COM can be any), which is on the screenshot, then put the driver that was previously unpacked
Click âUPDâ in the app or enter the COM port number yourself from the Device Manager
It looks like this: COMX, where X is the number
Click âDFUâ, your smartphone will reconnect. We check the com port number, it must change
What it looks like
If it hasnât changed, try reinstalling the drivers/messing with Windows/changing the USB wire
Repeat step 2
b) ADB
Connecting an enabled smartphone with a loaded Android to a PC
Click on the âADBâ button, if for the first time, we allow debugging on the phone, waiting forâhangingâ PFT2. You may need to âkillâ the ADB process and click the button again
The COM port should appear in the Device Manager
If there was, but not the one (I mean in a different way called, the number after COM can be any), which is on the screenshot, then put the driver that was previously unpacked
Click âUPDâ in the app or enter the COM port number yourself from the Device Manager
It looks like this: COMX, where X is the number
In the end, it should turn out to the right âYES YESâ, so you have done everythingđ
Select the action you need from âActionsâ
Fill in the necessary fields in âData for workâ
To wipe âuserdataâ (or other partitions), you can flash the file âWipe_userdata.pdfâ (located in the folder with the application) in the âuserdataâ partition (or other partition)
Click button (before âDO IT!â) and wait for the end of the process
P.S. In some cases, especially when after creating a dump you take to firmware, errors may pop up in the command line. If everything ends with success, reading/writing sectors will reach 0 and there will be no errors at the end - then with a 99.7% probability you will have everythingđ *If you still want to be safe (or you have a mistake), then you should: 1) Check the firmware files (they may be damaged/do not fit your device) 2) Disconnect the phone from the PC and reconnect it, then re-enter into EDL mode and perform the desired action
Dismantle the device (original):
Remove the SIM card and microSD tray
We warm up the phone, and carefully open the cover Start from the bottom, then slowly click off the latches starting from the left side, because on the right-the trail of the fingerprint scanner
CAREFULLY remove the cover (very carefully, otherwise you will be left without a fingerprint scanner!!!)
We peel off the black film, and these 2 contacts should appear to our eyes. These are EDL test points
Close the data 2 contacts with tweezers and connect the smartphone to the PC
Go to the instructions for switching to EDL mode using the DFU. Performing step 1 (but do not pinch the buttons, just look at the COM port in the Device Manager). If you are doing this for the first time, first install the drivers
Repeat step 2 (DFU)
Skip everything else and quickly, but very carefully, start to restore the smartphone firmware (flash partitions, step 3) of all partitions | Download firmwares (versions 9, 11, 12) for ZTE Blade V9 Vita: 2/16 or 3/32 |
FDF (Firmware Data File) is a file format for firmware that was created to replace firmware file formats (dump, bin, img), since it is the best for storing dumps. In fact, it is a special archive for dumps (more precisely the usual GZip archive (gz)), which allows you to upload dumps to the hosting/cloud without data loss, without compression to the archive. To work with this format, you need more space than for a normal IMG / BIN dump (the dump is converted to a temporary format for firmware in the device), but the FDF file will be better stored. PFT2 support this format since version 1.3
For example: system.img
â system.fdf
, 3.5 GB â 1.4 GB. Temporary file(s) are deleted after work.
The utility for working with this format and converting IMG/BIN files to it is located in the folder with the PTT2 application called FDFmini (created by Zalexanninev15 and Alexander927). The utility does not support âspacesâ in the path and in the names of the files themselves, and also does not know how to create new folders. For normal operation, the âuserdataâ partition uses regular IMG, because there may be problems with converting too large files.
You can use the official GUI. To do this, activate it in the advanced settings (you can open advanced settings by entering âmoreâ (without quotes) in the text field for EDL code). Next, in the same field, enter âconâ (without quotes) and use :)
To convert IMG to FDF use the command:
FDFmini -img [Path to IMG/BIN file] [Path to new FDF file] -c
Example:
FDFmini -img boot.img boot.fdf -c
If you have more than 2 IMG files to convert to FDF, and you donât want to waste time typing commands, then extract the contents of this archive to the folder with dumps. Run the batch file and waitâŚ
To convert FDF to IMG use the command:
FDFmini -fdf [Path to FDF file] [Path to new IMG/BIN file] -u
Example:
FDFmini -fdf D:\PFT2_DATA\system.fdf D:\PFT2_DATA\img\system.img -u
You can also âunarchiveâ a FDF file with firmware using an archiver that supports the GZip format. After the process is complete, you will only need to add the â.imgâ extension to the file.
To create an FDF file, I still recommend using FDFmini, so that there are no problems, but you can try to create an archive in a normal GZip archiver, the main thing is to first remove the extension from the current dump file, so that there are no problems during firmware.
root - incomplete due to a blocked bootloader (no access to âsystemâ and âvendorâ) | Post on XDA |
Notes: After flashing FDF files (ROOT and/or TWRP), you will need to erase all your data (userdata) from your phone, otherwise you will get a bootloop or they will just !!!encrypt without the possibility of decryption!!! (dump âuserdataâ).
Also, for users of stock firmware version 12 (v12), we make the flash of all partitions (except system and userdata) from the dumps of stock firmware version 11 (v11) (links for each revision of the smartphone above), otherwise grab the bootloop (!!!even if you erase all the data!!!)
Unpacking the image
You can unpack the image using the FDFmini utility. This utility will use another utility called âImgExtractorâ (by And_PDA).
For FDF file:
FDFmini -fdf [Path to FDF file] [Full path to the new folder] -system
Example:
FDFmini -fdf system.fdf D:\PFT2_DATA\UnSystemFDF -system
For IMG file:
FDFmini -img [Path to IMG/BIN file] [Full path to the new folder] -system
Example:
FDFmini -img system.img D:\PFT2_DATA\UnSystemIMG -system
Status: 21 The device is not ready Most likely your smartphone has left EDL mode, enter this mode again.
WARNING: Flash programmer failed to load trying to continue Maybe this is a crash in emmcdl. If the flash/dump is on, then you should not worry, but if not, then it is worth putting your smartphone back into EDL mode.
Status: 2 The system cannot find the file specified An error may occur due to spaces in the path (folder) to something. You should also check for the availability of the file.
Status: 6 The handle is invalid Failure to work with COM port. You should again transfer the smartphone to EDL mode.
In short, there is a 97% chance that you can fix any problem by re-switching your smartphone to the EDL firmware mode. Another 3% - problems with drivers (for the COM port), âcorruptedâ dumps for firmware, brick, gaps in the path, missing files. Also, donât forget that PFT2 doesnât support âspacesâ in file paths (or names with them).
If the utility refuses to work, check the file paths and file names for âspacesâ. You can also try deleting the file âSystem.IO.Compression.dllâ, which is located with âFDFmini.exeâ.
Compile using Visual Studio 2017-2019