-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes: * Added full support for the Russian language * Required version .NET Framework upgraded to version 4.8 * Minor interface improvements * Removed unnecessary links for downloading firmware Изменения: * Добавлена полная поддержка русского языка * Требуемая версия .NET Framework повышена до версии 4.8 * Мелкие улучшения интерфейса * Удалены ненужные ссылки для скачивания прошивки
- Loading branch information
1 parent
80f51a3
commit 2f7e764
Showing
122 changed files
with
25,982 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
# About all commands in BAT files for PFT2_Flasher | ||
|
||
### DFU → EDL ([this](https://github.com/Zalexanninev15/PFT2/blob/master/PFT2_Flasher/edl.bat)) | ||
|
||
``` | ||
[emmcdl.exe] -p com[com_port] -raw [code] | ||
``` | ||
|
||
### Dump ([this](https://github.com/Zalexanninev15/PFT2/blob/master/PFT2_Flasher/dump.bat)) | ||
|
||
``` | ||
[emmcdl.exe] -p COM[com_port] -f [firehose] -d [partition] -o [dump_file] | ||
``` | ||
|
||
### Full Dump ([this](https://github.com/Zalexanninev15/PFT2/blob/master/PFT2_Flasher/full_dump.bat)) | ||
|
||
``` | ||
[emmcdl.exe] -p COM[com_port] -f [firehose] -d [partition] -o [folder_for_full_dump]\[dump_file].temp | ||
FDFmini -img [folder_for_full_dump]\[dump_file].temp [folder_for_full_dump]\[dump_file].fdf -c | ||
del [folder_for_full_dump]\[dump_file].temp | ||
``` | ||
|
||
### Flash ([this](https://github.com/Zalexanninev15/PFT2/blob/master/PFT2_Flasher/flash.bat)) | ||
|
||
``` | ||
[emmcdl.exe] -p COM[com_port] -f [firehose] -b [partition] [file] | ||
``` | ||
|
||
### Disable Google FRP ([this](https://github.com/Zalexanninev15/PFT2/blob/master/PFT2_Flasher/dgfrp.bat)) | ||
|
||
``` | ||
[emmcdl.exe] -p COM[com_port] -f [firehose] -e config | ||
``` | ||
|
||
***Information is taken from here:*** [Pikabu](https://pikabu.ru/story/eshche_odin_sposob_dostat_dannyie_s_qualcomm_i_ne_tolko_5866571) | ||
# Flasher commands | ||
|
||
### DFU → EDL ([this](https://github.com/Zalexanninev15/PFT2/blob/master/PFT2_Flasher/edl.bat)) | ||
|
||
``` | ||
[emmcdl.exe] -p com[com_port] -raw [code] | ||
``` | ||
|
||
### Dump ([this](https://github.com/Zalexanninev15/PFT2/blob/master/PFT2_Flasher/dump.bat)) | ||
|
||
``` | ||
[emmcdl.exe] -p COM[com_port] -f [firehose] -d [partition] -o [dump_file] | ||
``` | ||
|
||
### Full Dump ([this](https://github.com/Zalexanninev15/PFT2/blob/master/PFT2_Flasher/full_dump.bat)) | ||
|
||
``` | ||
[emmcdl.exe] -p COM[com_port] -f [firehose] -d [partition] -o [folder_for_full_dump]\[dump_file].temp | ||
FDFmini -img [folder_for_full_dump]\[dump_file].temp [folder_for_full_dump]\[dump_file].fdf -c | ||
del [folder_for_full_dump]\[dump_file].temp | ||
``` | ||
|
||
### Flash ([this](https://github.com/Zalexanninev15/PFT2/blob/master/PFT2_Flasher/flash.bat)) | ||
|
||
``` | ||
[emmcdl.exe] -p COM[com_port] -f [firehose] -b [partition] [file] | ||
``` | ||
|
||
### Disable Google FRP ([this](https://github.com/Zalexanninev15/PFT2/blob/master/PFT2_Flasher/dgfrp.bat)) | ||
|
||
``` | ||
[emmcdl.exe] -p COM[com_port] -f [firehose] -e config | ||
``` | ||
|
||
***Information is taken from here:*** [Pikabu](https://pikabu.ru/story/eshche_odin_sposob_dostat_dannyie_s_qualcomm_i_ne_tolko_5866571) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration> | ||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.