Standard

Abstract

oManual is a standard for storing and transmitting procedural manuals. oManual's common data format can be used as an offline file package or via online RESTful API endpoints, using XML or JSON. This format is useful for documenting and describing repairs, how-to, work instructions, or any other step-by-step guides. oManual makes it easy to exchange procedural information between services while maintaining usability on mobile devices.

This specification describes the oManual data model, web services API, and bundle file format (a collection of structured files containing a category and guide XML files). The specification may be expanded in the future to enable additional types of documents.

Download Schema Package

XML Schemas

There are two defined oManual XML schemas.

API Endpoints

The four endpoints listed below are all that is necessary to access your oManual data through a REST API. For an example API implementation, take a look at the iFixit API.


Category: XML Schema Download XSD Download Example

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<?xml version="1.0" encoding="UTF-8"?>
<category locale="en" xmlns="http://omanual.com/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <category_info discontinued="" introduced="" manufacturer="Apple">iPhone 4</category_info>
   <image large="http://www.ifixit.com/igi/qV2UinVhSchxgPGo.large" medium="http://www.ifixit.com/igi/qV2UinVhSchxgPGo.medium" mini="http://www.ifixit.com/igi/qV2UinVhSchxgPGo.mini" standard="http://www.ifixit.com/igi/qV2UinVhSchxgPGo.standard" thumbnail="http://www.ifixit.com/igi/qV2UinVhSchxgPGo.thumbnail">media/main.jpg</image>
   <description>Fourth generation iPhone. Repair is straightforward, but the front glass and LCD must be replaced as a unit. GSM / 16 or 32 GB capacity / Model A1332 / Black and White.</description>
   <flags />
   <solutions count="1961" url="http://ifixit.com/Answers/Device/iPhone+4" />
   <parts />
   <tools />
   <ancestors>
      <ancestor>iPhone</ancestor>
      <ancestor>Phone</ancestor>
      <ancestor>Root</ancestor>
   </ancestors>
   <children />
   <guides>
      <guide id="3130" subject="" type="teardown">
         <url>http://ifixit.com/Teardown/iPhone+4+Teardown/3130/1</url>
         <title>iPhone 4 Teardown</title>
         <image large="http://www.ifixit.com/igi/2JwqKBrKPSFxseNf.large" medium="http://www.ifixit.com/igi/2JwqKBrKPSFxseNf.medium" mini="http://www.ifixit.com/igi/2JwqKBrKPSFxseNf.mini" standard="http://www.ifixit.com/igi/2JwqKBrKPSFxseNf.standard" thumbnail="http://www.ifixit.com/igi/2JwqKBrKPSFxseNf.thumbnail">http://www.ifixit.com/igi/2JwqKBrKPSFxseNf</image>
         <path>iPhone-4-Teardown-3130/guide.xml</path>
      </guide>
      <guide id="3156" subject="" type="teardown">
         <url>http://ifixit.com/Teardown/iPhone+4+Gyroscope+Teardown/3156/1</url>
         <title>iPhone 4 Gyroscope Teardown</title>
         <image large="http://www.ifixit.com/igi/5jLMGpxXnvX3CEXn.large" medium="http://www.ifixit.com/igi/5jLMGpxXnvX3CEXn.medium" mini="http://www.ifixit.com/igi/5jLMGpxXnvX3CEXn.mini" standard="http://www.ifixit.com/igi/5jLMGpxXnvX3CEXn.standard" thumbnail="http://www.ifixit.com/igi/5jLMGpxXnvX3CEXn.thumbnail">http://www.ifixit.com/igi/5jLMGpxXnvX3CEXn</image>
         <path>iPhone-4-Gyroscope-Teardown-3156/guide.xml</path>
      </guide>
      <guide id="3473" subject="" type="teardown">
         <url>http://ifixit.com/Teardown/iPhone+4+Microphone+Teardown/3473/1</url>
         <title>iPhone 4 Microphone Teardown</title>
         <image large="http://www.ifixit.com/igi/WGbMBnDJlWerTSNY.large" medium="http://www.ifixit.com/igi/WGbMBnDJlWerTSNY.medium" mini="http://www.ifixit.com/igi/WGbMBnDJlWerTSNY.mini" standard="http://www.ifixit.com/igi/WGbMBnDJlWerTSNY.standard" thumbnail="http://www.ifixit.com/igi/WGbMBnDJlWerTSNY.thumbnail">http://www.ifixit.com/igi/WGbMBnDJlWerTSNY</image>
         <path>iPhone-4-Microphone-Teardown-3473/guide.xml</path>
      </guide>
      <guide id="4493" subject="5-Point Pentalobe Screws" type="replacement">
         <url>http://ifixit.com/Guide/iPhone+4+5-Point+Pentalobe+Screws+Replacement/4493/1</url>
         <title>iPhone 4 5-Point Pentalobe Screws Replacement</title>
         <image large="http://www.ifixit.com/igi/L4OpHHhElbI2SPsq.large" medium="http://www.ifixit.com/igi/L4OpHHhElbI2SPsq.medium" mini="http://www.ifixit.com/igi/L4OpHHhElbI2SPsq.mini" standard="http://www.ifixit.com/igi/L4OpHHhElbI2SPsq.standard" thumbnail="http://www.ifixit.com/igi/L4OpHHhElbI2SPsq.thumbnail">http://www.ifixit.com/igi/L4OpHHhElbI2SPsq</image>
         <path>iPhone-4-5-Point-Pentalobe-Screws-Replacement-4493/guide.xml</path>
      </guide>
      <guide id="3141" subject="Battery" type="replacement">
         <url>http://ifixit.com/Guide/iPhone+4+Battery+Replacement/3141/1</url>
         <title>iPhone 4 Battery Replacement</title>
         <image large="http://www.ifixit.com/igi/2duZfGtv2FSF1BtJ.large" medium="http://www.ifixit.com/igi/2duZfGtv2FSF1BtJ.medium" mini="http://www.ifixit.com/igi/2duZfGtv2FSF1BtJ.mini" standard="http://www.ifixit.com/igi/2duZfGtv2FSF1BtJ.standard" thumbnail="http://www.ifixit.com/igi/2duZfGtv2FSF1BtJ.thumbnail">http://www.ifixit.com/igi/2duZfGtv2FSF1BtJ</image>
         <path>iPhone-4-Battery-Replacement-3141/guide.xml</path>
      </guide>
      <guide id="4359" subject="Cellular Antenna" type="replacement">
         <url>http://ifixit.com/Guide/Replacing+iPhone+4+Cellular+Antenna/4359/1</url>
         <title>Replacing iPhone 4 Cellular Antenna</title>
         <image large="http://www.ifixit.com/igi/LcuqfoHDh5pxKqat.large" medium="http://www.ifixit.com/igi/LcuqfoHDh5pxKqat.medium" mini="http://www.ifixit.com/igi/LcuqfoHDh5pxKqat.mini" standard="http://www.ifixit.com/igi/LcuqfoHDh5pxKqat.standard" thumbnail="http://www.ifixit.com/igi/LcuqfoHDh5pxKqat.thumbnail">http://www.ifixit.com/igi/LcuqfoHDh5pxKqat</image>
         <path>Replacing-iPhone-4-Cellular-Antenna-4359/guide.xml</path>
      </guide>
      <guide id="6727" subject="Contact Clip" type="replacement">
         <url>http://ifixit.com/Guide/Replacing+iPhone+4+Contact+Clip/6727/1</url>
         <title>Replacing iPhone 4 Contact Clip</title>
         <image large="http://www.ifixit.com/igi/ccJYRJJvaQOE1SGc.large" medium="http://www.ifixit.com/igi/ccJYRJJvaQOE1SGc.medium" mini="http://www.ifixit.com/igi/ccJYRJJvaQOE1SGc.mini" standard="http://www.ifixit.com/igi/ccJYRJJvaQOE1SGc.standard" thumbnail="http://www.ifixit.com/igi/ccJYRJJvaQOE1SGc.thumbnail">http://www.ifixit.com/igi/ccJYRJJvaQOE1SGc</image>
         <path>Replacing-iPhone-4-Contact-Clip-6727/guide.xml</path>
      </guide>
      <guide id="11755" subject="Display Assembly" type="replacement">
         <url>http://ifixit.com/Guide/Replacing+iPhone+4+Display+Assembly/11755/1</url>
         <title>Replacing iPhone 4 Display Assembly</title>
         <image large="http://www.ifixit.com/igi/aNBl6IvZDvcCPqG1.large" medium="http://www.ifixit.com/igi/aNBl6IvZDvcCPqG1.medium" mini="http://www.ifixit.com/igi/aNBl6IvZDvcCPqG1.mini" standard="http://www.ifixit.com/igi/aNBl6IvZDvcCPqG1.standard" thumbnail="http://www.ifixit.com/igi/aNBl6IvZDvcCPqG1.thumbnail">http://www.ifixit.com/igi/aNBl6IvZDvcCPqG1</image>
         <path>Replacing-iPhone-4-Display-Assembly-11755/guide.xml</path>
      </guide>
      <guide id="3147" subject="Dock Connector" type="replacement">
         <url>http://ifixit.com/Guide/Replacing+iPhone+4+Dock+Connector/3147/1</url>
         <title>Replacing iPhone 4 Dock Connector</title>
         <image large="http://www.ifixit.com/igi/iABgn5EvVnCTXOTB.large" medium="http://www.ifixit.com/igi/iABgn5EvVnCTXOTB.medium" mini="http://www.ifixit.com/igi/iABgn5EvVnCTXOTB.mini" standard="http://www.ifixit.com/igi/iABgn5EvVnCTXOTB.standard" thumbnail="http://www.ifixit.com/igi/iABgn5EvVnCTXOTB.thumbnail">http://www.ifixit.com/igi/iABgn5EvVnCTXOTB</image>
         <path>Replacing-iPhone-4-Dock-Connector-3147/guide.xml</path>
      </guide>
      <guide id="8268" subject="dust mesh" type="repair">
         <url>http://ifixit.com/Guide/Repairing+iPhone+4+dust+mesh/8268/1</url>
         <title>Repairing iPhone 4 dust mesh</title>
         <image large="http://www.ifixit.com/igi/g5JD4t2DJVwd3qWU.large" medium="http://www.ifixit.com/igi/g5JD4t2DJVwd3qWU.medium" mini="http://www.ifixit.com/igi/g5JD4t2DJVwd3qWU.mini" standard="http://www.ifixit.com/igi/g5JD4t2DJVwd3qWU.standard" thumbnail="http://www.ifixit.com/igi/g5JD4t2DJVwd3qWU.thumbnail">http://www.ifixit.com/igi/g5JD4t2DJVwd3qWU</image>
         <path>Repairing-iPhone-4-dust-mesh-8268/guide.xml</path>
      </guide>
      <guide id="4333" subject="Earpiece Speaker" type="replacement">
         <url>http://ifixit.com/Guide/Replacing+iPhone+4+Earpiece+Speaker/4333/1</url>
         <title>Replacing iPhone 4 Earpiece Speaker</title>
         <image large="http://www.ifixit.com/igi/qV35fCGFMYeHrhYe.large" medium="http://www.ifixit.com/igi/qV35fCGFMYeHrhYe.medium" mini="http://www.ifixit.com/igi/qV35fCGFMYeHrhYe.mini" standard="http://www.ifixit.com/igi/qV35fCGFMYeHrhYe.standard" thumbnail="http://www.ifixit.com/igi/qV35fCGFMYeHrhYe.thumbnail">http://www.ifixit.com/igi/qV35fCGFMYeHrhYe</image>
         <path>Replacing-iPhone-4-Earpiece-Speaker-4333/guide.xml</path>
      </guide>
      <guide id="3146" subject="Front Facing Camera" type="replacement">
         <url>http://ifixit.com/Guide/Replacing+iPhone+4+Front+Facing+Camera/3146/1</url>
         <title>Replacing iPhone 4 Front Facing Camera</title>
         <image large="http://www.ifixit.com/igi/aIH6JyP2XsAIcOqC.large" medium="http://www.ifixit.com/igi/aIH6JyP2XsAIcOqC.medium" mini="http://www.ifixit.com/igi/aIH6JyP2XsAIcOqC.mini" standard="http://www.ifixit.com/igi/aIH6JyP2XsAIcOqC.standard" thumbnail="http://www.ifixit.com/igi/aIH6JyP2XsAIcOqC.thumbnail">http://www.ifixit.com/igi/aIH6JyP2XsAIcOqC</image>
         <path>Replacing-iPhone-4-Front-Facing-Camera-3146/guide.xml</path>
      </guide>
      <guide id="4337" subject="Headphone Jack &amp; Volume Control Cable" type="replacement">
         <url>http://ifixit.com/Guide/Replacing+iPhone+4+Headphone+Jack+%26+Volume+Control+Cable/4337/1</url>
         <title>Replacing iPhone 4 Headphone Jack &amp;amp; Volume Control Cable</title>
         <image large="http://www.ifixit.com/igi/RBJmAlCy2cc5abhw.large" medium="http://www.ifixit.com/igi/RBJmAlCy2cc5abhw.medium" mini="http://www.ifixit.com/igi/RBJmAlCy2cc5abhw.mini" standard="http://www.ifixit.com/igi/RBJmAlCy2cc5abhw.standard" thumbnail="http://www.ifixit.com/igi/RBJmAlCy2cc5abhw.thumbnail">http://www.ifixit.com/igi/RBJmAlCy2cc5abhw</image>
         <path>Replacing-iPhone-4-Headphone-Jack--Volume-Control-Cable-4337/guide.xml</path>
      </guide>
      <guide id="17111" subject="Home button" type="repair">
         <url>http://ifixit.com/Guide/Repairing+iPhone+4+Home+button/17111/1</url>
         <title>Repairing iPhone 4 Home button</title>
         <image large="http://www.ifixit.com/igi/PnTfYP4BawrolrqD.large" medium="http://www.ifixit.com/igi/PnTfYP4BawrolrqD.medium" mini="http://www.ifixit.com/igi/PnTfYP4BawrolrqD.mini" standard="http://www.ifixit.com/igi/PnTfYP4BawrolrqD.standard" thumbnail="http://www.ifixit.com/igi/PnTfYP4BawrolrqD.thumbnail">http://www.ifixit.com/igi/PnTfYP4BawrolrqD</image>
         <path>Repairing-iPhone-4-Home-button-17111/guide.xml</path>
      </guide>
      <guide id="3144" subject="Home Button" type="replacement">
         <url>http://ifixit.com/Guide/Replacing+iPhone+4+Home+Button/3144/1</url>
         <title>Replacing iPhone 4 Home Button</title>
         <image large="http://www.ifixit.com/igi/q6Vr5RGaYemBLj1J.large" medium="http://www.ifixit.com/igi/q6Vr5RGaYemBLj1J.medium" mini="http://www.ifixit.com/igi/q6Vr5RGaYemBLj1J.mini" standard="http://www.ifixit.com/igi/q6Vr5RGaYemBLj1J.standard" thumbnail="http://www.ifixit.com/igi/q6Vr5RGaYemBLj1J.thumbnail">http://www.ifixit.com/igi/q6Vr5RGaYemBLj1J</image>
         <path>Replacing-iPhone-4-Home-Button-3144/guide.xml</path>
      </guide>
      <guide id="10241" subject="LCD Backlight Dim spot issue" type="repair">
         <url>http://ifixit.com/Guide/Repairing+iPhone+4+LCD+Backlight+Dim+spot+issue/10241/1</url>
         <title>Repairing iPhone 4 LCD Backlight Dim spot issue</title>
         <image large="http://www.ifixit.com/igi/m2fEkVyBATIKefZZ.large" medium="http://www.ifixit.com/igi/m2fEkVyBATIKefZZ.medium" mini="http://www.ifixit.com/igi/m2fEkVyBATIKefZZ.mini" standard="http://www.ifixit.com/igi/m2fEkVyBATIKefZZ.standard" thumbnail="http://www.ifixit.com/igi/m2fEkVyBATIKefZZ.thumbnail">http://www.ifixit.com/igi/m2fEkVyBATIKefZZ</image>
         <path>Repairing-iPhone-4-LCD-Backlight-Dim-spot-issue-10241/guide.xml</path>
      </guide>
      <guide id="3143" subject="Logic Board" type="replacement">
         <url>http://ifixit.com/Guide/Replacing+iPhone+4+Logic+Board/3143/1</url>
         <title>Replacing iPhone 4 Logic Board</title>
         <image large="http://www.ifixit.com/igi/d1q6haylDHiMPXfw.large" medium="http://www.ifixit.com/igi/d1q6haylDHiMPXfw.medium" mini="http://www.ifixit.com/igi/d1q6haylDHiMPXfw.mini" standard="http://www.ifixit.com/igi/d1q6haylDHiMPXfw.standard" thumbnail="http://www.ifixit.com/igi/d1q6haylDHiMPXfw.thumbnail">http://www.ifixit.com/igi/d1q6haylDHiMPXfw</image>
         <path>Replacing-iPhone-4-Logic-Board-3143/guide.xml</path>
      </guide>
      <guide id="4332" subject="Power &amp; Lock Button" type="replacement">
         <url>http://ifixit.com/Guide/Replacing+iPhone+4+Power+%26+Lock+Button/4332/1</url>
         <title>Replacing iPhone 4 Power &amp;amp; Lock Button</title>
         <image large="http://www.ifixit.com/igi/HjbUaVU4hUwLfAHj.large" medium="http://www.ifixit.com/igi/HjbUaVU4hUwLfAHj.medium" mini="http://www.ifixit.com/igi/HjbUaVU4hUwLfAHj.mini" standard="http://www.ifixit.com/igi/HjbUaVU4hUwLfAHj.standard" thumbnail="http://www.ifixit.com/igi/HjbUaVU4hUwLfAHj.thumbnail">http://www.ifixit.com/igi/HjbUaVU4hUwLfAHj</image>
         <path>Replacing-iPhone-4-Power--Lock-Button-4332/guide.xml</path>
      </guide>
      <guide id="4336" subject="Power &amp; Sensor Cable" type="replacement">
         <url>http://ifixit.com/Guide/Replacing+iPhone+4+Power+%26+Sensor+Cable/4336/1</url>
         <title>Replacing iPhone 4 Power &amp;amp; Sensor Cable</title>
         <image large="http://www.ifixit.com/igi/Dgv4llDRNdsEaNka.large" medium="http://www.ifixit.com/igi/Dgv4llDRNdsEaNka.medium" mini="http://www.ifixit.com/igi/Dgv4llDRNdsEaNka.mini" standard="http://www.ifixit.com/igi/Dgv4llDRNdsEaNka.standard" thumbnail="http://www.ifixit.com/igi/Dgv4llDRNdsEaNka.thumbnail">http://www.ifixit.com/igi/Dgv4llDRNdsEaNka</image>
         <path>Replacing-iPhone-4-Power--Sensor-Cable-4336/guide.xml</path>
      </guide>
      <guide id="3142" subject="Rear Camera" type="replacement">
         <url>http://ifixit.com/Guide/Replacing+iPhone+4+Rear+Camera/3142/1</url>
         <title>Replacing iPhone 4 Rear Camera</title>
         <image large="http://www.ifixit.com/igi/2BOiWWDxsATNPXIW.large" medium="http://www.ifixit.com/igi/2BOiWWDxsATNPXIW.medium" mini="http://www.ifixit.com/igi/2BOiWWDxsATNPXIW.mini" standard="http://www.ifixit.com/igi/2BOiWWDxsATNPXIW.standard" thumbnail="http://www.ifixit.com/igi/2BOiWWDxsATNPXIW.thumbnail">http://www.ifixit.com/igi/2BOiWWDxsATNPXIW</image>
         <path>Replacing-iPhone-4-Rear-Camera-3142/guide.xml</path>
      </guide>
      <guide id="3140" subject="Rear Panel" type="replacement">
         <url>http://ifixit.com/Guide/Replacing+iPhone+4+Rear+Panel/3140/1</url>
         <title>Replacing iPhone 4 Rear Panel</title>
         <image large="http://www.ifixit.com/igi/BJdD5veOHITij2Jx.large" medium="http://www.ifixit.com/igi/BJdD5veOHITij2Jx.medium" mini="http://www.ifixit.com/igi/BJdD5veOHITij2Jx.mini" standard="http://www.ifixit.com/igi/BJdD5veOHITij2Jx.standard" thumbnail="http://www.ifixit.com/igi/BJdD5veOHITij2Jx.thumbnail">http://www.ifixit.com/igi/BJdD5veOHITij2Jx</image>
         <path>Replacing-iPhone-4-Rear-Panel-3140/guide.xml</path>
      </guide>
      <guide id="4360" subject="Speaker Enclosure" type="replacement">
         <url>http://ifixit.com/Guide/Replacing+iPhone+4+Speaker+Enclosure/4360/1</url>
         <title>Replacing iPhone 4 Speaker Enclosure</title>
         <image large="http://www.ifixit.com/igi/1xgKUlYmOLBtoQPb.large" medium="http://www.ifixit.com/igi/1xgKUlYmOLBtoQPb.medium" mini="http://www.ifixit.com/igi/1xgKUlYmOLBtoQPb.mini" standard="http://www.ifixit.com/igi/1xgKUlYmOLBtoQPb.standard" thumbnail="http://www.ifixit.com/igi/1xgKUlYmOLBtoQPb.thumbnail">http://www.ifixit.com/igi/1xgKUlYmOLBtoQPb</image>
         <path>Replacing-iPhone-4-Speaker-Enclosure-4360/guide.xml</path>
      </guide>
      <guide id="4334" subject="Vibrate Ring Switch" type="replacement">
         <url>http://ifixit.com/Guide/Replacing+iPhone+4+Vibrate+Ring+Switch/4334/1</url>
         <title>Replacing iPhone 4 Vibrate Ring Switch</title>
         <image large="http://www.ifixit.com/igi/yXo4ERHLQ6xbSlqI.large" medium="http://www.ifixit.com/igi/yXo4ERHLQ6xbSlqI.medium" mini="http://www.ifixit.com/igi/yXo4ERHLQ6xbSlqI.mini" standard="http://www.ifixit.com/igi/yXo4ERHLQ6xbSlqI.standard" thumbnail="http://www.ifixit.com/igi/yXo4ERHLQ6xbSlqI.thumbnail">http://www.ifixit.com/igi/yXo4ERHLQ6xbSlqI</image>
         <path>Replacing-iPhone-4-Vibrate-Ring-Switch-4334/guide.xml</path>
      </guide>
      <guide id="3145" subject="Vibrator" type="replacement">
         <url>http://ifixit.com/Guide/Replacing+iPhone+4+Vibrator/3145/1</url>
         <title>Replacing iPhone 4 Vibrator</title>
         <image large="http://www.ifixit.com/igi/ax34pDXKMnJSBoPe.large" medium="http://www.ifixit.com/igi/ax34pDXKMnJSBoPe.medium" mini="http://www.ifixit.com/igi/ax34pDXKMnJSBoPe.mini" standard="http://www.ifixit.com/igi/ax34pDXKMnJSBoPe.standard" thumbnail="http://www.ifixit.com/igi/ax34pDXKMnJSBoPe.thumbnail">http://www.ifixit.com/igi/ax34pDXKMnJSBoPe</image>
         <path>Replacing-iPhone-4-Vibrator-3145/guide.xml</path>
      </guide>
      <guide id="4335" subject="Volume Button" type="replacement">
         <url>http://ifixit.com/Guide/Replacing+iPhone+4+Volume+Button/4335/1</url>
         <title>Replacing iPhone 4 Volume Button</title>
         <image large="http://www.ifixit.com/igi/tDNVsW6v3vxgfp5O.large" medium="http://www.ifixit.com/igi/tDNVsW6v3vxgfp5O.medium" mini="http://www.ifixit.com/igi/tDNVsW6v3vxgfp5O.mini" standard="http://www.ifixit.com/igi/tDNVsW6v3vxgfp5O.standard" thumbnail="http://www.ifixit.com/igi/tDNVsW6v3vxgfp5O.thumbnail">http://www.ifixit.com/igi/tDNVsW6v3vxgfp5O</image>
         <path>Replacing-iPhone-4-Volume-Button-4335/guide.xml</path>
      </guide>
      <guide id="6846" subject="Wi-Fi Antenna" type="replacement">
         <url>http://ifixit.com/Guide/Replacing+iPhone+4+Wi-Fi+Antenna/6846/1</url>
         <title>Replacing iPhone 4 Wi-Fi Antenna</title>
         <image large="http://www.ifixit.com/igi/diPxJJbPrKTKJUSq.large" medium="http://www.ifixit.com/igi/diPxJJbPrKTKJUSq.medium" mini="http://www.ifixit.com/igi/diPxJJbPrKTKJUSq.mini" standard="http://www.ifixit.com/igi/diPxJJbPrKTKJUSq.standard" thumbnail="http://www.ifixit.com/igi/diPxJJbPrKTKJUSq.thumbnail">http://www.ifixit.com/igi/diPxJJbPrKTKJUSq</image>
         <path>Replacing-iPhone-4-Wi-Fi-Antenna-6846/guide.xml</path>
      </guide>
   </guides>
   <documents>
      <document date="2012-03-03T20:46:12-07:00" id="762" type="pdf">media/iphone4gsmscrewtemp.pdf</document>
      <document date="2012-05-14T18:25:19-07:00" id="777" type="pdf">media/iPhone_4_Schematics.pdf</document>
   </documents>
   <title>iPhone 4</title>
   <contents><h2 id="Section_Identification_and_Background">Identification and Background<a class="anchor" href="#Section_Identification_and_Background" title="Link to this section">&amp;#160;&amp;#182;&amp;#160;</a></h2>

<p>The iPhone 4 is the fourth iteration of Apple's cellphone line. Announced on June 7th, it is differentiated from earlier generations by having a squarish physical appearance, glass for both front and back panels, and a steel frame that doubles as reception antennas.</p>

<p>Difficulty with repairing the iPhone 4 depends on which part of the phone fails. The front panel glass is fused to the LCD and digitizer, which means that the glass can no longer be repaired or replaced individually. Users who accidentally shatter the iPhone 4's front panel will have to replace all three (as a single unit) in order to successfully repair their iPhone 4. The back panel, however, is replaceable by unscrewing two screws and sliding up the panel.</p>

<p>Replacing the battery, on the other hand, is easily accomplished -- even though Apple ascertains that no parts within the iPhone 4 are user-serviceable. To replace the battery, the user can follow iFixit's <a href="/Guide/iPhone+4+Battery+Replacement/3141/1">battery replacement guide</a> to remove the back panel and disconnect the battery.</p>

<p><a href="http://ifixit-dev-documents.s3.amazonaws.com/TtSBvZeFdrgPZSTM.pdf">iPhone_4_Schematics.pdf</a></p>

<h2 id="Section_Free_Screw_Mat">Free Screw Mat<a class="anchor" href="#Section_Free_Screw_Mat" title="Link to this section">&amp;#160;&amp;#182;&amp;#160;</a></h2>

<p>Thanks to Nathan Henderson for this great screw mat for the display repair.</p>

<p><a href="http://ifixit-dev-documents.s3.amazonaws.com/GoGoGOWORRLn3s2d.pdf">iphone4gsmscrewtemp.pdf</a></p>

<h2 id="Section_Specifications">Specifications<a class="anchor" href="#Section_Specifications" title="Link to this section">&amp;#160;&amp;#182;&amp;#160;</a></h2>

<p><strong>Announce date</strong>: June 07, 2010</p>

<p><strong>Developer</strong>: <a href="http://www.apple.com/" rel="nofollow">http://www.apple.com</a></p>

<p><strong>Operating System</strong>: <a href="http://en.wikipedia.org/wiki/IPhone_OS_version_history#current">iOS 4.3.2</a></p>

<p><strong>Display</strong> (<em>Retina Display</em>):</p>

<ul><li>3.5 in (89 mm)</li><li>3:2 aspect ratio</li><li>960 x 640 px at 326 ppi </li><li>800:1 contrast ratio</li><li>Scratch-Resistant glossy glass covered IPS LCD screen</li></ul>

<p><strong>Camera</strong>: Contains both front and rear facing cameras.</p>

<ul><li>Front Camera<ul><li>.3 MP</li><li>SD Video (480p) at 30fps</li></ul></li><li>Rear Camera<ul><li>5MP</li><li>HD Video (720p) at 30fps</li><li>LED Flash</li></ul></li></ul>

<p><strong>Processor</strong>: Apple A4 system-on-a-chip</p>

<p><strong>RAM</strong>: 512MB eDRAM</p>

<p><strong>Storage</strong>: 16 or 32 GB Flash Memory</p>

<p><strong>Wireless Connectivity</strong>:</p>

<ul><li>Integrated 802.11n (2,4 GHz only) </li><li>Bluepoint 2.1 + EDR</li><li>Quad-band UMTS/HSDPA (850, 900, 1900, 2100 MHz)</li><li>5.76 Mbit/s HSUPA</li></ul>

<p><strong>Dimensions</strong>:  4.5 × 2.31 × 0.37 in (115.2 × 58.6 × 9.3 mm)</p>

<p><strong>Weight</strong>: 137 g (4.8 oz)</p>

<h2 id="Section_Troubleshooting">Troubleshooting<a class="anchor" href="#Section_Troubleshooting" title="Link to this section">&amp;#160;&amp;#182;&amp;#160;</a></h2>

<p>Diagnose any issues you may be having with your iPhone 4 using our <a href="http://www.ifixit.com/Wiki/iPhone_4_Troubleshooting" rel="nofollow">iPhone 4 Troubleshooting Guide</a>.</p>

<h2 id="Section_Additional_Information">Additional Information<a class="anchor" href="#Section_Additional_Information" title="Link to this section">&amp;#160;&amp;#182;&amp;#160;</a></h2>

<ul><li><a href="/Wiki/Troubleshoot">iFixit: List of Troubleshooting Guides</a></li><li><a href="http://en.wikipedia.org/wiki/iPhone">Wikipedia: iPhone</a></li><li><a href="http://www.everyipod.com/iphone-specs/index-iphone.html" rel="nofollow">EveryMac: iPhone Specs</a></li><li><a href="http://www.apple.com/iphone/" rel="nofollow">Apple: iPhone Products</a></li><li><a href="http://www.ifixit.com/blog/2010/06/iphone-4-repair-guides/" rel="nofollow">iFixit Blog: iPhone 4 Repair Guides</a></li><li><a href="http://www.ifixit.com/blog/2010/06/iphone-4-wallpapers-gyro-and-internals/" rel="nofollow">iFixit Blog: iPhone 4 Wallpapers Gyros and Internals</a></li><li><a href="http://www.ifixit.com/blog/2010/06/iphone-4-teardown/" rel="nofollow">iFixit Blog: iPhone 4 Teardown</a></li><li><a href="http://www.ifixit.com/blog/2010/06/iphone-4-specs-revealed/" rel="nofollow">iFixit Blog: iPhone 4 Specs Revealed</a></li><li><a href="http://www.ifixit.com/blog/2010/05/iphone-4g-processor-revealed/" rel="nofollow">iFixit Blog: iPhone 4G Processor Revealed</a></li></ul></contents>
</category>

Guide: XML Schema Download XSD Download Example

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<?xml version="1.0" encoding="UTF-8"?>
<guide locale="en" xmlns="http://omanual.com/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <title subject="Display Assembly" type="replacement">Replacing iPhone 4 Display Assembly</title>
   <summary>Replace the display assembly in your iPhone 4.</summary>
   <image large="http://www.ifixit.com/igi/MNHkWTJXceWeZxE4.large" medium="http://www.ifixit.com/igi/MNHkWTJXceWeZxE4.medium" mini="http://www.ifixit.com/igi/MNHkWTJXceWeZxE4.mini" standard="http://www.ifixit.com/igi/MNHkWTJXceWeZxE4.standard" thumbnail="http://www.ifixit.com/igi/MNHkWTJXceWeZxE4.thumbnail">http://www.ifixit.com/igi/MNHkWTJXceWeZxE4</image>
   <author id="18">Walter Galan</author>
   <time_required>One Hour</time_required>
   <difficulty>Difficult</difficulty>
   <category>iPhone 4</category>
   <introduction introduction_raw="&apos;&apos;&apos;This is an outdated version of our iPhone 4 Display Assembly Replacement guide. Please [guide|11755|click here] for the new version of this guide.&apos;&apos;&apos;[video|http://www.youtube.com/watch?v=oBpFPfx5aBw]"><p><strong>This is an outdated version of our iPhone 4 Display Assembly Replacement guide. Please <a href="/Guide/Replacing+iPhone+4+Display+Assembly/11755/1">click here</a> for the new version of this guide.</strong></p>

<div class="videoBox_center" style="width:592px;"></div></introduction>
   <tools>
      <tool name="iPhone 5-Point Pentalobe Screwdriver" notes="(if iPhone has external pentalobe screws)" quantity="1" thumbnail="http://www.ifixit.com/cart-products/ONK4GQX44H3SkGcV.mini" type="" url="http://www.ifixit.com/Tools/iPhone-4-5-Point-Pentalobe-Screwdriver/IF145-096-3" />
      <tool name="iPhone SIM Card Eject Tool" notes="(or paperclip)" quantity="1" thumbnail="" type="" url="http://www.ifixit.com/Tools/iPhone-SIM-Card-Eject-Tool/IF145-091" />
      <tool name="Phillips #000 Screwdriver" notes="(if iPhone has external Phillips screws)" quantity="1" thumbnail="http://www.ifixit.com/cart-products/XCoHsNfHDarKPX2S.mini" type="" url="http://www.ifixit.com/Tools/Phillips-000-Screwdriver/IF145-030-3" />
      <tool name="Phillips #00 Screwdriver" notes="" quantity="1" thumbnail="http://www.ifixit.com/cart-products/TL2CUkgTVNSumVIE.mini" type="" url="http://www.ifixit.com/Tools/Phillips-00-Screwdriver/IF145-006-3" />
      <tool name="Plastic Opening Tools" notes="" quantity="1" thumbnail="http://www.ifixit.com/cart-products/kDMlRd6QFSgQpqCw.mini" type="" url="http://www.ifixit.com/Tools/Plastic-Opening-Tools/IF145-000" />
      <tool name="2.5 mm Flathead Screwdriver" notes="" quantity="1" thumbnail="" type="" url="http://www.ifixit.com/Tools/Flathead-3-32-Inch-Screwdriver/IF145-011-3" />
      <tool name="Spudger" notes="" quantity="1" thumbnail="http://www.ifixit.com/cart-products/fIQ3oZSjd1yLgqpX.mini" type="" url="http://www.ifixit.com/Tools/Spudger/IF145-002" />
   </tools>
   <parts>
      <part name="iPhone 4 Display Assembly (GSM)" notes="" quantity="1" thumbnail="" type="Part Only / Black" url="http://www.ifixit.com/iPhone-Parts/iPhone-4-Display-Assembly/IF182-003-1" />
      <part name="iPhone 4 Display Assembly (GSM)" notes="" quantity="1" thumbnail="" type="Part Only / White" url="http://www.ifixit.com/iPhone-Parts/iPhone-4-Display-Assembly/IF182-003-2" />
      <part name="iPhone 4 Display Assembly (GSM)" notes="This kit contains the part and all tools needed." quantity="1" thumbnail="" type="Fix Kit / Black" url="http://www.ifixit.com/iPhone-Parts/iPhone-4-Display-Assembly/IF182-003-3" />
      <part name="iPhone 4 Display Assembly (GSM)" notes="This kit contains the part and all tools needed." quantity="1" thumbnail="" type="Fix Kit / White" url="http://www.ifixit.com/iPhone-Parts/iPhone-4-Display-Assembly/IF182-003-4" />
      <part name="iPhone 4 and 4S Screen Protector" notes="" quantity="1" thumbnail="" type="" url="http://www.ifixit.com/iPhone-Parts/iPhone-4-and-4S-Screen-Protector/IF182-025" />
   </parts>
   <flags>
      <flag id="GUIDE_PREREQ_ONLY" title="Prerequisite Only">Please note that this guide is only a prerequisite for other guides.</flag>
   </flags>
   <documents>
      <document>media/iphone4-screw-template-Kptqb4QhWflhErjZ.pdf</document>
      <document>media/Display_Screw_Template-svgQuEYhRZ4xmC2c.pdf</document>
   </documents>
   <prerequisites>
      <prerequisite id="3140" locale="en" subject="Rear Panel" type="replacement">
         <url>http://ifixit.com/Guide/Replacing+iPhone+4+Rear+Panel/3140/1</url>
         <title>Replacing iPhone 4 Rear Panel</title>
         <image large="http://www.ifixit.com/igi/BJdD5veOHITij2Jx.large" medium="http://www.ifixit.com/igi/BJdD5veOHITij2Jx.medium" mini="http://www.ifixit.com/igi/BJdD5veOHITij2Jx.mini" standard="http://www.ifixit.com/igi/BJdD5veOHITij2Jx.standard" thumbnail="http://www.ifixit.com/igi/BJdD5veOHITij2Jx.thumbnail">http://www.ifixit.com/igi/BJdD5veOHITij2Jx</image>
         <path>../Replacing-iPhone-4-Rear-Panel-3140/guide.xml</path>
      </prerequisite>
      <prerequisite id="3141" locale="en" subject="Battery" type="replacement">
         <url>http://ifixit.com/Guide/iPhone+4+Battery+Replacement/3141/1</url>
         <title>iPhone 4 Battery Replacement</title>
         <image large="http://www.ifixit.com/igi/2duZfGtv2FSF1BtJ.large" medium="http://www.ifixit.com/igi/2duZfGtv2FSF1BtJ.medium" mini="http://www.ifixit.com/igi/2duZfGtv2FSF1BtJ.mini" standard="http://www.ifixit.com/igi/2duZfGtv2FSF1BtJ.standard" thumbnail="http://www.ifixit.com/igi/2duZfGtv2FSF1BtJ.thumbnail">http://www.ifixit.com/igi/2duZfGtv2FSF1BtJ</image>
         <path>../iPhone-4-Battery-Replacement-3141/guide.xml</path>
      </prerequisite>
      <prerequisite id="3143" locale="en" subject="Logic Board" type="replacement">
         <url>http://ifixit.com/Guide/Replacing+iPhone+4+Logic+Board/3143/1</url>
         <title>Replacing iPhone 4 Logic Board</title>
         <image large="http://www.ifixit.com/igi/d1q6haylDHiMPXfw.large" medium="http://www.ifixit.com/igi/d1q6haylDHiMPXfw.medium" mini="http://www.ifixit.com/igi/d1q6haylDHiMPXfw.mini" standard="http://www.ifixit.com/igi/d1q6haylDHiMPXfw.standard" thumbnail="http://www.ifixit.com/igi/d1q6haylDHiMPXfw.thumbnail">http://www.ifixit.com/igi/d1q6haylDHiMPXfw</image>
         <path>../Replacing-iPhone-4-Logic-Board-3143/guide.xml</path>
      </prerequisite>
      <prerequisite id="3149" locale="en" subject="Speaker Enclosure Assembly" type="replacement">
         <url>http://ifixit.com/Guide/Replacing+iPhone+4+Speaker+Enclosure+Assembly/3149/1</url>
         <title>Replacing iPhone 4 Speaker Enclosure Assembly</title>
         <image large="http://www.ifixit.com/igi/IBXouVGlHwqRFiqX.large" medium="http://www.ifixit.com/igi/IBXouVGlHwqRFiqX.medium" mini="http://www.ifixit.com/igi/IBXouVGlHwqRFiqX.mini" standard="http://www.ifixit.com/igi/IBXouVGlHwqRFiqX.standard" thumbnail="http://www.ifixit.com/igi/IBXouVGlHwqRFiqX.thumbnail">http://www.ifixit.com/igi/IBXouVGlHwqRFiqX</image>
         <path>../Replacing-iPhone-4-Speaker-Enclosure-Assembly-3149/guide.xml</path>
      </prerequisite>
   </prerequisites>
   <steps>
      <step number="0" title="">
         <lines>
            <line bullet="black" level="0" text_raw="Remove the following two screws securing the vibrator to the inner frame:">Remove the following two screws securing the vibrator to the inner frame:</line>
            <line bullet="red" level="1" text_raw="One 6 mm Phillips">One 6 mm Phillips</line>
            <line bullet="orange" level="1" text_raw="One 1.4 mm Phillips">One 1.4 mm Phillips</line>
            <line bullet="black" level="0" text_raw="Remove the vibrator from the iPhone.">Remove the vibrator from the iPhone.</line>
         </lines>
         <media type="image">
            <image large="http://www.ifixit.com/igi/JQsVaSprsS4NUkaF.large" medium="http://www.ifixit.com/igi/JQsVaSprsS4NUkaF.medium" mini="http://www.ifixit.com/igi/JQsVaSprsS4NUkaF.mini" standard="http://www.ifixit.com/igi/JQsVaSprsS4NUkaF.standard" thumbnail="http://www.ifixit.com/igi/JQsVaSprsS4NUkaF.thumbnail">http://www.ifixit.com/igi/JQsVaSprsS4NUkaF</image>
            <image large="http://www.ifixit.com/igi/UEZaMntCUVdK5Awb.large" medium="http://www.ifixit.com/igi/UEZaMntCUVdK5Awb.medium" mini="http://www.ifixit.com/igi/UEZaMntCUVdK5Awb.mini" standard="http://www.ifixit.com/igi/UEZaMntCUVdK5Awb.standard" thumbnail="http://www.ifixit.com/igi/UEZaMntCUVdK5Awb.thumbnail">http://www.ifixit.com/igi/UEZaMntCUVdK5Awb</image>
         </media>
      </step>
      <step number="1" title="">
         <lines>
            <line bullet="red" level="0" text_raw="Remove the 1.5 mm Phillips screw securing the front panel near the headphone jack.">Remove the 1.5 mm Phillips screw securing the front panel near the headphone jack.</line>
         </lines>
         <media type="image">
            <image large="http://www.ifixit.com/igi/XEwACIdsUhc6eNTV.large" medium="http://www.ifixit.com/igi/XEwACIdsUhc6eNTV.medium" mini="http://www.ifixit.com/igi/XEwACIdsUhc6eNTV.mini" standard="http://www.ifixit.com/igi/XEwACIdsUhc6eNTV.standard" thumbnail="http://www.ifixit.com/igi/XEwACIdsUhc6eNTV.thumbnail">http://www.ifixit.com/igi/XEwACIdsUhc6eNTV</image>
         </media>
      </step>
      <step number="2" title="">
         <lines>
            <line bullet="red" level="0" text_raw="Remove the three large-headed 1.5 mm Phillips screws along the volume button side of the iPhone.">Remove the three large-headed 1.5 mm Phillips screws along the volume button side of the iPhone.</line>
            <line bullet="icon_reminder" level="0" text_raw="Keep track of the washers under each of the screws.">Keep track of the washers under each of the screws.</line>
            <line bullet="icon_note" level="0" text_raw="&apos;&apos;Tip: It can be tricky, but it is also possible to just loosen the large-headed 1.5 mm Phillips screws slightly, without having to remove and replace the screw-and-washer set.&apos;&apos;"><em>Tip: It can be tricky, but it is also possible to just loosen the large-headed 1.5 mm Phillips screws slightly, without having to remove and replace the screw-and-washer set.</em></line>
         </lines>
         <media type="image">
            <image large="http://www.ifixit.com/igi/fhgLfQsdWpewFCCR.large" medium="http://www.ifixit.com/igi/fhgLfQsdWpewFCCR.medium" mini="http://www.ifixit.com/igi/fhgLfQsdWpewFCCR.mini" standard="http://www.ifixit.com/igi/fhgLfQsdWpewFCCR.standard" thumbnail="http://www.ifixit.com/igi/fhgLfQsdWpewFCCR.thumbnail">http://www.ifixit.com/igi/fhgLfQsdWpewFCCR</image>
         </media>
      </step>
      <step number="3" title="">
         <lines>
            <line bullet="red" level="0" text_raw="Remove the 1.5 mm Phillips screw near the lower microphone.">Remove the 1.5 mm Phillips screw near the lower microphone.</line>
         </lines>
         <media type="image">
            <image large="http://www.ifixit.com/igi/eQuJ2y3HHMmyVMiG.large" medium="http://www.ifixit.com/igi/eQuJ2y3HHMmyVMiG.medium" mini="http://www.ifixit.com/igi/eQuJ2y3HHMmyVMiG.mini" standard="http://www.ifixit.com/igi/eQuJ2y3HHMmyVMiG.standard" thumbnail="http://www.ifixit.com/igi/eQuJ2y3HHMmyVMiG.thumbnail">http://www.ifixit.com/igi/eQuJ2y3HHMmyVMiG</image>
         </media>
      </step>
      <step number="4" title="">
         <lines>
            <line bullet="red" level="0" text_raw="Remove the 1.5 mm Phillips screw near the dock connector ribbon cable.">Remove the 1.5 mm Phillips screw near the dock connector ribbon cable.</line>
         </lines>
         <media type="image">
            <image large="http://www.ifixit.com/igi/JIrsHkBkCRKyI4dC.large" medium="http://www.ifixit.com/igi/JIrsHkBkCRKyI4dC.medium" mini="http://www.ifixit.com/igi/JIrsHkBkCRKyI4dC.mini" standard="http://www.ifixit.com/igi/JIrsHkBkCRKyI4dC.standard" thumbnail="http://www.ifixit.com/igi/JIrsHkBkCRKyI4dC.thumbnail">http://www.ifixit.com/igi/JIrsHkBkCRKyI4dC</image>
         </media>
      </step>
      <step number="5" title="">
         <lines>
            <line bullet="red" level="0" text_raw="Remove the three large-headed 1.5 mm Phillips screws along the SIM card side of the iPhone.">Remove the three large-headed 1.5 mm Phillips screws along the SIM card side of the iPhone.</line>
            <line bullet="icon_reminder" level="0" text_raw="Keep track of the washers under each of the screws.">Keep track of the washers under each of the screws.</line>
            <line bullet="icon_note" level="0" text_raw="&apos;&apos;Tip: It can be tricky, but it is also possible to just loosen the large-headed 1.5 mm Phillips screws slightly, without having to remove and replace the screw-and-washer set.&apos;&apos;"><em>Tip: It can be tricky, but it is also possible to just loosen the large-headed 1.5 mm Phillips screws slightly, without having to remove and replace the screw-and-washer set.</em></line>
            <line bullet="orange" level="0" text_raw="Remove the small-headed 1.5 mm Phillips screw near the rear camera.">Remove the small-headed 1.5 mm Phillips screw near the rear camera.</line>
         </lines>
         <media type="image">
            <image large="http://www.ifixit.com/igi/N45Z3mPZMZ2v6Zs2.large" medium="http://www.ifixit.com/igi/N45Z3mPZMZ2v6Zs2.medium" mini="http://www.ifixit.com/igi/N45Z3mPZMZ2v6Zs2.mini" standard="http://www.ifixit.com/igi/N45Z3mPZMZ2v6Zs2.standard" thumbnail="http://www.ifixit.com/igi/N45Z3mPZMZ2v6Zs2.thumbnail">http://www.ifixit.com/igi/N45Z3mPZMZ2v6Zs2</image>
         </media>
      </step>
      <step number="6" title="">
         <lines>
            <line bullet="black" level="0" text_raw="Carefully insert the edge of an iPod opening tool between the rubber bezel around the front glass panel and the steel inner frame.">Carefully insert the edge of an iPod opening tool between the rubber bezel around the front glass panel and the steel inner frame.</line>
            <line bullet="icon_caution" level="0" text_raw="Do not attempt to insert the tool between the glass and the rubber bezel.">Do not attempt to insert the tool between the glass and the rubber bezel.</line>
            <line bullet="black" level="0" text_raw="Carefully pry the upper edge of the front panel assembly away from the steel inner frame.">Carefully pry the upper edge of the front panel assembly away from the steel inner frame.</line>
         </lines>
         <media type="image">
            <image large="http://www.ifixit.com/igi/KbfbaQIRNUrSpMt4.large" medium="http://www.ifixit.com/igi/KbfbaQIRNUrSpMt4.medium" mini="http://www.ifixit.com/igi/KbfbaQIRNUrSpMt4.mini" standard="http://www.ifixit.com/igi/KbfbaQIRNUrSpMt4.standard" thumbnail="http://www.ifixit.com/igi/KbfbaQIRNUrSpMt4.thumbnail">http://www.ifixit.com/igi/KbfbaQIRNUrSpMt4</image>
            <image large="http://www.ifixit.com/igi/TOXL3W3paGwiZOIG.large" medium="http://www.ifixit.com/igi/TOXL3W3paGwiZOIG.medium" mini="http://www.ifixit.com/igi/TOXL3W3paGwiZOIG.mini" standard="http://www.ifixit.com/igi/TOXL3W3paGwiZOIG.standard" thumbnail="http://www.ifixit.com/igi/TOXL3W3paGwiZOIG.thumbnail">http://www.ifixit.com/igi/TOXL3W3paGwiZOIG</image>
         </media>
      </step>
      <step number="7" title="">
         <lines>
            <line bullet="black" level="0" text_raw="Slowly and gently lift the top edge of the front panel assembly away from the steel inner frame.">Slowly and gently lift the top edge of the front panel assembly away from the steel inner frame.</line>
            <line bullet="black" level="0" text_raw="Continue to rotate the front panel assembly away from the steel inner frame until it slowly begins to peel off the adhesive applied below the home button area.">Continue to rotate the front panel assembly away from the steel inner frame until it slowly begins to peel off the adhesive applied below the home button area.</line>
            <line bullet="black" level="1" text_raw="It may be easiest to insert a spudger at the top and work it around the edges, spreading gently as you go.">It may be easiest to insert a spudger at the top and work it around the edges, spreading gently as you go.</line>
            <line bullet="black" level="0" text_raw="Carefully pull the lower edge of the front panel assembly away from the steel inner frame.">Carefully pull the lower edge of the front panel assembly away from the steel inner frame.</line>
            <line bullet="icon_caution" level="0" text_raw="Be careful, if the home button sticks to the front panel you may tear the home button cable.">Be careful, if the home button sticks to the front panel you may tear the home button cable.</line>
            <line bullet="icon_caution" level="0" text_raw="Do not flip the front glass completely away from the frame. Doing so may result In damage to the digitizer cable.">Do not flip the front glass completely away from the frame. Doing so may result In damage to the digitizer cable.</line>
         </lines>
         <media type="image">
            <image large="http://www.ifixit.com/igi/I2IEe4fJKm4xi4MX.large" medium="http://www.ifixit.com/igi/I2IEe4fJKm4xi4MX.medium" mini="http://www.ifixit.com/igi/I2IEe4fJKm4xi4MX.mini" standard="http://www.ifixit.com/igi/I2IEe4fJKm4xi4MX.standard" thumbnail="http://www.ifixit.com/igi/I2IEe4fJKm4xi4MX.thumbnail">http://www.ifixit.com/igi/I2IEe4fJKm4xi4MX</image>
            <image large="http://www.ifixit.com/igi/tnpSXPnWDONHvXBD.large" medium="http://www.ifixit.com/igi/tnpSXPnWDONHvXBD.medium" mini="http://www.ifixit.com/igi/tnpSXPnWDONHvXBD.mini" standard="http://www.ifixit.com/igi/tnpSXPnWDONHvXBD.standard" thumbnail="http://www.ifixit.com/igi/tnpSXPnWDONHvXBD.thumbnail">http://www.ifixit.com/igi/tnpSXPnWDONHvXBD</image>
         </media>
      </step>
      <step number="8" title="">
         <lines>
            <line bullet="black" level="0" text_raw="De-route the digitizer and LCD cables through the steel inner frame.">De-route the digitizer and LCD cables through the steel inner frame.</line>
            <line bullet="icon_caution" level="0" text_raw="Before re-fastening the front panel to the steel inner frame, be sure both the LCD and digitizer cables are not folded or pinched between the inner frame and the front panel assembly. This will result in possibly damaging the cables and not having enough slack when reconnecting them to the logic board.">Before re-fastening the front panel to the steel inner frame, be sure both the LCD and digitizer cables are not folded or pinched between the inner frame and the front panel assembly. This will result in possibly damaging the cables and not having enough slack when reconnecting them to the logic board.</line>
            <line bullet="icon_note" level="0" text_raw="When the front panel has been correctly installed both the LCD and digitizer cables should be immediately next to one another and should be the same length and should be just hanging over the steel frame.">When the front panel has been correctly installed both the LCD and digitizer cables should be immediately next to one another and should be the same length and should be just hanging over the steel frame.</line>
            <line bullet="icon_note" level="0" text_raw="Ensure that the cables do not get caught between the screen and the frame.">Ensure that the cables do not get caught between the screen and the frame.</line>
            <line bullet="icon_note" level="0" text_raw="When replacing the front panel assembly you must remember that you might have to reuse the earpiece grille and the clear plastic ring around the front facing camera from the old/damaged assembly.  This will depend on where you buy the replacement part.">When replacing the front panel assembly you must remember that you might have to reuse the earpiece grille and the clear plastic ring around the front facing camera from the old/damaged assembly.  This will depend on where you buy the replacement part.</line>
            <line bullet="icon_reminder" level="0" text_raw="After reassembly, protect your new display from any scratches by installing a new [product|IF182-025|screen protector].">After reassembly, protect your new display from any scratches by installing a new <a href="/iPhone-Parts/iFixit-iPhone-4-and-4S-Epic-Screen-Protector/IF182-025">screen protector</a>.</line>
         </lines>
         <media type="image">
            <image large="http://www.ifixit.com/igi/rKlUIM2Vcg3AmRU2.large" medium="http://www.ifixit.com/igi/rKlUIM2Vcg3AmRU2.medium" mini="http://www.ifixit.com/igi/rKlUIM2Vcg3AmRU2.mini" standard="http://www.ifixit.com/igi/rKlUIM2Vcg3AmRU2.standard" thumbnail="http://www.ifixit.com/igi/rKlUIM2Vcg3AmRU2.thumbnail">http://www.ifixit.com/igi/rKlUIM2Vcg3AmRU2</image>
         </media>
      </step>
   </steps>
   <conclusion conclusion_raw="To reassemble your device, follow these instructions in reverse order."><p>To reassemble your device, follow these instructions in reverse order.</p></conclusion>
   <modified_date>2013-09-04T17:22:56-07:00</modified_date>
   <created_date>2010-06-23T17:06:50-07:00</created_date>
</guide>

API Responses