CINXE.COM
iPad Air LTE Teardown - iFixit
<!DOCTYPE html> <!--[if IE 8 ]> <html class="lt-ie10 lt-ie9 ie8" lang="en" xmlns:fb="http://ogp.me/ns/fb#"><![endif]--> <!--[if IE 9 ]> <html class="lt-ie10 ie9" lang="en" xmlns:fb="http://ogp.me/ns/fb#"><![endif]--> <!--[if (gte IE 10)|!(IE)]><!--><html dir="ltr" lang="en" xmlns:fb="http://ogp.me/ns/fb#"><!--<![endif]--> <head> <link rel="preconnect" href="https://assets.cdn.ifixit.com" crossorigin> <link rel="preconnect" href="https://guide-images.cdn.ifixit.com" crossorigin> <link rel="preconnect" href="https://cdn.shopify.com" crossorigin> <link rel="preload" href="https://assets.cdn.ifixit.com/Assets/translations/en-translations.js?11805" as="script" fetchpriority="high" > <link rel="preload" href="https://assets.cdn.ifixit.com/Assets/scripts/runtime.js.0ddbc5ad3bb8fb7fd754.js" as="script" fetchpriority="high" > <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} (function() { function hasPiwikConsent() { try { var fromPiwik = null document.cookie.split(';').forEach(function(cookie) { var parts = cookie.split('='); if (parts[0].trim() === 'ppms_privacy_6bf6bc54-82ca-4321-8620-b12d5c9b57b6') { var cookieObject = JSON.parse(decodeURIComponent(parts[1])); if (cookieObject && cookieObject.consents) { fromPiwik = Object.values(cookieObject.consents).every(function(consent) { return consent.status == 1; }); } } }); } catch (e) { console.error("Error parsing piwik cookie", e); return null; } return fromPiwik; } var needsConsent = false; var hasConsent = hasPiwikConsent(); var cookiesOk = hasConsent !== null ? hasConsent : !needsConsent; var consent = cookiesOk ? 'granted' : 'denied'; console.log("GTAG Consent", consent); gtag('consent', 'default', { 'ad_storage': consent, 'ad_user_data': consent, 'ad_personalization': consent, 'analytics_storage': consent, }); })() </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-59NVBFN');</script> <!-- End Google Tag Manager --> <title>iPad Air LTE Teardown - iFixit</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="description" content="It's All Hallows' Eve, the ghosts are out, and there's a spooky chill in the—nope, that's just Apple's latest ghoul, the iPad Air. Time to gut our..." /> <meta name="title" content="iPad Air LTE Teardown - iFixit" /> <meta name="keywords" content="iPad Air LTE Teardown, iPad Air LTE, Parts, Tools, Free Repair Guides, Manual, Teardowns" /> <meta name="robots" content="index, follow, max-image-preview:large" /> <link id="canonical-link" rel="canonical" href="https://www.ifixit.com/Teardown/iPad+Air+LTE+Teardown/18907" /> <link rel="alternate" hreflang="en" href="https://www.ifixit.com/Teardown/iPad+Air+LTE+Teardown/18907" /> <link rel="alternate" hreflang="x-default" href="https://www.ifixit.com/Teardown/iPad+Air+LTE+Teardown/18907" /> <meta property="fb:app_id" content="401112919922369" /> <meta property="og:type" content="article" /> <meta property="og:image" content="https://guide-images.cdn.ifixit.com/igi/tnwXKHYGyRRVtGqH.full" /> <meta property="og:description" content="It's All Hallows' Eve, the ghosts are out, and there's a spooky chill in the—nope, that's just Apple's latest ghoul, the iPad Air. Time to gut our..." /> <meta property="og:author" content="https://www.ifixit.com/User/668072/Jeff+Suovanen" /> <meta property="og:published_time" content="2013-11-01T01:37:08-07:00" /> <meta property="og:section" content="iPad Air LTE" /> <meta property="og:modified_time" content="2024-03-04T17:42:41-07:00" /> <meta property="og:locale:alternate" content="de_DE" /> <meta property="og:locale:alternate" content="en_GB" /> <meta property="og:locale:alternate" content="es_LA" /> <meta property="og:locale:alternate" content="fr_FR" /> <meta property="og:locale:alternate" content="it_IT" /> <meta property="og:locale:alternate" content="ja_JP" /> <meta property="og:locale:alternate" content="nl_NL" /> <meta property="og:locale:alternate" content="pt_BR" /> <meta property="og:locale:alternate" content="ru_RU" /> <meta property="og:locale:alternate" content="tr_TR" /> <meta property="og:locale:alternate" content="zh_CN" /> <meta property="og:url" content="https://www.ifixit.com/Teardown/iPad+Air+LTE+Teardown/18907" /> <meta property="og:title" content="iPad Air LTE Teardown" /> <meta property="og:site_name" content="iFixit" /> <meta name="verify-v1" content="jw37yaG9O4vmztqkH8xsZEeQtGHqzC3GZXfwk5xUCeM=" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1"/> <link rel="stylesheet" type="text/css" media="print" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/Shared-print-4vKZnU54L24ZnG6tuvAwTw.css" /> <script> var deferCss = { hidden: true, timeout: null, unhide: function() { if (deferCss.hidden) { var hider = document.getElementById('cssHide'); hider && hider.parentElement.removeChild(hider); var criticalCss = document.getElementById('criticalCss'); criticalCss && criticalCss.parentElement.removeChild(criticalCss); deferCss.hidden = false; } }, applyAllCss: function() { if (!deferCss.hidden) { return; } clearTimeout(deferCss.timeout); var links = document.querySelectorAll('.cssReady, .cssPreload'); var link; for (var i = 0; i < links.length; ++i) { link = links[i]; link.onload = null; link.rel = 'stylesheet'; } deferCss.unhide(); }, cssLoaded: function(link, success) { link.className = success ? "cssReady" : "cssFailed"; if (!success) { console.error(link.href + " failed to load"); } var stillWaiting = document.querySelector('.cssPreload'); if (!stillWaiting) { deferCss.applyCssWhenDomLoaded(); } }, applyCssWhenDomLoaded: function() { // Loading hasn't finished yet if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', function() { deferCss.applyAllCss(); }); } else { // `DOMContentLoaded` has already fired deferCss.applyAllCss(); } }, setTimeout: function(timeout) { deferCss.timeout = setTimeout(function() { console.warn("Deferred CSS took too long to load. Displaying anyway..."); deferCss.applyCssWhenDomLoaded(); }, timeout); } }; deferCss.setTimeout(25000); </script> <script> /*! loadCSS. [c]2017 Filament Group, Inc. MIT License */ /* This file is meant as a standalone workflow for - testing support for link[rel=preload] - enabling async CSS loading in browsers that do not support rel=preload - applying rel preload css once loaded, whether supported or not. */ (function( w ){ "use strict"; // rel=preload support test if( !w.loadCSS ){ w.loadCSS = function(){}; } // define on the loadCSS obj var rp = loadCSS.relpreload = {}; // rel=preload feature support test // runs once and returns a function for compat purposes rp.support = (function(){ var ret; try { ret = w.document.createElement( "link" ).relList.supports( "preload" ); } catch (e) { ret = false; } return function(){ return ret; }; })(); // if preload isn't supported, get an asynchronous load by using a non-matching media attribute // then change that media back to its intended value on load rp.bindMediaToggle = function( link ){ // remember existing media attr for ultimate state, or default to 'all' var finalMedia = link.media || "all"; function enableStylesheet(){ // unbind listeners if( link.addEventListener ){ link.removeEventListener( "load", enableStylesheet ); link.removeEventListener( "error", enableStylesheet ); } else if( link.attachEvent ){ link.detachEvent( "onload", enableStylesheet ); link.detachEvent( "onerror", enableStylesheet ); } link.setAttribute( "onload", null ); link.media = finalMedia; } // bind load handlers to enable media if( link.addEventListener ){ link.addEventListener( "load", enableStylesheet ); } else if( link.attachEvent ){ link.attachEvent( "onload", enableStylesheet ); } // Set rel and non-applicable media type to start an async request // note: timeout allows this to happen async to let rendering continue in IE setTimeout(function(){ link.rel = "stylesheet"; link.media = "only x"; }); // also enable media after 7 seconds, // which will catch very old browsers (android 2.x, old firefox) that don't support onload on link setTimeout( function() { link.onload && link.onload(); enableStylesheet(); }, 7000 ); }; // loop through link elements in DOM rp.poly = function(){ // double check this to prevent external calls from running if( rp.support() ){ return; } var links = w.document.getElementsByTagName( "link" ); for( var i = 0; i < links.length; i++ ){ var link = links[ i ]; // qualify links to those with rel=preload and as=style attrs if( link.rel === "preload" && link.getAttribute( "as" ) === "style" && !link.getAttribute( "data-loadcss" ) ){ // prevent rerunning on link link.setAttribute( "data-loadcss", true ); // bind listeners to toggle media back rp.bindMediaToggle( link ); } } }; // if unsupported, run the polyfill if( !rp.support() ){ // run once at least rp.poly(); // rerun poly on an interval until onload var run = w.setInterval( rp.poly, 500 ); if( w.addEventListener ){ w.addEventListener( "load", function(){ rp.poly(); w.clearInterval( run ); } ); } else if( w.attachEvent ){ w.attachEvent( "onload", function(){ rp.poly(); w.clearInterval( run ); } ); } } // commonjs if( typeof exports !== "undefined" ){ exports.loadCSS = loadCSS; } else { w.loadCSS = loadCSS; } }( typeof global !== "undefined" ? global : this ) ); </script> <noscript> </noscript> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/guide-all-xHbGqtOkUnSDXqfJIfPObw.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/font-awesome-1EMSA-1xNu6QLgjlbNFTNQ.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/module-all-5XRtVyqn-mlAFFjCBFPlAw.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/core-yZ1b1sS_zwUH35TT8CwuEA.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/core-primitives-yI0UPo46zCFEhFdtFTfk8A.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/header_footer_old-D9UI1Sbj5JvYiO3aW7GWmg.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/new-guide-view-all-5Yi6w1Aw2gYs30RogiAokQ.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/release-version-xgYjYWoOeoFM43hoDHPsYw.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/prosemirror-all-P8wbdJ_I4jGSHU3JJQFetg.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Guide-View-guideTop-n1g1BrhldcBw52TGbQMDQA.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Guide-View-guide_top_status_banner-dQG6edMDXWWIDCEO27ZLyA.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/Shared-cart_banner-s_V6JiSoON-JECdqf7r6Ag.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/Shared-attachment_link-CHpF3vgDF_8Tj72MR0ndjQ.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <noscript> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/guide-all-xHbGqtOkUnSDXqfJIfPObw.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/font-awesome-1EMSA-1xNu6QLgjlbNFTNQ.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/module-all-5XRtVyqn-mlAFFjCBFPlAw.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/core-yZ1b1sS_zwUH35TT8CwuEA.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/core-primitives-yI0UPo46zCFEhFdtFTfk8A.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/header_footer_old-D9UI1Sbj5JvYiO3aW7GWmg.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/new-guide-view-all-5Yi6w1Aw2gYs30RogiAokQ.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/release-version-xgYjYWoOeoFM43hoDHPsYw.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/prosemirror-all-P8wbdJ_I4jGSHU3JJQFetg.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Guide-View-guideTop-n1g1BrhldcBw52TGbQMDQA.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Guide-View-guide_top_status_banner-dQG6edMDXWWIDCEO27ZLyA.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/Shared-cart_banner-s_V6JiSoON-JECdqf7r6Ag.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/Shared-attachment_link-CHpF3vgDF_8Tj72MR0ndjQ.css" rel="stylesheet" /> </noscript> <script> </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-5ZXNWJ73GK"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); const ga4Params = {}; const userProperties = {"preferred_store":"ifixit-us","preferred_language":"EN","customer_type":"regular"}; gtag('config', 'G-5ZXNWJ73GK', ga4Params); gtag('set', 'user_properties', userProperties); </script> <!-- End Google tag (gtag.js) --> <script type="text/javascript"> window.fbq=window.fbq||function(){}; </script> <link rel="apple-touch-icon" sizes="57x57" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-180x180.png"> <link rel="icon" type="image/png" href="https://assets.cdn.ifixit.com/static/icons/ifixit/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="https://assets.cdn.ifixit.com/static/icons/ifixit/android-chrome-192x192.png" sizes="192x192"> <link rel="icon" type="image/png" href="https://assets.cdn.ifixit.com/static/icons/ifixit/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="https://assets.cdn.ifixit.com/static/icons/ifixit/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="https://assets.cdn.ifixit.com/static/icons/ifixit/manifest.json"> <link rel="mask-icon" href="https://assets.cdn.ifixit.com/static/icons/ifixit/safari-pinned-tab.svg" color="#5bbad5"> <meta name="apple-mobile-web-app-title" content="ifixit"> <meta name="application-name" content="ifixit"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="https://assets.cdn.ifixit.com/static/icons/ifixit/mstile-144x144.png"> <meta name="theme-color" content="#ffffff"> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/runtime.js.0ddbc5ad3bb8fb7fd754.js"></script> <script nomodule src="/v3/polyfill.min.js?flags=gated&features=Array.prototype.flat,Array.prototype.flatMap,default,es2022,fetch,IntersectionObserver,Intl.RelativeTimeFormat,Intl.RelativeTimeFormat.~locale.en,NodeList.prototype.forEach,Number.isInteger,Object.entries,Object.fromEntries,Promise.prototype.finally,queueMicrotask,ResizeObserver,String.prototype.matchAll,WeakMap,WeakSet"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/translations/en-translations.js?11805"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1776.9c59a0276802fa0c35b5.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/9280.f279ca6ba3f57d1f22b4.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5573.8636e6509f4d1259e79a.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1927.00fa3b1187d74d84683a.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7473.f485bdafc863ad9b683f.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1433.6d201ac17568cdf74eb2.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5788.0ce9b904ee3f15b18a5d.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/312.083ce5861201800fb6ee.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6677.9d6884f608dc0db959fe.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/4756.10103d890d7241e93f63.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/2375.54b801606b7db569009c.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/285.5f5e1b84464741ff17c3.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/413.6ca3f7f09a70e73410b0.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/2693.4d9bbab7962ea38a2388.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7165.3af6cc6d90fd402b1577.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8658.b10362f2f9df5e6d2be1.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8175.b05fba87be5d6fa6d0d6.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5543.39de78e22b20665d86b2.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/9197.913110d41e5838e17f4b.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7287.1f55b06a412a40f5fcfa.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1822.0a7369d79e2f29ba6398.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8542.51461c59e5542c9cf0bc.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6978.8f328a75d5964cea97dd.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6821.811afef155753567f382.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7074.a4e5f361065cda348771.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1803.b411207e7c1628a773b8.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/4249.430c183383ba1dd4ea1c.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8340.cf794b87382bbe5a2c99.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/962.494e80c75e0d58a8e689.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8880.39ca5686b56693eab2e4.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/3548.8b4a8cd6ff9b50a46455.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5022.4a84ada83d9644d78183.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/3649.366a324d2b76c6009b01.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6624.89338f3f3debc89a7bd4.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5459.d1e84071c2d3fab7ee23.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/119.4bbf96068be8abe308c0.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/guidepage.js.8241de03af042bfd76c5.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/new-guide-view-all.js.e20f3e3a78ae2f580c09.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/guide-top.js.52bf8fbb4c5f390ab91d.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7050.ff058e616aba7a1de307.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/4711.c0266656e5769150a25c.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/695.8847e78c1bb7b5d68e60.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5629.1a801c60ca007a21b247.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5274.e91ee9c1ddc31c39b963.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/guide-nav.js.7b61a65786b785e64b5c.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6010.05803d5246a6fd5c5530.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/campaign-banner-wp.js.e628a90fbe26bae46712.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/consent-banner.js.62f82d52cf74476363ad.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/error-capture.js.e81a9e1c2912beeb2a75.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/tiptap-editor.js.a933a5c0c3b2bbef7dac.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/view-release-version.js.8d5915310114199aed5b.js"></script> <style id="criticalCss"> :where(#main) { max-width: 100%; } :where(*, :before, :after) { box-sizing: border-box; } :where(html) { font-size: 14px; } :where(body) { word-wrap: break-word; color: #4b5563; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Noto Sans, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji; line-height: 1.42857; margin: 0; min-height: 100%; overflow-wrap: break-word; text-rendering: optimizeLegibility; } :where(button, input, select, textarea) { font: inherit; } :where(button) { background-color: transparent; border: 0; font-weight: 600; } :where(input) { background-color: #fff; border-color: #d1d5db; } :where(input)[type="text"] { width: 100%; } :where(img) { height: auto; max-width: 100%; } :root { --main-container-width: 1280px; } :where(h1, h2, h3, .pseudoH2, .pseudoH3) { font-weight: 500; } :where(h1, h2, h3, .pseudoH2, .pseudoH3) a { color: #212426; } :where(h1) { color: #212426; font-size: 2.14rem; line-height: 1.2em; margin: 3px 0; padding: 0; } :where(.pseudoH2, h2) { color: #212426; font-size: 1.715rem; line-height: 1.21em; margin: 24px 0 0; padding: 0 0 2px; } :where(h3, .pseudoH3) { color: #4b5563; font-size: 1.285rem; line-height: 1.21em; margin: 16px 0 0; padding: 0; } :where(h4, h5, h6) { margin-block: 3px; } :where(h4, .pseudoH4) { color: #4b5563; font-size: 1rem; } :where(p) { margin-block: 8px; padding: 0; } :where(p[class^="chakra-text"]) { margin-block: 0; } :where(a, a strong) { color: #3b82f6; text-decoration: none; } :where(a[class*="button"]) { color: inherit; } :where(a img, a:hover img) { border: none; } :where(svg[class*="fa-"], i[class*="fa-"]).fa-xl { font-size: 1.715rem; } .right { float: right !important; } .hidden, [hidden] { display: none !important; } #page { flex: 1; position: relative; } #contentFloat { padding-bottom: 24px; } #contentFloat:not(:has(.component-HomePageHero, .wp-embed, #repair-is-freedom)) { padding-inline: 16px; } @media (min-width: 768px) { #contentFloat:not(:has(.component-HomePageHero, .wp-embed, #repair-is-freedom)) { padding-inline: 20px; } } @media (min-width: 1028px) { #contentFloat:not(:has(.component-HomePageHero, .wp-embed, #repair-is-freedom)) { padding-inline: 32px; } } #contentFloat .content-container { display: flex; gap: 24px; } @media only screen and (max-width: 1000px) { #contentFloat .content-container { flex-wrap: wrap; -ms-flex-wrap: wrap; } } .fullWidth #contentFloat { width: 100%; } @media only screen and (max-width: 1000px) { .responsive #contentFloat { width: 100%; } } #content { flex: 1; max-width: 100%; } .fullWidth #content { width: 100%; } #background { display: flex; flex-direction: column; min-height: 100vh; padding: 0; } :where(#main) { margin-inline: auto; width: var(--main-container-width); } @media only screen and (max-width: 1000px) { .responsive #main { width: 100%; } .responsive #content, .responsive #main, .responsive #mainBody { margin: auto !important; padding: 0; width: 100%; } } #mainBody { border-radius: 8px; border-radius: 0; box-shadow: none; min-height: 300px; padding-top: 0.1px; position: relative; text-align: left; text-align: start; } .throbber { animation: a 0.8s linear infinite; border: 8px solid hsla(0, 0%, 100%, 0.2); border-radius: 50px; border-top-color: #fff; height: 50px; margin: 0 auto 20px; width: 50px; } @keyframes a { 0% { transform: rotate(0); } to { transform: rotate(1turn); } } @media only screen and (max-width: 575px) { .hidden-mobile { display: none !important; } } .visible-mobile-tablet { display: none; } @media only screen and (max-width: 1000px) { .visible-mobile-tablet { display: block !important; } } .visible-desktop { display: block; } @media only screen and (max-width: 1000px) { .visible-desktop { display: none !important; } } .fa-svg-icon > svg { fill: currentColor; } .clearer { clear: both; font-size: 0; height: 0; line-height: 0; margin: 0; padding: 0; } .clearfix:after, .clearfix:before { content: ""; display: table; line-height: 0; } .clearfix:after { clear: both; } .container { position: relative; } .container div[class~="row"]:last-of-type { margin-bottom: 0; } .row { border-radius: 8px; display: flex; flex-direction: row; margin-bottom: 20px; position: relative; } @media only screen and (min-width: 576px) { .row div[class~="column"]:not(:last-of-type) { margin-right: 20px; } } .row.divider, .row.divider .column.divider-content { -ms-align-items: center; align-items: center; } .row.divider .column.divider-content { background-color: #f0f0f0; height: 1px; } .column { flex: 1 1; max-width: 100%; } .column.four-fifths { flex: 4 4 20px; } @media only screen and (max-width: 575px) { .column.four-fifths { -ms-flex-basis: auto; flex-basis: auto; } } .column-card { background-color: #fff; border: 1px solid #e6e6e6; border-radius: 4px; padding: 30px; } .status { border-bottom: 1px solid #e5e7eb; margin: 0; padding: 4px 12px; } .status.inPage { border-radius: 4px; margin-bottom: 8px; } .status a { text-decoration: underline; } .status i.fa, .status p { font-size: 14px; } .status i.fa { margin-top: -3px; padding: 5px; } .statusNotice { background-color: #fdf7e6; border-bottom: 1px solid #f9cd46; } .statusNotice.inPage { border: 1px solid #f9cd46; } .statusNotice, .statusNotice a, .statusNotice strong { color: #6f5504; } form { margin: 0; } textarea { resize: vertical; } .form textarea { border: 1px solid #c1c1c1; border-radius: 4px; box-shadow: inset 0 1px 2px #f9fafb; margin-bottom: 10px; overflow: visible; padding: 4px 8px; } @media only screen and (max-width: 1000px) { .responsive input[type], .responsive textarea { font-size: 16px; } } .formBody { background-color: #f9fafb; border-radius: 4px; overflow: visible; padding: 0 8px 8px; } .formField { margin: 0; padding: 16px 0 0; } textarea { border: 1px solid #c1c1c1; border-radius: 4px; box-shadow: inset 0 1px 2px #f9fafb; color: #212426; margin-top: 4px; overflow: visible; padding: 4px 8px; } .modalBox { -webkit-overflow-scrolling: touch; border: 0; border-radius: 0; bottom: 0; left: 0; overflow: auto; padding: 30px 15px; position: fixed; right: 0; top: 0; z-index: 100000; } .modalContentBox { height: auto !important; margin: 0 auto; max-width: 872px; overflow: hidden; padding: 0; position: relative; text-align: center; } .modalBox > .throbber { margin-top: 200px; } #notifications { background-color: #fdf7e6; border-bottom: 2px solid #f9cd46; color: #6f5504; position: relative; width: 100%; z-index: 1100; } #notifications .close { font-size: 16px; position: absolute; right: 5px; top: 25%; } :where(input.button, button.button, span.button, a.button, .button[role="button"]) { -webkit-appearance: none; background-color: #fff; border: 1px solid #d1d5db; border-radius: 4px; color: #212426; display: inline-block; font-size: 14px; font-weight: 600; padding: 8px 16px; position: relative; text-align: center; } :where(input.button, button.button, span.button, a.button, .button[role="button"]) { text-decoration: none; } :where(input.button, button.button, span.button, a.button, .button[role="button"]).button-transparent { background-color: hsla(0, 0%, 100%, 0.1); } :where(input.button, button.button, span.button, a.button, .button[role="button"]).button-action-solid { background-color: #3b82f6; border-color: #3b82f6; color: #fff; } :where(input.button, button.button, span.button, a.button, .button[role="button"]).button-checked { background-color: #f5f9ff; border-color: #bad3fc; color: #3b82f6; } :where(input.button, button.button, span.button, a.button, .button[role="button"]).button-link { background-color: transparent; background-image: none; border: 0; border-radius: 0; box-shadow: none; padding: 12px 24px; } :where(input.button, button.button, span.button, a.button, .button[role="button"]).button-transparent { background-color: transparent; } :where(input.button, button.button, span.button, a.button, .button[role="button"]).button-medium { padding: 6px 12px 7px; } :where(input.button, button.button, span.button, a.button, .button[role="button"]).button-small { font-size: 13px; padding: 5px 10px; } :where(input.button, button.button, span.button, a.button, .button[role="button"]) .fa { font-size: 14px; margin-right: 8px; opacity: 0.5; position: relative; top: 1px; } :where(input.button, button.button, span.button, a.button, .button[role="button"]) [class*="svg-icon"] { color: #6b7280; display: inline-block; margin: 0; vertical-align: text-bottom; } .button + .button { margin-left: 8px; } @font-face { font-display: swap; font-family: icomoon; font-style: normal; font-weight: 400; src: url(https://assets.cdn.ifixit.com/static/fonts/ifixit/v2.0.2/icomoon.woff?20210215=) format("woff"), url(https://assets.cdn.ifixit.com/static/fonts/ifixit/v2.0.2/icomoon.ttf?20160111=) format("truetype"), url(https://assets.cdn.ifixit.com/static/fonts/ifixit/v2.0.2/icomoon.svg?20160111=#icomoon) format("svg"); } [data-icon]:before { speak: none; content: attr(data-icon); font-family: icomoon; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; text-transform: none; } .fa-circle-star:before { content: "\e902"; } .fa { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; font: normal normal normal 14px/1 icomoon; font-size: inherit; text-rendering: auto; } .fa-fw { text-align: center; width: 1.28571429em; } .fa-times:before { content: "\f00d"; } .fa-pencil:before { content: "\f040"; } .fa-chevron-right:before { content: "\f054"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-down:before { content: "\f063"; } .fa-bar-chart-o:before { content: "\f080"; } .fa-caret-down:before { content: "\f0d7"; } .fa-angle-down:before { content: "\f107"; } .fa-circle:before { content: "\f111"; } .modalContentBox { max-width: 983px; } .button-container { display: flex; flex-direction: column; margin: 0 auto 32px; position: relative; } .button-container .button { margin: 0 0 8px; } @media only screen and (max-width: 1000px) { .button-container { -ms-align-items: center; align-items: center; margin: 16px 0 8px; width: 100%; } } .comments-header { -ms-flex-pack: end; border-top: 1px solid #e5e7eb; display: flex; -ms-justify-content: flex-end; justify-content: flex-end; padding: 15px 0; } @media only screen and (max-width: 575px) { .comments-header { padding-bottom: 0; padding-top: 10px; } } .comments-header .comments-header-button { border-radius: 4px; margin-left: 10px; } @media only screen and (max-width: 575px) { .comments-header .comments-header-button { display: block; float: none; margin: 0 0 10px; width: 100%; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .comments-header .comments-header-button { font-size: 10px; margin-left: 5px; padding: 10px 20px; } } .comment-form-buttons { margin-left: auto; } .comment-form-buttons, .form-footer { display: flex; } .form-footer { height: 40px; margin-top: 15px; position: relative; } :host, :root { --color-black: #11161a; --color-white: #fff; --color-white-alpha-50: hsla(0, 0%, 100%, 0.04); --color-white-alpha-100: hsla(0, 0%, 100%, 0.06); --color-white-alpha-200: hsla(0, 0%, 100%, 0.08); --color-white-alpha-300: hsla(0, 0%, 100%, 0.16); --color-white-alpha-400: hsla(0, 0%, 100%, 0.24); --color-white-alpha-500: hsla(0, 0%, 100%, 0.36); --color-white-alpha-600: hsla(0, 0%, 100%, 0.48); --color-white-alpha-700: hsla(0, 0%, 100%, 0.64); --color-white-alpha-800: hsla(0, 0%, 100%, 0.8); --color-white-alpha-900: hsla(0, 0%, 100%, 0.92); --color-black-alpha-50: rgba(0, 0, 0, 0.04); --color-black-alpha-100: rgba(0, 0, 0, 0.06); --color-black-alpha-200: rgba(0, 0, 0, 0.08); --color-black-alpha-300: rgba(0, 0, 0, 0.16); --color-black-alpha-400: rgba(0, 0, 0, 0.24); --color-black-alpha-500: rgba(0, 0, 0, 0.36); --color-black-alpha-600: rgba(0, 0, 0, 0.48); --color-black-alpha-700: rgba(0, 0, 0, 0.64); --color-black-alpha-800: rgba(0, 0, 0, 0.8); --color-black-alpha-900: rgba(0, 0, 0, 0.92); --color-brand-100: #edf6ff; --color-brand-200: #bddcff; --color-brand-300: #77b5ff; --color-brand-400: #3b95ff; --color-brand-500: #1975f1; --color-brand-600: #085fd9; --color-brand-700: #004ab3; --color-brand-800: #00368c; --color-brand-900: #002466; --color-warm-gray-50: #fafaf9; --color-warm-gray-100: #f5f5f4; --color-warm-gray-200: #e7e5e4; --color-warm-gray-300: #d6d3d1; --color-warm-gray-400: #a8a29e; --color-warm-gray-500: #78716c; --color-warm-gray-600: #57534e; --color-warm-gray-700: #44403c; --color-warm-gray-800: #292524; --color-warm-gray-900: #1c1917; --color-true-gray-50: #fafafa; --color-true-gray-100: #f5f5f5; --color-true-gray-200: #e5e5e5; --color-true-gray-300: #d4d4d4; --color-true-gray-400: #a3a3a3; --color-true-gray-500: #737373; --color-true-gray-600: #525252; --color-true-gray-700: #404040; --color-true-gray-800: #262626; --color-true-gray-900: #171717; --color-cool-gray-50: #f9fafb; --color-cool-gray-100: #f3f4f6; --color-cool-gray-200: #e5e7eb; --color-cool-gray-300: #d1d5db; --color-cool-gray-400: #9ca3af; --color-cool-gray-500: #6b7280; --color-cool-gray-600: #4b5563; --color-cool-gray-700: #374151; --color-cool-gray-800: #1f2937; --color-cool-gray-900: #111827; --color-blue-gray-50: #f8fafc; --color-blue-gray-100: #f1f5f9; --color-blue-gray-200: #e2e8f0; --color-blue-gray-300: #cbd5e1; --color-blue-gray-400: #94a3b8; --color-blue-gray-500: #64748b; --color-blue-gray-600: #475569; --color-blue-gray-700: #334155; --color-blue-gray-800: #1e293b; --color-blue-gray-900: #0f172a; --color-rose-50: #fff1f2; --color-rose-100: #ffe4e6; --color-rose-200: #fecdd3; --color-rose-300: #fda4af; --color-rose-400: #fb7185; --color-rose-500: #f43f5e; --color-rose-600: #e11d48; --color-rose-700: #be123c; --color-rose-800: #9f1239; --color-rose-900: #881337; --color-pink-50: #fdf2f8; --color-pink-100: #fce7f3; --color-pink-200: #fbcfe8; --color-pink-300: #f9a8d4; --color-pink-400: #f472b6; --color-pink-500: #ec4899; --color-pink-600: #db2777; --color-pink-700: #be185d; --color-pink-800: #9d174d; --color-pink-900: #831843; --color-fuchsia-50: #fdf4ff; --color-fuchsia-100: #fae8ff; --color-fuchsia-200: #f5d0fe; --color-fuchsia-300: #f0abfc; --color-fuchsia-400: #e879f9; --color-fuchsia-500: #d946ef; --color-fuchsia-600: #c026d3; --color-fuchsia-700: #a21caf; --color-fuchsia-800: #86198f; --color-fuchsia-900: #701a75; --color-purple-50: #faf5ff; --color-purple-100: #f3e8ff; --color-purple-200: #e9d5ff; --color-purple-300: #d8b4fe; --color-purple-400: #c084fc; --color-purple-500: #a855f7; --color-purple-600: #9333ea; --color-purple-700: #7e22ce; --color-purple-800: #6b21a8; --color-purple-900: #581c87; --color-violet-50: #f5f3ff; --color-violet-100: #ede9fe; --color-violet-200: #ddd6fe; --color-violet-300: #c4b5fd; --color-violet-400: #a78bfa; --color-violet-500: #8b5cf6; --color-violet-600: #7c3aed; --color-violet-700: #6d28d9; --color-violet-800: #5b21b6; --color-violet-900: #4c1d95; --color-indigo-50: #eef2ff; --color-indigo-100: #e0e7ff; --color-indigo-200: #c7d2fe; --color-indigo-300: #a5b4fc; --color-indigo-400: #818cf8; --color-indigo-500: #6366f1; --color-indigo-600: #4f46e5; --color-indigo-700: #4338ca; --color-indigo-800: #3730a3; --color-indigo-900: #312e81; --color-blue-50: #eff6ff; --color-blue-100: #dbeafe; --color-blue-200: #bfdbfe; --color-blue-300: #93c5fd; --color-blue-400: #60a5fa; --color-blue-500: #3b82f6; --color-blue-600: #2563eb; --color-blue-700: #1d4ed8; --color-blue-800: #1e40af; --color-blue-900: #1e3a8a; --color-blue-ifixit: #1975f1; --color-light-blue-50: #f0f9ff; --color-light-blue-100: #e0f2fe; --color-light-blue-200: #bae6fd; --color-light-blue-300: #7dd3fc; --color-light-blue-400: #38bdf8; --color-light-blue-500: #0ea5e9; --color-light-blue-600: #0284c7; --color-light-blue-700: #0369a1; --color-light-blue-800: #075985; --color-light-blue-900: #0c4a6e; --color-cyan-50: #ecfeff; --color-cyan-100: #cffafe; --color-cyan-200: #a5f3fc; --color-cyan-300: #67e8f9; --color-cyan-400: #22d3ee; --color-cyan-500: #06b6d4; --color-cyan-600: #0891b2; --color-cyan-700: #0e7490; --color-cyan-800: #155e75; --color-cyan-900: #164e63; --color-teal-50: #f0fdfa; --color-teal-100: #ccfbf1; --color-teal-200: #99f6e4; --color-teal-300: #5eead4; --color-teal-400: #2dd4bf; --color-teal-500: #14b8a6; --color-teal-600: #0d9488; --color-teal-700: #0f766e; --color-teal-800: #115e59; --color-teal-900: #134e4a; --color-emerald-50: #ecfdf5; --color-emerald-100: #d1fae5; --color-emerald-200: #a7f3d0; --color-emerald-300: #6ee7b7; --color-emerald-400: #34d399; --color-emerald-500: #10b981; --color-emerald-600: #059669; --color-emerald-700: #047857; --color-emerald-800: #065f46; --color-emerald-900: #064e3b; --color-green-50: #f0fdf4; --color-green-100: #dcfce7; --color-green-200: #bbf7d0; --color-green-300: #86efac; --color-green-400: #4ade80; --color-green-500: #22c55e; --color-green-600: #16a34a; --color-green-700: #15803d; --color-green-800: #166534; --color-green-900: #14532d; --color-lime-50: #f7fee7; --color-lime-100: #ecfccb; --color-lime-200: #d9f99d; --color-lime-300: #bef264; --color-lime-400: #a3e635; --color-lime-500: #84cc16; --color-lime-600: #65a30d; --color-lime-700: #4d7c0f; --color-lime-800: #3f6212; --color-lime-900: #365314; --color-yellow-50: #fefce8; --color-yellow-100: #fef9c3; --color-yellow-200: #fef08a; --color-yellow-300: #fde047; --color-yellow-400: #facc15; --color-yellow-500: #eab308; --color-yellow-600: #ca8a04; --color-yellow-700: #a16207; --color-yellow-800: #854d0e; --color-yellow-900: #713f12; --color-amber-50: #fffbeb; --color-amber-100: #fef3c7; --color-amber-200: #fde68a; --color-amber-300: #fcd34d; --color-amber-400: #fbbf24; --color-amber-500: #f59e0b; --color-amber-600: #d97706; --color-amber-700: #b45309; --color-amber-800: #92400e; --color-amber-900: #78350f; --color-orange-50: #fff7ed; --color-orange-100: #ffedd5; --color-orange-200: #fed7aa; --color-orange-300: #fdba74; --color-orange-400: #fb923c; --color-orange-500: #f97316; --color-orange-600: #ea580c; --color-orange-700: #c2410c; --color-orange-800: #9a3412; --color-orange-900: #7c2d12; --color-red-50: #fef2f2; --color-red-100: #fee2e2; --color-red-200: #fecaca; --color-red-300: #fca5a5; --color-red-400: #f87171; --color-red-500: #ef4444; --color-red-600: #dc2626; --color-red-700: #b91c1c; --color-red-800: #991b1b; --color-red-900: #7f1d1d; --color-red-dozuki: #dd4124; --color-gray-50: #f9fafb; --color-gray-100: #f3f4f6; --color-gray-200: #e5e7eb; --color-gray-300: #d1d5db; --color-gray-400: #9ca3af; --color-gray-500: #6b7280; --color-gray-600: #4b5563; --color-gray-700: #374151; --color-gray-800: #1f2937; --color-gray-900: #111827; --space-0: 0; --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px; --space-5: 24px; --space-6: 32px; --space-7: 40px; --space-8: 48px; --space-9: 64px; --space-10: 80px; --space-11: 96px; --space-12: 112px; --space-13: 128px; --font-family-arial-black: "Arial Black", "Arial Bold", Gadget, sans-serif; --font-family-lato: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --font-family-mono: "Roboto Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace; --font-family-mono-system: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace; --font-family-sans-system: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --font-family-serif-system: Georgia, serif; --font-size-sm: 0.86rem; --font-size-md: 1rem; --font-size-lg: 1.14rem; --font-size-xl: 1.285rem; --font-size-2xl: 1.43rem; --font-size-3xl: 1.715rem; --font-size-4xl: 2.14rem; --font-size-5xl: 2.57rem; --font-size-6xl: 3.43rem; --font-size-7xl: 4rem; --font-size-8xl: 4.57rem; --font-size-9xl: 5.14rem; --font-weight-normal: 400; --font-weight-semi-bold: 600; --font-weight-bold: 700; --line-height-none: 1; --line-height-base: 1.142857143; --line-height-tight: 1.25; --line-height-normal: 1.42857; --line-height-loose: 2; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 1028px; --breakpoint-xl: 1280px; --breakpoint-2xl: 1536px; --min-breakpoint-sm: @media (min-width: 576px); --min-breakpoint-md: @media (min-width: 768px); --min-breakpoint-lg: @media (min-width: 1028px); --min-breakpoint-xl: @media (min-width: 1280px); --min-breakpoint-2xl: @media (min-width: 1536px); --shadow-0: 0 0 1px rgba(17, 22, 26, 0.2); --shadow-1: 0 1px 2px rgba(17, 22, 26, 0.1), 0 2px 4px rgba(17, 22, 26, 0.1); --shadow-2: 0 1px 2px rgba(17, 22, 26, 0.1), 0 4px 8px rgba(17, 22, 26, 0.1); --shadow-3: 0 2px 4px rgba(17, 22, 26, 0.1), 0 8px 16px rgba(17, 22, 26, 0.2); --shadow-4: 0 4px 8px rgba(17, 22, 26, 0.1), 0 16px 32px rgba(17, 22, 26, 0.2); --border-radius-sm: 2px; --border-radius-md: 4px; --border-radius-lg: 8px; --border-radius-xl: 16px; --border-radius-pill: 999em; } h1 { font-size: 26px; line-height: 38px; margin: 0 0 10px; min-height: 38px; } @media only screen and (max-width: 575px) { h1 { font-size: 18px; line-height: 30px; min-height: 30px; } } h2 { border-bottom: 0; color: #212426; font-size: 24px; margin: 0 0 18px; padding: 0; } @media only screen and (max-width: 575px) { h2 { font-size: 18px; } } h3 { color: #212426; font-size: 16px; margin: 0; } .guide-all-metadata { display: flex; flex-wrap: wrap; -ms-flex-wrap: wrap; margin-bottom: 50px; } @media only screen and (max-width: 575px) { .guide-all-metadata { flex-direction: column; flex-wrap: nowrap; -ms-flex-wrap: none; margin-bottom: 0; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .guide-all-metadata { -ms-align-items: center; align-items: center; flex-direction: column; flex-wrap: nowrap; -ms-flex-wrap: none; } } @media only screen and (min-width: 576px) { .is-teardown .guide-all-metadata > .guide-title-container { display: none; } } .guide-metadata { flex: 0 1 auto; width: 100%; } .guide-title-container { margin-bottom: 40px; } @media only screen and (min-width: 576px) and (max-width: 1000px) { .guide-title-container { margin-top: 30px; } } @media only screen and (max-width: 575px) { .guide-title-container { margin: 10px 0; padding: 16px; } } @media only screen and (max-width: 1000px) { .responsive.fullWidth #contentFloat { padding: 0 16px; } } .statusNotice { -webkit-text-size-adjust: none; } @media only screen and (max-width: 575px) { .statusNotice { padding: 16px; } } .is-teardown .guide-title-container { -ms-order: -3; order: -3; z-index: 2; } .is-teardown .guide-main-image-container { -ms-order: -2; order: -2; z-index: 1; } @media only screen and (max-width: 575px) { .is-teardown .guide-title-container { -ms-order: 0; order: 0; z-index: 2; } .guide-main-image-container { -ms-order: -2; order: -2; z-index: 1; } } .guide-title-container { text-align: center; } .guide-title-subtext { color: #6b7484; font-size: 14px; margin-bottom: 10px; padding-top: 10px; } .guide-title-subtext .guide-other-contributors { color: #6b7484; } .stats-container { color: #6b7484; list-style-type: none; padding: 0; } .stats-container li { display: inline-block; margin: 0 15px; } .stats-container .fa { margin-right: 8px; position: relative; top: 0.1em; vertical-align: baseline; } .stats-container .favorites-count [class*="svg-icon"] { color: #eab308; } .stats-container .comments-count [class*="svg-icon"] { color: #3b82f6; } .stats-container [class*="svg-icon"] { display: inline-block; margin-right: 8px; vertical-align: middle; } .stats-container .views-count .fa { color: #22c55e; } .stats-container .stats-value { color: #212426; } .is-teardown .stats-container .comments-count [class*="svg-icon"] { color: #9dc0fa; } .is-teardown .guide-title-container .guide-title-subtext, .is-teardown .guide-title-container .guide-title-subtext a, .is-teardown .guide-title-container .stats-container, .is-teardown .guide-title-container .stats-container .stats-value, .is-teardown .guide-title-container h1 { color: #fff; } .is-teardown .guide-title-container h1 { font-size: 36px; line-height: 48px; text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); } @media only screen and (max-width: 575px) { .is-teardown .guide-title-container h1 { color: #212426; font-size: 24px; font-weight: 510; line-height: 30px; margin-bottom: 0; text-shadow: 0 0 #000; } } .is-teardown .guide-title-container .guide-title-subtext { font-weight: 700; padding: 0; } @media only screen and (max-width: 575px) { .is-teardown .guide-title-container .guide-title-subtext { color: #6b7484; font-size: 14px; font-weight: 400; margin-bottom: 0; padding: 0; } .is-teardown .guide-title-container .guide-title-subtext a { color: #6b7484; font-size: 14px; padding: 0; } } .is-teardown .guide-title-container .guide-author { padding: 0; } .introduction-container { font-size: 16px; margin: 50px 0; } .introduction-container p { font-size: 16px; } @media only screen and (max-width: 575px) { .introduction-container { margin: 30px 0; } } .guide-main-image-container { border-radius: 4px; flex: 0 1 auto; height: 290px; margin-right: 20px; overflow: hidden; position: relative; width: 405px; z-index: 1; } .guide-main-image-container:after { border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 4px; bottom: 0; content: ""; display: block; left: 0; position: absolute; right: 0; top: 0; z-index: 4; } @media only screen and (min-width: 576px) and (max-width: 767px) { .guide-main-image-container { margin: 0 10px 20px; } } @media only screen and (max-width: 575px) { .guide-main-image-container { border-radius: 0; display: none; width: 100%; } .guide-main-image-container:after { display: none; } } .guide-main-image { -ms-align-items: center; align-items: center; background-color: #f2f2f2; background-position: 50%; background-size: cover; bottom: 0; display: flex; height: 100%; left: 0; overflow: hidden; position: absolute; right: 0; top: 0; z-index: 1; } @media only screen and (max-width: 575px) { .guide-main-image { bottom: 50px; display: none; left: -10px; overflow: hidden; padding-top: 60px; right: -10px; top: -10px; } } .guide-main-image-banner { left: 0; position: absolute; right: 0; text-align: left; top: 0; width: fit-content; z-index: 3; } .guide-main-image-banner p { -ms-align-items: center; align-items: center; background-color: #3b82f6; border-bottom-right-radius: 4px; border-top-left-radius: 4px; color: #fff; display: inline-flex; font-size: 13px; font-weight: 700; -ms-gap: 8px; -webkit-gap: 8px; gap: 8px; height: 41px; letter-spacing: 1px; margin: 0; padding: 10px 15px; text-transform: uppercase; } .is-teardown .guide-main-image-container { background-color: #000; height: auto; margin: 0; width: 100%; } @media only screen and (max-width: 575px) { .is-teardown .guide-main-image-container { display: none; } } @media (min-width: 768px) { .is-teardown .guide-main-image-container { margin-top: 32px; } } .is-teardown .guide-main-image-banner { text-align: center; } .is-teardown .guide-main-image-banner p { border-bottom-left-radius: 4px; border-top-left-radius: 0; } .is-teardown .guide-main-image { bottom: 0; left: 0; position: relative; right: 0; top: 0; } @media only screen and (max-width: 575px) { .is-teardown .guide-main-image { background-clip: content-box; margin: -10px; padding-bottom: 60px; padding-top: 10px; } } .is-teardown .guide-title-container { display: inline-block; margin-bottom: 0; margin-top: 40px; padding: 40px; vertical-align: middle; white-space: normal; } @media only screen and (max-width: 575px) { .is-teardown .guide-title-container { margin-top: 0; padding: 6px 0 0; text-align: left; } } .is-teardown .teardown-image-overlay { background-color: rgba(0, 0, 0, 0.6); min-height: 350px; text-align: center; white-space: nowrap; width: 100%; } .is-teardown .teardown-image-overlay:before { content: ""; display: inline-block; height: 350px; vertical-align: middle; } @media only screen and (max-width: 575px) { .is-teardown .teardown-image-overlay { min-height: 150px; } .is-teardown .teardown-image-overlay:before { display: none; } .comments-button-container .divider-content { flex: 2 0 20px; } .comments-button-container .add-comment-button-container { flex: 1 0 20px; margin-left: 20px; } } .add-comment-button { white-space: nowrap; } .comments-container { height: auto; opacity: 1; } .comments-container.closed { height: 0; opacity: 0; } .step-comments { border: 0; margin-bottom: 40px; } .step-comments .comments-header { border-top: 0; padding: 0; } .step-comments { -webkit-text-size-adjust: none; } .step-comments .add-comment-form { margin-left: 20px; margin-right: 20px; margin-top: 20px; } @media only screen and (max-width: 575px) { .step-comments .add-comment-form { margin-left: 0; margin-right: 0; } } .step-comments .formBody { background-color: transparent; padding: 0; } .guide-comments-container .maxCharacters, .step-comments .maxCharacters { float: left; } .steps-container { padding-inline-start: 0; } @media only screen and (max-width: 1000px) { .steps-container { padding: 0 0 16px; } } .steps-container li { display: block; } .step { display: flex; flex-direction: column; } .step .row { margin-bottom: 16px; } @media only screen and (max-width: 575px) { .step .step-container { margin-bottom: 0; } } .step-title { border: 0; font-size: 24px; font-weight: 400; margin-bottom: 0; position: relative; } @media only screen and (max-width: 575px) { .step-title { font-size: 18px; margin-top: 16px; } } @media only screen and (max-width: 1000px) { .step-title { margin-top: 16px; } } .step-title a, .step-title strong { color: #212426; text-decoration: none; } .step-title strong { font-weight: 700; } .step-title .stepTitleTitle { margin-left: 16px; } .step-edit-link { height: 0; opacity: 0; -ms-order: -1; order: -1; visibility: hidden; z-index: 1; } .step-edit-link .button { float: right; } .step-container { -ms-flex-align: start; -ms-flex-pack: justify; -ms-align-items: flex-start; align-items: flex-start; flex-wrap: nowrap; -ms-flex-wrap: none; -ms-justify-content: space-between; justify-content: space-between; } .step-container .step-content { max-width: 600px; width: 100%; } @media not (-ms-high-contrast: none) { .step-container > div { flex: 50%; } } .step-container img.stepImage { background: url(https://assets.cdn.ifixit.com/static/images/modal/spinner.gif) no-repeat; background-position: 50%; } .step-container .stepImageContainer { min-height: 444px; width: 100%; } @media only screen and (max-width: 575px) { .step-container .stepImageContainer { min-height: calc(75vw - 30px); } } @media only screen and (min-width: 576px) and (max-width: 1000px) { .step-container .stepImageContainer { min-height: calc(37.5vw - 30px); } } @media only screen and (max-width: 575px) { .step-container { flex-direction: column; } .step-thumbnails { -ms-justify-content: center; justify-content: center; } .step-thumbnails .step-thumbnail:not(:last-child) { margin-right: 20px; } } .step-thumbnail { box-shadow: 0 0 0 0 transparent; flex: 0 1 186px; } @media only screen and (max-width: 575px) { .step-thumbnail { -ms-flex-pack: justify; -ms-align-items: center; align-items: center; -ms-justify-content: space-between; justify-content: space-between; } } .step-thumbnail img { border-radius: 4px; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15); object-fit: cover; opacity: 0.7; width: 100%; } .step-thumbnail.active { transform: translateY(-4px); } @media only screen and (max-width: 575px) { .step-thumbnail.active { transform: translateY(0); } } .step-thumbnail.active img { box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); opacity: 1; } @media only screen and (max-width: 575px) { .step-thumbnail.active img { box-shadow: 0 0 2px rgba(0, 0, 0, 0.75); } } .step-main-media { -ms-flex-grow: 2; flex-grow: 2; max-width: 593px; position: relative; } @media only screen and (min-width: 576px) and (max-width: 1000px) { .step-main-media { -ms-flex-grow: 1; flex-grow: 1; max-width: 50vw; } } .step-main-media .stepImage { height: auto; left: 0; position: absolute; top: 0; visibility: hidden; } .step-main-media .stepImage.visible { position: static; visibility: visible; } .step-main-media > img { border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 4px; display: block; max-height: 444px; max-width: 593px; z-index: 1; } @media only screen and (max-width: 575px) { .step-main-media > img { max-width: 100%; } } @media only screen and (min-width: 576px) and (max-width: 1000px) { .step-main-media > img { max-width: 100%; } } @media only screen and (max-width: 575px) { .step-main-media { flex: 0 0 auto; margin-bottom: 20px; } } @media only screen and (max-width: 1000px) { .step-content { margin-bottom: 0; } } li.level-1 { margin-left: 28px; } .step-lines { list-style: none; margin: 0; padding: 0; } .step-lines li { margin-bottom: 20px; position: relative; } .step-lines .bullet { font-size: 10px; left: 3px; position: absolute; top: 5px; } .step-lines p { text-wrap: pretty; font-size: 16px; line-height: 22px; margin: 0; max-width: 55ch; padding: 0 2px 0 26px; } @media only screen and (min-width: 576px) and (max-width: 1000px) { .step-lines p { padding: 0 20px 0 26px; } } .step-wrapper { display: flex; flex-direction: column; } @media only screen and (min-width: 1001px) { .step-wrapper { margin-top: 40px; } } .step-wrapper .add-comment-button { color: #6b7280; font-size: 14px; } .step-wrapper .add-comment-button [class*="svg-icon"] { margin-right: 8px; opacity: 1; } #embedBox { padding: 0 20px 20px; } #embedBox h3 { color: #212426; font-size: 18px; margin: 16px 0 12px; } #embedBox .button-container { margin: 24px 0; } #embedBox textarea { font-size: 16px; height: 60px; width: 100%; } .credit-author-team-container h4 a { font-weight: 700; } .credit-author-team-container a { color: inherit; } .credit-author-team-container div.team-container h4 a { color: #d4d7dd; } .bullet { font-size: 12px; height: 12px; line-height: 12px; width: 12px; } .bullet_black { color: #212426; } .bullet_red { color: #c1280b; } .bullet_orange { color: #ff9024; } .bullet_yellow { color: #f3e00e; } .bullet_green { color: #16dc81; } .bullet_blue { color: #2343e8; } .bullet_light_blue { color: #15a1d6; } .bullet_violet { color: #dc54b7; } :where(.component-GuideTopComponent) { width: 100%; } .statusNotice, .statusNotice a, .statusNotice strong { color: #111827; } .statusNotice.inPage { margin-top: 16px; } @media only screen and (max-width: 575px) { .statusNotice.inPage { margin-top: 0; } } .skip-to-content { height: 1px; left: -999px; overflow: hidden; position: absolute; top: auto; width: 1px; z-index: -999; .skip-to-content:active, .skip-to-content:focus { background-color: #000; color: #fff; font-size: 36px; height: auto; left: 0; margin: 5px; overflow: auto; padding: 5px; text-align: center; top: 0; width: auto; z-index: 999; } } * { box-sizing: border-box; } body, html { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Noto Sans, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji; margin: 0; padding: 0; position: relative; text-rendering: optimizeSpeed; } /*! File: Shared/prosemirror.less */ .ProseMirror-menubar-wrapper .ProseMirror { background: #fff; border: 1px solid #d1d5db; border-radius: 4px; color: #1f2937; line-height: 1.2; margin-top: 8px; min-height: 120px; outline: 0 solid transparent; padding: 12px 16px; } .ProseMirror-menubar-wrapper .ProseMirror .widget-container { display: inline-block; left: 20%; min-width: fit-content; min-width: 350px; position: absolute; user-select: none; width: 60%; z-index: 10; } .ProseMirror-menubar-wrapper .ProseMirror .widget-container .prosemirror-link-editor { background-color: #f9fafb; border: 1px solid #a8b4c4; border-radius: 2px; box-shadow: 0 -5px 15px 10px rgba(0, 3, 6, 0.07); margin-top: -115px; padding: 10px; } .ProseMirror-menubar-wrapper .ProseMirror .widget-container input { border: 1px solid #d1d5db; border-radius: 4px; bottom: 0.75em; color: rgba(0, 3, 6, 0.74); font-size: 12px; left: -133px; padding: 5px; visibility: hidden; width: 100%; } .ProseMirror-menubar-wrapper .ProseMirror .widget-container .link-edit-buttongroup { -ms-flex-pack: end; display: flex; flex-direction: row; -ms-justify-content: flex-end; justify-content: flex-end; } .ProseMirror-menubar-wrapper .ProseMirror .widget-container .link-edit-buttongroup .link-edit-button { margin: 15px 5px 5px; white-space: nowrap; } .ProseMirror-menubar { align-items: center; background-color: #f9fafb; border: 1px solid #e5e7eb; border-top-left-radius: inherit; border-top-right-radius: inherit; border-radius: 4px; box-sizing: border-box; display: flex; flex-wrap: wrap; font-size: 1.14rem; left: 0; line-height: 0; outline-style: none; overflow: visible; padding: 6px 8px; position: relative; right: 0; top: 0; z-index: 10; } .ProseMirror-menubar .ProseMirror-menuseparator { border: 1px solid #e5e7eb; display: inline-block; height: 24px; margin: 0 8px; } .ProseMirror-menuitem { display: inline-block; line-height: 0; margin: 0 8px; } .ProseMirror-icon { cursor: pointer; display: inline-block; line-height: 0; position: relative; } .ProseMirror-icon .tooltiptext { background-color: #000; border-radius: 4px; border-style: none; bottom: 120%; color: #fff; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Noto Sans, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji; font-size: 16px; left: -1px; opacity: 0; padding: 5px 10px; pointer-events: none; position: absolute; text-align: center; white-space: nowrap; } @media only screen and (max-width: 575px) { .ProseMirror-icon .tooltiptext { display: none; } } .ProseMirror-icon .tooltiptext:after { border: 6px solid transparent; border-top-color: #000; content: " "; left: 15px; margin-left: -6px; position: absolute; top: 100%; } .ProseMirror-icon .flipped-tooltip { bottom: -220%; } .ProseMirror-icon .flipped-tooltip:after { border-color: transparent transparent #000; top: -35%; } .ProseMirror-icon:hover .tooltiptext { opacity: 1; transition: opacity 0.2s ease 0.2s; } .ProseMirror-icon svg { height: 1em; } .ProseMirror-icon span { vertical-align: text-top; } .ProseMirror-icon-reverse > svg { transform: scaleX(-1); } .ProseMirror-icon, .ProseMirror-menu-dropdown { color: #6b7280; } .menubar-header { color: #212426; font-size: 26px; font-weight: 700; } .menubar-subheader { color: #4b5563; font-size: 1.43rem; font-weight: 600; } .menubar-code { font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, monospace; } .tooltiptext { color: #6b7280; font-size: 16px; font-weight: 400; } .ProseMirror-menu-disabled { color: #d1d5db; } .ProseMirror-menu-disabled.ProseMirror-icon { cursor: default; } .ProseMirror-menu-active { background-color: rgba(0, 3, 6, 0.07); border-radius: 4px; } .prosemirror { outline-style: none; position: relative; } .ProseMirror-textblock-dropdown { min-width: 3em; } .ProseMirror-menu { line-height: 1; margin: 0 -4px; } .ProseMirror-tooltip .ProseMirror-menu { white-space: pre; width: fit-content; } .ProseMirror-menu-dropdown, .ProseMirror-menu-dropdown-menu { font-size: 90%; white-space: nowrap; } .ProseMirror-menu-dropdown { cursor: pointer; display: flex; padding-right: 16px; position: relative; } .ProseMirror-menu-dropdown svg { margin-right: 4px; } .ProseMirror-menu-dropdown:after { border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid; content: ""; position: absolute; right: 4px; top: 38%; } .ProseMirror-menu-dropdown-wrap { display: inline-block; position: relative; } .ProseMirror-menu-dropdown-menu, .ProseMirror-menu-submenu { background: #fff; border: 1px solid #aaa; color: #666; padding: 2px; position: absolute; } .ProseMirror-menu-dropdown-menu { min-width: 6em; z-index: 15; } .ProseMirror-menu-dropdown-item { cursor: pointer; padding: 2px 8px 2px 4px; } .ProseMirror-menu-dropdown-item:hover { background: #f2f2f2; } .ProseMirror-menu-submenu-wrap { margin-right: -4px; position: relative; } .ProseMirror-menu-submenu-label:after { border-bottom: 4px solid transparent; border-left: 4px solid; border-top: 4px solid transparent; color: rgba(0, 0, 0, 0.6); content: ""; position: absolute; right: 4px; top: 46%; } .ProseMirror-menu-submenu { display: none; left: 100%; min-width: 4em; top: -3px; } .ProseMirror-menu-submenu-wrap-active .ProseMirror-menu-submenu, .ProseMirror-menu-submenu-wrap:hover .ProseMirror-menu-submenu { display: block; } .ProseMirror { word-wrap: break-word; font-variant-ligatures: none; position: relative; white-space: pre-wrap; } .ProseMirror ol, .ProseMirror ul { padding-left: 30px; } .ProseMirror blockquote { border-left: 3px solid #eee; margin-left: 0; margin-right: 0; padding-left: 1em; } .ProseMirror p { font-size: 1.14rem; } .ProseMirror-hideselection ::selection { background: 0 0; } .ProseMirror-hideselection ::-moz-selection { background: 0 0; } .ProseMirror-selectednode { outline: 2px solid #8cf; } li.ProseMirror-selectednode { outline: 0; } li.ProseMirror-selectednode:after { border: 2px solid #8cf; bottom: -2px; content: ""; left: -32px; pointer-events: none; position: absolute; right: -2px; top: -2px; } .ProseMirror-example-setup-style hr { border: none; margin: 1em 0; padding: 2px 10px; } .ProseMirror-example-setup-style hr:after { background-color: silver; content: ""; display: block; height: 1px; line-height: 2px; } .ProseMirror-example-setup-style img { cursor: default; } .ProseMirror-prompt { background: #fff; border: 1px solid silver; border-radius: 3px; box-shadow: -0.5px 2px 5px rgba(0, 0, 0, 0.2); padding: 5px 10px 5px 15px; position: fixed; z-index: 11; } .ProseMirror-prompt h5 { color: #444; font-size: 100%; font-weight: 400; margin: 0; } .ProseMirror-prompt input[type="text"], .ProseMirror-prompt textarea { background: #eee; border: none; outline: 0; } .ProseMirror-prompt input[type="text"] { padding: 0 4px; } .ProseMirror-prompt-close { background: 0 0; border: none; color: #666; left: 2px; padding: 0; position: absolute; top: 1px; } .ProseMirror-prompt-close:after { content: "✕"; font-size: 12px; } .ProseMirror-invalid { background: #ffc; border: 1px solid #cc7; border-radius: 4px; min-width: 10em; padding: 5px 10px; position: absolute; } .ProseMirror-prompt-buttons { display: none; margin-top: 5px; } </style> </head> <body class="page-background-gradient responsive full-page-background fullWidth user-guide" data-reactroot> <!-- https://accessibility.oit.ncsu.edu/it-accessibility-at-nc-state/developers/accessibility-handbook/mouse-and-keyboard-events/skip-to-main-content/ --> <style> .skip-to-content { left: -999px; position: absolute; top: auto; width: 1px; height: 1px; overflow: hidden; z-index: -999; .skip-to-content:focus, .skip-to-content:active { color: white; background-color: black; left: 0; top: 0; width: auto; height: auto; overflow: auto; padding: 5px; margin: 5px; text-align: center; font-size: 36px; z-index: 999; } } </style> <a href="#content" class="skip-to-content "> Skip to main content</a> <div id="notifications" style="display:none;"> <div class="close"><i class="fa fa-times " ></i></div> </div> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-59NVBFN" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- Piwik Pro Script --> <script type="text/javascript"> (function(window, document, dataLayerName, id) { window[dataLayerName]=window[dataLayerName]||[],window[dataLayerName].push({start:(new Date).getTime(),event:"stg.start"});var scripts=document.getElementsByTagName('script')[0],tags=document.createElement('script'); function stgCreateCookie(a,b,c){var d="";if(c){var e=new Date;e.setTime(e.getTime()+24*c*60*60*1e3),d="; expires="+e.toUTCString();f="; SameSite=Strict"}document.cookie=a+"="+b+d+f+"; path=/"} var isStgDebug=(window.location.href.match("stg_debug")||document.cookie.match("stg_debug"))&&!window.location.href.match("stg_disable_debug");stgCreateCookie("stg_debug",isStgDebug?1:"",isStgDebug?14:-1); var qP=[];dataLayerName!=="dataLayer"&&qP.push("data_layer_name="+dataLayerName),isStgDebug&&qP.push("stg_debug");var qPString=qP.length>0?("?"+qP.join("&")):""; tags.async=!0,tags.src='https://ifixit.containers.piwik.pro/'+id+".js"+qPString,scripts.parentNode.insertBefore(tags,scripts); !function(a,n,i){a[n]=a[n]||{};for(var c=0;c<i.length;c++)!function(i){a[n][i]=a[n][i]||{},a[n][i].api=a[n][i].api||function(){var a=[].slice.call(arguments,0);"string"==typeof a[0]&&window[dataLayerName].push({event:n+"."+i+":"+a[0],parameters:[].slice.call(arguments,1)})}}(i[c])}(window,"ppms",["tm","cm"]); })(window, document, 'pproDataLayer', '6bf6bc54-82ca-4321-8620-b12d5c9b57b6'); var _paq = window._paq = window._paq || []; _paq.push(['setCustomDimensionValue', 1, 'ifixit-us']); _paq.push(['setCustomDimensionValue', 2, 'EN']); if('' !== '') { const privilege = ''.replace('&', '&'); _paq.push(['setCustomDimensionValue', 3, privilege]); } </script> <!-- End Piwik Pro Script --> <div id="background"> <div class="react-component component-PopupModal" data-reactroot data-name="PopupModal" data-props="[]"> </div> <div class="react-component component-Header" data-reactroot data-name="Header" data-props="{"isOnCart":false,"links":[{"title":"Fix Your Stuff","url":"\/Guide","sublinks":[{"title":"Repair Guides","description":"Learn how to fix just about anything with our step-by-step guides.","url":"\/Guide"},{"title":"Answers Forum","description":"Share solutions and get help from a friend.","url":"\/Answers"},{"title":"Teardowns","description":"Get a sneak peek inside the latest gadgets.","url":"\/Teardown"},{"title":"News","description":"Your destination for tech repair news.","url":"\/News"}]},{"title":"Community","url":"\/Community","sublinks":[{"title":"Get Involved","description":"Help teach people to make their stuff work again.","url":"\/Community"},{"title":"Right to Repair","description":"Learn about the Right to Repair movement and how to be an advocate.","url":"\/Right-to-Repair"},{"title":"Repairability","description":"Learn why fixable products make sense.","url":"\/repairability"},{"title":"Our Manifesto","description":"Join the repair revolution!","url":"\/Manifesto"}]},{"title":"Store","url":"https:\/\/www.ifixit.com\/Store","hasStoreDropdown":true,"sublinks":[{"title":"Featured","description":"Quality parts and tools backed by our lifetime guarantee.","url":"https:\/\/www.ifixit.com\/Store"},{"title":"Tools","description":"Shop our wide selection of precision tools.","url":"https:\/\/www.ifixit.com\/Tools"},{"title":"Parts","description":"Shop parts backed by our quality guarantee.","url":"https:\/\/www.ifixit.com\/Parts"},{"title":"Merch","description":"Show your love for iFixit with shirts, posters and more.","url":"https:\/\/www.ifixit.com\/Tools\/iFixit_Gear"}]}],"stores":[{"name":"United States","storeCode":"us","currency":"USD","isDisplayStore":true},{"name":"Australia","storeCode":"au","currency":"AUD","isDisplayStore":false},{"name":"Canada","storeCode":"ca","currency":"CAD","isDisplayStore":false},{"name":"Germany","storeCode":"de","currency":"EUR","isDisplayStore":false},{"name":"France","storeCode":"fr","currency":"EUR","isDisplayStore":false},{"name":"United Kingdom","storeCode":"uk","currency":"GBP","isDisplayStore":false},{"name":"Europe","storeCode":"eu","currency":"EUR","isDisplayStore":false}],"dropdowns":{"languageDropdown":{"languages":[{"name":"German","autoglottonym":"Deutsch","currency":"DEM","locale":"de_DE","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/ba\/Flag_of_Germany.svg\/16px-Flag_of_Germany.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/ba\/Flag_of_Germany.svg\/32px-Flag_of_Germany.svg.png","isoCode":"DE","isSelected":false},{"name":"English","autoglottonym":"English","currency":"USD","locale":"en_US","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/a\/a4\/Flag_of_the_United_States.svg\/16px-Flag_of_the_United_States.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/a\/a4\/Flag_of_the_United_States.svg\/32px-Flag_of_the_United_States.svg.png","isSelected":true,"isoCode":"EN"},{"name":"Spanish","autoglottonym":"Espa\u00f1ol","currency":"MXN","locale":"es_MX","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/fc\/Flag_of_Mexico.svg\/16px-Flag_of_Mexico.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/fc\/Flag_of_Mexico.svg\/32px-Flag_of_Mexico.svg.png","isoCode":"ES","isSelected":false},{"name":"French","autoglottonym":"Fran\u00e7ais","currency":"EUR","locale":"fr_FR","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/c\/c3\/Flag_of_France.svg\/16px-Flag_of_France.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/c\/c3\/Flag_of_France.svg\/32px-Flag_of_France.svg.png","isoCode":"FR","isSelected":false},{"name":"Italian","autoglottonym":"Italiano","currency":"EUR","locale":"it_IT","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/03\/Flag_of_Italy.svg\/16px-Flag_of_Italy.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/03\/Flag_of_Italy.svg\/32px-Flag_of_Italy.svg.png","isoCode":"IT","isSelected":false},{"name":"Dutch","autoglottonym":"Nederlands","currency":"EUR","locale":"nl_NL","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/2\/20\/Flag_of_the_Netherlands.svg\/16px-Flag_of_the_Netherlands.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/2\/20\/Flag_of_the_Netherlands.svg\/32px-Flag_of_the_Netherlands.svg.png","isoCode":"NL","isSelected":false},{"name":"Portuguese","autoglottonym":"Portugu\u00eas","currency":"PP","locale":"pt_BR","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/05\/Flag_of_Brazil.svg\/16px-Flag_of_Brazil.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/05\/Flag_of_Brazil.svg\/32px-Flag_of_Brazil.svg.png","isoCode":"PT","isSelected":false},{"name":"Russian","autoglottonym":"P\u0443\u0441\u0441\u043a\u0438\u0439","currency":"RUR","locale":"ru_RU","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/f3\/Flag_of_Russia.svg\/16px-Flag_of_Russia.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/f3\/Flag_of_Russia.svg\/32px-Flag_of_Russia.svg.png","isoCode":"RU","isSelected":false},{"name":"Turkish","autoglottonym":"T\u00fcrk\u00e7e","currency":"TRY","locale":"tr_TR","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b4\/Flag_of_Turkey.svg\/16px-Flag_of_Turkey.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b4\/Flag_of_Turkey.svg\/32px-Flag_of_Turkey.svg.png","isoCode":"TR","isSelected":false},{"name":"Chinese","autoglottonym":"\u4e2d\u6587","currency":"HKD","locale":"zh_CN","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/fa\/Flag_of_the_People%27s_Republic_of_China.svg\/16px-Flag_of_the_People%27s_Republic_of_China.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/fa\/Flag_of_the_People%27s_Republic_of_China.svg\/32px-Flag_of_the_People%27s_Republic_of_China.svg.png","isoCode":"ZH","isSelected":false},{"name":"Japanese","autoglottonym":"\u65e5\u672c\u8a9e","currency":"JPY","locale":"ja_JP","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/9\/9e\/Flag_of_Japan.svg\/16px-Flag_of_Japan.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/9\/9e\/Flag_of_Japan.svg\/32px-Flag_of_Japan.svg.png","isoCode":"JP","isSelected":false},{"name":"Korean","autoglottonym":"\ud55c\uad6d\uc5b4","currency":"KRW","locale":"ko_KR","png16":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/09\/Flag_of_South_Korea.svg\/16px-Flag_of_South_Korea.svg.png","png32":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/09\/Flag_of_South_Korea.svg\/32px-Flag_of_South_Korea.svg.png","isoCode":"KO","isSelected":false}],"translationPreferencesUrl":"\/api\/2.0\/user\/setLanguagePreferences"},"userInfo":null,"shopifyStore":{"currencyCode":"USD","storeCode":"us","shopDomain":"ifixit-us.myshopify.com","storefrontAccessToken":"db3099692534a56ecec7b974a329d302","cartUrl":"https:\/\/www.ifixit.com\/cart","storeUrl":"https:\/\/www.ifixit.com\/Store"},"cartDrawer":{"flagCountryCode":"US","locale":"en-us"},"user":{"priceTiers":null}}}"> <style> * { -webkit-box-sizing: border-box; box-sizing: border-box; } html, body { margin: 0; padding: 0; text-rendering: optimizeSpeed; position: relative; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; } .header-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 68px; background: #11161A; } .header-container { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; width: 1400px; padding: 0 12px; } .header-left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all 0.25s; -o-transition: all 0.25s; transition: all 0.25s; } .header-space { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .logo-container { display: -webkit-box; display: -ms-flexbox; display: flex; margin-inline: 16px; } .headings-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; height: 100%; } .headings-container a.heading { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 24px; color: white; font-size: 14px; font-weight: 600; text-decoration: none; margin: 0; } .menu-icon { display: none; } @media only screen and (max-width: 374px) { .logo-container { margin-inline: 12px; } } @media only screen and (max-width: 999px) { .header-container { padding-left: 12px; } .headings-container { display: none; } .menu-icon { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-negative: 0; flex-shrink: 0; padding: 6px; } } @media only screen and (min-width: 1440px) { .header-container { padding: 0; } } </style> <div class="header-wrapper"> <div class="header-container"> <div class="header-left"> <div class="menu-icon"> <span class="svg-container" style="width: 24px; height: 24px; display: inline-flex;"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#D2DADF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"><line x1="4" y1="12" x2="20" y2="12" class="middle"></line><line x1="4" y1="6" x2="20" y2="6" class="top"></line><line x1="4" y1="18" x2="20" y2="18" class="bottom"></line></svg></span> </div> <div class="logo-container"> <span class="svg-container" style="width: 118px; height: 36px; display: inline-flex;"><svg width="118" height="36" viewBox="0 0 118 36" fill="none" xmlns="http://www.w3.org/2000/svg" focusable="false" style="display: block" > <path fillRule="evenodd" clipRule="evenodd" d="M108.185 13.1401H104.585C103.636 13.1401 102.858 12.3534 102.858 11.3942C102.858 10.4357 103.636 9.64859 104.585 9.64859H115.53C116.479 9.64859 117.257 10.4357 117.257 11.3942C117.257 12.3534 116.479 13.1401 115.53 13.1401H111.93V25.1143C111.93 26.1717 111.103 27.0077 110.057 27.0077C109.012 27.0077 108.185 26.1717 108.185 25.1143V13.1401Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M96.2178 11.3942C96.2178 10.3372 97.0448 9.50126 98.0906 9.50126C99.1364 9.50126 99.9634 10.3372 99.9634 11.3942V25.1143C99.9634 26.1717 99.1364 27.0077 98.0906 27.0077C97.0448 27.0077 96.2178 26.1717 96.2178 25.1143V11.3942Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M86.7676 18.3556L92.1018 12.9633C92.8473 12.2101 92.8473 10.9884 92.1018 10.2348C91.3566 9.48139 90.1478 9.48139 89.4027 10.2348L84.0685 15.6271L78.7343 10.2348C77.989 9.48139 76.7807 9.48139 76.0352 10.2348C75.2897 10.9884 75.2897 12.2099 76.0352 12.9633L81.3694 18.3556L76.0352 23.7477C75.2897 24.5011 75.2897 25.7228 76.0352 26.4764C76.4079 26.8532 76.8962 27.0414 77.3849 27.0414C77.8731 27.0414 78.3618 26.8532 78.7343 26.4764L84.0685 21.0841L89.4025 26.4764C89.7755 26.8532 90.2635 27.0414 90.7522 27.0414C91.2406 27.0414 91.7293 26.8532 92.1018 26.4764C92.8471 25.7228 92.8471 24.5011 92.1018 23.7477L86.7676 18.3556Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M68.1737 11.3942C68.1737 10.3372 69.0006 9.50126 70.0462 9.50126C71.0923 9.50126 71.9193 10.3372 71.9193 11.3942V25.1143C71.9193 26.1717 71.0923 27.0077 70.0462 27.0077C69.0006 27.0077 68.1737 26.1717 68.1737 25.1143V11.3942Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M52.0474 11.542C52.0474 10.4846 52.8746 9.64859 53.9206 9.64859H63.4551C64.4038 9.64859 65.1577 10.4109 65.1577 11.3697C65.1577 12.3287 64.4038 13.091 63.4551 13.091H55.7934V16.7544H62.3607C63.3091 16.7544 64.0628 17.5167 64.0628 18.4755C64.0628 19.4347 63.3091 20.1966 62.3607 20.1966H55.7934V25.1143C55.7934 26.1717 54.9662 27.0077 53.9206 27.0077C52.8746 27.0077 52.0474 26.1717 52.0474 25.1143V11.542Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M44.0456 11.3942C44.0456 10.3372 44.8726 9.50126 45.9182 9.50126C46.9642 9.50126 47.791 10.3372 47.791 11.3942V25.1143C47.791 26.1717 46.9642 27.0077 45.9182 27.0077C44.8726 27.0077 44.0456 26.1717 44.0456 25.1143V11.3942Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M22.7682 18.7576L26.2886 23.4561C26.5805 23.8461 26.5971 24.4944 26.3252 24.8986L26.1472 25.1625C25.8763 25.5659 25.3313 26.1268 24.9369 26.4092L24.5136 26.7101C24.1199 26.9919 23.4821 26.9816 23.0977 26.6865L18.4482 23.1233C18.0638 22.8282 17.4338 22.8282 17.0491 23.1233L12.3999 26.6865C12.015 26.9816 11.3739 26.9961 10.9773 26.7202L10.67 26.507C10.2731 26.2295 9.72042 25.6753 9.44417 25.2755L9.17896 24.8911C8.90271 24.4919 8.91463 23.8461 9.20524 23.4561L12.7305 18.7554C13.0211 18.3652 13.0211 17.7294 12.7305 17.3397L9.20524 12.6376C8.91463 12.2476 8.90359 11.6041 9.18205 11.2052L9.48171 10.7772C9.75906 10.3783 10.314 9.8274 10.7132 9.55372L10.9749 9.3738C11.3739 9.09878 12.015 9.11686 12.3999 9.41063L17.0491 12.974C17.4338 13.2689 18.0638 13.2689 18.4482 12.974L23.0977 9.41063C23.4821 9.11686 24.1364 9.07757 24.5533 9.3258L25.0396 9.61622C25.4563 9.86423 25.988 10.4172 26.2223 10.8442L26.3937 11.1569C26.6269 11.5829 26.5805 12.251 26.2886 12.641L22.7682 17.3419C22.4763 17.7317 22.4763 18.3688 22.7682 18.7576ZM17.8061 -2.79848e-09C7.97194 -2.79848e-09 -1.14211e-09 8.05854 -1.14211e-09 17.9989C-1.14211e-09 27.9404 7.97194 36 17.8061 36C27.6404 36 35.6124 27.9404 35.6124 17.9989C35.6124 8.05854 27.6404 -2.79848e-09 17.8061 -2.79848e-09Z" fill="#1975F1" /> </svg></span> </div> </div> <div class="headings-container"> <a href="/Guide" class="heading">Fix Your Stuff</a> <a href="/Community" class="heading">Community</a> <a href="/Store" class="heading">Store</a> </div> <div class="header-space"></div> </div> </div> </div> <div class="react-component component-ConsentBanner" data-reactroot data-name="ConsentBanner" data-props="{"isTest":false,"flagEnabled":false,"privacyPolicyUrl":"https:\/\/www.ifixit.com\/Info\/Privacy","needsConsent":false,"piwikSiteId":"6bf6bc54-82ca-4321-8620-b12d5c9b57b6","shopifyConfig":{"checkout":"store.ifixit.com","storefront":"ifixit.com","accessToken":"db3099692534a56ecec7b974a329d302"}}"> </div> <div class="react-component component-GuideNavComponent" data-reactroot data-name="GuideNavComponent" data-props="{"breadCrumbs":[{"name":"Home","url":"https:\/\/www.ifixit.com\/Guide"},{"name":"Tablet","url":"https:\/\/www.ifixit.com\/Device\/Tablet"},{"name":"Apple iPad","url":"https:\/\/www.ifixit.com\/Device\/iPad"},{"name":"iPad Air","url":"https:\/\/www.ifixit.com\/Device\/iPad_Air_Device"},{"name":"1","url":"https:\/\/www.ifixit.com\/Device\/iPad_Air"},{"name":"iPad Air LTE","url":"https:\/\/www.ifixit.com\/Device\/iPad_Air_LTE"}],"fullScreenUrl":"https:\/\/www.ifixit.com\/Teardown\/embed\/18907","sharableUrl":"https:\/\/www.ifixit.com\/Teardown\/iPad+Air+LTE+Teardown\/18907","answersPartsUrl":"\/Answers\/Device\/iPad_Air_LTE","isTeardown":true,"guidesUrl":"https:\/\/www.ifixit.com\/Device\/iPad_Air_LTE#Section_Guides","devicePartsUrl":"https:\/\/www.ifixit.com\/Parts\/iPad_Air_LTE","historyUrl":"\/Guide\/history\/18907","pdfUrl":"\/GuidePDF\/link\/18907\/en","editUrl":"\/Teardown\/edit\/18907","translateUrl":"\/Guide\/translate\/18907","isSubscribed":false}"> <style> .placeholder-guide-nav { height: 49px; border-bottom: 1px solid; border-color: #e5e7eb; width: 100%; } .placeholder-breadcrumbs-mobile { height: 40px; } @media (min-width: 576px) { .placeholder-breadcrumbs-mobile { display: none; } } </style> <div class="placeholder-guide-nav"></div> <div class="placeholder-breadcrumbs-mobile"></div> </div> <div id="page" class=" "> <div id="main" > <div id="mainBody" > <!-- MAIN BODY --> <div id="bodyTop" class="fullWidth clearfix"> </div> <div class="statuses"> </div> <div id="contentFloat"> <div class="content-container"> <div id="content"> <div itemscope itemtype=http://schema.org/HowTo class="wrapper is-teardown"> <div id='guide-intro' class="guide-container guide-v2 js-guide-container container"> <div class="actionbar-portal"></div> <div> <div class="guide-all-metadata"> <div class="guide-metadata guide-status-container"> <div class="statuses"> </div> </div> <div class="guide-metadata guide-title-container guide-title-metadata"> <h1 class="guide-intro-title guide-title" itemprop="name">iPad Air LTE Teardown</h1> <div class="guide-author guide-title-subtext"> Written By: <a class="guide-title-subtext-strong" href="/User/668072/Jeff+Suovanen">Jeff Suovanen</a> <a href="/Guide/history/18907" class="guide-other-contributors" rel="ugc">(and 13 other contributors)</a> </div> <div itemprop="author" itemscope itemtype="http://schema.org/Person"> <meta itemprop="url" content="https://www.ifixit.com/User/668072/Jeff+Suovanen"> <meta itemprop="name" content="Jeff Suovanen"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/uYn4Ihpxm4PJCBrU.standard"> </div> <meta itemprop="datePublished" content="2013-11-01T01:37:08-07:00"> <meta itemprop="dateModified" content="2024-03-04T17:42:41-07:00"> <div class="guide-published-date guide-title-subtext"> Published: November 1, 2013 </div> <ul class="stats-container visible-desktop"> <li class="comments-count"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span>Comments: <span class="stats-value" itemprop="commentCount">42</span> </li> <li class="favorites-count"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M287.9 0c9.2 0 17.6 5.2 21.6 13.5l68.6 141.3 153.2 22.6c9 1.3 16.5 7.6 19.3 16.3s.5 18.1-5.9 24.5L433.6 328.4l26.2 155.6c1.5 9-2.2 18.1-9.7 23.5s-17.3 6-25.3 1.7l-137-73.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5C270.4 5.2 278.7 0 287.9 0zm0 79L235.4 187.2c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l105.2-56.2c7.1-3.8 15.6-3.8 22.6 0l105.2 56.2L384.2 324.1c-1.3-7.7 1.2-15.5 6.8-21l85.9-85.1L358.6 200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9 79z"/></svg></span>Favorites: <span class="stats-value js-like-count">380</span> </li> <li class="views-count"> <i class="fa fa-bar-chart-o " ></i> Views: <span class="stats-value">495.7k</span> </li> </ul> </div> <div class="guide-metadata guide-main-image-container"> <div class="guide-main-image hidden-mobile" style="background-image: url('https://guide-images.cdn.ifixit.com/igi/tnwXKHYGyRRVtGqH.large')"> <div itemprop="image" itemscope itemtype="http://schema.org/ImageObject"> <meta itemprop="url" content="https://guide-images.cdn.ifixit.com/igi/tnwXKHYGyRRVtGqH.large"> <meta itemprop="width" content="800"> <meta itemprop="height" content="600"> </div> <div class="teardown-image-overlay"> <div class="guide-metadata guide-title-container guide-title-image"> <h1 class="guide-intro-title guide-title" itemprop="name">iPad Air LTE Teardown</h1> <div class="guide-author guide-title-subtext"> Written By: <a class="guide-title-subtext-strong" href="/User/668072/Jeff+Suovanen">Jeff Suovanen</a> <a href="/Guide/history/18907" class="guide-other-contributors" rel="ugc">(and 13 other contributors)</a> </div> <div itemprop="author" itemscope itemtype="http://schema.org/Person"> <meta itemprop="url" content="https://www.ifixit.com/User/668072/Jeff+Suovanen"> <meta itemprop="name" content="Jeff Suovanen"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/uYn4Ihpxm4PJCBrU.standard"> </div> <meta itemprop="datePublished" content="2013-11-01T01:37:08-07:00"> <meta itemprop="dateModified" content="2024-03-04T17:42:41-07:00"> <div class="guide-published-date guide-title-subtext"> Published: November 1, 2013 </div> <ul class="stats-container visible-desktop"> <li class="comments-count"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span>Comments: <span class="stats-value" itemprop="commentCount">42</span> </li> <li class="favorites-count"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M287.9 0c9.2 0 17.6 5.2 21.6 13.5l68.6 141.3 153.2 22.6c9 1.3 16.5 7.6 19.3 16.3s.5 18.1-5.9 24.5L433.6 328.4l26.2 155.6c1.5 9-2.2 18.1-9.7 23.5s-17.3 6-25.3 1.7l-137-73.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5C270.4 5.2 278.7 0 287.9 0zm0 79L235.4 187.2c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l105.2-56.2c7.1-3.8 15.6-3.8 22.6 0l105.2 56.2L384.2 324.1c-1.3-7.7 1.2-15.5 6.8-21l85.9-85.1L358.6 200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9 79z"/></svg></span>Favorites: <span class="stats-value js-like-count">380</span> </li> <li class="views-count"> <i class="fa fa-bar-chart-o " ></i> Views: <span class="stats-value">495.7k</span> </li> </ul> </div> </div> </div> <div class="guide-main-image-banner hidden-mobile"> <p><i class="svg-icon" style="display: inline-flex; width: 24px; height: 24px;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <polygon points="12 2 2 7 12 12 22 7 12 2"/> <polyline points="2 17 12 22 22 17"/> <polyline points="2 12 12 17 22 12"/> </svg></i> Teardown</p> </div> </div> </div> </div> </div> <div class="react-component component-GuideTopComponent" data-reactroot data-name="GuideTopComponent" data-props="{"productData":{"kits":[],"tools":[{"name":"iOpener","totalPrice":"17.99","quantity":1,"notes":null,"type":"","productUrl":"https:\/\/www.ifixit.com\/products\/iopener","wikiUrl":"\/Item\/iOpener","isOptional":false,"imageUrl":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/xyGnD2aWDEcVatDn.thumbnail","highResImageUrl":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/xyGnD2aWDEcVatDn.size170","isExternal":false,"isForSale":true,"supplierText":null,"sku":"1451989","productCode":145198,"shopifyHandle":"iopener","variants":[{"cartLine":{"itemcode":"IF145-198-9","variantTitle":"New \/ Toolkit","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371673731175","name":"iOpener","internalDisplayName":"iOpener \/ Toolkit","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/xyGnD2aWDEcVatDn.thumbnail","quantity":1,"price":{"amount":"17.99","currencyCode":"USD"},"compareAtPrice":{"amount":"17.99","currencyCode":"USD"},"categories":["Tool","Toolkits","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/iopener","fulfiller":"iFixit","oemPartnership":null},"name":"Toolkit","proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"14.39"},"pro_2":{"currencyCode":"usd","amount":"14.39"},"pro_3":{"currencyCode":"usd","amount":"14.39"},"pro_4":{"currencyCode":"usd","amount":"14.39"},"employee":{"currencyCode":"usd","amount":"4.33"}},"totalPrice":"$17.99","isInStock":true},{"cartLine":{"itemcode":"IF145-198-4","variantTitle":"New \/ Tool Only","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371673763943","name":"iOpener","internalDisplayName":"iOpener \/ Tool Only","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/fsY26sYxibBVe1Zl.thumbnail","quantity":1,"price":{"amount":"12.99","currencyCode":"USD"},"compareAtPrice":{"amount":"12.99","currencyCode":"USD"},"categories":["Tool","Opening and Prying","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/iopener?variant=39371673763943","fulfiller":"iFixit","oemPartnership":null},"name":"Tool Only","proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"10.39"},"pro_2":{"currencyCode":"usd","amount":"10.39"},"pro_3":{"currencyCode":"usd","amount":"10.39"},"pro_4":{"currencyCode":"usd","amount":"10.39"},"employee":{"currencyCode":"usd","amount":"1.48"}},"totalPrice":"$12.99","isInStock":true}],"initialVariant":{"cartLine":{"itemcode":"IF145-198-9","variantTitle":"New \/ Toolkit","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371673731175","name":"iOpener","internalDisplayName":"iOpener \/ Toolkit","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/xyGnD2aWDEcVatDn.thumbnail","quantity":1,"price":{"amount":"17.99","currencyCode":"USD"},"compareAtPrice":{"amount":"17.99","currencyCode":"USD"},"categories":["Tool","Toolkits","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/iopener","fulfiller":"iFixit","oemPartnership":null},"name":"Toolkit","proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"14.39"},"pro_2":{"currencyCode":"usd","amount":"14.39"},"pro_3":{"currencyCode":"usd","amount":"14.39"},"pro_4":{"currencyCode":"usd","amount":"14.39"},"employee":{"currencyCode":"usd","amount":"4.33"}},"totalPrice":"$17.99","isInStock":true}},{"name":"iFixit Opening Picks (Set of 6)","totalPrice":"4.99","quantity":1,"notes":null,"type":"","productUrl":"https:\/\/www.ifixit.com\/products\/ifixit-opening-picks-set-of-6","wikiUrl":"\/Item\/iFixit_Opening_Picks_set_of_6","isOptional":false,"imageUrl":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/fDsOubGiL2QUMeOR.thumbnail","highResImageUrl":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/fDsOubGiL2QUMeOR.size170","isExternal":false,"isForSale":true,"supplierText":null,"sku":"1451232","productCode":145123,"shopifyHandle":"ifixit-opening-picks-set-of-6","variants":[{"cartLine":{"itemcode":"IF145-123-2","variantTitle":"New","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371670356071","name":"iFixit Opening Picks (Set of 6)","internalDisplayName":"iFixit Opening Picks (Set of 6) \/ New","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/fDsOubGiL2QUMeOR.thumbnail","quantity":1,"price":{"amount":"4.99","currencyCode":"USD"},"compareAtPrice":{"amount":"4.99","currencyCode":"USD"},"categories":["Tool","Opening and Prying","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/ifixit-opening-picks-set-of-6","fulfiller":"iFixit","oemPartnership":null},"name":"","proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"3.99"},"pro_2":{"currencyCode":"usd","amount":"3.99"},"pro_3":{"currencyCode":"usd","amount":"3.99"},"pro_4":{"currencyCode":"usd","amount":"3.99"},"employee":{"currencyCode":"usd","amount":"0.30"}},"totalPrice":"$4.99","isInStock":true}],"initialVariant":{"cartLine":{"itemcode":"IF145-123-2","variantTitle":"New","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371670356071","name":"iFixit Opening Picks (Set of 6)","internalDisplayName":"iFixit Opening Picks (Set of 6) \/ New","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/fDsOubGiL2QUMeOR.thumbnail","quantity":1,"price":{"amount":"4.99","currencyCode":"USD"},"compareAtPrice":{"amount":"4.99","currencyCode":"USD"},"categories":["Tool","Opening and Prying","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/ifixit-opening-picks-set-of-6","fulfiller":"iFixit","oemPartnership":null},"name":"","proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"3.99"},"pro_2":{"currencyCode":"usd","amount":"3.99"},"pro_3":{"currencyCode":"usd","amount":"3.99"},"pro_4":{"currencyCode":"usd","amount":"3.99"},"employee":{"currencyCode":"usd","amount":"0.30"}},"totalPrice":"$4.99","isInStock":true}},{"name":"Suction Handle","totalPrice":"2.99","quantity":1,"notes":null,"type":"","productUrl":"https:\/\/www.ifixit.com\/products\/suction-handle","wikiUrl":"\/Item\/Small_suction_cup","isOptional":false,"imageUrl":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/5Sf2Uh4OSLtsGpXk.thumbnail","highResImageUrl":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/5Sf2Uh4OSLtsGpXk.size170","isExternal":false,"isForSale":true,"supplierText":null,"sku":"1453612","productCode":145361,"shopifyHandle":"suction-handle","variants":[{"cartLine":{"itemcode":"IF145-361-2","variantTitle":"New","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371679629415","name":"Suction Handle","internalDisplayName":"Suction Handle","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/5Sf2Uh4OSLtsGpXk.thumbnail","quantity":1,"price":{"amount":"2.99","currencyCode":"USD"},"compareAtPrice":{"amount":"2.99","currencyCode":"USD"},"categories":["Tool","Gripping","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/suction-handle","fulfiller":"iFixit","oemPartnership":null},"name":"","proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"2.69"},"pro_2":{"currencyCode":"usd","amount":"2.54"},"pro_3":{"currencyCode":"usd","amount":"2.39"},"pro_4":{"currencyCode":"usd","amount":"2.24"},"employee":{"currencyCode":"usd","amount":"0.20"}},"totalPrice":"$2.99","isInStock":true}],"initialVariant":{"cartLine":{"itemcode":"IF145-361-2","variantTitle":"New","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371679629415","name":"Suction Handle","internalDisplayName":"Suction Handle","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/5Sf2Uh4OSLtsGpXk.thumbnail","quantity":1,"price":{"amount":"2.99","currencyCode":"USD"},"compareAtPrice":{"amount":"2.99","currencyCode":"USD"},"categories":["Tool","Gripping","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/suction-handle","fulfiller":"iFixit","oemPartnership":null},"name":"","proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"2.69"},"pro_2":{"currencyCode":"usd","amount":"2.54"},"pro_3":{"currencyCode":"usd","amount":"2.39"},"pro_4":{"currencyCode":"usd","amount":"2.24"},"employee":{"currencyCode":"usd","amount":"0.20"}},"totalPrice":"$2.99","isInStock":true}},{"name":"iFixit Opening Tool","totalPrice":"1.99","quantity":1,"notes":null,"type":"","productUrl":"https:\/\/www.ifixit.com\/products\/ifixit-opening-tool","wikiUrl":"\/Item\/Plastic_Opening_Tools","isOptional":false,"imageUrl":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/dPx63wucK43PlWnH.thumbnail","highResImageUrl":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/dPx63wucK43PlWnH.size170","isExternal":false,"isForSale":true,"supplierText":null,"sku":"1453352","productCode":145335,"shopifyHandle":"ifixit-opening-tool","variants":[{"cartLine":{"itemcode":"IF145-335-2","variantTitle":"Individual \/ New","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371677106279","name":"iFixit Opening Tool","internalDisplayName":"iFixit Opening Tool \/ Individual","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/dPx63wucK43PlWnH.thumbnail","quantity":1,"price":{"amount":"1.99","currencyCode":"USD"},"compareAtPrice":{"amount":"1.99","currencyCode":"USD"},"categories":["Tool","Opening and Prying","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/ifixit-opening-tool","fulfiller":"iFixit","oemPartnership":null},"name":"Individual","proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"1.59"},"pro_2":{"currencyCode":"usd","amount":"1.59"},"pro_3":{"currencyCode":"usd","amount":"1.59"},"pro_4":{"currencyCode":"usd","amount":"1.59"},"employee":{"currencyCode":"usd","amount":"0.15"}},"totalPrice":"$1.99","isInStock":true},{"cartLine":{"itemcode":"IF145-335-1","variantTitle":"5 \/ New","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371677139047","name":"iFixit Opening Tool","internalDisplayName":"iFixit Opening Tool \/ 5","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/WoB6tvmulm566RRu.thumbnail","quantity":1,"price":{"amount":"4.99","currencyCode":"USD"},"compareAtPrice":{"amount":"4.99","currencyCode":"USD"},"categories":["Tool","Opening and Prying","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/ifixit-opening-tool?variant=39371677139047","fulfiller":"iFixit","oemPartnership":null},"name":"5","proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"3.99"},"pro_2":{"currencyCode":"usd","amount":"3.99"},"pro_3":{"currencyCode":"usd","amount":"3.99"},"pro_4":{"currencyCode":"usd","amount":"3.99"},"employee":{"currencyCode":"usd","amount":"0.44"}},"totalPrice":"$4.99","isInStock":true}],"initialVariant":{"cartLine":{"itemcode":"IF145-335-2","variantTitle":"Individual \/ New","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371677106279","name":"iFixit Opening Tool","internalDisplayName":"iFixit Opening Tool \/ Individual","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/dPx63wucK43PlWnH.thumbnail","quantity":1,"price":{"amount":"1.99","currencyCode":"USD"},"compareAtPrice":{"amount":"1.99","currencyCode":"USD"},"categories":["Tool","Opening and Prying","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/ifixit-opening-tool","fulfiller":"iFixit","oemPartnership":null},"name":"Individual","proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"1.59"},"pro_2":{"currencyCode":"usd","amount":"1.59"},"pro_3":{"currencyCode":"usd","amount":"1.59"},"pro_4":{"currencyCode":"usd","amount":"1.59"},"employee":{"currencyCode":"usd","amount":"0.15"}},"totalPrice":"$1.99","isInStock":true}},{"name":"Phillips #00 Screwdriver","totalPrice":"5.49","quantity":1,"notes":null,"type":"","productUrl":"https:\/\/www.ifixit.com\/products\/phillips-00-screwdriver","wikiUrl":"\/Item\/Phillips_00_Screwdriver","isOptional":false,"imageUrl":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/upNtpW5ghNgA3abG.thumbnail","highResImageUrl":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/upNtpW5ghNgA3abG.size170","isExternal":false,"isForSale":true,"supplierText":null,"sku":"1450065","productCode":145006,"shopifyHandle":"phillips-00-screwdriver","variants":[{"cartLine":{"itemcode":"IF145-006-5","variantTitle":"New \/ iFixit","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371666653287","name":"Phillips #00 Screwdriver","internalDisplayName":"Phillips #00 Screwdriver \/ iFixit - Made in Taiwan","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/upNtpW5ghNgA3abG.thumbnail","quantity":1,"price":{"amount":"5.49","currencyCode":"USD"},"compareAtPrice":{"amount":"5.49","currencyCode":"USD"},"categories":["Tool","Screwdrivers","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/phillips-00-screwdriver","fulfiller":"iFixit","oemPartnership":null},"name":"iFixit","proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"4.94"},"pro_2":{"currencyCode":"usd","amount":"4.67"},"pro_3":{"currencyCode":"usd","amount":"4.39"},"pro_4":{"currencyCode":"usd","amount":"4.12"},"employee":{"currencyCode":"usd","amount":"1.28"}},"totalPrice":"$5.49","isInStock":false},{"cartLine":{"itemcode":"IF145-006-2","variantTitle":"New \/ Moody - Made in USA","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371666686055","name":"Phillips #00 Screwdriver","internalDisplayName":"Phillips #00 Screwdriver \/ Moody - Made in USA","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/VJ26sFPXLFW1PqER.thumbnail","quantity":1,"price":{"amount":"8.99","currencyCode":"USD"},"compareAtPrice":{"amount":"8.99","currencyCode":"USD"},"categories":["Tool","Screwdrivers","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/phillips-00-screwdriver?variant=39371666686055","fulfiller":"iFixit","oemPartnership":null},"name":"Moody - Made in USA","proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"8.09"},"pro_2":{"currencyCode":"usd","amount":"7.64"},"pro_3":{"currencyCode":"usd","amount":"7.19"},"pro_4":{"currencyCode":"usd","amount":"6.74"},"employee":{"currencyCode":"usd","amount":"5.93"}},"totalPrice":"$8.99","isInStock":false}],"initialVariant":{"cartLine":{"itemcode":"IF145-006-5","variantTitle":"New \/ iFixit","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371666653287","name":"Phillips #00 Screwdriver","internalDisplayName":"Phillips #00 Screwdriver \/ iFixit - Made in Taiwan","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/upNtpW5ghNgA3abG.thumbnail","quantity":1,"price":{"amount":"5.49","currencyCode":"USD"},"compareAtPrice":{"amount":"5.49","currencyCode":"USD"},"categories":["Tool","Screwdrivers","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/phillips-00-screwdriver","fulfiller":"iFixit","oemPartnership":null},"name":"iFixit","proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"4.94"},"pro_2":{"currencyCode":"usd","amount":"4.67"},"pro_3":{"currencyCode":"usd","amount":"4.39"},"pro_4":{"currencyCode":"usd","amount":"4.12"},"employee":{"currencyCode":"usd","amount":"1.28"}},"totalPrice":"$5.49","isInStock":false}},{"name":"Spudger","totalPrice":"3.99","quantity":1,"notes":null,"type":"","productUrl":"https:\/\/www.ifixit.com\/products\/spudger","wikiUrl":"\/Item\/Spudger","isOptional":false,"imageUrl":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/vy2elt3YPAXL1LmZ.thumbnail","highResImageUrl":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/vy2elt3YPAXL1LmZ.size170","isExternal":false,"isForSale":true,"supplierText":null,"sku":"1450024","productCode":145002,"shopifyHandle":"spudger","variants":[{"cartLine":{"itemcode":"IF145-002-4","variantTitle":"New \/ Fixite Carbon Fiber","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371666489447","name":"Spudger","internalDisplayName":"Spudger \/ Fixite Carbon Fiber","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/vy2elt3YPAXL1LmZ.thumbnail","quantity":1,"price":{"amount":"3.99","currencyCode":"USD"},"compareAtPrice":{"amount":"3.99","currencyCode":"USD"},"categories":["Tool","Opening and Prying","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/spudger","fulfiller":"iFixit","oemPartnership":null},"name":"Fixite Carbon Fiber","proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"3.59"},"pro_2":{"currencyCode":"usd","amount":"3.39"},"pro_3":{"currencyCode":"usd","amount":"3.19"},"pro_4":{"currencyCode":"usd","amount":"2.99"},"employee":{"currencyCode":"usd","amount":"0.36"}},"totalPrice":"$3.99","isInStock":true},{"cartLine":{"itemcode":"IF145-002-2","variantTitle":"New \/ Glass Fiber","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371666522215","name":"Spudger","internalDisplayName":"Spudger \/ Glass Fiber","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/XX6VnHhECOJblSRD.thumbnail","quantity":1,"price":{"amount":"2.99","currencyCode":"USD"},"compareAtPrice":{"amount":"2.99","currencyCode":"USD"},"categories":["Tool","Opening and Prying","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/spudger?variant=39371666522215","fulfiller":"iFixit","oemPartnership":null},"name":"Glass Fiber","proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"2.39"},"pro_2":{"currencyCode":"usd","amount":"2.39"},"pro_3":{"currencyCode":"usd","amount":"2.39"},"pro_4":{"currencyCode":"usd","amount":"2.39"},"employee":{"currencyCode":"usd","amount":"0.75"}},"totalPrice":"$2.99","isInStock":true},{"cartLine":{"itemcode":"IF145-002-3","variantTitle":"New \/ Glass Fiber Bundle of 100","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371666554983","name":"Spudger","internalDisplayName":"Spudger \/ Glass Fiber Bundle of 100","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/xUc3UfoiWjGTueWG.thumbnail","quantity":1,"price":{"amount":"149.99","currencyCode":"USD"},"compareAtPrice":{"amount":"149.99","currencyCode":"USD"},"categories":["Tool","Opening and Prying","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/spudger?variant=39371666554983","fulfiller":"iFixit","oemPartnership":null},"name":"Glass Fiber Bundle of 100","proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"119.99"},"pro_2":{"currencyCode":"usd","amount":"119.99"},"pro_3":{"currencyCode":"usd","amount":"119.99"},"pro_4":{"currencyCode":"usd","amount":"119.99"},"employee":{"currencyCode":"usd","amount":"17.87"}},"totalPrice":"$149.99","isInStock":true}],"initialVariant":{"cartLine":{"itemcode":"IF145-002-4","variantTitle":"New \/ Fixite Carbon Fiber","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371666489447","name":"Spudger","internalDisplayName":"Spudger \/ Fixite Carbon Fiber","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/vy2elt3YPAXL1LmZ.thumbnail","quantity":1,"price":{"amount":"3.99","currencyCode":"USD"},"compareAtPrice":{"amount":"3.99","currencyCode":"USD"},"categories":["Tool","Opening and Prying","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/spudger","fulfiller":"iFixit","oemPartnership":null},"name":"Fixite Carbon Fiber","proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"3.59"},"pro_2":{"currencyCode":"usd","amount":"3.39"},"pro_3":{"currencyCode":"usd","amount":"3.19"},"pro_4":{"currencyCode":"usd","amount":"2.99"},"employee":{"currencyCode":"usd","amount":"0.36"}},"totalPrice":"$3.99","isInStock":true}},{"name":"Tweezers","totalPrice":"4.99","quantity":1,"notes":null,"type":"","productUrl":"https:\/\/www.ifixit.com\/products\/tweezers","wikiUrl":"\/Item\/Tweezers","isOptional":false,"imageUrl":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/eQGTt3iN1MmOAQDy.thumbnail","highResImageUrl":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/eQGTt3iN1MmOAQDy.size170","isExternal":false,"isForSale":true,"supplierText":null,"sku":"1450204","productCode":145020,"shopifyHandle":"tweezers","variants":[{"cartLine":{"itemcode":"IF145-020-4","variantTitle":"New \/ Blunt","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371667439719","name":"Tweezers","internalDisplayName":"Tweezers \/ Blunt \/ Pro \/ ESD Safe","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/eQGTt3iN1MmOAQDy.thumbnail","quantity":1,"price":{"amount":"4.99","currencyCode":"USD"},"compareAtPrice":{"amount":"4.99","currencyCode":"USD"},"categories":["Tool","Gripping","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/tweezers","fulfiller":"iFixit","oemPartnership":null},"name":"Blunt","proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"4.49"},"pro_2":{"currencyCode":"usd","amount":"4.24"},"pro_3":{"currencyCode":"usd","amount":"3.99"},"pro_4":{"currencyCode":"usd","amount":"3.74"},"employee":{"currencyCode":"usd","amount":"0.76"}},"totalPrice":"$4.99","isInStock":true}],"initialVariant":{"cartLine":{"itemcode":"IF145-020-4","variantTitle":"New \/ Blunt","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371667439719","name":"Tweezers","internalDisplayName":"Tweezers \/ Blunt \/ Pro \/ ESD Safe","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/eQGTt3iN1MmOAQDy.thumbnail","quantity":1,"price":{"amount":"4.99","currencyCode":"USD"},"compareAtPrice":{"amount":"4.99","currencyCode":"USD"},"categories":["Tool","Gripping","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/tweezers","fulfiller":"iFixit","oemPartnership":null},"name":"Blunt","proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"4.49"},"pro_2":{"currencyCode":"usd","amount":"4.24"},"pro_3":{"currencyCode":"usd","amount":"3.99"},"pro_4":{"currencyCode":"usd","amount":"3.74"},"employee":{"currencyCode":"usd","amount":"0.76"}},"totalPrice":"$4.99","isInStock":true}},{"name":"Plastic Cards","totalPrice":"2.99","quantity":1,"notes":null,"type":"","productUrl":"https:\/\/www.ifixit.com\/products\/plastic-cards","wikiUrl":"\/Item\/Plastic_Cards","isOptional":false,"imageUrl":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/q4GNqIoRUGiNDmOK.thumbnail","highResImageUrl":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/q4GNqIoRUGiNDmOK.size170","isExternal":false,"isForSale":true,"supplierText":null,"sku":"1451011","productCode":145101,"shopifyHandle":"plastic-cards","variants":[{"cartLine":{"itemcode":"IF145-101-1","variantTitle":"New","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371670257767","name":"Plastic Cards","internalDisplayName":"Plastic Cards","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/q4GNqIoRUGiNDmOK.thumbnail","quantity":1,"price":{"amount":"2.99","currencyCode":"USD"},"compareAtPrice":{"amount":"2.99","currencyCode":"USD"},"categories":["Tool","Cleaning","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/plastic-cards","fulfiller":"iFixit","oemPartnership":null},"name":"","proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"2.39"},"pro_2":{"currencyCode":"usd","amount":"2.39"},"pro_3":{"currencyCode":"usd","amount":"2.39"},"pro_4":{"currencyCode":"usd","amount":"2.39"},"employee":{"currencyCode":"usd","amount":"0.25"}},"totalPrice":"$2.99","isInStock":true}],"initialVariant":{"cartLine":{"itemcode":"IF145-101-1","variantTitle":"New","shopifyVariantId":"gid:\/\/shopify\/ProductVariant\/39371670257767","name":"Plastic Cards","internalDisplayName":"Plastic Cards","imageSrc":"https:\/\/cart-products.cdn.ifixit.com\/cart-products\/q4GNqIoRUGiNDmOK.thumbnail","quantity":1,"price":{"amount":"2.99","currencyCode":"USD"},"compareAtPrice":{"amount":"2.99","currencyCode":"USD"},"categories":["Tool","Cleaning","N\/A"],"url":"https:\/\/www.ifixit.com\/products\/plastic-cards","fulfiller":"iFixit","oemPartnership":null},"name":"","proPricesByTier":{"pro_1":{"currencyCode":"usd","amount":"2.39"},"pro_2":{"currencyCode":"usd","amount":"2.39"},"pro_3":{"currencyCode":"usd","amount":"2.39"},"pro_4":{"currencyCode":"usd","amount":"2.39"},"employee":{"currencyCode":"usd","amount":"0.25"}},"totalPrice":"$2.99","isInStock":true}}],"parts":[],"hasAffiliateLink":false},"introData":{"introHtml":"<p>It's All Hallows' Eve, the ghosts are out, and there's a spooky chill in the\u2014nope, that's just Apple's latest ghoul, the iPad Air. Time to gut our new toy and carve it into a bone-chilling Apple-lantern.<\/p>\n\n<p>While our <a href=\"http:\/\/www.thefreedictionary.com\/cobber\" rel=\"nofollow noopener noreferrer\">cobbers<\/a> down under don't celebrate Halloween quite like we do, they <em>do<\/em> live in the future, meaning they get all the fun stuff before us. So we packed a <a href=\"http:\/\/en.wiktionary.org\/wiki\/Appendix:Australian_English_vocabulary#P\" rel=\"nofollow noopener noreferrer\">port<\/a> and headed over to visit our good friends at <a href=\"http:\/\/www.macfixit.com.au\/\" rel=\"nofollow noopener noreferrer\">'''MacFixit Australia'''<\/a> for some teardown shenanigans. We also called on the stunning insight of our buddies from <a href=\"http:\/\/www.chipworks.com\/\" rel=\"nofollow noopener noreferrer\">'''Chipworks'''<\/a> to help identify all the fun things we found inside! We put our skulls together to show you just what confers <a href=\"http:\/\/cdn.iphoneincanada.ca\/wp-content\/uploads\/2013\/10\/ipad-air-power-of-lightness.png\" rel=\"nofollow noopener noreferrer\">the power of lightness<\/a>.<\/p>\n\n<p>Check our <a href=\"http:\/\/www.facebook.com\/iFixit\" rel=\"nofollow noopener noreferrer\">Facebook<\/a> for repair treats, get a kick out of our <a href=\"http:\/\/instagram.com\/ifixit\" rel=\"nofollow noopener noreferrer\">Instagram<\/a> tricks, and show off your haul on <a href=\"https:\/\/twitter.com\/iFixit\" rel=\"nofollow noopener noreferrer\">Twitter<\/a>.<\/p>"},"subscribed":false,"isFavorite":false,"favoriteCount":380,"isCompleted":false,"completedCount":0,"shopifyStore":{"currencyCode":"USD","storeCode":"us","shopDomain":"ifixit-us.myshopify.com","storefrontAccessToken":"db3099692534a56ecec7b974a329d302"},"user":null,"guideData":{"title":"iPad Air LTE Teardown","mainImage":"https:\/\/guide-images.cdn.ifixit.com\/igi\/tnwXKHYGyRRVtGqH.140x105","mainImageUrl2x":"https:\/\/guide-images.cdn.ifixit.com\/igi\/tnwXKHYGyRRVtGqH.200x150","mainImageUrlFull":"https:\/\/guide-images.cdn.ifixit.com\/igi\/tnwXKHYGyRRVtGqH.large","published_date":"November 1, 2013","modified_date":"March 4, 2024","isTeardown":true,"commentCount":22,"viewCounts":{"today":7,"week":84,"month":349,"all":495736},"author":{"url":"https:\/\/www.ifixit.com\/User\/668072\/Jeff+Suovanen","name":"Jeff Suovanen","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/uYn4Ihpxm4PJCBrU.thumbnail","authorCount":14,"historyUrl":"\/Guide\/history\/18907"},"difficulty":3,"difficultyName":"Moderate","timeRequired":"No estimate","flags":[],"mainImageWidth":"140","mainImageHeight":"105","totalTimeIso":"PT0S","stepCount":24}}"> <style> .placeholder-guide-products { display: flex; flex-direction: column-reverse; } @media (min-width: 576px) { .placeholder-guide-products { flex-direction: row; } } .placeholder-products { flex: 1; max-height: 264px; min-height: 264px; height: 798.88px; margin-top: 10px; } @media (min-width: 576px) { .placeholder-products { max-height: calc(100% - 125.8px - 62); height: min(calc(100% - 125.8px - 62), 798.88px); } } @media (min-width: 768px) { .placeholder-products { max-height: calc(100% - 125.8px - 62); min-height: 264px; height: min(calc(100% - 125.8px - 62), 648.7px); } } .placeholder-disclosure { min-height: 62px; height: 62px; } @media (min-width: 1028px) { .placeholder-disclosure { min-height: calc(62px + 2px); height: calc(62px + 2px); } } .placeholder-flex-container { display: flex; flex: 1; flex-direction: column; margin: 0; padding: 16px; } @media (min-width: 576px) { .placeholder-flex-container { padding: 16px 0; } .placeholder-intro-container { padding-right: 8px; } .placeholder-products-container { padding-left: 16px; } } .placeholder-header { font-size: 20px; font-weight: 500; color: #1f2937; line-height: 1.2; margin-top: 0; margin-bottom: 12px; } @media (min-width: 576px) { .placeholder-header { font-size: 24px; margin-bottom: 16px; } } .placeholder-intro { margin: 0; } .placeholder-intro > *::first-child { padding: 0; margin: 0; } .placeholder-intro-link-container { display: flex; flex-direction: column-reverse; flex: 1; } @media (min-width: 576px) { .placeholder-intro-link-container { flex-direction: column; } } .placeholder-step-one-link-mobile { height: 23px; margin-top: 16px; margin-left: 16px; margin-bottom: 40px; margin-left: 0; } @media (min-width: 576px) { .placeholder-step-one-link-mobile { height: 0px; margin: 0px; } } .placeholder-spacer { display: flex; flex: 1; } @media (min-width: 576px) { .placeholder-products-container-nointro { padding-left: 0; } } </style><div class="placeholder-guide-products"> <div class="placeholder-intro-link-container"> <div class="placeholder-flex-container placeholder-intro-container introduction-container"> <h2 class="placeholder-header">Introduction</h2> <div class="placeholder-intro"><p>It's All Hallows' Eve, the ghosts are out, and there's a spooky chill in the—nope, that's just Apple's latest ghoul, the iPad Air. Time to gut our new toy and carve it into a bone-chilling Apple-lantern.</p> <p>While our <a href="http://www.thefreedictionary.com/cobber" rel="nofollow noopener noreferrer">cobbers</a> down under don't celebrate Halloween quite like we do, they <em>do</em> live in the future, meaning they get all the fun stuff before us. So we packed a <a href="http://en.wiktionary.org/wiki/Appendix:Australian_English_vocabulary#P" rel="nofollow noopener noreferrer">port</a> and headed over to visit our good friends at <a href="http://www.macfixit.com.au/" rel="nofollow noopener noreferrer">'''MacFixit Australia'''</a> for some teardown shenanigans. We also called on the stunning insight of our buddies from <a href="http://www.chipworks.com/" rel="nofollow noopener noreferrer">'''Chipworks'''</a> to help identify all the fun things we found inside! We put our skulls together to show you just what confers <a href="http://cdn.iphoneincanada.ca/wp-content/uploads/2013/10/ipad-air-power-of-lightness.png" rel="nofollow noopener noreferrer">the power of lightness</a>.</p> <p>Check our <a href="http://www.facebook.com/iFixit" rel="nofollow noopener noreferrer">Facebook</a> for repair treats, get a kick out of our <a href="http://instagram.com/ifixit" rel="nofollow noopener noreferrer">Instagram</a> tricks, and show off your haul on <a href="https://twitter.com/iFixit" rel="nofollow noopener noreferrer">Twitter</a>.</p> </div> </div> <div class="placeholder-step-one-link-mobile"></div> </div> <div class="placeholder-flex-container placeholder-products-container"> <h2 class="placeholder-header placeholder-products-header">What you need</h2> <div class="placeholder-products"></div> </div> </div> </div> <div class="row"> <div class="column full-width full-width-video" id="full-width-video"> <div class="actionbar-portal"></div> <div> <div class="row"> <h2>Video Overview</h2> <noscript>Learn how to repair your iPad Air LTE with this video overview.</noscript> </div> <div class="row video-container"> <div class="column video-container-inner video-medium js-video-container" data-video-size="medium"> <div class=" videoFrame videoBox_center"><div class="videoBox"><div videoid=8HU4Z3Cj7J4 class='youtube-player' src="https://www.youtube-nocookie.com/embed/8HU4Z3Cj7J4?wmode=opaque" style='background-image:url("https://i.ytimg.com/vi/8HU4Z3Cj7J4/hqdefault.jpg")' ></div></div></div> </div> </div> </div> </div> </div> <div class="status statusNotice inPage"> <p class="teardown-guide-message" >This teardown is <strong>not</strong> a repair guide. To repair your iPad Air LTE, use our <a href="/Device/iPad_Air_LTE">service manual</a>. <i class="fa fa-times right hidden" ></i> </p> </div> <ol class="steps-container container" id="steps-container"> <section itemprop="step" itemscope itemtype=http://schema.org/HowToSection> <div itemprop="image" itemscope itemtype="http://schema.org/ImageObject"> <meta itemprop="url" content="https://guide-images.cdn.ifixit.com/igi/tnwXKHYGyRRVtGqH.large"> <meta itemprop="width" content= "800"> <meta itemprop="height" content="600"> </div> <div itemprop="video" itemscope itemtype="http://schema.org/VideoObject"> <meta itemprop="url" content="https://www.youtube.com/watch?v=8HU4Z3Cj7J4"> <meta itemprop="contentUrl" content="https://www.youtube.com/watch?v=8HU4Z3Cj7J4"> <meta itemprop="description" content="Learn how to repair your iPad Air LTE with this video overview."> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/tnwXKHYGyRRVtGqH.large"> <meta itemprop="uploadDate" content="2013-11-01T01:37:08-07:00"> <meta itemprop="name" content="iPad Air LTE Teardown"> </div> <meta itemprop="url" content="https://www.ifixit.com/Teardown/iPad+Air+LTE+Teardown/18907#s53547"> <meta itemprop="position" content="1"> <meta itemprop="name" content="iPad Air LTE Teardown"> <li id="s53547" class="step step-wrapper js-step" data-step-number="1"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="1"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/qnCYKvGBsWdnjWga.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/qnCYKvGBsWdnjWga.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53547"> <strong class="stepValue">Step 1</strong> <span class="stepTitleTitle" itemprop="name"> iPad Air LTE Teardown </span> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step1-stepImage1-288245" alt="iPad Air LTE Teardown, iPad Air LTE Teardown: step 1, image 1 of 2" class="stepImage js-step-main-image hasMenu fluid visible medium" data-biggest="https://guide-images.cdn.ifixit.com/igi/qnCYKvGBsWdnjWga.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/qnCYKvGBsWdnjWga.medium 592w, https://guide-images.cdn.ifixit.com/igi/qnCYKvGBsWdnjWga.large 800w" src="https://guide-images.cdn.ifixit.com/igi/qnCYKvGBsWdnjWga.medium" /> <img id="step1-stepImage2-288281" alt="iPad Air LTE Teardown, iPad Air LTE Teardown: step 1, image 2 of 2" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/yOOtixpv2fOsEGB1.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/yOOtixpv2fOsEGB1.medium 592w, https://guide-images.cdn.ifixit.com/igi/yOOtixpv2fOsEGB1.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/yOOtixpv2fOsEGB1.medium" /> </div> <div class="column step-content"> <div class="row step-thumbnails"> <div class="column step-thumbnail js-step-thumbnail-container active" data-fullImg="step1-stepImage1-288245"> <div class="step-thumbnail-inner"> <img id="step1-stepImage0-288245" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150" data-biggest="https://guide-images.cdn.ifixit.com/igi/qnCYKvGBsWdnjWga.huge" width="145" height="110" src="https://guide-images.cdn.ifixit.com/igi/qnCYKvGBsWdnjWga.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step1-stepImage2-288281"> <div class="step-thumbnail-inner"> <img id="step1-stepImage1-288281" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid visible 200x150" data-biggest="https://guide-images.cdn.ifixit.com/igi/yOOtixpv2fOsEGB1.huge" width="145" height="110" src="https://guide-images.cdn.ifixit.com/igi/yOOtixpv2fOsEGB1.200x150" /> </div> </div> </div> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Eerie dimensional changes are afoot: the Air is 20% thinner, 28% lighter, and 24% reduced in volume from the 4th-gen iPad. And there are more good scares lurking under its otherworldly skin:</p> <div class="clearer"></div> </li> <li class="level-1 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="fa fa-circle bullet bullet_red"></div> <p itemprop="text">9.7-inch, in-plane-switching LCD with 2,048 x 1,536 resolution at 264 ppi</p> <div class="clearer"></div> </li> <li class="level-1 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="3"> <div class="fa fa-circle bullet bullet_orange"></div> <p itemprop="text">Dual-core A7 CPU with 64-bit architecture</p> <div class="clearer"></div> </li> <li class="level-1 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="4"> <div class="fa fa-circle bullet bullet_yellow"></div> <p itemprop="text">M7 motion-tracking coprocessor</p> <div class="clearer"></div> </li> <li class="level-1 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="5"> <div class="fa fa-circle bullet bullet_green"></div> <p itemprop="text">5-megapixel rear iSight camera capable of recording 1080p video; 1.2-megapixel 720p front-facing camera</p> <div class="clearer"></div> </li> <li class="level-1 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="6"> <div class="fa fa-circle bullet bullet_blue"></div> <p itemprop="text">802.11n dual-antenna MIMO Wi-Fi</p> <div class="clearer"></div> </li> <li class="level-1 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="7"> <div class="fa fa-circle bullet bullet_violet"></div> <p itemprop="text">Support for 14 LTE bands, DC-HSPA+, UMTS, GSM/EDGE, CDMA, and EVDO</p> <div class="clearer"></div> </li> <li class="level-1 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="8"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">16, 32, 64, or 128 GB storage</p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53547" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53547"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment js-also-scroll-to-editor " data-editorid="prosemirror-step-53547" data-numcomments="0"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> Add a comment </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53547" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments" data-loaded="1"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53547" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53547" data-editorid="prosemirror-step-53547" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53547" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53547" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53547"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li id="s53566" class="step step-wrapper js-step" data-step-number="2"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="2"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/cfoXeH1NPOf2ANql.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/cfoXeH1NPOf2ANql.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53566"> <strong class="stepValue">Step 2</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepObject stepImageContainer"> <!-- Begin video --> <div class="videoFrame"> <div class="videoBox vim-css" style="padding-bottom:56.25%;"> <video id="6kWLSimVwvjFC2fC" controls width="592" height="333" poster="https://guide-images.cdn.ifixit.com/igi/cfoXeH1NPOf2ANql.medium" loop > <source src="https://documents.cdn.ifixit.com/igo/video/ifixit/6kWLSimVwvjFC2fC_MP4_720.mp4" type='video/mp4; codecs="avc1.4D401E, mp4a.40.2"' res="720" label="480p" /> </video> </div> </div> <!-- End video --> </div> <div class="column step-content"> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">This is basically how we take apart iPads.</p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53566" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53566"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment has-comments " data-editorid="prosemirror-step-53566" data-numcomments="4"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> 4 comments </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53566" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53566" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53566" data-editorid="prosemirror-step-53566" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53566" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53566" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53566"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li id="s53556" class="step step-wrapper js-step" data-step-number="3"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="3"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/6bkO6FA2xUwQFGao.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/6bkO6FA2xUwQFGao.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53556"> <strong class="stepValue">Step 3</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step3-stepImage1-288270" alt="iPad Air LTE Teardown: step 3, image 1 of 2" class="stepImage js-step-main-image hasMenu fluid visible medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/6bkO6FA2xUwQFGao.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/6bkO6FA2xUwQFGao.medium 592w, https://guide-images.cdn.ifixit.com/igi/6bkO6FA2xUwQFGao.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/6bkO6FA2xUwQFGao.medium" /> <img id="step3-stepImage2-288282" alt="iPad Air LTE Teardown: step 3, image 2 of 2" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/kTZZsC1cJ4AFfiWD.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/kTZZsC1cJ4AFfiWD.medium 592w, https://guide-images.cdn.ifixit.com/igi/kTZZsC1cJ4AFfiWD.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/kTZZsC1cJ4AFfiWD.medium" /> </div> <div class="column step-content"> <div class="row step-thumbnails"> <div class="column step-thumbnail js-step-thumbnail-container active" data-fullImg="step3-stepImage1-288270"> <div class="step-thumbnail-inner"> <img id="step3-stepImage0-288270" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/6bkO6FA2xUwQFGao.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/6bkO6FA2xUwQFGao.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step3-stepImage2-288282"> <div class="step-thumbnail-inner"> <img id="step3-stepImage1-288282" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid visible 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/kTZZsC1cJ4AFfiWD.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/kTZZsC1cJ4AFfiWD.200x150" /> </div> </div> </div> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">There doesn't seem to be a bewitching levitation feature on this tablet, despite the picture on the box.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="fa fa-circle bullet bullet_red"></div> <p itemprop="text">New iPad, new model number: This iPad Air can be identified by the model number A1475.</p> <div class="clearer"></div> </li> <li class="level-0 bullet-line-icon-note" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="3"> <div class="bullet bulletIcon ico-step-icon-note"></div> <p itemprop="text">It's been many a full moon since the <a href="http://en.wikipedia.org/wiki/Salem_witch_trials">Salem witch trials</a> of the 1690s, but sneaking into this tightly-built device is going to be nothing short of witchcraft.</p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53556" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53556"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment js-also-scroll-to-editor " data-editorid="prosemirror-step-53556" data-numcomments="0"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> Add a comment </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53556" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments" data-loaded="1"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53556" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53556" data-editorid="prosemirror-step-53556" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53556" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53556" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53556"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li id="s53558" class="step step-wrapper js-step" data-step-number="4"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="4"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/MKjslTeQNooWUISv.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/MKjslTeQNooWUISv.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53558"> <strong class="stepValue">Step 4</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step4-stepImage1-288278" alt="iPad Air LTE Teardown: step 4, image 1 of 3" class="stepImage js-step-main-image hasMenu fluid visible medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/MKjslTeQNooWUISv.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/MKjslTeQNooWUISv.medium 592w, https://guide-images.cdn.ifixit.com/igi/MKjslTeQNooWUISv.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/MKjslTeQNooWUISv.medium" /> <img id="step4-stepImage2-288277" alt="iPad Air LTE Teardown: step 4, image 2 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/4GCGwI6Gu2pyWrri.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/4GCGwI6Gu2pyWrri.medium 592w, https://guide-images.cdn.ifixit.com/igi/4GCGwI6Gu2pyWrri.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/4GCGwI6Gu2pyWrri.medium" /> <img id="step4-stepImage3-288286" alt="iPad Air LTE Teardown: step 4, image 3 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/GKrF363eJln1lTOp.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/GKrF363eJln1lTOp.medium 592w, https://guide-images.cdn.ifixit.com/igi/GKrF363eJln1lTOp.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/GKrF363eJln1lTOp.medium" /> </div> <div class="column step-content"> <div class="row step-thumbnails"> <div class="column step-thumbnail js-step-thumbnail-container active" data-fullImg="step4-stepImage1-288278"> <div class="step-thumbnail-inner"> <img id="step4-stepImage0-288278" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/MKjslTeQNooWUISv.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/MKjslTeQNooWUISv.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step4-stepImage2-288277"> <div class="step-thumbnail-inner"> <img id="step4-stepImage1-288277" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid visible 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/4GCGwI6Gu2pyWrri.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/4GCGwI6Gu2pyWrri.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step4-stepImage3-288286"> <div class="step-thumbnail-inner"> <img id="step4-stepImage2-288286" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/GKrF363eJln1lTOp.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/GKrF363eJln1lTOp.200x150" /> </div> </div> </div> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Lightning Port? Check. Speaker grilles? Check. Camera? Check. Buttons? All the hallmarks of a <del><a href="http://d3nevzfk7ii3be.cloudfront.net/igi/B3H62vCFQTgTOVqw.large" rel="nofollow noopener noreferrer" target="_blank">jack-o-lantern</a></del> tablet are in place.</p> <div class="clearer"></div> </li> <li class="level-1 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">The top edge now sports a dual mic; never again will you be <a href="http://cdn.hsmemes.com/2012/4/7/c24212460c432423b2ed5360e03bf8c1.jpg" rel="nofollow noopener noreferrer" target="_blank">haunted</a> by background noise.</p> <div class="clearer"></div> </li> <li class="level-1 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="3"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Volume is now adjusted by two separate buttons, a minor revision from the rocker switch on the previous full-size iPad.</p> <div class="clearer"></div> </li> <li class="level-1 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="4"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">The speakers have gone stereo and moved to either side of the Lightning connector, à la iPad Mini. It didn't bring a costume, but <a href="http://global3.memecdn.com/do-you-even-morph_o_850768.jpg" rel="nofollow noopener noreferrer" target="_blank">this bro can morph</a>.</p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53558" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53558"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment js-also-scroll-to-editor " data-editorid="prosemirror-step-53558" data-numcomments="0"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> Add a comment </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53558" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments" data-loaded="1"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53558" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53558" data-editorid="prosemirror-step-53558" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53558" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53558" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53558"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li id="s53560" class="step step-wrapper js-step" data-step-number="5"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="5"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/X2aSKFaPiANOFUCT.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/X2aSKFaPiANOFUCT.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53560"> <strong class="stepValue">Step 5</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step5-stepImage1-288289" alt="iPad Air LTE Teardown: step 5, image 1 of 3" class="stepImage js-step-main-image hasMenu fluid visible medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/X2aSKFaPiANOFUCT.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/X2aSKFaPiANOFUCT.medium 592w, https://guide-images.cdn.ifixit.com/igi/X2aSKFaPiANOFUCT.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/X2aSKFaPiANOFUCT.medium" /> <img id="step5-stepImage2-288288" alt="iPad Air LTE Teardown: step 5, image 2 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/BHWQDWaAmWXexlvL.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/BHWQDWaAmWXexlvL.medium 592w, https://guide-images.cdn.ifixit.com/igi/BHWQDWaAmWXexlvL.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/BHWQDWaAmWXexlvL.medium" /> <img id="step5-stepImage3-288293" alt="iPad Air LTE Teardown: step 5, image 3 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/BCtaCB2KsKMdGIje.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/BCtaCB2KsKMdGIje.medium 592w, https://guide-images.cdn.ifixit.com/igi/BCtaCB2KsKMdGIje.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/BCtaCB2KsKMdGIje.medium" /> <div class="step-product"> <img src="https://cart-products.cdn.ifixit.com/cart-products/xyGnD2aWDEcVatDn.thumbnail" class="step-product-image js-no-link" width="58" height="58"> <div class="step-product-text"> <div class="sub-title"> Tool used on this step: </div> <span class="step-product-title">iOpener</span> <div class="step-product-price">$17.99</div> </div> <a href="https://www.ifixit.com/products/iopener" class="step-product-button">Buy</a> </div> </div> <div class="column step-content"> <div class="row step-thumbnails"> <div class="column step-thumbnail js-step-thumbnail-container active" data-fullImg="step5-stepImage1-288289"> <div class="step-thumbnail-inner"> <img id="step5-stepImage0-288289" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/X2aSKFaPiANOFUCT.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/X2aSKFaPiANOFUCT.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step5-stepImage2-288288"> <div class="step-thumbnail-inner"> <img id="step5-stepImage1-288288" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid visible 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/BHWQDWaAmWXexlvL.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/BHWQDWaAmWXexlvL.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step5-stepImage3-288293"> <div class="step-thumbnail-inner"> <img id="step5-stepImage2-288293" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/BCtaCB2KsKMdGIje.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/BCtaCB2KsKMdGIje.200x150" /> </div> </div> </div> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Trick or treat? How about we pull out our little <a href="https://www.ifixit.com/products/iopener" class="product-link">bag of tricks</a> and treat this iPad to some iOpening?</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">As usual, Apple has secured the digitizer glass in place with more than ample amounts of adhesive.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="3"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Getting into this iPad is a bigger pain in the neck than a <a href="http://en.wikipedia.org/wiki/My_Date_with_a_Vampire">date with a vampire</a>—but no amount of iPad blood can spook our stalwart <a href="https://www.ifixit.com/products/iopener" class="product-link">iOpener</a>.</p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53560" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53560"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment js-also-scroll-to-editor " data-editorid="prosemirror-step-53560" data-numcomments="0"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> Add a comment </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53560" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments" data-loaded="1"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53560" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53560" data-editorid="prosemirror-step-53560" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53560" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53560" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53560"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li id="s53561" class="step step-wrapper js-step" data-step-number="6"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="6"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/NCSMXXeYmYGlmLIJ.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/NCSMXXeYmYGlmLIJ.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53561"> <strong class="stepValue">Step 6</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step6-stepImage1-288297" alt="iPad Air LTE Teardown: step 6, image 1 of 3" class="stepImage js-step-main-image hasMenu fluid visible medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/NCSMXXeYmYGlmLIJ.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/NCSMXXeYmYGlmLIJ.medium 592w, https://guide-images.cdn.ifixit.com/igi/NCSMXXeYmYGlmLIJ.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/NCSMXXeYmYGlmLIJ.medium" /> <img id="step6-stepImage2-288304" alt="iPad Air LTE Teardown: step 6, image 2 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/qrRuRR6nQ2OlPYOO.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/qrRuRR6nQ2OlPYOO.medium 592w, https://guide-images.cdn.ifixit.com/igi/qrRuRR6nQ2OlPYOO.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/qrRuRR6nQ2OlPYOO.medium" /> <img id="step6-stepImage3-288302" alt="iPad Air LTE Teardown: step 6, image 3 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/m1ZekZAtlMnMtQ6Q.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/m1ZekZAtlMnMtQ6Q.medium 592w, https://guide-images.cdn.ifixit.com/igi/m1ZekZAtlMnMtQ6Q.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/m1ZekZAtlMnMtQ6Q.medium" /> </div> <div class="column step-content"> <div class="row step-thumbnails"> <div class="column step-thumbnail js-step-thumbnail-container active" data-fullImg="step6-stepImage1-288297"> <div class="step-thumbnail-inner"> <img id="step6-stepImage0-288297" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/NCSMXXeYmYGlmLIJ.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/NCSMXXeYmYGlmLIJ.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step6-stepImage2-288304"> <div class="step-thumbnail-inner"> <img id="step6-stepImage1-288304" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid visible 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/qrRuRR6nQ2OlPYOO.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/qrRuRR6nQ2OlPYOO.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step6-stepImage3-288302"> <div class="step-thumbnail-inner"> <img id="step6-stepImage2-288302" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/m1ZekZAtlMnMtQ6Q.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/m1ZekZAtlMnMtQ6Q.200x150" /> </div> </div> </div> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text"><a href="http://www.youtube.com/watch?v=dyp9Qw12boI" target="_blank">Pop pop!</a> Oh the glorious sound of an iPad popping open, with a <a href="http://en.wikipedia.org/wiki/Australian_twenty-cent_coin">mysterious coin</a> for mysterious scale.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text"><em>A twenty-cent coin! They don't have those in the U.S.!</em></p> <div class="clearer"></div> </li> <li class="level-1 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="3"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">You're right, astute teardown reader! That is, in fact, an Australian coin. If you hadn't noticed, this whole teardown has been upside-down, courtesy of our favorite minion <a href="https://twitter.com/mr2incredible" rel="nofollow noopener noreferrer">Walter</a>, who survived the arduous trek down under.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="4"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Alright, enough clowning around! It's time to open this iPad up (like a book of <a href="http://en.wikipedia.org/wiki/Scary_Stories_to_Tell_in_the_Dark" target="_blank">scary stories</a>).</p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53561" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53561"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment has-comments " data-editorid="prosemirror-step-53561" data-numcomments="2"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> 2 comments </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53561" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53561" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53561" data-editorid="prosemirror-step-53561" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53561" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53561" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53561"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li id="s53564" class="step step-wrapper js-step" data-step-number="7"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="7"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/hX3jVTBurJZVCnMF.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/hX3jVTBurJZVCnMF.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53564"> <strong class="stepValue">Step 7</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step7-stepImage1-288303" alt="iPad Air LTE Teardown: step 7, image 1 of 3" class="stepImage js-step-main-image hasMenu fluid visible medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/hX3jVTBurJZVCnMF.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/hX3jVTBurJZVCnMF.medium 592w, https://guide-images.cdn.ifixit.com/igi/hX3jVTBurJZVCnMF.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/hX3jVTBurJZVCnMF.medium" /> <img id="step7-stepImage2-288305" alt="iPad Air LTE Teardown: step 7, image 2 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/QYnfpfRpLDaSWPPV.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/QYnfpfRpLDaSWPPV.medium 592w, https://guide-images.cdn.ifixit.com/igi/QYnfpfRpLDaSWPPV.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/QYnfpfRpLDaSWPPV.medium" /> <img id="step7-stepImage3-288308" alt="iPad Air LTE Teardown: step 7, image 3 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/xAkY4HUh5xPVOciO.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/xAkY4HUh5xPVOciO.medium 592w, https://guide-images.cdn.ifixit.com/igi/xAkY4HUh5xPVOciO.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/xAkY4HUh5xPVOciO.medium" /> </div> <div class="column step-content"> <div class="row step-thumbnails"> <div class="column step-thumbnail js-step-thumbnail-container active" data-fullImg="step7-stepImage1-288303"> <div class="step-thumbnail-inner"> <img id="step7-stepImage0-288303" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/hX3jVTBurJZVCnMF.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/hX3jVTBurJZVCnMF.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step7-stepImage2-288305"> <div class="step-thumbnail-inner"> <img id="step7-stepImage1-288305" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid visible 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/QYnfpfRpLDaSWPPV.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/QYnfpfRpLDaSWPPV.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step7-stepImage3-288308"> <div class="step-thumbnail-inner"> <img id="step7-stepImage2-288308" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/xAkY4HUh5xPVOciO.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/xAkY4HUh5xPVOciO.200x150" /> </div> </div> </div> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Double, double, boil and brew, with a witch's cackle we remove that screw.</p> <div class="clearer"></div> </li> <li class="level-0 bullet-line-icon-note" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="bullet bulletIcon ico-step-icon-note"></div> <p itemprop="text">Little screws can drive you batty, but lucky for us, we've got our magic <del>wands</del> screwdrivers.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="3"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Eye of newt and toe of frog, this LCD's connected—but not for long.</p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53564" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53564"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment js-also-scroll-to-editor " data-editorid="prosemirror-step-53564" data-numcomments="0"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> Add a comment </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53564" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments" data-loaded="1"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53564" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53564" data-editorid="prosemirror-step-53564" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53564" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53564" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53564"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li id="s53567" class="step step-wrapper js-step" data-step-number="8"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="8"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/tVQvayERBfCgAUcC.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/tVQvayERBfCgAUcC.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53567"> <strong class="stepValue">Step 8</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step8-stepImage1-288311" alt="iPad Air LTE Teardown: step 8, image 1 of 2" class="stepImage js-step-main-image hasMenu fluid visible medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/tVQvayERBfCgAUcC.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/tVQvayERBfCgAUcC.medium 592w, https://guide-images.cdn.ifixit.com/igi/tVQvayERBfCgAUcC.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/tVQvayERBfCgAUcC.medium" /> <img id="step8-stepImage2-288319" alt="iPad Air LTE Teardown: step 8, image 2 of 2" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/HT2wZFSFC2OLMLKG.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/HT2wZFSFC2OLMLKG.medium 592w, https://guide-images.cdn.ifixit.com/igi/HT2wZFSFC2OLMLKG.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/HT2wZFSFC2OLMLKG.medium" /> </div> <div class="column step-content"> <div class="row step-thumbnails"> <div class="column step-thumbnail js-step-thumbnail-container active" data-fullImg="step8-stepImage1-288311"> <div class="step-thumbnail-inner"> <img id="step8-stepImage0-288311" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/tVQvayERBfCgAUcC.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/tVQvayERBfCgAUcC.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step8-stepImage2-288319"> <div class="step-thumbnail-inner"> <img id="step8-stepImage1-288319" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid visible 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/HT2wZFSFC2OLMLKG.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/HT2wZFSFC2OLMLKG.200x150" /> </div> </div> </div> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">The curtains go up, and it's a <a href="http://youtu.be/AxcM3nCsglA" rel="nofollow noopener noreferrer">monster (battery) mash</a>:</p> <div class="clearer"></div> </li> <li class="level-1 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">The Air's 3.73 V, 32.9 WHr, two-cell power plant is decidedly less monstrous than the previous iPad's 43 WHr, three-cell behemoth.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="3"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Despite the iPad's skeletal slim-down Apple claims that, due to an increase in efficiency, you can still watch the <a href="http://www.imdb.com/title/tt0060550/" rel="nofollow noopener noreferrer">Great Pumpkin</a> at least 20 times in a row.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="4"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Ogle all you want, but this battery isn't coming out…yet.</p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53567" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53567"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment js-also-scroll-to-editor " data-editorid="prosemirror-step-53567" data-numcomments="0"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> Add a comment </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53567" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments" data-loaded="1"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53567" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53567" data-editorid="prosemirror-step-53567" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53567" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53567" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53567"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li> <div class="react-component component-WPCampaignBanner" style="width: 100%; max-width: 1400px; margin: auto; padding: 0px;" data-reactroot data-name="WPCampaignBanner" data-props="{"type":"default","hasCampaigns":true,"sizes":{"intermediate_width":992,"small_width":768,"space":"0px","default":300,"small":250,"intermediate":200}}"> <style> .gaqHdXDz { height: 300px; margin-bottom: 0px; margin-top: 0px; } @media screen and (min-width: 768px) { .gaqHdXDz { height: 250px; } } @media screen and (min-width: 992px) { .gaqHdXDz { height: 200px; } } </style> <div class="gaqHdXDz"></div> </div> </li> <li id="s53568" class="step step-wrapper js-step" data-step-number="9"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="9"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/xTWKbhNULkRQZ3kY.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/xTWKbhNULkRQZ3kY.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53568"> <strong class="stepValue">Step 9</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step9-stepImage1-288313" alt="iPad Air LTE Teardown: step 9, image 1 of 3" class="stepImage js-step-main-image hasMenu fluid visible medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/xTWKbhNULkRQZ3kY.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/xTWKbhNULkRQZ3kY.medium 592w, https://guide-images.cdn.ifixit.com/igi/xTWKbhNULkRQZ3kY.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/xTWKbhNULkRQZ3kY.medium" /> <img id="step9-stepImage2-288364" alt="iPad Air LTE Teardown: step 9, image 2 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/nxIBRSjgt5llHjsF.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/nxIBRSjgt5llHjsF.medium 592w, https://guide-images.cdn.ifixit.com/igi/nxIBRSjgt5llHjsF.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/nxIBRSjgt5llHjsF.medium" /> <img id="step9-stepImage3-288365" alt="iPad Air LTE Teardown: step 9, image 3 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/GUYPuDPZ4draw4uY.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/GUYPuDPZ4draw4uY.medium 592w, https://guide-images.cdn.ifixit.com/igi/GUYPuDPZ4draw4uY.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/GUYPuDPZ4draw4uY.medium" /> </div> <div class="column step-content"> <div class="row step-thumbnails"> <div class="column step-thumbnail js-step-thumbnail-container active" data-fullImg="step9-stepImage1-288313"> <div class="step-thumbnail-inner"> <img id="step9-stepImage0-288313" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/xTWKbhNULkRQZ3kY.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/xTWKbhNULkRQZ3kY.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step9-stepImage2-288364"> <div class="step-thumbnail-inner"> <img id="step9-stepImage1-288364" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid visible 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/nxIBRSjgt5llHjsF.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/nxIBRSjgt5llHjsF.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step9-stepImage3-288365"> <div class="step-thumbnail-inner"> <img id="step9-stepImage2-288365" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/GUYPuDPZ4draw4uY.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/GUYPuDPZ4draw4uY.200x150" /> </div> </div> </div> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">The 9.7" display's specs remain unchanged from the iPad's previous outing, but Apple claims an uncanny 20% reduction in panel thickness.</p> <div class="clearer"></div> </li> <li class="level-1 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Our display, model LP097QX2, was supplied by LG.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="3"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">The LCD remains separate from the front panel glass. Is there a spirit of repairability lurking in this otherwise dauntingly difficult device?</p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53568" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53568"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment has-comments " data-editorid="prosemirror-step-53568" data-numcomments="3"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> 3 comments </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53568" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53568" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53568" data-editorid="prosemirror-step-53568" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53568" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53568" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53568"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li id="s53569" class="step step-wrapper js-step" data-step-number="10"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="10"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/rd4NG3kLRZZISNgm.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/rd4NG3kLRZZISNgm.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53569"> <strong class="stepValue">Step 10</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step10-stepImage1-288314" alt="iPad Air LTE Teardown: step 10, image 1 of 2" class="stepImage js-step-main-image hasMenu fluid visible medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/rd4NG3kLRZZISNgm.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/rd4NG3kLRZZISNgm.medium 592w, https://guide-images.cdn.ifixit.com/igi/rd4NG3kLRZZISNgm.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/rd4NG3kLRZZISNgm.medium" /> <img id="step10-stepImage2-288315" alt="iPad Air LTE Teardown: step 10, image 2 of 2" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/SeIofE2i15pBeXOC.large" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/SeIofE2i15pBeXOC.medium 592w, https://guide-images.cdn.ifixit.com/igi/SeIofE2i15pBeXOC.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/SeIofE2i15pBeXOC.medium" /> </div> <div class="column step-content"> <div class="row step-thumbnails"> <div class="column step-thumbnail js-step-thumbnail-container active" data-fullImg="step10-stepImage1-288314"> <div class="step-thumbnail-inner"> <img id="step10-stepImage0-288314" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/rd4NG3kLRZZISNgm.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/rd4NG3kLRZZISNgm.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step10-stepImage2-288315"> <div class="step-thumbnail-inner"> <img id="step10-stepImage1-288315" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid visible 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/SeIofE2i15pBeXOC.large" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/SeIofE2i15pBeXOC.200x150" /> </div> </div> </div> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">What looks like a ZIF, and quacks like a ZIF, but isn't quite a ZIF connector? We don't know, but that's what we've got on our hands with this home button ribbon cable.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Although unidentified, it shows more design consideration than <a href="http://3.bp.blogspot.com/-LRZLrC94-tg/Te2bk5VIFSI/AAAAAAAAMiM/Npqbbx1bXaA/s1600/Frankenstein_Junior_scena_4.JPG" rel="nofollow noopener noreferrer">Dr. Frankenstein</a>.</p> <div class="clearer"></div> </li> <li class="level-0 bullet-line-icon-note" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="3"> <div class="bullet bulletIcon ico-step-icon-note"></div> <p itemprop="text">Speaking of Frankenstein, we've noticed a bit of the good doctor's methodology in the Air. It seems like Apple took an iPad Mini and transmogrified it to a regular iPad's size.</p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53569" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53569"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment has-comments " data-editorid="prosemirror-step-53569" data-numcomments="4"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> 4 comments </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53569" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53569" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53569" data-editorid="prosemirror-step-53569" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53569" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53569" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53569"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li id="s53570" class="step step-wrapper js-step" data-step-number="11"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="11"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/OqWfUdC5loDIyXQj.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/OqWfUdC5loDIyXQj.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53570"> <strong class="stepValue">Step 11</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step11-stepImage1-288316" alt="iPad Air LTE Teardown: step 11, image 1 of 2" class="stepImage js-step-main-image hasMenu fluid visible medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/OqWfUdC5loDIyXQj.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/OqWfUdC5loDIyXQj.medium 592w, https://guide-images.cdn.ifixit.com/igi/OqWfUdC5loDIyXQj.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/OqWfUdC5loDIyXQj.medium" /> <img id="step11-stepImage2-288317" alt="iPad Air LTE Teardown: step 11, image 2 of 2" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/PTsjYwFABdsSx6Vw.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/PTsjYwFABdsSx6Vw.medium 592w, https://guide-images.cdn.ifixit.com/igi/PTsjYwFABdsSx6Vw.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/PTsjYwFABdsSx6Vw.medium" /> </div> <div class="column step-content"> <div class="row step-thumbnails"> <div class="column step-thumbnail js-step-thumbnail-container active" data-fullImg="step11-stepImage1-288316"> <div class="step-thumbnail-inner"> <img id="step11-stepImage0-288316" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/OqWfUdC5loDIyXQj.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/OqWfUdC5loDIyXQj.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step11-stepImage2-288317"> <div class="step-thumbnail-inner"> <img id="step11-stepImage1-288317" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid visible 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/PTsjYwFABdsSx6Vw.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/PTsjYwFABdsSx6Vw.200x150" /> </div> </div> </div> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Is it a window to the underworld or a digitizer/front glass assembly? Probably the latter, but we're not taking any chances; we set it gingerly aside.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Despite the new cable dressing up this home button, Apple's Touch ID fingerprint sensor is nowhere to be found; it remains exclusive to the <a href="/Teardown/iPhone+5s+Teardown/17383#s52337">iPhone 5s</a>…for now.</p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53570" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53570"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment has-comments " data-editorid="prosemirror-step-53570" data-numcomments="2"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> 2 comments </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53570" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53570" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53570" data-editorid="prosemirror-step-53570" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53570" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53570" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53570"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li id="s53573" class="step step-wrapper js-step" data-step-number="12"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="12"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/qdeW25mAvY53BPcs.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/qdeW25mAvY53BPcs.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53573"> <strong class="stepValue">Step 12</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step12-stepImage1-288325" alt="iPad Air LTE Teardown: step 12, image 1 of 1" class="stepImage js-step-main-image hasMenu fluid visible medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/qdeW25mAvY53BPcs.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/qdeW25mAvY53BPcs.medium 592w, https://guide-images.cdn.ifixit.com/igi/qdeW25mAvY53BPcs.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/qdeW25mAvY53BPcs.medium" /> <div class="step-product"> <img src="https://cart-products.cdn.ifixit.com/cart-products/xyGnD2aWDEcVatDn.thumbnail" class="step-product-image js-no-link" width="58" height="58"> <div class="step-product-text"> <div class="sub-title"> Tool used on this step: </div> <span class="step-product-title">iOpener</span> <div class="step-product-price">$17.99</div> </div> <a href="https://www.ifixit.com/products/iopener" class="step-product-button">Buy</a> </div> </div> <div class="column step-content"> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">For the second time tonight, we pull out our <a href="https://www.ifixit.com/products/iopener" class="product-link">iOpener</a> for some crazy glue-busting action.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">We're hoping that this trend won't stand the <a href="http://xkcd.com/656/" rel="nofollow noopener noreferrer">test of time</a>, and that glued-in batteries will become phantoms of the past.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="3"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">In the meantime, it's nuke, heat, scrape, repeat.</p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53573" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53573"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment has-comments " data-editorid="prosemirror-step-53573" data-numcomments="1"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> One comment </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53573" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53573" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53573" data-editorid="prosemirror-step-53573" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53573" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53573" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53573"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li id="s53572" class="step step-wrapper js-step" data-step-number="13"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="13"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/xHJ4TZUJGErChpno.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/xHJ4TZUJGErChpno.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53572"> <strong class="stepValue">Step 13</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step13-stepImage1-288320" alt="iPad Air LTE Teardown: step 13, image 1 of 3" class="stepImage js-step-main-image hasMenu fluid visible medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/xHJ4TZUJGErChpno.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/xHJ4TZUJGErChpno.medium 592w, https://guide-images.cdn.ifixit.com/igi/xHJ4TZUJGErChpno.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/xHJ4TZUJGErChpno.medium" /> <img id="step13-stepImage2-288321" alt="iPad Air LTE Teardown: step 13, image 2 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/wQ5SYJcqaxo32eii.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/wQ5SYJcqaxo32eii.medium 592w, https://guide-images.cdn.ifixit.com/igi/wQ5SYJcqaxo32eii.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/wQ5SYJcqaxo32eii.medium" /> <img id="step13-stepImage3-288322" alt="iPad Air LTE Teardown: step 13, image 3 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/JNaXsW2L1GDkkj1x.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/JNaXsW2L1GDkkj1x.medium 592w, https://guide-images.cdn.ifixit.com/igi/JNaXsW2L1GDkkj1x.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/JNaXsW2L1GDkkj1x.medium" /> <div class="step-product"> <img src="https://cart-products.cdn.ifixit.com/cart-products/q4GNqIoRUGiNDmOK.thumbnail" class="step-product-image js-no-link" width="58" height="58"> <div class="step-product-text"> <div class="sub-title"> Tool used on this step: </div> <span class="step-product-title">Plastic Cards</span> <div class="step-product-price">$2.99</div> </div> <a href="https://www.ifixit.com/products/plastic-cards" class="step-product-button">Buy</a> </div> </div> <div class="column step-content"> <div class="row step-thumbnails"> <div class="column step-thumbnail js-step-thumbnail-container active" data-fullImg="step13-stepImage1-288320"> <div class="step-thumbnail-inner"> <img id="step13-stepImage0-288320" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/xHJ4TZUJGErChpno.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/xHJ4TZUJGErChpno.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step13-stepImage2-288321"> <div class="step-thumbnail-inner"> <img id="step13-stepImage1-288321" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid visible 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/wQ5SYJcqaxo32eii.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/wQ5SYJcqaxo32eii.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step13-stepImage3-288322"> <div class="step-thumbnail-inner"> <img id="step13-stepImage2-288322" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/JNaXsW2L1GDkkj1x.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/JNaXsW2L1GDkkj1x.200x150" /> </div> </div> </div> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Grab your grave-robbing <del>shovels</del> <a href="https://www.ifixit.com/products/plastic-cards" class="product-link">plastic card</a>s, 'cause it's time to exhume this sucker—er, battery.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">What is this devilry? The battery is pinned by some form of dark magic—or maybe a stray screw?</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="3"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Stateside, we get this one, last, coherent message before strings of expletives:</p> <div class="clearer"></div> </li> <li class="level-1 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="4"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">[7:29:22] Walter Galan: It's the worst battery ever.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="5"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Not even removing this mysterious screw helps. It's almost enough to make us cry for our <a href="http://science.howstuffworks.com/mummy.htm" rel="nofollow noopener noreferrer">mummy</a>!</p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53572" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53572"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment has-comments " data-editorid="prosemirror-step-53572" data-numcomments="1"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> One comment </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53572" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53572" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53572" data-editorid="prosemirror-step-53572" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53572" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53572" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53572"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li id="s53574" class="step step-wrapper js-step" data-step-number="14"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="14"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/PUV1VIY46bKT2KKc.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/PUV1VIY46bKT2KKc.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53574"> <strong class="stepValue">Step 14</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step14-stepImage1-288327" alt="iPad Air LTE Teardown: step 14, image 1 of 3" class="stepImage js-step-main-image hasMenu fluid visible medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/PUV1VIY46bKT2KKc.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/PUV1VIY46bKT2KKc.medium 592w, https://guide-images.cdn.ifixit.com/igi/PUV1VIY46bKT2KKc.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/PUV1VIY46bKT2KKc.medium" /> <img id="step14-stepImage2-288329" alt="iPad Air LTE Teardown: step 14, image 2 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/vRZ5jZvnrVKL5WjA.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/vRZ5jZvnrVKL5WjA.medium 592w, https://guide-images.cdn.ifixit.com/igi/vRZ5jZvnrVKL5WjA.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/vRZ5jZvnrVKL5WjA.medium" /> <img id="step14-stepImage3-288328" alt="iPad Air LTE Teardown: step 14, image 3 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/ZAZ3ARUZwyARnFE5.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/ZAZ3ARUZwyARnFE5.medium 592w, https://guide-images.cdn.ifixit.com/igi/ZAZ3ARUZwyARnFE5.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/ZAZ3ARUZwyARnFE5.medium" /> </div> <div class="column step-content"> <div class="row step-thumbnails"> <div class="column step-thumbnail js-step-thumbnail-container active" data-fullImg="step14-stepImage1-288327"> <div class="step-thumbnail-inner"> <img id="step14-stepImage0-288327" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/PUV1VIY46bKT2KKc.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/PUV1VIY46bKT2KKc.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step14-stepImage2-288329"> <div class="step-thumbnail-inner"> <img id="step14-stepImage1-288329" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid visible 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/vRZ5jZvnrVKL5WjA.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/vRZ5jZvnrVKL5WjA.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step14-stepImage3-288328"> <div class="step-thumbnail-inner"> <img id="step14-stepImage2-288328" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/ZAZ3ARUZwyARnFE5.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/ZAZ3ARUZwyARnFE5.200x150" /> </div> </div> </div> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">We employ a little black <del>magic</del> spudger to extract the SIM card tray.</p> <div class="clearer"></div> </li> <li class="level-1 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Yesteryear's micro-SIM has given way to this year's nano-SIM. Next year: pico-SIMs?</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="3"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">And while it is glued in (boo), we are happy to see it as a modular component, separate from the logic board.</p> <div class="clearer"></div> </li> <li class="level-1 bullet-line-icon-note" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="4"> <div class="bullet bulletIcon ico-step-icon-note"></div> <p itemprop="text">We'll call this a repairability-neutral finding.</p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53574" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53574"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment js-also-scroll-to-editor " data-editorid="prosemirror-step-53574" data-numcomments="0"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> Add a comment </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53574" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments" data-loaded="1"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53574" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53574" data-editorid="prosemirror-step-53574" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53574" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53574" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53574"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li id="s53575" class="step step-wrapper js-step" data-step-number="15"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="15"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/hrJoHZgPPjUGmHwc.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/hrJoHZgPPjUGmHwc.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53575"> <strong class="stepValue">Step 15</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step15-stepImage1-288333" alt="iPad Air LTE Teardown: step 15, image 1 of 2" class="stepImage js-step-main-image hasMenu fluid visible medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/hrJoHZgPPjUGmHwc.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/hrJoHZgPPjUGmHwc.medium 592w, https://guide-images.cdn.ifixit.com/igi/hrJoHZgPPjUGmHwc.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/hrJoHZgPPjUGmHwc.medium" /> <img id="step15-stepImage2-288332" alt="iPad Air LTE Teardown: step 15, image 2 of 2" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/cQdEMTX6PhmZnntu.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/cQdEMTX6PhmZnntu.medium 592w, https://guide-images.cdn.ifixit.com/igi/cQdEMTX6PhmZnntu.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/cQdEMTX6PhmZnntu.medium" /> </div> <div class="column step-content"> <div class="row step-thumbnails"> <div class="column step-thumbnail js-step-thumbnail-container active" data-fullImg="step15-stepImage1-288333"> <div class="step-thumbnail-inner"> <img id="step15-stepImage0-288333" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/hrJoHZgPPjUGmHwc.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/hrJoHZgPPjUGmHwc.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step15-stepImage2-288332"> <div class="step-thumbnail-inner"> <img id="step15-stepImage1-288332" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid visible 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/cQdEMTX6PhmZnntu.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/cQdEMTX6PhmZnntu.200x150" /> </div> </div> </div> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">We resume the quest to liberate the battery, and under the logic board we find the culprit in the curious case of the trapped time bomb (commonly known as a battery).</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Spring contacts on the logic board clamp down on the corresponding tab on the battery, effectively trapping it and complicating any future repair.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="3"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">This battery is super frustrating; we're not <a href="http://static.fjcdn.com/pictures/Wordception_79a4ff_2341386.jpg" rel="nofollow noopener noreferrer">Li-ion.</a></p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53575" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53575"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment js-also-scroll-to-editor " data-editorid="prosemirror-step-53575" data-numcomments="0"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> Add a comment </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53575" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments" data-loaded="1"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53575" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53575" data-editorid="prosemirror-step-53575" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53575" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53575" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53575"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li id="s53576" class="step step-wrapper js-step" data-step-number="16"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="16"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/whoJeccUQJu4k5tI.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/whoJeccUQJu4k5tI.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53576"> <strong class="stepValue">Step 16</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step16-stepImage1-288335" alt="iPad Air LTE Teardown: step 16, image 1 of 3" class="stepImage js-step-main-image hasMenu fluid visible medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/whoJeccUQJu4k5tI.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/whoJeccUQJu4k5tI.medium 592w, https://guide-images.cdn.ifixit.com/igi/whoJeccUQJu4k5tI.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/whoJeccUQJu4k5tI.medium" /> <img id="step16-stepImage2-288336" alt="iPad Air LTE Teardown: step 16, image 2 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/TTfxYlCJZ4leALVq.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/TTfxYlCJZ4leALVq.medium 592w, https://guide-images.cdn.ifixit.com/igi/TTfxYlCJZ4leALVq.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/TTfxYlCJZ4leALVq.medium" /> <img id="step16-stepImage3-288337" alt="iPad Air LTE Teardown: step 16, image 3 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/3ssyAsIftlDObGDo.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/3ssyAsIftlDObGDo.medium 592w, https://guide-images.cdn.ifixit.com/igi/3ssyAsIftlDObGDo.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/3ssyAsIftlDObGDo.medium" /> </div> <div class="column step-content"> <div class="row step-thumbnails"> <div class="column step-thumbnail js-step-thumbnail-container active" data-fullImg="step16-stepImage1-288335"> <div class="step-thumbnail-inner"> <img id="step16-stepImage0-288335" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/whoJeccUQJu4k5tI.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/whoJeccUQJu4k5tI.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step16-stepImage2-288336"> <div class="step-thumbnail-inner"> <img id="step16-stepImage1-288336" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid visible 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/TTfxYlCJZ4leALVq.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/TTfxYlCJZ4leALVq.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step16-stepImage3-288337"> <div class="step-thumbnail-inner"> <img id="step16-stepImage2-288337" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/3ssyAsIftlDObGDo.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/3ssyAsIftlDObGDo.200x150" /> </div> </div> </div> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">This battery creaks worse than the door to a haunted mansion as we ease it out of the case.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">In the process, the battery warps to a state resembling the Grimm Reaper's scythe.</p> <div class="clearer"></div> </li> <li class="level-0 bullet-line-icon-note" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="3"> <div class="bullet bulletIcon ico-step-icon-note"></div> <p itemprop="text">Warped batteries scare the living daylights out of us. <a href="http://d3nevzfk7ii3be.cloudfront.net/igi/35qYQCnBOHgYyids" rel="nofollow noopener noreferrer" target="_blank">Bad things</a> happen when batteries get punctured.</p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53576" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53576"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment js-also-scroll-to-editor " data-editorid="prosemirror-step-53576" data-numcomments="0"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> Add a comment </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53576" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments" data-loaded="1"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53576" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53576" data-editorid="prosemirror-step-53576" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53576" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53576" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53576"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li id="s53577" class="step step-wrapper js-step" data-step-number="17"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="17"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/rqfMxwyBxWTko3xN.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/rqfMxwyBxWTko3xN.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53577"> <strong class="stepValue">Step 17</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step17-stepImage1-288363" alt="iPad Air LTE Teardown: step 17, image 1 of 3" class="stepImage js-step-main-image hasMenu fluid visible medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/rqfMxwyBxWTko3xN.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/rqfMxwyBxWTko3xN.medium 592w, https://guide-images.cdn.ifixit.com/igi/rqfMxwyBxWTko3xN.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/rqfMxwyBxWTko3xN.medium" /> <img id="step17-stepImage2-288343" alt="iPad Air LTE Teardown: step 17, image 2 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/XR6jJPopqjgw4LfW.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/XR6jJPopqjgw4LfW.medium 592w, https://guide-images.cdn.ifixit.com/igi/XR6jJPopqjgw4LfW.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/XR6jJPopqjgw4LfW.medium" /> <img id="step17-stepImage3-288362" alt="iPad Air LTE Teardown: step 17, image 3 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/NCNUYO1ByDbrZlKT.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/NCNUYO1ByDbrZlKT.medium 592w, https://guide-images.cdn.ifixit.com/igi/NCNUYO1ByDbrZlKT.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/NCNUYO1ByDbrZlKT.medium" /> </div> <div class="column step-content"> <div class="row step-thumbnails"> <div class="column step-thumbnail js-step-thumbnail-container active" data-fullImg="step17-stepImage1-288363"> <div class="step-thumbnail-inner"> <img id="step17-stepImage0-288363" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/rqfMxwyBxWTko3xN.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/rqfMxwyBxWTko3xN.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step17-stepImage2-288343"> <div class="step-thumbnail-inner"> <img id="step17-stepImage1-288343" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid visible 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/XR6jJPopqjgw4LfW.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/XR6jJPopqjgw4LfW.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step17-stepImage3-288362"> <div class="step-thumbnail-inner"> <img id="step17-stepImage2-288362" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/NCNUYO1ByDbrZlKT.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/NCNUYO1ByDbrZlKT.200x150" /> </div> </div> </div> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">We leave the boring backside in favor of the green PCB fields of the front. Planted in this logic board patch are:</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="fa fa-circle bullet bullet_red"></div> <p itemprop="text">Apple APL5698 A7 Processor—a slightly different version from the APL0698 in the <a href="/Teardown/iPhone+5s+Teardown/17383#s52346">iPhone 5s</a></p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="3"> <div class="fa fa-circle bullet bullet_orange"></div> <p itemprop="text">Elpida F8164A1MD 1 GB LPDDR3 SDRAM</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="4"> <div class="fa fa-circle bullet bullet_yellow"></div> <p itemprop="text">Toshiba THGBX2G7B2JLA01 16 GB NAND Flash</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="5"> <div class="fa fa-circle bullet bullet_green"></div> <p itemprop="text">NXP LPC18A1 (Apple M7 Motion Co-Processor)</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="6"> <div class="fa fa-circle bullet bullet_blue"></div> <p itemprop="text">Apple 343S0655-A1—from our friends at <a href="http://www.chipworks.com/en/technical-competitive-analysis/resources/blog/a-is-for-apple/" rel="nofollow noopener noreferrer">Chipworks</a>, this looks to be a Dialog Power Management IC</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="7"> <div class="fa fa-circle bullet bullet_violet"></div> <p itemprop="text">USI 339S0213 Wi-Fi Module</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="8"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Apple 338S1116 Cirrus Audio Codec, also found in the <a href="/Teardown/iPhone+5c+Teardown/17382#s52374">iPhone 5c</a></p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53577" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53577"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment js-also-scroll-to-editor " data-editorid="prosemirror-step-53577" data-numcomments="0"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> Add a comment </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53577" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments" data-loaded="1"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53577" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53577" data-editorid="prosemirror-step-53577" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53577" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53577" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53577"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li id="s53584" class="step step-wrapper js-step" data-step-number="18"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="18"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/KfCVPK3rVnJaecf1.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/KfCVPK3rVnJaecf1.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53584"> <strong class="stepValue">Step 18</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step18-stepImage1-288371" alt="iPad Air LTE Teardown: step 18, image 1 of 3" class="stepImage js-step-main-image hasMenu fluid visible medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/KfCVPK3rVnJaecf1.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/KfCVPK3rVnJaecf1.medium 592w, https://guide-images.cdn.ifixit.com/igi/KfCVPK3rVnJaecf1.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/KfCVPK3rVnJaecf1.medium" /> <img id="step18-stepImage2-288374" alt="iPad Air LTE Teardown: step 18, image 2 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/BSPDxfVUmlXsH6b4.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/BSPDxfVUmlXsH6b4.medium 592w, https://guide-images.cdn.ifixit.com/igi/BSPDxfVUmlXsH6b4.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/BSPDxfVUmlXsH6b4.medium" /> <img id="step18-stepImage3-288376" alt="iPad Air LTE Teardown: step 18, image 3 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/cYDSgurt1TdQtHms.large" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/cYDSgurt1TdQtHms.medium 592w, https://guide-images.cdn.ifixit.com/igi/cYDSgurt1TdQtHms.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/cYDSgurt1TdQtHms.medium" /> </div> <div class="column step-content"> <div class="row step-thumbnails"> <div class="column step-thumbnail js-step-thumbnail-container active" data-fullImg="step18-stepImage1-288371"> <div class="step-thumbnail-inner"> <img id="step18-stepImage0-288371" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/KfCVPK3rVnJaecf1.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/KfCVPK3rVnJaecf1.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step18-stepImage2-288374"> <div class="step-thumbnail-inner"> <img id="step18-stepImage1-288374" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid visible 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/BSPDxfVUmlXsH6b4.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/BSPDxfVUmlXsH6b4.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step18-stepImage3-288376"> <div class="step-thumbnail-inner"> <img id="step18-stepImage2-288376" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/cYDSgurt1TdQtHms.large" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/cYDSgurt1TdQtHms.200x150" /> </div> </div> </div> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">A quick peek under a sneaky EMI shield near the USI Wi-Fi module...</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="fa fa-circle bullet bullet_red"></div> <p itemprop="text">...Reveals a pair of Broadcom BCM5976C1KUB6G Touch Screen Controllers, similar to the <a href="https://chipworks.secure.force.com/catalog/ProductDetails?sku=BRO-BCM5976A0KUB2G&viewState=DetailView&cartID=&g=&parentCategory=&navigationStr=CatalogSearchInc&searchText=BCM5976" rel="nofollow noopener noreferrer">BCM5976A0KUB2G</a> found in the trackpads of various MacBooks.</p> <div class="clearer"></div> </li> <li class="level-0 bullet-line-icon-note" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="3"> <div class="bullet bulletIcon ico-step-icon-note"></div> <p itemprop="text">While we're in the thick of chip identification, we want to send a big shoutout of thanks to our friends at <a href="http://www.chipworks.com/" rel="nofollow noopener noreferrer">Chipworks</a>, who stayed up late tonight to help us pick out all the teeny tiny components.</p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53584" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53584"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment js-also-scroll-to-editor " data-editorid="prosemirror-step-53584" data-numcomments="0"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> Add a comment </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53584" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments" data-loaded="1"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53584" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53584" data-editorid="prosemirror-step-53584" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53584" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53584" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53584"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li id="s53582" class="step step-wrapper js-step" data-step-number="19"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="19"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/kZqV4xM1akJir6Nw.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/kZqV4xM1akJir6Nw.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53582"> <strong class="stepValue">Step 19</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step19-stepImage1-288366" alt="iPad Air LTE Teardown: step 19, image 1 of 2" class="stepImage js-step-main-image hasMenu fluid visible medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/kZqV4xM1akJir6Nw.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/kZqV4xM1akJir6Nw.medium 592w, https://guide-images.cdn.ifixit.com/igi/kZqV4xM1akJir6Nw.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/kZqV4xM1akJir6Nw.medium" /> <img id="step19-stepImage2-288359" alt="iPad Air LTE Teardown: step 19, image 2 of 2" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/NFO1ijjItVkw6F3Q.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/NFO1ijjItVkw6F3Q.medium 592w, https://guide-images.cdn.ifixit.com/igi/NFO1ijjItVkw6F3Q.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/NFO1ijjItVkw6F3Q.medium" /> </div> <div class="column step-content"> <div class="row step-thumbnails"> <div class="column step-thumbnail js-step-thumbnail-container active" data-fullImg="step19-stepImage1-288366"> <div class="step-thumbnail-inner"> <img id="step19-stepImage0-288366" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/kZqV4xM1akJir6Nw.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/kZqV4xM1akJir6Nw.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step19-stepImage2-288359"> <div class="step-thumbnail-inner"> <img id="step19-stepImage1-288359" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid visible 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/NFO1ijjItVkw6F3Q.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/NFO1ijjItVkw6F3Q.200x150" /> </div> </div> </div> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">It wouldn't be an oversized iPhone without the phone parts—this end of the logic board sports all of the RF components.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="fa fa-circle bullet bullet_red"></div> <p itemprop="text">Qualcomm <a href="https://chipworks.secure.force.com/catalog/ProductDetails?sku=QUA-MDM9615M&viewState=DetailView&cartID=&g=/" rel="nofollow noopener noreferrer">M9615M</a> LTE Processor with 1 Gb (128 MB) of DRAM</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="3"> <div class="fa fa-circle bullet bullet_orange"></div> <p itemprop="text">TriQuint TQF6514 RF Power Amplifier Module—similar to the 6414 in the iPhone 5s</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="4"> <div class="fa fa-circle bullet bullet_yellow"></div> <p itemprop="text">Three Skyworks SKY77-series LTE RF Power Amplifier/Duplexer Modules</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="5"> <div class="fa fa-circle bullet bullet_green"></div> <p itemprop="text">Two Avago A79-series LTE RF Power Amplifier/Duplexer Modules</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="6"> <div class="fa fa-circle bullet bullet_blue"></div> <p itemprop="text">227 LG—likely a Murata Antenna Switch/Filter Module</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="7"> <div class="fa fa-circle bullet bullet_violet"></div> <p itemprop="text"><a href="https://chipworks.secure.force.com/catalog/ProductDetails?sku=QUA-WTR1605L&viewState=DetailView&cartID=&g=/" rel="nofollow noopener noreferrer">Qualcomm WTR1605L</a> LTE/HSPA+/CDMA/EDGE/GPS Transceiver</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="8"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Qualcomm PM8018 PMIC</p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53582" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53582"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment js-also-scroll-to-editor " data-editorid="prosemirror-step-53582" data-numcomments="0"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> Add a comment </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53582" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments" data-loaded="1"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53582" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53582" data-editorid="prosemirror-step-53582" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53582" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53582" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53582"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li id="s53578" class="step step-wrapper js-step" data-step-number="20"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="20"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/j1bWSkU3hGUAmpcU.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/j1bWSkU3hGUAmpcU.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53578"> <strong class="stepValue">Step 20</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step20-stepImage1-288341" alt="iPad Air LTE Teardown: step 20, image 1 of 2" class="stepImage js-step-main-image hasMenu fluid visible medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/j1bWSkU3hGUAmpcU.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/j1bWSkU3hGUAmpcU.medium 592w, https://guide-images.cdn.ifixit.com/igi/j1bWSkU3hGUAmpcU.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/j1bWSkU3hGUAmpcU.medium" /> <img id="step20-stepImage2-288340" alt="iPad Air LTE Teardown: step 20, image 2 of 2" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/EBchjuJ2KYYXCFkC.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/EBchjuJ2KYYXCFkC.medium 592w, https://guide-images.cdn.ifixit.com/igi/EBchjuJ2KYYXCFkC.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/EBchjuJ2KYYXCFkC.medium" /> </div> <div class="column step-content"> <div class="row step-thumbnails"> <div class="column step-thumbnail js-step-thumbnail-container active" data-fullImg="step20-stepImage1-288341"> <div class="step-thumbnail-inner"> <img id="step20-stepImage0-288341" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/j1bWSkU3hGUAmpcU.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/j1bWSkU3hGUAmpcU.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step20-stepImage2-288340"> <div class="step-thumbnail-inner"> <img id="step20-stepImage1-288340" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid visible 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/EBchjuJ2KYYXCFkC.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/EBchjuJ2KYYXCFkC.200x150" /> </div> </div> </div> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Just when we think there's no hope for this werewolf of a device, it shows its human face. Finally, a modular part: the Lightning connector. (Not that it was easy to get to.)</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Before the thunder even rolls, the Lightning port is gone.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="3"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">On a roll of our own, we remove what appear to be the Wi-Fi and Bluetooth antennas from the rear case.</p> <div class="clearer"></div> </li> <li class="level-1 bullet-line-icon-note" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="4"> <div class="bullet bulletIcon ico-step-icon-note"></div> <p itemprop="text">With two antennas and the use of <a href="http://en.wikipedia.org/wiki/MIMO" target="_blank">MIMO technology</a>, iPad touts twice the Wi-Fi performance of past models.</p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53578" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53578"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment has-comments " data-editorid="prosemirror-step-53578" data-numcomments="1"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> One comment </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53578" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53578" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53578" data-editorid="prosemirror-step-53578" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53578" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53578" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53578"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li id="s53579" class="step step-wrapper js-step" data-step-number="21"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="21"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/GqTa13ZuYIYbCXtm.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/GqTa13ZuYIYbCXtm.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53579"> <strong class="stepValue">Step 21</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step21-stepImage1-288347" alt="iPad Air LTE Teardown: step 21, image 1 of 3" class="stepImage js-step-main-image hasMenu fluid visible medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/GqTa13ZuYIYbCXtm.large" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/GqTa13ZuYIYbCXtm.medium 592w, https://guide-images.cdn.ifixit.com/igi/GqTa13ZuYIYbCXtm.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/GqTa13ZuYIYbCXtm.medium" /> <img id="step21-stepImage2-288346" alt="iPad Air LTE Teardown: step 21, image 2 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/wLiC6Mf4evHNDaY1.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/wLiC6Mf4evHNDaY1.medium 592w, https://guide-images.cdn.ifixit.com/igi/wLiC6Mf4evHNDaY1.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/wLiC6Mf4evHNDaY1.medium" /> <img id="step21-stepImage3-288345" alt="iPad Air LTE Teardown: step 21, image 3 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/GwNBWe5uPXVAIWlX.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/GwNBWe5uPXVAIWlX.medium 592w, https://guide-images.cdn.ifixit.com/igi/GwNBWe5uPXVAIWlX.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/GwNBWe5uPXVAIWlX.medium" /> </div> <div class="column step-content"> <div class="row step-thumbnails"> <div class="column step-thumbnail js-step-thumbnail-container active" data-fullImg="step21-stepImage1-288347"> <div class="step-thumbnail-inner"> <img id="step21-stepImage0-288347" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/GqTa13ZuYIYbCXtm.large" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/GqTa13ZuYIYbCXtm.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step21-stepImage2-288346"> <div class="step-thumbnail-inner"> <img id="step21-stepImage1-288346" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid visible 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/wLiC6Mf4evHNDaY1.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/wLiC6Mf4evHNDaY1.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step21-stepImage3-288345"> <div class="step-thumbnail-inner"> <img id="step21-stepImage2-288345" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/GwNBWe5uPXVAIWlX.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/GwNBWe5uPXVAIWlX.200x150" /> </div> </div> </div> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">For our next trick, we magic away the front-facing camera. You'll have to take your costume pics the <a href="http://www.flickr.com/photos/spacerabbits/8293377629/" rel="nofollow noopener noreferrer">old fashioned way</a>.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Ho, hum: The 1.2-megapixel, 720p FaceTime camera fails to send any shivers down our spine.</p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53579" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53579"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment js-also-scroll-to-editor " data-editorid="prosemirror-step-53579" data-numcomments="0"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> Add a comment </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53579" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments" data-loaded="1"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53579" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53579" data-editorid="prosemirror-step-53579" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53579" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53579" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53579"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li id="s53580" class="step step-wrapper js-step" data-step-number="22"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="22"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/wFgYMlqmeddI1eVt.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/wFgYMlqmeddI1eVt.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53580"> <strong class="stepValue">Step 22</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step22-stepImage1-288348" alt="iPad Air LTE Teardown: step 22, image 1 of 3" class="stepImage js-step-main-image hasMenu fluid visible medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/wFgYMlqmeddI1eVt.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/wFgYMlqmeddI1eVt.medium 592w, https://guide-images.cdn.ifixit.com/igi/wFgYMlqmeddI1eVt.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/wFgYMlqmeddI1eVt.medium" /> <img id="step22-stepImage2-288349" alt="iPad Air LTE Teardown: step 22, image 2 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/rJfPwdhR3SE1gklf.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/rJfPwdhR3SE1gklf.medium 592w, https://guide-images.cdn.ifixit.com/igi/rJfPwdhR3SE1gklf.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/rJfPwdhR3SE1gklf.medium" /> <img id="step22-stepImage3-288350" alt="iPad Air LTE Teardown: step 22, image 3 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/bmXWgHGBWHPaJxOp.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/bmXWgHGBWHPaJxOp.medium 592w, https://guide-images.cdn.ifixit.com/igi/bmXWgHGBWHPaJxOp.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/bmXWgHGBWHPaJxOp.medium" /> </div> <div class="column step-content"> <div class="row step-thumbnails"> <div class="column step-thumbnail js-step-thumbnail-container active" data-fullImg="step22-stepImage1-288348"> <div class="step-thumbnail-inner"> <img id="step22-stepImage0-288348" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/wFgYMlqmeddI1eVt.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/wFgYMlqmeddI1eVt.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step22-stepImage2-288349"> <div class="step-thumbnail-inner"> <img id="step22-stepImage1-288349" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid visible 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/rJfPwdhR3SE1gklf.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/rJfPwdhR3SE1gklf.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step22-stepImage3-288350"> <div class="step-thumbnail-inner"> <img id="step22-stepImage2-288350" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/bmXWgHGBWHPaJxOp.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/bmXWgHGBWHPaJxOp.200x150" /> </div> </div> </div> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">More fun-sized treats:</p> <div class="clearer"></div> </li> <li class="level-1 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text"><a href="http://www.youtube.com/watch?v=v2K4wJ8EmZ0">What's this?</a> We carve the headphone <a href="http://fc06.deviantart.net/fs12/i/2006/303/3/0/Jack_Skellington_pumpkin_by_cinderspritzer.jpg" rel="nofollow noopener noreferrer">jack(-o-lantern)</a> out.</p> <div class="clearer"></div> </li> <li class="level-1 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="3"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Catch these cell antennas while you can—you won't find them in the strictly Wi-Fi version. They're a <a href="http://cdn3.mos.techradar.futurecdn.net///classifications/gadgets/images/ipad_calls1-578-80.jpg" rel="nofollow noopener noreferrer">huge phone</a> exclusive.</p> <div class="clearer"></div> </li> <li class="level-1 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="4"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">A quick 180º, and the speakers become our next victim. Shrouded in mystery, Apple calls these speakers "built-in," opting to leave the maker unspecified.</p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53580" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53580"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment js-also-scroll-to-editor " data-editorid="prosemirror-step-53580" data-numcomments="0"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> Add a comment </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53580" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments" data-loaded="1"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53580" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53580" data-editorid="prosemirror-step-53580" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53580" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53580" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53580"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li id="s53581" class="step step-wrapper js-step" data-step-number="23"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="23"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/3NA5H6RQST5seS1t.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/3NA5H6RQST5seS1t.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53581"> <strong class="stepValue">Step 23</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step23-stepImage1-288351" alt="iPad Air LTE Teardown: step 23, image 1 of 3" class="stepImage js-step-main-image hasMenu fluid visible medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/3NA5H6RQST5seS1t.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/3NA5H6RQST5seS1t.medium 592w, https://guide-images.cdn.ifixit.com/igi/3NA5H6RQST5seS1t.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/3NA5H6RQST5seS1t.medium" /> <img id="step23-stepImage2-288353" alt="iPad Air LTE Teardown: step 23, image 2 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/fnvnmASOW5ULtrx5.large" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/fnvnmASOW5ULtrx5.medium 592w, https://guide-images.cdn.ifixit.com/igi/fnvnmASOW5ULtrx5.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/fnvnmASOW5ULtrx5.medium" /> <img id="step23-stepImage3-288352" alt="iPad Air LTE Teardown: step 23, image 3 of 3" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/ZBR2sNlWUwSCsjpr.large" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/ZBR2sNlWUwSCsjpr.medium 592w, https://guide-images.cdn.ifixit.com/igi/ZBR2sNlWUwSCsjpr.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/ZBR2sNlWUwSCsjpr.medium" /> </div> <div class="column step-content"> <div class="row step-thumbnails"> <div class="column step-thumbnail js-step-thumbnail-container active" data-fullImg="step23-stepImage1-288351"> <div class="step-thumbnail-inner"> <img id="step23-stepImage0-288351" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/3NA5H6RQST5seS1t.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/3NA5H6RQST5seS1t.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step23-stepImage2-288353"> <div class="step-thumbnail-inner"> <img id="step23-stepImage1-288353" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid visible 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/fnvnmASOW5ULtrx5.large" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/fnvnmASOW5ULtrx5.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step23-stepImage3-288352"> <div class="step-thumbnail-inner"> <img id="step23-stepImage2-288352" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/ZBR2sNlWUwSCsjpr.large" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/ZBR2sNlWUwSCsjpr.200x150" /> </div> </div> </div> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">We're <a href="http://en.wikipedia.org/wiki/Apple_bobbing">bobbing for apples</a>!</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">Sticking our spudger in for a dunk, we come up with another camera. This time it is the 5MP rear-facing camera.</p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53581" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53581"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment js-also-scroll-to-editor " data-editorid="prosemirror-step-53581" data-numcomments="0"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> Add a comment </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53581" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments" data-loaded="1"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53581" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53581" data-editorid="prosemirror-step-53581" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53581" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53581" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53581"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> <li id="s53583" class="step step-wrapper js-step" data-step-number="24"> <div class="actionbar-portal"></div> <div class="step" itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToStep" > <meta itemprop="position" content="24"> <meta itemprop="thumbnailUrl" content="https://guide-images.cdn.ifixit.com/igi/NVu1E3dGJ3RJOvEI.thumbnail"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/NVu1E3dGJ3RJOvEI.standard"> <div class="row"> <div class="column four-fifths"> <h2 class="step-title"> <a class="fragment-link" itemprop='url' href="#s53583"> <strong class="stepValue">Step 24</strong> </a> </h2> </div> <div class="column one-fifth"> </div> </div> <div class="row step-container"> <div class="column stepMedia step-main-media js-step-main-media stepImage stepImageContainer"> <img id="step24-stepImage1-288356" alt="iPad Air LTE Teardown: step 24, image 1 of 2" class="stepImage js-step-main-image hasMenu fluid visible medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/NVu1E3dGJ3RJOvEI.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/NVu1E3dGJ3RJOvEI.medium 592w, https://guide-images.cdn.ifixit.com/igi/NVu1E3dGJ3RJOvEI.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/NVu1E3dGJ3RJOvEI.medium" /> <img id="step24-stepImage2-288369" alt="iPad Air LTE Teardown: step 24, image 2 of 2" class="stepImage js-step-main-image hasMenu fluid medium lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/xFYKGAVNVtA1ZVCA.huge" width="593" height="444" sizes="(max-width: 600px) 95vw, (max-width: 1000px) 50vw, 593px" data-srcset="https://guide-images.cdn.ifixit.com/igi/xFYKGAVNVtA1ZVCA.medium 592w, https://guide-images.cdn.ifixit.com/igi/xFYKGAVNVtA1ZVCA.large 800w" data-src="https://guide-images.cdn.ifixit.com/igi/xFYKGAVNVtA1ZVCA.medium" /> </div> <div class="column step-content"> <div class="row step-thumbnails"> <div class="column step-thumbnail js-step-thumbnail-container active" data-fullImg="step24-stepImage1-288356"> <div class="step-thumbnail-inner"> <img id="step24-stepImage0-288356" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/NVu1E3dGJ3RJOvEI.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/NVu1E3dGJ3RJOvEI.200x150" /> </div> </div> <div class="column step-thumbnail js-step-thumbnail-container " data-fullImg="step24-stepImage2-288369"> <div class="step-thumbnail-inner"> <img id="step24-stepImage1-288369" alt="" class="stepImage js-step-main-image js-step-thumbnail fluid visible 200x150 lazyload" data-biggest="https://guide-images.cdn.ifixit.com/igi/xFYKGAVNVtA1ZVCA.huge" width="145" height="110" data-src="https://guide-images.cdn.ifixit.com/igi/xFYKGAVNVtA1ZVCA.200x150" /> </div> </div> </div> <div class="row step-lines-container"> <ul class="step-lines"> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="1"> <div class="fa fa-circle bullet bullet_black"></div> <p itemprop="text">iPad Air Repairability Score: <strong>2 out of 10</strong> (10 is easiest to repair)</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="2"> <div class="fa fa-circle bullet bullet_green"></div> <p itemprop="text">The LCD is easy to remove once the front panel is taken off the iPad.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="3"> <div class="fa fa-circle bullet bullet_green"></div> <p itemprop="text">The battery is not soldered to the logic board. We'll give it that.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="4"> <div class="fa fa-circle bullet bullet_red"></div> <p itemprop="text">Just like in previous iPads, the front panel is glued to the rest of the device, greatly increasing the chances of cracking the glass during a repair.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="5"> <div class="fa fa-circle bullet bullet_red"></div> <p itemprop="text">Gobs, gobs, and goblins of adhesive hold everything in place. This is the most difficult battery removal procedure we've seen in an iPad.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="6"> <div class="fa fa-circle bullet bullet_red"></div> <p itemprop="text">The LCD has foam sticky tape adhering it to the front panel, increasing chances of it being shattered during disassembly.</p> <div class="clearer"></div> </li> <li class="level-0 " itemprop="itemListElement" itemscope itemtype="http://schema.org/HowToDirection"> <meta itemprop="position" content="7"> <div class="fa fa-circle bullet bullet_red"></div> <p itemprop="text">You can't access the front panel's connector until you remove the LCD.</p> <div class="clearer"></div> </li> </ul> </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/18907/53583" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> <div class="js-comment-container" data-api="getCommentsHtml" data-context="step" data-contextid="53583"> <div class="row divider comments-button-container"> <div class="column four-fifths divider-content"></div> <div class="column add-comment-button-container readonly-hidden"> <button class="button button-link add-comment-button right js-show-comments js-comment-count js-add-comment has-comments " data-editorid="prosemirror-step-53583" data-numcomments="2"> <span style="display:inline-flex; width:16px; height:16px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"/></svg></span> 2 comments </button> </div> </div> <div class="row comments-container closed"> <div class="column column-card step-comments"> <div class="comments-header" > <button class="button comments-header-button button-medium addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-step-53583" <i class="fa fa-comment-o " ></i> Add a comment </button> </div> <div class="js-comments"></div> <div class="row js-comment-form-container"> <div class="column"> <form id="comment-form-step-53583" class="add-comment-form js-add-comment-form context-step hidden " data-context="step" data-contextid="53583" data-editorid="prosemirror-step-53583" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-step-53583" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-step-53583" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-step-53583"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </li> </section> </ol> <div> </div> <div class="guide-comments-container container"> <div class="column comments js-comment-container js-page-comments" data-context="guide" data-contextid="18907" data-api="getCommentsHtml" id="guide-comments-container" > <div class="row comments-header"> <div class="hidden-mobile"> <h3 class="js-comment-count" data-numcomments="22"> 22 Comments </h3> </div> <div class="comment-buttons"> <button type="button" class="addComment readonly-hidden js-add-comment js-scroll-to-editor iconLink comments-header-button button button-medium hideZero" rel="nofollow" data-context="guide" data-contextid="18907" data-editorid="prosemirror-guide-18907" data-addCount="1" title="Add a comment"> <i class="fa fa-comment-o fa-lg " ></i> <span>Add a comment</span> </button> </div> </div> <div id="comments" class="readonly-disabled js-comments"> <div class="comment-row comment-thread" id="container-107778" > <span style="display:inline-flex; width:20px; height:20px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M160 368c26.5 0 48 21.5 48 48v16l72.5-54.4c8.3-6.2 18.4-9.6 28.8-9.6H448c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16V352c0 8.8 7.2 16 16 16h96zm48 124l-.2 .2-5.1 3.8-17.1 12.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3V474.7v-6.4V468v-4V416H112 64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0H448c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H309.3L208 492z"/></svg></span> <div class="comment-info "> <div id="comment-107778" class="comment "> <div class="commentContent" data-commentid="107778"> <p>Try soaking the rear case with the battery attached in a freezer for 30 minutes prior to the battery removal. This will help make the tape bond less sticky and removal will be easier and significantly safer. Heat actually makes removal harder and more dangerous.</p> </div> <p class="commentMeta"> <a href="/User/718046/Rick+Haigh">Rick Haigh</a> - <a href="https://www.ifixit.com/Teardown/iPad+Air+LTE+Teardown/18907?permalink=comment-107778#comment-107778" class="js-permalink comment-date" rel="nofollow"><time title="Fri, 01 Nov 2013 09:34:58 -0700" datetime="2013-11-01T09:34:58-07:00">Nov 1, 2013</time></a> <span class="commentActions"> <a class="addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-guide-18907" data-context="guide" data-contextid="18907" data-parentid="107778" title="Replying to Rick Haigh" href="#reply">Reply</a> </span> </p> </div> </div> </div> <div class="comment-row comment-thread" id="container-107786" > <span style="display:inline-flex; width:20px; height:20px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M160 368c26.5 0 48 21.5 48 48v16l72.5-54.4c8.3-6.2 18.4-9.6 28.8-9.6H448c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16V352c0 8.8 7.2 16 16 16h96zm48 124l-.2 .2-5.1 3.8-17.1 12.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3V474.7v-6.4V468v-4V416H112 64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0H448c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H309.3L208 492z"/></svg></span> <div class="comment-info "> <div id="comment-107786" class="comment "> <div class="commentContent" data-commentid="107786"> <p>what company supplies the accelerometer and the gyro?</p> </div> <p class="commentMeta"> <a href="/User/709703/iphonedaddy">iphonedaddy</a> - <a href="https://www.ifixit.com/Teardown/iPad+Air+LTE+Teardown/18907?permalink=comment-107786#comment-107786" class="js-permalink comment-date" rel="nofollow"><time title="Fri, 01 Nov 2013 12:10:36 -0700" datetime="2013-11-01T12:10:36-07:00">Nov 1, 2013</time></a> <span class="commentActions"> <a class="addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-guide-18907" data-context="guide" data-contextid="18907" data-parentid="107786" title="Replying to iphonedaddy" href="#reply">Reply</a> </span> </p> </div> </div> </div> <div class="comment-row comment-thread" id="container-107800" > <span style="display:inline-flex; width:20px; height:20px;" class="fa-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M160 368c26.5 0 48 21.5 48 48v16l72.5-54.4c8.3-6.2 18.4-9.6 28.8-9.6H448c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16V352c0 8.8 7.2 16 16 16h96zm48 124l-.2 .2-5.1 3.8-17.1 12.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3V474.7v-6.4V468v-4V416H112 64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0H448c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H309.3L208 492z"/></svg></span> <div class="comment-info has-replies"> <div id="comment-107800" class="comment "> <div class="commentContent" data-commentid="107800"> <p>You all should realise that Apple does not care about self or third party serviceability. Neither should you care. Just use the product and get Apple to fix if it breaks down . The reason why sites like iFixit cry foul over non-serviceability is because it ruins their business!</p> </div> <p class="commentMeta"> <a href="/User/718270/Douglas+Dielle">Douglas Dielle</a> - <a href="https://www.ifixit.com/Teardown/iPad+Air+LTE+Teardown/18907?permalink=comment-107800#comment-107800" class="js-permalink comment-date" rel="nofollow"><time title="Fri, 01 Nov 2013 16:15:22 -0700" datetime="2013-11-01T16:15:22-07:00">Nov 1, 2013</time></a> <span class="commentActions"> <a class="addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-guide-18907" data-context="guide" data-contextid="18907" data-parentid="107800" title="Replying to Douglas Dielle" href="#reply">Reply</a> </span> </p> </div> <div class="comment-reply"> <div id="comment-107815" class="comment "> <div class="commentContent" data-commentid="107815"> <p>Yes pitching a 500 dollar device in the landfill because the battery is bad is always Smart Thinking .... All because of a battery with a 2 year average lifespan when the rest of the hardware should last 10 easily</p> <p>Great for Sales, not so much for the environment .... All because of a Marketing Gimmick, it's an 1/8" thinner ... Big F-ing deal</p> <p>But on the bright side, the new Air is thinner and smaller and takes up less room in the landfill .....</p> </div> <p class="commentMeta"> <a href="/User/718424/John+Russell">John Russell</a> - <a href="https://www.ifixit.com/Teardown/iPad+Air+LTE+Teardown/18907?permalink=comment-107815#comment-107815" class="js-permalink comment-date" rel="nofollow"><time title="Fri, 01 Nov 2013 23:47:20 -0700" datetime="2013-11-01T23:47:20-07:00">Nov 1, 2013</time></a> <span class="commentActions"> </span> </p> </div> </div> <div class="comment-reply"> <div id="comment-123966" class="comment "> <div class="commentContent" data-commentid="123966"> <p>@John Russel</p> <p>If you bring it back to Apple it will be carefully recycled, not thrown in a land fill.</p> <p>And you as user get a new iPad, that could be worse...</p> <p>And for Christ's sake, 'the device has 10 year life span.' Yeah sure, do you still use you Sony Ericson from 2004?</p> </div> <p class="commentMeta"> <a href="/User/881943/klaas123">klaas123</a> - <a href="https://www.ifixit.com/Teardown/iPad+Air+LTE+Teardown/18907?permalink=comment-123966#comment-123966" class="js-permalink comment-date" rel="nofollow"><time title="Wed, 18 Jun 2014 04:37:05 -0700" datetime="2014-06-18T04:37:05-07:00">Jun 18, 2014</time></a> <span class="commentActions"> </span> </p> </div> </div> </div> </div> <div align=center> <button class="button button-action-solid js-show-page-comments"> <i class="fa fa-angle-down " ></i> Load more comments </button> </div> </div> <div class="row readonly-hidden"> <div class="column"> <form id="comment-form-guide-18907" class="add-comment-form js-add-comment-form context-guide" data-context="guide" data-contextid="18907" data-editorid="prosemirror-guide-18907" method="post"> <h4 class="js-add-comment-title">Add Comment</h4> <span class="comment js-reply-comment-text"> </span> <div class="formBody"> <div class="formField"> <div class="prosemirror js-user-mention-editor" id="prosemirror-guide-18907" data-wikitags="["Prefilter","Delimiters","Mature","Raw","Url","Link","Wikilink","Guidelink","Guides","Productlink","Partslink","Toolslink","Shoplink","Productlist","Postlink","Implicitlink","Document","Note","Quote","Linebreak","Paragraph","Strong","Emphasis","Teletype","Superscript","Subscript","Delete","Insert","Mention","Unbalancedtags","Transform"]" data-mincharacters="12" data-maxcharacters="1024" data-preset="comments" > </div> </div> </div> <div class="form-footer"> <input class="js-comment-context" type="hidden" value="" /> <input class="js-comment-contextid" type="hidden" value="" /> <p class="maxCharacters js-max-characters" data-textarea-id="prosemirror-guide-18907" data-minimum="12" style="display:none">1024</p> <div class="comment-form-buttons"> <button class="hidden js-cancel-reply js-add-comment button" data-editorid="prosemirror-guide-18907"> Cancel </button> <button class="post-comment button button-action-solid js-comment-submit" type="submit">Post comment</button> </div> </div> </form> </div> </div> </div> </div> </div> <div id="embedBox" style="display: none;"> <h3>Embed this guide</h3> <p>Choose a size and copy the code below to embed this guide as a small widget on your site / forum.</p> <div class="button-container"> <button class="button button-checked js-embed-type js-button-checkable" data-embedType="single">Single Step</button> <button class="button js-embed-type js-button-checkable" data-embedType="full">Full Guide</button> </div> <div class="button-container"> <button class="button js-embed-width js-button-checkable" data-embedWidth="600">Small - 600px</button> <button class="button button-checked js-embed-width js-button-checkable" data-embedWidth="800">Medium - 800px</button> <button class="button js-embed-width js-button-checkable" data-embedWidth="1200">Large - 1200px</button> </div> <form class="form"> <textarea style="display: none;" class="js-embed-text js-embed-full" data-embed-template="<iframe id="dozuki-embed-18907" src="https://www.ifixit.com/Teardown/embed/18907/full" width="{width}" allowfullscreen frameborder="0"></iframe> <script>window.addEventListener("message",function(a){var b=document.getElementById("dozuki-embed-18907"),c=a.data[0],d=a.data[1];switch(c){case"setHeight":b.style.height=d+"px"}},!1);</script>" ><iframe id="dozuki-embed-18907" src="https://www.ifixit.com/Teardown/embed/18907/full" width="800" allowfullscreen frameborder="0"></iframe> <script>window.addEventListener("message",function(a){var b=document.getElementById("dozuki-embed-18907"),c=a.data[0],d=a.data[1];switch(c){case"setHeight":b.style.height=d+"px"}},!1);</script></textarea> <textarea class="js-embed-text js-embed-single" data-embed-template="<iframe src="https://www.ifixit.com/Teardown/embed/18907" width="{width}" height="{height}" allowfullscreen frameborder="0"></iframe>" ><iframe src="https://www.ifixit.com/Teardown/embed/18907" width="800" height="584" allowfullscreen frameborder="0"></iframe></textarea> <script> window.addEventListener('message', function(e) { var iframe = document.getElementById("dozuki-embed-18907"); if (!iframe) { return false; } var eventName = e.data[0]; var data = e.data[1]; switch(eventName) { case 'setHeight': iframe.style.height = data + 'px'; break; } }, false); </script> </form> <h3>Preview</h3> </div> </div> </div> <!-- /content-container --> </div> <!-- /contentFloat --> <div class="clearer"></div> </div> <!-- /mainBody --> <div class="clearer"></div> </div> <!-- /main --> </div> <!-- /page --> <div id="pageStats" class=""> <div class="stats-module-title"><i class="fa fa-bar-chart-o " ></i> <strong>View Statistics:</strong></div> <div class="stats-numbers-container"> <p><span class="statTitle">Past 24 Hours:</span> <span class="statValue">7</span></p> <p><span class="statTitle">Past 7 Days:</span> <span class="statValue">84</span></p> <p><span class="statTitle">Past 30 Days:</span> <span class="statValue">349</span></p> <p><span class="statTitle">All Time:</span> <span class="statValue">495,736</span></p> </div> </div> <div class="clearer"></div> <div class="react-component component-Footer" data-reactroot data-name="Footer" data-props="{"supportUrl":"https:\/\/help.ifixit.com\/","repairUrl":"https:\/\/repair.org\/","langViewID":"en","privacyPolicyUrl":"https:\/\/www.ifixit.com\/Info\/Privacy"}"> <style> .footer-placeholder { min-height: 1325.55px; @media (min-width: 768px) { min-height: 630.94px; } @media (min-width: 1440px) { min-height: 622.94px; } } </style> <div class="footer-placeholder hide-until-css-loaded"></div> </div> </div> <!-- /background --> <img src="https://ping.ifixit.com/pp/tick.gif?key=ifixit%2Fguide%2F18907%2Fen" width="1" height="1" alt="" class="hidden" /> <script type='text/javascript'> var App = {"recaptchaToken":"6LdcrYcUAAAAADXZZ8mZBNd48Qpg6jF6_Zp2s1t5","canIBypassGAEventFiringOnMobile":false,"objectNameSingular":"Device","objectNamePlural":"Devices","which":"ifixit","siteid":2,"isLoggedIn":false,"algoliaConfig":{"appId":"XQEP3AD9ZT","apiKey":"NDlkNDkwYjY0NDkyNDE5MjIwYmJiNTFhYTFkOTZhOTdjMGNiMTg5YTBhMzEzOGM0ZTRhMGFhNTk2MmRiZGFjY2ZpbHRlcnM9c2l0ZSUzQSUyMmlmaXhpdCUyMiUyMEFORCUyMCUyOHB1YmxpYyUyMCUzRCUyMDElMjBPUiUyMHZhcmlhbnRzX2NvdW50JTIwJTNFJTNEJTIwMSUyOSZ2YWxpZFVudGlsPTE3NDEwNDM5NTA=","indexPrefix":"","indexNamesByObjectType":{"guide":["guide_en"],"post":["post_en"],"product_group":["product_group_en"],"searchpage":["searchpage_en"],"document":["document_en"],"wiki":["wiki_en"],"topic":["topic_en"],"topic_variant":["topic_variant_en"],"item":["item_en"],"product":["product_en_us"],"wp_searchable_posts":["wp_searchable_posts"]},"filtersByObjectType":{"product":"is_pro != 1"},"defaultDoctypes":["topic","product","product_group","guide","post","wiki","pages","news","document"]},"lang":"en","users":{"miro":{"username":"Miroslav Djuric","unique_username":"miro","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/CRgnKw4upTQn2Emj.mini"},"michaeldegnan":{"username":"Michael Degnan","unique_username":"michaeldegnan","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/5fBruPlM3XqLwcvU.mini"},"andrew":{"username":"Andrew Optimus Goldheart","unique_username":"andrew","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-3.thumbnail"},"jakedevinc89368":{"username":"Jake Devincenzi","unique_username":"jakedevinc89368","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/PUoLQGG6FLNy4X5Q.mini"},"julia":{"username":"Julia","unique_username":"julia","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/vBJCiYwcWFKaLRGt.mini"},"brittany":{"username":"Brittany McCrigler","unique_username":"brittany","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/iREuQEo52DsVSgVl.mini"},"bsallee":{"username":"Brian Sallee","unique_username":"bsallee","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/qcPxfJocXZ6aSrJR.mini"},"jonrogers":{"username":"Jon Rogers","unique_username":"jonrogers","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-11.thumbnail"},"sam":{"username":"Sam Goldheart","unique_username":"sam","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/goWW1KSXtt5RIr4A.mini"},"jeffsu":{"username":"Jeff Suovanen","unique_username":"jeffsu","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/uYn4Ihpxm4PJCBrU.mini"},"geoff":{"username":"Geoff Wacker","unique_username":"geoff","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/MgRhwYtbOhm6SADY.mini"},"stevengergus":{"username":"Steven Gergus","unique_username":"stevengergus","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-7.thumbnail"},"carsten":{"username":"Carsten Frauenheim","unique_username":"carsten","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/p1cHBpItoOEfNENt.mini"},"robert08":{"username":"robert08","unique_username":"robert08","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-12.thumbnail"},"egrau":{"username":"egrau","unique_username":"egrau","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-8.thumbnail"},"gfisch":{"username":"3gfisch","unique_username":"gfisch","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-1.thumbnail"},"tomchai":{"username":"Tom Chai","unique_username":"tomchai","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/MmPDirCcEHB6YUtC.mini"},"blouis28576":{"username":"B Louis","unique_username":"blouis28576","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-4.thumbnail"},"adolphjonker":{"username":"Adolph Jonker","unique_username":"adolphjonker","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-3.thumbnail"},"tony":{"username":"Tony Gines","unique_username":"tony","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/nZ4wQT3TKG6hdvOc.mini"},"mikeperry15822":{"username":"Mike Perry","unique_username":"mikeperry15822","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-1.thumbnail"},"scott23927":{"username":"scott","unique_username":"scott23927","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-3.thumbnail"},"iphonedaddy":{"username":"iphonedaddy","unique_username":"iphonedaddy","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-12.thumbnail"},"forrestbowlick":{"username":"Forrest Bowlick","unique_username":"forrestbowlick","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-3.thumbnail"},"dirkpennings":{"username":"Dirk Pennings","unique_username":"dirkpennings","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/c4LpA25sKSHmdeIP.mini"},"rickhaigh":{"username":"Rick Haigh","unique_username":"rickhaigh","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-9.thumbnail"},"douglasdielle":{"username":"Douglas Dielle","unique_username":"douglasdielle","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-9.thumbnail"},"johnrussell2989":{"username":"John Russell","unique_username":"johnrussell2989","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-3.thumbnail"},"danmitchel38463":{"username":"Dan Mitchell","unique_username":"danmitchel38463","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-7.thumbnail"},"hakaner":{"username":"hakan er","unique_username":"hakaner","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/4T6uXqE1YjlmSLAU.mini"},"zim0256":{"username":"David","unique_username":"zim0256","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-8.thumbnail"},"asd63515":{"username":"asd","unique_username":"asd63515","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-10.thumbnail"},"wildguess12":{"username":"Wildguess12","unique_username":"wildguess12","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-11.thumbnail"},"mark8923":{"username":"Mark","unique_username":"mark8923","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-12.thumbnail"},"technogala":{"username":"Technogala","unique_username":"technogala","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-9.thumbnail"},"jamesredington":{"username":"James Redington","unique_username":"jamesredington","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-2.thumbnail"},"scottnormand":{"username":"Scott Normand","unique_username":"scottnormand","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-4.thumbnail"},"junier":{"username":"junier","unique_username":"junier","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-5.thumbnail"},"tclchris":{"username":"Chris Johnson","unique_username":"tclchris","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-4.thumbnail"},"ricktechguy":{"username":"Rick","unique_username":"ricktechguy","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-8.thumbnail"},"klaas123":{"username":"klaas123","unique_username":"klaas123","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-7.thumbnail"},"nickparducci":{"username":"nick parducci","unique_username":"nickparducci","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-11.thumbnail"},"earl25093":{"username":"earl","unique_username":"earl25093","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-12.thumbnail"},"bojanbilbija":{"username":"Bojan Bilbija","unique_username":"bojanbilbija","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-11.thumbnail"},"ilockhart":{"username":"Ina Lockhart","unique_username":"ilockhart","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-2.thumbnail"},"francesco_cb":{"username":"Francis","unique_username":"francesco_cb","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-7.thumbnail"},"charityman":{"username":"Lowell Sonne","unique_username":"charityman","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-10.thumbnail"},"littlce":{"username":"Christopher Little","unique_username":"littlce","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/ACIKVYBb4OJPTSA3.mini"},"mannaifixit":{"username":"Manna","unique_username":"mannaifixit","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-11.thumbnail"},"karanvirghuman":{"username":"Karanvir Ghuman","unique_username":"karanvirghuman","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/aO1NSRMkaDLhyPNX.mini"},"ltjjudge":{"username":"Liam Judge","unique_username":"ltjjudge","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/IAINHZdCmTMYHZV5.mini"},"brettg98654":{"username":"brett G","unique_username":"brettg98654","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/hVInelX1pFLlBuud.mini"}},"embedAspectRatio":0.73,"guideid":18907,"langid":"en","viewLangid":"en","deviceWiki":{"wikiid":25266,"device":"iPad Air LTE","title":"iPad Air LTE","display_title":"iPad Air LTE","image_url":"https:\/\/guide-images.cdn.ifixit.com\/igi\/AbI1uZUdBtSEPPXY.standard"},"repairabilityScore":2,"canIForceSentryReporting":false,"SENTRY_DSN_JS":"https:\/\/5552835e822c4c8db5070306b2535ef3@o186239.ingest.sentry.io\/1281569","sentryTags":{"site":"ifixit","lang":"en","isAdmin":false,"deployment":"production"},"sentryPerformance":true,"sentryRelease":"976555bbf517d931d88f4d253d45e460c775fc37\n","googleOAuth2Clientid":"622418919965-qcvbv04spukbdo9ut8pevt4pucmkp86o.apps.googleusercontent.com","googleOAuth2Domain":"","usernamePattern":"^[a-z][a-z0-9_]{2,14}$","maxMediaSize":100,"maxMediaLength":30,"videosEnabled":true,"strokeWidthMedium":5,"iconTimes":"<i class=\"svg-icon\" style=\"display: inline-flex; width: 16px; height: 16px;\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/>\n <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/>\n<\/svg><\/i>","videoEncodings":{"MP4_720":{"column":"MP4_720","label":"480p","encoding":"mp4","width":720,"height":480,"codecs":"avc1.4D401E, mp4a.40.2","ffmpeg_args":"-vcodec libx264 -profile:v main -level 3.1 -crf 23 -acodec aac -vf format=yuv420p","mime":"video\/mp4","always_generate":true}},"FrameModules":["LoginFrameModule","ImageMenuFrameModule","MediaLibraryFrameModule","NotifyFrameModule","WatchFrameModule","NewsletterFrameModule","UserLikeFrameModule","CommentsWatchFrameModule","CommentsFrameModule","PageStatsFrameModule","ImageMarkersFrameModule","ImageCropFrameModule","ModeratorVoteFrameModule"],"gb":{"attributes":{"uniqueId":"NKd4HAYCve5","isExemptFromAB":false},"features":{"product-list-default-to-gallery":{"defaultValue":false,"rules":[]},"product-overview-reorder-sections":{"defaultValue":false,"rules":[]},"show-cross-sell-checkbox":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":null,"key":null,"weights":null,"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"5298a401-5a18-4037-9d68-0a8bc7151e80","hashVersion":2,"range":null,"meta":null,"ranges":null,"name":null,"phase":null}]},"plp-bigger-list-images":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"plp-bigger-list-images","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"405103a9-e2e3-4837-99b4-d0c33ae394d0","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Control"},{"key":"1","name":"Bigger Images"}],"ranges":null,"name":"plp-bigger-list-images","phase":"0"}]},"php-next-a-a-experiment":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"php-next-a-a-experiment","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"4f5cb2dc-a7e0-4468-a3b0-40a6a7162f48","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Control"},{"key":"1","name":"Variation 1"}],"ranges":null,"name":"php-next-a-a-experiment","phase":"2"}]},"generic-reviews":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"generic-reviews","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"fa3d1b62-7ff3-42c7-82d2-55bd053c01a0","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Control (No Generic Reviews)"},{"key":"1","name":"Show Generic Reviews"}],"ranges":null,"name":"Generic Reviews","phase":"0"}]},"show-cart-merch-banner":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"show-cart-merch-banner","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"de12c0d6-fb6e-4de0-87e5-87e8f40d35bb","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Control"},{"key":"1","name":"Variation 1"}],"ranges":null,"name":"Show Cart Merch Banner","phase":"0"}]},"guide-collections":{"defaultValue":false,"rules":[]},"a-a-experiment-v7":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"experiment-v7","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"e7fad591-a03b-4c8a-b118-01c6a0cc96e0","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Control"},{"key":"1","name":"Variation 1"}],"ranges":null,"name":"a-a-experiment-v7","phase":"0"}]},"show-consent-banner":{"defaultValue":false,"rules":[]}},"forcedVariations":[],"viewedExperiments":[],"forcedFeatures":[]},"isProduction":true,"isTest":false,"userPreferredStoreCode":"us","locale":"en_US","siteName":"ifixit","useSecureCookies":true,"sameSiteValue":"None","imageSizeWidths":{"mini":56,"thumbnail":96,"140x105":140,"200x150":200,"standard":300,"440x330":440,"medium":592,"large":800,"huge":1600},"facebookAppId":"401112919922369","piwikCustomDimensions":{"9":"Employee","20":"false"}}; </script> <script type='text/javascript'> Object.entries(App.piwikCustomDimensions).forEach( ([key, value]) => { _paq.push(["setCustomDimensionValue", key, value]); } ); </script> </body> </html>