Difference between revisions of "Template:Keys"

From The iPhone Wiki
Jump to: navigation, search
(that should be it)
(consistency; adding CSS IDs)
Line 189: Line 189:
   
 
<h2>[[:/|Root Filesystem]]</h2>
 
<h2>[[:/|Root Filesystem]]</h2>
<span class="keypage-filename">{{{rootfsdmg|{{{RootFS|XXX-XXXX-XXX}}}}}}.dmg</span>
+
<span class="keypage-filename" id="keypage-rootfs">{{{rootfsdmg|{{{RootFS|XXX-XXXX-XXX}}}}}}.dmg</span>
* '''RootFS Key''': <code>{{{rootfskey|{{{RootFSKey}}}}}}</code>
+
* '''Key''': <code id="keypage-rootfs-key">{{{rootfskey|{{{RootFSKey}}}}}}</code>
 
{{#ifeq: {{{build|{{{Build|}}}}}} | 8A293 | {{#ifeq: {{{device|{{{Device|}}}}}} | iphone31 | |
 
{{#ifeq: {{{build|{{{Build|}}}}}} | 8A293 | {{#ifeq: {{{device|{{{Device|}}}}}} | iphone31 | |
 
<h2>[[:/|Root Filesystem]] ([[Golden Master|GM]] Build)</h2>
 
<h2>[[:/|Root Filesystem]] ([[Golden Master|GM]] Build)</h2>
<span class="keypage-filename">{{{rootfsdmg|{{{RootFS|XXX-XXXX-XXX}}}}}}.dmg</span>
+
<span class="keypage-filename" id="keypage-gmrootfs">{{{rootfsdmg|{{{RootFS|XXX-XXXX-XXX}}}}}}.dmg</span>
<ul><li>'''RootFS Key''': <code>{{{gmrootfskey|{{{GMRootFSKey|}}}}}}</code></li></ul>
+
<ul><li>'''Key''': <code id="keypage-gmrootfs-key">{{{gmrootfskey|{{{GMRootFSKey|}}}}}}</code></li></ul>
 
}}
 
}}
 
}}{{#ifeq: {{{noupdateramdisk|{{{NoUpdateRamdisk|}}}}}} | true | |
 
}}{{#ifeq: {{{noupdateramdisk|{{{NoUpdateRamdisk|}}}}}} | true | |
   
 
<h2>[[Update Ramdisk]]</h2>
 
<h2>[[Update Ramdisk]]</h2>
<span class="keypage-filename">{{{updatedmg|{{{UpdateRamdisk|XXX-XXXX-XXX}}}}}}.dmg</span>
+
<span class="keypage-filename" id="keypage-updateramdisk">{{{updatedmg|{{{UpdateRamdisk|XXX-XXXX-XXX}}}}}}.dmg</span>
 
{{#switch: {{{build|{{{Build|}}}}}}
 
{{#switch: {{{build|{{{Build|}}}}}}
 
| 1A543a
 
| 1A543a
Line 217: Line 217:
 
| #default =
 
| #default =
 
{{#ifeq: {{{ramdisknotencrypted|{{{RamdiskNotEncrypted|}}}}}} | true | * Not Encrypted |
 
{{#ifeq: {{{ramdisknotencrypted|{{{RamdiskNotEncrypted|}}}}}} | true | * Not Encrypted |
* '''IV''': <code>{{{updateiv|{{{UpdateRamdiskIV}}}}}}</code>
+
* '''IV''': <code id="keypage-updateramdisk-iv">{{{updateiv|{{{UpdateRamdiskIV}}}}}}</code>
* '''Key''': <code>{{{updatekey|{{{UpdateRamdiskKey}}}}}}</code>
+
* '''Key''': <code id="keypage-updateramdisk-key">{{{updatekey|{{{UpdateRamdiskKey}}}}}}</code>
 
}}
 
}}
 
}}
 
}}
 
}}
 
}}
 
<h2>[[Restore Ramdisk]]</h2>
 
<h2>[[Restore Ramdisk]]</h2>
<span class="keypage-filename">{{{restoredmg|{{{RestoreRamdisk|XXX-XXXX-XXX}}}}}}.dmg</span>
+
<span class="keypage-filename" id="keypage-restoreramdisk">{{{restoredmg|{{{RestoreRamdisk|XXX-XXXX-XXX}}}}}}.dmg</span>
 
{{#switch: {{{build|{{{Build|}}}}}}
 
{{#switch: {{{build|{{{Build|}}}}}}
 
| 1A543a
 
| 1A543a
Line 241: Line 241:
 
| #default =
 
| #default =
 
{{#ifeq: {{{ramdisknotencrypted|{{{RamdiskNotEncrypted|}}}}}} | true | * Not Encrypted |
 
{{#ifeq: {{{ramdisknotencrypted|{{{RamdiskNotEncrypted|}}}}}} | true | * Not Encrypted |
* '''IV''': <code>{{{restoreiv|{{{RestoreRamdiskIV}}}}}}</code>
+
* '''IV''': <code id="keypage-restoreramdisk-iv">{{{restoreiv|{{{RestoreRamdiskIV}}}}}}</code>
* '''Key''': <code>{{{restorekey|{{{RestoreRamdiskKey}}}}}}</code>
+
* '''Key''': <code id="keypage-restoreramdisk-key">{{{restorekey|{{{RestoreRamdiskKey}}}}}}</code>
 
}}
 
}}
 
}}{{#switch: {{{build|{{{Build|}}}}}}
 
}}{{#switch: {{{build|{{{Build|}}}}}}

Revision as of 15:13, 16 October 2013

This is the key template for the key pages. When a page uses this template, it is added to the Key Pages category.

Syntax

If the device is not an iPhone or a cellular iPad, delete the Baseband parameter.

If the device is an Apple TV (iOS versions), set Version to the marketing version with the internal version in parenthesis.

For each *, *IV, and *Key section, put the file name on the first line. If the item is the Root FS or a ramdisk, remove the .dmg file extension. If that firmware item does not exist in that firmware, delete its parameter section. If the firmware item is not encrypted, set *IV to "Not Encrypted" and delete the *Key parameter. If the key/iv is not known, then the KBAG should be added.

For devices such as iPhone 6s that have two sets of files such as N71AP and N71mAP, then a second file can be added underneath with a "2" at the end of the name. For example, you can have AppleLogo and AppleLogo2 blocks.

If the page is created for a device/iOS with only an OTA, you don't need to use rootfs and must use UpdateRamdiskOTA instead of UpdateRamdisk (does not append the .dmg)

For DownloadURL, do not place anything other than URLs to free firmwares hosted on Apple Inc.'s servers. For beta firmwares, delete the parameter.

{{keys
 | Version                = 
 | Build                  = 
 | Device                 = 
 | Codename               = 
 | Baseband               = 
 | DownloadURL            = 

 | RootFS                 = 
 | RootFSKey              = Unknown

 | UpdateRamdisk          = 
 | UpdateRamdiskIV        = Unknown
 | UpdateRamdiskKey       = Unknown
 | UpdateRamdiskKBAG      =

 | UpdateRamdiskOTA       = 
 | UpdateRamdiskOTAIV     = Not Encrypted

 | RestoreRamdisk         = 
 | RestoreRamdiskIV       = Unknown
 | RestoreRamdiskKey      = Unknown
 | RestoreRamdiskKBAG     = 

 | ACIBTFirmware          = 
 | ACIBTFirmwareIV        = Not Encrypted

 | ACIWiFiFirmware        = 
 | ACIWiFiFirmwareIV      = Not Encrypted

 | ADCPetra               =
 | ADCPetraIV             = Unknown
 | ADCPetraKey            = Unknown
 | ADCPetraKBAG           =

 | ARMFW                  =
 | ARMFWIV                = Not Encrypted

 | ANSF                   =
 | ANSFIV                 = Not Encrypted

 | ANE                    =
 | ANEIV                  = Not Encrypted

 | AOPFirmware            = 
 | AOPFirmwareIV          = Not Encrypted

 | AppleAVE               =
 | AppleAVEIV             = Not Encrypted

 | AppleLogo              = 
 | AppleLogoIV            = Unknown
 | AppleLogoKey           = Unknown
 | AppleLogoKBAG          = 

 | AppleMaggie            = 
 | AppleMaggieIV          = Not Encrypted

 | AudioCodecFirmware     = 
 | AudioCodecFirmwareIV   = Not Encrypted

 | BatteryCharging0       = 
 | BatteryCharging0IV     = Unknown
 | BatteryCharging0Key    = Unknown
 | BatteryCharging0KBAG   = 

 | BatteryCharging1       = 
 | BatteryCharging1IV     = Unknown
 | BatteryCharging1Key    = Unknown
 | BatteryCharging1KBAG   = 

 | BatteryFull            = 
 | BatteryFullIV          = Unknown
 | BatteryFullKey         = Unknown
 | BatteryFullKBAG        = 

 | BatteryLow0            = 
 | BatteryLow0IV          = Unknown
 | BatteryLow0Key         = Unknown
 | BatteryLow0KBAG        = 

 | BatteryLow1            = 
 | BatteryLow1IV          = Unknown
 | BatteryLow1Key         = Unknown
 | BatteryLow1KBAG        =

 | Cryptex1,AppOS         = 
 | Cryptex1,AppOSIV       = Unknown
 | Cryptex1,AppOSKey      = Unknown
 | Cryptex1,AppOSKBAG     =

 | Cryptex1,SystemOS      = 
 | Cryptex1,SystemOSIV    = Unknown
 | Cryptex1,SystemOSKey   = Unknown
 | Cryptex1,SystemOSKBAG  =

 | Dali                   = 
 | DaliIV                 = Unknown
 | DaliKey                = Unknown
 | DaliKBAG               = 

 | DCP                    =
 | DCPIV                  = Not Encrypted

 | DeviceTree             = 
 | DeviceTreeIV           = Unknown
 | DeviceTreeKey          = Unknown
 | DeviceTreeKBAG         = 

 | GlyphCharging          = 
 | GlyphChargingIV        = Unknown
 | GlyphChargingKey       = Unknown
 | GlyphChargingKBAG      = 

 | GlyphPlugin            = 
 | GlyphPluginIV          = Unknown
 | GlyphPluginKey         = Unknown
 | GlyphPluginKBAG        = 

 | HapticAssets           = 
 | HapticAssetsIV         = Not Encrypted

 | Homer                  = 
 | HomerIV                = Not Encrypted

 | iBEC                   = 
 | iBECIV                 = Unknown
 | iBECKey                = Unknown
 | iBECKBAG               =

 | iBoot                  = 
 | iBootIV                = Unknown
 | iBootKey               = Unknown
 | iBootKBAG              = 

 | iBootData              = 
 | iBootDataIV            = Unknown
 | iBootDataKey           = Unknown
 | iBootDataKBAG          = 

 | iBSS                   = 
 | iBSSIV                 = Unknown
 | iBSSKey                = Unknown
 | iBSSKBAG               = 

 | ISP                    = 
 | ISPIV                  = Not Encrypted

 | Kernelcache            = 
 | KernelcacheIV          = Unknown
 | KernelcacheKey         = Unknown
 | KernelcacheKBAG        = 

 | LeapHaptics            = 
 | LeapHapticsIV          = Not Encrypted

 | LiquidDetect           = 
 | LiquidDetectIV         = Not Encrypted

 | LLB                    = 
 | LLBIV                  = Unknown
 | LLBKey                 = Unknown
 | LLBKBAG                = 

 | LowPowerMode           =
 | LowPowerModeIV         = Not Encrypted

 | LowPowerFindMyMode     =
 | LowPowerFindMyModeIV   = Not Encrypted

 | MConnector             =
 | MConnectorIV           = Not Encrypted

 | Multitouch             =
 | MultitouchIV           = Not Encrypted

 | NeedService            = 
 | NeedServiceIV          = Unknown
 | NeedServiceKey         = Unknown
 | NeedServiceKBAG        =

 | PMP                    = 
 | PMPIV                  = Not Encrypted

 | RANS                   = 
 | RANSIV                 = Not Encrypted

 | RTPFirmware            = 
 | RTPFirmwareIV          = Not Encrypted

 | RecoveryMode           = 
 | RecoveryModeIV         = Unknown
 | RecoveryModeKey        = Unknown
 | RecoveryModeKBAG       = 

 | SEPFirmware            = 
 | SEPFirmwareIV          = Unknown
 | SEPFirmwareKey         = Unknown
 | SEPFirmwareKBAG        =

 | SmartIOFirmware        =
 | SmartIOFirmwareIV      = Not Encrypted

 | WirelessPower          =
 | WirelessPowerIV        = Not Encrypted
}}