Difference between revisions of "WTF"

From The iPhone Wiki
Jump to: navigation, search
m
(That source code is for Web Template Framework.)
Line 6: Line 6:
 
==Version 2==
 
==Version 2==
 
[[DFU 0x1227|Version 2]] enumerates a new DFU with PID 0x1227. This DFU does proper signature checking and allows [[IMG3 File Format|IMG3]] files to be uploaded.
 
[[DFU 0x1227|Version 2]] enumerates a new DFU with PID 0x1227. This DFU does proper signature checking and allows [[IMG3 File Format|IMG3]] files to be uploaded.
 
== External Links ==
 
* [http://opensource.apple.com/source/WTFEmbedded Source Code]
 

Revision as of 02:03, 14 January 2013

This is run on DFU Mode and loads a secondary DFU-like interface. It is wondered what this stands for.

Version 1

This doesn't appear to do anything. It calls the same functions in the VROM that the VROM calls to run the DFU. The only observable difference is that this WTF is slower. This may also allow large files to be uploaded.

Version 2

Version 2 enumerates a new DFU with PID 0x1227. This DFU does proper signature checking and allows IMG3 files to be uploaded.