MTK最新版本(2020年第20周release)的 SP FLASH TOOLS 下载 / 刷机工具 源代码。 zip包为源码,不需任何密码 二次付费等坑,请放心下载。
2021-04-27 14:57:06 109.67MB MTK源代码 MTK下载工具源码 MTK FLASH
1
#ifndef SPMETA_DLL_H #include "spmeta.h" #endif #ifndef _SLA_CHALLENGE_H_ #include "sla_challenge.h" #endif #ifndef _MULTIPORT_COMMON_H_ #include "Multiport_Common.h" #endif #ifndef _FORM_MULTILOAD_H_ #include "Form\form_MultiLoad.h" #endif #ifndef _MD_MSG_ #include "MD_msg.h" #endif #ifndef _EBOOT_INTERFACE_H_ #include "..\Eboot\interface.h" #endif #ifndef _FLASHDOWNLOAD_H_ #include "FlashDownLoad.h" #endif #ifndef _MUTLIPORTFLASHDOWNLOADTOOL_H_ #include "MultiPortFlashDownloadTool.h" #endif #ifndef _FACTORY_COMMON_H_ #include "factory_common.h" #endif using namespace std; // EDGE card #ifndef _T_PCMCIA_H_ #include "t_pcmcia.h" #endif #pragma package(smart_init) #define CHECK_TERMINATED if( this->Terminated )\ {\ goto clean;\ } // for android usb port find DEFINE_GUID(Guid_ANDROID_USB2Ser,0xA5DCBF10L,0x6530,0x11D2,0x90,0x1F,0x00,0xC0,0x4F, 0xB9,0x51,0xED);
2021-04-27 14:49:37 9.58MB MTK DL
1