Difference between revisions of "Template:Keys/doc"

From The iPhone Wiki
Jump to: navigation, search
(iPhone 6 and iPhone 6 Plus.)
m (finally got around to redoing the "Device" table)
Line 1: Line 1:
 
<noinclude><div style="font-size:smaller;">&#x2190; Go [[Template:Keys|back to the template]].</div>
 
<noinclude><div style="font-size:smaller;">&#x2190; Go [[Template:Keys|back to the template]].</div>
</noinclude>This is the ultimate key template for the [[Firmware Keys|key pages]]. When a page uses this template, it is added to the [[:Category:Key Pages|Key Pages]] category. Its syntax is described below.
+
</noinclude>This is the key template for the [[Firmware Keys|key pages]]. When a page uses this template, it is added to the [[:Category:Key Pages|Key Pages]] category.
  +
 
== Syntax ==
 
== Syntax ==
When using this, delete the ones that are not in the fw and put TODO on the ones that need to be done, otherwise they won't show up.
+
When using this, delete the sections for items that are not in the firmware the page is for and put <code>TODO</code> in the IV and key tags for the ones that need keys.
  +
  +
If this is a 1.x firmware, delete the <code>UpdateRamdiskIV</code>, <code>UpdateRamdiskKey</code>, <code>RestoreRamdiskIV</code> and everything after.
  +
  +
If the build is not 8A293 (4.0), delete the <code>GMRootFSKey</code> tag.
   
  +
If the device is not an iPhone or a 3G iPad, delete the <code>Baseband</code> tag.
If this is a 1.x Firmware, delete the <code>UpdateRamdiskIV</code>, <code>UpdateRamdiskKey</code>, <code>RestoreRamdiskIV</code>, <code>RestoreRamdiskKey</code> tags, and every tags between <code>AppleLogoIV</code> and <code>RecoveryModeKey</code>.
 
   
If this is not 8A293 (4.0), delete the <code>GMRootFSKey</code> row.
+
If the device is not an Apple TV, delete the <code>DisplayVersion</code> tag.
   
  +
<!-- If the device is an Apple TV, set <code>Version</code> to the marketing version (what the Apple TV reports) and set <code>DisplayVersion</code> to the marketing version with the internal version in parenthesis. For example, [[Brighton 10B144b (AppleTV2,1)|5.2/6.1 (10B144b)]] for the Apple TV 2G sets <code>Version</code> to <code>5.2</code> and <code>DisplayVersion</code> to <code>5.2 (6.1)</code>.-->
If this is not an iPhone or a 3G iPad, delete the <code>baseband</code>-like rows.
 
 
<nowiki>{{keys</nowiki>
 
<nowiki>{{keys</nowiki>
 
| Version             = 
 
| Version             = 
Line 103: Line 108:
   
 
== Syntax Explanation ==
 
== Syntax Explanation ==
{| class="wikitable"
+
{| class="wikitable" style="width:100%"
 
|-
 
|-
  +
! Tag
! style="width:10%" | Tag
 
! style="width:90%" | Explanation
+
! Explanation
 
|-
 
|-
! Version
+
| Version
 
| The version of the build (ex: for [[Durango 8K2 (iPhone 3GS)]], you would put <code>4.3.4</code>).
 
| The version of the build (ex: for [[Durango 8K2 (iPhone 3GS)]], you would put <code>4.3.4</code>).
 
|-
 
|-
! DisplayVersion
+
| DisplayVersion
 
| Alternate version to display. For use with Apple TV firmwares. Should be in the format of "{MarketingVersion} ({InternalVersion})".
 
| Alternate version to display. For use with Apple TV firmwares. Should be in the format of "{MarketingVersion} ({InternalVersion})".
 
|-
 
|-
! Build
+
| Build
 
| The build number.
 
| The build number.
 
|-
 
|-
! Device
+
| Device
 
| [[#Device|See below]].
 
| [[#Device|See below]].
 
|-
 
|-
! Baseband
+
| Baseband
 
| The baseband (ex: page is [[Jasper 8C148 (iPad)]], you would put <code>07.10.00</code>). Leave blank if unknown. Remove if not a device with a baseband chip.
 
| The baseband (ex: page is [[Jasper 8C148 (iPad)]], you would put <code>07.10.00</code>). Leave blank if unknown. Remove if not a device with a baseband chip.
 
|-
 
|-
! DownloadURL
+
| DownloadURL
 
| Only firmwares available on Apple Inc. owned domains. Public firmware links are available on [[Firmware]]. [[Beta Firmware|beta firmware]] links '''''must''''' be available from the [[Apple Developer|Apple Developer Center]]
 
| Only firmwares available on Apple Inc. owned domains. Public firmware links are available on [[Firmware]]. [[Beta Firmware|beta firmware]] links '''''must''''' be available from the [[Apple Developer|Apple Developer Center]]
 
|-
 
|-
! RootFS
+
| RootFS
 
| The name of the Root FS file (without the <code>.dmg</code>)
 
| The name of the Root FS file (without the <code>.dmg</code>)
 
|-
 
|-
! RootFSKey
+
| RootFSKey
 
| The key for the Root FS
 
| The key for the Root FS
 
|-
 
|-
! GMRootFSKey
+
| GMRootFSKey
 
| The key for the GM Root FS (used only on iOS 4.0 8A293)
 
| The key for the GM Root FS (used only on iOS 4.0 8A293)
 
|-
 
|-
! NoUpdateRamdisk
+
| NoUpdateRamdisk
 
| If this is <code>true</code>, the "Update Ramdisk" section will not be displayed. Remove if there is an update ramdisk.
 
| If this is <code>true</code>, the "Update Ramdisk" section will not be displayed. Remove if there is an update ramdisk.
 
|-
 
|-
! RamdiskNotEncrypted
+
| RamdiskNotEncrypted
 
| If this is <code>true</code>, the [[ramdisk]]s will show "Not Encrypted" instead of "IV" and "Key" lines. Remove if the ramdisks are encrypted.
 
| If this is <code>true</code>, the [[ramdisk]]s will show "Not Encrypted" instead of "IV" and "Key" lines. Remove if the ramdisks are encrypted.
 
|-
 
|-
! UpdateRamdisk
+
| UpdateRamdisk
 
| The name of the [[Update Ramdisk]] file (without <code>.dmg</code>) (can be deleted if <code>NoUpdateRamdisk</code> is filled or it is a 1.x firmware)
 
| The name of the [[Update Ramdisk]] file (without <code>.dmg</code>) (can be deleted if <code>NoUpdateRamdisk</code> is filled or it is a 1.x firmware)
 
|-
 
|-
! UpdateRamdiskIV
+
| UpdateRamdiskIV
| The IV of the [[Update Ramdisk]] (can be deleted if <code>NoUpdateRamdisk</code> is filled or it is a 1.x firmware)
+
| The IV of the Update Ramdisk (can be deleted if <code>NoUpdateRamdisk</code> is filled or it is a 1.x firmware)
 
|-
 
|-
! UpdateRamdiskKey
+
| UpdateRamdiskKey
| The Key of the [[Update Ramdisk]] (can be deleted if <code>NoUpdateRamdisk</code> is filled or it is a 1.x firmware)
+
| The Key of the Update Ramdisk (can be deleted if <code>NoUpdateRamdisk</code> is filled or it is a 1.x firmware)
 
|-
 
|-
! RestoreRamdisk
+
| RestoreRamdisk
 
| The name of the [[Restore Ramdisk]] file (without <code>.dmg</code>)
 
| The name of the [[Restore Ramdisk]] file (without <code>.dmg</code>)
 
|-
 
|-
! RestoreRamdiskIV
+
| RestoreRamdiskIV
| The IV of the [[Restore Ramdisk]] (can be deleted if is a 1.x firmware)
+
| The IV of the Restore Ramdisk (can be deleted if is a 1.x firmware)
 
|-
 
|-
! RestoreRamdiskKey
+
| RestoreRamdiskKey
| The Key of the [[Restore Ramdisk]] (can be deleted if is a 1.x firmware)
+
| The Key of the Restore Ramdisk (can be deleted if is a 1.x firmware)
 
|-
 
|-
! *
+
| *
 
| The file name for the * (can be deleted if it is a 1.x firmware)
 
| The file name for the * (can be deleted if it is a 1.x firmware)
 
|-
 
|-
! *IV
+
| *IV
 
| The IV for the * (can be deleted if is a 1.x firmware)
 
| The IV for the * (can be deleted if is a 1.x firmware)
 
|-
 
|-
! *Key
+
| *Key
 
| The Key for the * (can be deleted if is a 1.x firmware)
 
| The Key for the * (can be deleted if is a 1.x firmware)
 
|}
 
|}
   
 
== Device ==
 
== Device ==
<!-- Needs to be redone -->
 
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
  +
! colspan="2" | Device
 
! Value
 
! Value
! Device
 
 
|-
 
|-
  +
| colspan="2" | [[k66ap|Apple TV 2G]]
 
| appletv21
 
| appletv21
| [[k66ap|Apple TV 2G]]
 
 
|-
 
|-
  +
| rowspan="2" | [[Apple TV 3G]]
  +
| [[j33ap|AppleTV3,1]]
 
| appletv31
 
| appletv31
| [[j33ap|Apple TV 3G]] (AppleTV3,1)
 
 
|-
 
|-
  +
| [[j33iap|AppleTV3,2]]
 
| appletv32
 
| appletv32
| [[j33ap|Apple TV 3G]] (AppleTV3,2)
 
 
|-
 
|-
  +
! colspan="3" |
  +
|-
  +
| colspan="2" | [[k48ap|iPad 1G]]
 
| ipad11
 
| ipad11
| [[k48ap|iPad 1G]]
 
 
|-
 
|-
  +
| rowspan="4" | [[iPad 2]]
  +
| [[k93ap|iPad2,1]]
 
| ipad21
 
| ipad21
| [[k93ap|iPad 2]] (iPad2,1)
 
 
|-
 
|-
  +
| [[k94ap|iPad2,2]]
 
| ipad22
 
| ipad22
| [[k94ap|iPad 2]] (iPad2,2)
 
 
|-
 
|-
  +
| [[k95ap|iPad2,3]]
 
| ipad23
 
| ipad23
| [[k95ap|iPad 2]] (iPad2,3)
 
 
|-
 
|-
  +
| [[k93aap|iPad2,4]]
 
| ipad24
 
| ipad24
| [[k93aap|iPad 2]] (iPad2,4)
 
|-
 
| ipad25
 
| [[p105ap|iPad mini 1G]] (iPad2,5)
 
|-
 
| ipad26
 
| [[p106ap|iPad mini 1G]] (iPad2,6)
 
|-
 
| ipad27
 
| [[p107ap|iPad mini 1G]] (iPad2,7)
 
 
|-
 
|-
  +
| rowspan="3" | [[iPad 3]]
  +
| [[j1ap|iPad3,1]]
 
| ipad31
 
| ipad31
| [[j1ap|iPad 3]] (iPad3,1)
 
 
|-
 
|-
  +
| [[j2ap|iPad3,2]]
 
| ipad32
 
| ipad32
| [[j2ap|iPad 3]] (iPad3,2)
 
 
|-
 
|-
  +
| [[j2aap|iPad3,3]]
 
| ipad33
 
| ipad33
| [[j2aap|iPad 3]] (iPad3,3)
 
 
|-
 
|-
  +
| rowspan="3" | [[iPad 4]]
  +
| [[p101ap|iPad3,4]]
 
| ipad34
 
| ipad34
| [[p101ap|iPad 4]] (iPad3,4)
 
 
|-
 
|-
  +
| [[p102ap|iPad3,5]]
 
| ipad35
 
| ipad35
| [[p102ap|iPad 4]] (iPad3,5)
 
 
|-
 
|-
  +
| [[p103ap|iPad3,6]]
 
| ipad36
 
| ipad36
| [[p103ap|iPad 4]] (iPad3,6)
 
 
|-
 
|-
  +
| rowspan="3" | [[iPad Air]]
  +
| [[j71ap|iPad4,1]]
 
| ipad41
 
| ipad41
| [[j71ap|iPad Air]] (iPad4,1)
 
 
|-
 
|-
  +
| [[j72ap|iPad4,2]]
 
| ipad42
 
| ipad42
| [[j72ap|iPad Air]] (iPad4,2)
 
 
|-
 
|-
  +
| [[j73ap|iPad4,3]]
 
| ipad43
 
| ipad43
| [[j73ap|iPad Air]] (iPad4,3)
 
 
|-
 
|-
  +
! colspan="3" |
  +
|-
  +
| rowspan="3" | [[iPad mini 1G]]
  +
| [[p105ap|iPad2,5]]
  +
| ipad25
  +
|-
  +
| [[p106ap|iPad2,6]]
  +
| ipad26
  +
|-
  +
| [[p107ap|iPad2,7]]
  +
| ipad27
  +
|-
  +
| rowspan="3" | [[iPad mini 2G]]
  +
| [[j85ap|iPad4,4]]
 
| ipad44
 
| ipad44
| [[j85ap|iPad mini 2G]] (iPad4,4)
 
 
|-
 
|-
  +
| [[j86ap|iPad4,5]]
 
| ipad45
 
| ipad45
| [[j86ap|iPad mini 2G]] (iPad4,5)
 
 
|-
 
|-
  +
| [[j87ap|iPad4,6]]
 
| ipad46
 
| ipad46
| [[j87ap|iPad mini 2G]] (iPad4,6)
 
 
|-
 
|-
  +
! colspan="3" |
  +
|-
  +
| colspan="2" | [[m68ap|iPhone 2G]]
 
| iphone11
 
| iphone11
| [[m68ap|iPhone 2G]]
 
 
|-
 
|-
  +
| colspan="2" | [[n82ap|iPhone 3G]]
 
| iphone12
 
| iphone12
| [[n82ap|iPhone 3G]]
 
 
|-
 
|-
  +
| colspan="2" | [[n88ap|iPhone 3GS]]
 
| iphone21
 
| iphone21
| [[n88ap|iPhone 3GS]]
 
 
|-
 
|-
  +
| rowspan="3" | [[iPhone 4]]
  +
| [[n90ap|iPhone3,1]]
 
| iphone31
 
| iphone31
| [[n90ap|iPhone 4]] (iPhone3,1)
 
 
|-
 
|-
  +
| [[n90bap|iPhone3,2]]
 
| iphone32
 
| iphone32
| [[n90bap|iPhone 4]] (iPhone3,2)
 
 
|-
 
|-
  +
| [[n92ap|iPhone3,3]]
 
| iphone33
 
| iphone33
| [[n92ap|iPhone 4]] (iPhone3,3)
 
 
|-
 
|-
  +
| colspan="2" | [[n94ap|iPhone 4S]]
 
| iphone41
 
| iphone41
| [[n94ap|iPhone 4S]]
 
 
|-
 
|-
  +
| rowspan="2" | [[iPhone 5]]
  +
| [[n41ap|iPhone5,1]]
 
| iphone51
 
| iphone51
| [[n41ap|iPhone 5]] (iPhone5,1)
 
 
|-
 
|-
  +
| [[n42ap|iPhone5,2]]
 
| iphone52
 
| iphone52
| [[n42ap|iPhone 5]] (iPhone5,2)
 
 
|-
 
|-
  +
| rowspan="2" | [[iPhone 5c]]
  +
| [[n49ap|iPhone5,3]]
 
| iphone53
 
| iphone53
| [[n49ap|iPhone 5c]] (iPhone5,3)
 
 
|-
 
|-
  +
| [[n48ap|iPhone5,4]]
 
| iphone54
 
| iphone54
| [[n48ap|iPhone 5c]] (iPhone5,4)
 
 
|-
 
|-
  +
| rowspan="2" | [[iPhone 5s]]
  +
| [[n51ap|iPhone6,1]]
 
| iphone61
 
| iphone61
| [[n51ap|iPhone 5s]] (iPhone6,1)
 
 
|-
 
|-
  +
| [[n53ap|iPhone6,2]]
 
| iphone62
 
| iphone62
| [[n53ap|iPhone 5s]] (iPhone6,2)
 
 
|-
 
|-
  +
| colspan="2" | [[n61ap|iPhone 6]]
  +
| iphone72
  +
|-
  +
| colspan="2" | [[n56ap|iPhone 6 Plus]]
 
| iphone71
 
| iphone71
| [[n56ap|iPhone 6 Plus]]
 
 
|-
 
|-
  +
! colspan="3" |
| iphone72
 
| [[n61ap|iPhone 6]]
 
 
|-
 
|-
  +
| colspan="2" | [[n45ap|iPod touch 1G]]
 
| ipod11
 
| ipod11
| [[n45ap|iPod touch 1G]]
 
 
|-
 
|-
  +
| colspan="2" | [[n72ap|iPod touch 2G]]
 
| ipod21
 
| ipod21
| [[n72ap|iPod touch 2G]]
 
 
|-
 
|-
  +
| colspan="2" | [[n18ap|iPod touch 3G]]
 
| ipod31
 
| ipod31
| [[n18ap|iPod touch 3G]]
 
 
|-
 
|-
  +
| colspan="2" | [[n81ap|iPod touch 4G]]
 
| ipod41
 
| ipod41
| [[n81ap|iPod touch 4G]]
 
 
|-
 
|-
  +
| colspan="2" | [[iPod touch 5G]]
 
| ipod51
 
| ipod51
| [[iPod touch 5G]]
 
 
|}
 
|}

Revision as of 16:37, 12 September 2014

← Go back to the template.

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

Syntax

When using this, delete the sections for items that are not in the firmware the page is for and put TODO in the IV and key tags for the ones that need keys.

If this is a 1.x firmware, delete the UpdateRamdiskIV, UpdateRamdiskKey, RestoreRamdiskIV and everything after.

If the build is not 8A293 (4.0), delete the GMRootFSKey tag.

If the device is not an iPhone or a 3G iPad, delete the Baseband tag.

If the device is not an Apple TV, delete the DisplayVersion tag.

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

 | RootFS              = 
 | RootFSKey           = TODO
 | GMRootFSKey         = TODO

 | NoUpdateRamdisk     = 
 | RamdiskNotEncrypted = 

 | UpdateRamdisk       = 
 | UpdateRamdiskIV     = TODO
 | UpdateRamdiskKey    = TODO

 | RestoreRamdisk      = 
 | RestoreRamdiskIV    = TODO
 | RestoreRamdiskKey   = TODO

 | AppleLogo           = TODO
 | AppleLogoIV         = TODO
 | AppleLogoKey        = TODO

 | BatteryCharging0    = TODO
 | BatteryCharging0IV  = TODO
 | BatteryCharging0Key = TODO

 | BatteryCharging1    = TODO
 | BatteryCharging1IV  = TODO
 | BatteryCharging1Key = TODO

 | BatteryFull         = TODO
 | BatteryFullIV       = TODO
 | BatteryFullKey      = TODO

 | BatteryLow0         = TODO
 | BatteryLow0IV       = TODO
 | BatteryLow0Key      = TODO

 | BatteryLow1         = TODO
 | BatteryLow1IV       = TODO
 | BatteryLow1Key      = TODO

 | DeviceTree          = TODO
 | DeviceTreeIV        = TODO
 | DeviceTreeKey       = TODO

 | GlyphCharging       = TODO
 | GlyphChargingIV     = TODO
 | GlyphChargingKey    = TODO

 | GlyphPlugin         = TODO
 | GlyphPluginIV       = TODO
 | GlyphPluginKey      = TODO

 | iBEC                = TODO
 | iBECIV              = TODO
 | iBECKey             = TODO

 | iBoot               = TODO
 | iBootIV             = TODO
 | iBootKey            = TODO

 | iBSS                = TODO
 | iBSSIV              = TODO
 | iBSSKey             = TODO

 | Kernelcache         = TODO
 | KernelcacheIV       = TODO
 | KernelcacheKey      = TODO

 | LLB                 = TODO
 | LLBIV               = TODO
 | LLBKey              = TODO

 | NeedService         = TODO
 | NeedServiceIV       = TODO
 | NeedServiceKey      = TODO

 | RecoveryMode        = TODO
 | RecoveryModeIV      = TODO
 | RecoveryModeKey     = TODO

 | SEPFirmware         = TODO
 | SEPFirmwareIV       = TODO
 | SEPFirmwareKey      = TODO
}}

Syntax Explanation

Tag Explanation
Version The version of the build (ex: for Durango 8K2 (iPhone 3GS), you would put 4.3.4).
DisplayVersion Alternate version to display. For use with Apple TV firmwares. Should be in the format of "{MarketingVersion} ({InternalVersion})".
Build The build number.
Device See below.
Baseband The baseband (ex: page is Jasper 8C148 (iPad), you would put 07.10.00). Leave blank if unknown. Remove if not a device with a baseband chip.
DownloadURL Only firmwares available on Apple Inc. owned domains. Public firmware links are available on Firmware. beta firmware links must be available from the Apple Developer Center
RootFS The name of the Root FS file (without the .dmg)
RootFSKey The key for the Root FS
GMRootFSKey The key for the GM Root FS (used only on iOS 4.0 8A293)
NoUpdateRamdisk If this is true, the "Update Ramdisk" section will not be displayed. Remove if there is an update ramdisk.
RamdiskNotEncrypted If this is true, the ramdisks will show "Not Encrypted" instead of "IV" and "Key" lines. Remove if the ramdisks are encrypted.
UpdateRamdisk The name of the Update Ramdisk file (without .dmg) (can be deleted if NoUpdateRamdisk is filled or it is a 1.x firmware)
UpdateRamdiskIV The IV of the Update Ramdisk (can be deleted if NoUpdateRamdisk is filled or it is a 1.x firmware)
UpdateRamdiskKey The Key of the Update Ramdisk (can be deleted if NoUpdateRamdisk is filled or it is a 1.x firmware)
RestoreRamdisk The name of the Restore Ramdisk file (without .dmg)
RestoreRamdiskIV The IV of the Restore Ramdisk (can be deleted if is a 1.x firmware)
RestoreRamdiskKey The Key of the Restore Ramdisk (can be deleted if is a 1.x firmware)
* The file name for the * (can be deleted if it is a 1.x firmware)
*IV The IV for the * (can be deleted if is a 1.x firmware)
*Key The Key for the * (can be deleted if is a 1.x firmware)

Device

Device Value
Apple TV 2G appletv21
Apple TV 3G AppleTV3,1 appletv31
AppleTV3,2 appletv32
iPad 1G ipad11
iPad 2 iPad2,1 ipad21
iPad2,2 ipad22
iPad2,3 ipad23
iPad2,4 ipad24
iPad 3 iPad3,1 ipad31
iPad3,2 ipad32
iPad3,3 ipad33
iPad 4 iPad3,4 ipad34
iPad3,5 ipad35
iPad3,6 ipad36
iPad Air iPad4,1 ipad41
iPad4,2 ipad42
iPad4,3 ipad43
iPad mini 1G iPad2,5 ipad25
iPad2,6 ipad26
iPad2,7 ipad27
iPad mini 2G iPad4,4 ipad44
iPad4,5 ipad45
iPad4,6 ipad46
iPhone 2G iphone11
iPhone 3G iphone12
iPhone 3GS iphone21
iPhone 4 iPhone3,1 iphone31
iPhone3,2 iphone32
iPhone3,3 iphone33
iPhone 4S iphone41
iPhone 5 iPhone5,1 iphone51
iPhone5,2 iphone52
iPhone 5c iPhone5,3 iphone53
iPhone5,4 iphone54
iPhone 5s iPhone6,1 iphone61
iPhone6,2 iphone62
iPhone 6 iphone72
iPhone 6 Plus iphone71
iPod touch 1G ipod11
iPod touch 2G ipod21
iPod touch 3G ipod31
iPod touch 4G ipod41
iPod touch 5G ipod51