非常威猛的官方固件UPDATE.APP解包打包工具(转自XDA论坛) Huawei Update Extractor After messing around a bit with the perl tools available for extracting Huawei update.app files, i got the idea to create an own (windows) tool. Requirements .Net Framework 3.5 Install Extract the content of the zip to a folder somewhere on your system. Execute HuaweiUpdateExtractor.exe I'm planning to create an installer sometime. Usage Press the browse (...) button and select an update.app file. Select a device or unknown and press on the open button. You'll see the content of the update.app file in the listview. Select one or more files and right click. Choose Extract selected from the context menu. Choose the ouput folder and press ok. Or just right click on the list and select Extract all, choose the output folder again and press ok. Press close on the extract window. You can sort the list on sequence, filename and size. Just press on the desired column header. Command line: HuaweiUpdateExtractor extract input output [profile] HuaweiUpdateExtractor repack input output profile Profile The profiles.xml file is used to identify the files in the update.app file. Every file in the update.app has a sequence or type, which is also shown in the list. Those sequences or types are used to identify the file/device partition. Example: system.img recovery.img baseband.img version.txt splash.raw565 boot.img cust.img userdata.img signature crc system.img cache.img cust.img userdata.img modemimage.img boot.img recovery.img signature crc - Root tag of the xml file. - Identifies a device - attribute name: name of the device - attribute author: author of the device - File root tag - Identifies a file - attribute sequence: sequence of the file in update.app - attribute type: type of the file in the update.app - attribute partition: destination partition on the device - attribute signature: used to identify the signature file - attribute checksum: used to identify the checksum file - value: file name You can add or edit devices. If you want them to integrate in newer version, pm 'em to me. I'm gonna make some auto update for the device file somewhere in the future Roadmap - You tell me ... Credits ZeBadger (zebadger@hotmail.com) for figuring out the file headers S34Qu4K3 for the P6 partition layout ngamyarthar for adding ALOT of devices! Changelog
2023-02-21 04:06:13 702KB 华为 官方 固件 UPDATE
1
详细的用vc访问mysql5.5的例子代码,包括必须的头文件和lib文件,并有详细说明!
2023-02-20 23:10:27 952KB mysql.h vc
1
TCP connect()扫描,支持多线程; UDP扫描功能; 能对单个指定的主机进行扫描或扫描指定网段内的主机; 能扫描特定的部分端口号或对指定的端口段内的端口进行逐个扫描;
2023-02-20 17:53:20 1.61MB 端口扫描 源码 VC++ 6.0
1
java实现一键生成各个平台的渠道包,生成速度非常快,1分钟以内就能生成上百个渠道包
2023-02-20 10:20:01 2.2MB 一键打包 多渠道打包
1
高通 qmi资料打包,包含多个qmi详细pdf文档,解析qmi通信
2023-02-20 10:14:21 30.36MB qmi 高通
1
系统运行时需要调用一些的动态文件,此为安装包,一个小小工具,可以省却很多不必要的麻烦。开发运行必备安装包,
2023-02-19 15:45:47 8.37MB windows编译时的一些动态文件
1
后端程序目录 =============== **系统需求** - PHP >= 7.2.5 - MySQL >= 5.6.3 - Redis ## uniapp安装 将前端UNI目录导入到你的HBuilder里 修改tools/siteinfo.js 里的域名为你的域名即可 如果打包小程序及app 请参考uniapp官方文档 ## 后端安装 将后端php代码放到你的网站根目录即可 ====运行WEB目录==== public ====数据库==== 导入目录下的 db.sql 文件 修改目录下的 .env 数据库配置 配置文件路径/.env ~~~ APP_DEBUG = true [APP] DEFAULT_TIMEZONE = Asia/Shanghai [DATABASE] TYPE = mysql HOSTNAME = 127.0.0.1 #数据库连接地址 DATABASE = test #数据库名称 USERNAME = username #数据库登录账号 PASSWORD = password #数据库登录密码 HOSTPORT = 3306
2023-02-19 09:45:33 51.46MB thinkphp 社区
1
自动代码提示,很多很好用的功能,大家到网上搜一下就知道了 Visual Assist X具有强大的编辑特色,提高了生产效率,可以完全集成到您的Microsoft开发环境中,升级了您的IDE,在不改变编程习惯的同时就可以感受到Visual Assist X为您带来的好处。
2023-02-17 18:38:47 4.15MB VC++ visual c++ 插件
1
CButtonST类源代码 CButtonST实例 源代码中包括CButtonST.h和CButtonST.cpp,直接移植; 同时包括一个CButtonST在对话框中的应用实例!
2023-02-17 09:54:00 2.27MB CButtonST VC CButtonST类
1
网上搞那么多编译说明,没有几个能真正编译得通,搞了我一晚上,才编译成功,为了方便大家开发,我把编译好的 dll,lib,h,文件全部打包发上,以后大家直接使用就可以了,不必那么麻烦再去编译了 里面有使用说明 1.将boost文件夹完整拷贝到VC6编译环境Include目录下 例如:C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE 2.将lib文件夹内部所有.lib文件拷贝到VC6编译环境lib目录下 例如:C:\Program Files\Microsoft Visual Studio\VC98\LIB 3.将dll文件夹内部 boost_regex-vc6-mt-1_33_1.dll boost_regex-vc6-mt-gd-1_33_1.dll 两个DLL文件拷贝到系统DLL执行目录下 例如:C:\WINDOWS\system32 4.为了验证以上设置是否正确,把“测试”文件夹里的ValidDate.cpp文件编译: 要是编译成功,那恭喜你,你的设置正确 要是编译错误,仔细排错吧。
2023-02-16 13:49:44 6.25MB VC 正则表达式 boost Regex库
1