CINXE.COM

Samsung Galaxy Buds Live 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://fonts.gstatic.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?11307" as="script" fetchpriority="high" > <link rel="preload" href="https://assets.cdn.ifixit.com/Assets/scripts/runtime.js.fac69a93ef6da9c03d78.js" as="script" fetchpriority="high" > <link rel="preload" href="/v3/polyfill.min.js?flags=gated&amp;features=default,Object.entries,Object.fromEntries,Number.isInteger,IntersectionObserver,NodeList.prototype.forEach,WeakSet,WeakMap,fetch,Array.prototype.flatMap,Array.prototype.flat,Promise.prototype.finally,IntersectionObserver,String.prototype.matchAll,es2022,queueMicrotask" 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>Samsung Galaxy Buds Live Teardown - iFixit</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="description" content="" /> <meta name="title" content="Samsung Galaxy Buds Live Teardown - iFixit" /> <meta name="keywords" content="Samsung Galaxy Buds Live Teardown, Samsung Galaxy Buds Live, Parts, Tools, Free Repair Guides, Manual, Teardowns" /> <meta name="robots" content="noindex, follow, nosnippet, noarchive, noimageindex" /> <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/HcMuS5fR6CTjh4cH.full" /> <meta property="og:description" content="" /> <meta property="og:author" content="https://www.ifixit.com/User/2567860/Taylor+Dixon" /> <meta property="og:published_time" content="2020-08-12T17:13:46-07:00" /> <meta property="og:section" content="Samsung Galaxy Buds Live" /> <meta property="og:modified_time" content="2022-10-07T23:19:42-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/Samsung+Galaxy+Buds+Live+Teardown/135908" /> <meta property="og:title" content="Samsung Galaxy Buds Live 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-94kAHb98aMHqxZzLMudIDQ.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-L14PPpPvF2WDOfB-WSRlBQ.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-p7jpqPPFfTcyIAC3pCvMCA.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-94kAHb98aMHqxZzLMudIDQ.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/font-awesome-L14PPpPvF2WDOfB-WSRlBQ.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/module-all-p7jpqPPFfTcyIAC3pCvMCA.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.fac69a93ef6da9c03d78.js"></script> <script defer src="/v3/polyfill.min.js?flags=gated&amp;features=default,Object.entries,Object.fromEntries,Number.isInteger,IntersectionObserver,NodeList.prototype.forEach,WeakSet,WeakMap,fetch,Array.prototype.flatMap,Array.prototype.flat,Promise.prototype.finally,IntersectionObserver,String.prototype.matchAll,es2022,queueMicrotask"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/translations/en-translations.js?11307"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/3126.c90c49d980ca8843cd4c.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/9973.a1d707d51599d617757a.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1787.4b223ec84364c6cfc7f0.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/617.bc9a5f6adc185eac6c2c.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1692.a9a503b817fac1f3b467.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/9152.14a0b8dfe029246ca252.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/641.cd1d3b9691425510e371.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/2585.4c91587cbc54f39fee47.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/9962.baea693ff713c6c6823c.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6103.83b5f336fb317b982095.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/4752.2ce4ee34c5b31f426dfb.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6678.770421323c566c93c4a2.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6178.2f7e04f7c10065263bf9.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5430.a06c2ffcddd393886c6d.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5543.7a38fcd395189fa3c7ef.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1247.e19d434ae353101467fc.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7287.07087304b9d1ef8b8bb6.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/2575.fcdd98161191f6a1f9d1.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/9692.fbe5442c79c35bc04981.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6492.20048034888d8bfd7f74.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1803.82230c73c7ab18cf0625.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8392.3113cd5aecd2ce67a3a0.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/2704.c15c2d534af21f689dbc.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7401.4ee84e2fd14e71f688c3.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/164.91e9f5b23afc918c7e10.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1612.82fb56c18a9f8777f540.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/2616.b1c8cbb9b97d01f3b162.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/4522.5b8e65ad8af277d9e07a.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7867.2eb7409709ffeb485c5b.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/3669.30334704d07194c990f7.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8216.5a8eeff83cbb2f67a669.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/9126.b4c5615aa1dabe3b16ca.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7727.41806cbaf875d62fbf1c.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/guidepage.js.c0d52e9e8c58b07e2e36.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/new-guide-view-all.js.49936c8b14f2beeacb35.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/guide-top.js.a90ddfceca1d76f7c8b1.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6522.c0a157662f58d93316f4.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5039.7e6f681162ffdddec2f4.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5191.906c66ef8b2f20ca12cc.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6199.eb2e7997dd9249c8d62e.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/9174.7ced475629c859262432.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/guide-nav.js.fd4e9e570b41a4781b7f.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/guide-flags.js.a92b4ed347dcea3a65cf.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/2258.e78f52bb5300de86c88f.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/campaign-banner-wp.js.dec69911e2739748bcc8.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/consent-banner.js.49f8e96c57d2b8804e44.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/error-capture.js.241c02b8678b53d485fd.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/tiptap-editor.js.824b78b60d653d8158be.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/view-release-version.js.58e867243d6c67ef6416.js"></script> <style id="criticalCss"> :where(#main) { max-width: 100%; } :where(*, :before, :after) { box-sizing: border-box; } :where(html) { font-size: 14px; } :where(body) { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; 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; } :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(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%; } a.button, button.button { -webkit-appearance: none; background-color: #fff; border: 1px solid #d1d5db; border-radius: 4px; color: #212426; display: inline-block; font-size: 14px; padding: 8px 16px; position: relative; text-align: center; text-decoration: none; } a.button.button-transparent { background-color: hsla(0, 0%, 100%, 0.1); } button.button.button-action-solid { background-color: #3b82f6; border-color: #3b82f6; color: #fff; } button.button.button-checked { background-color: #f5f9ff; border-color: #bad3fc; color: #3b82f6; } button.button.button-link { background-image: none; border: 0; border-radius: 0; box-shadow: none; padding: 12px 24px; } a.button.button-transparent, button.button.button-link { background-color: transparent; } button.button.button-medium { padding: 6px 12px 7px; } a.button.button-small { font-size: 13px; padding: 5px 10px; } a.button .fa { font-size: 14px; margin-right: 8px; opacity: 0.5; position: relative; top: 1px; } button.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; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; 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('&amp;', '&'); _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="{&quot;isOnCart&quot;:false,&quot;links&quot;:[{&quot;title&quot;:&quot;Fix Your Stuff&quot;,&quot;url&quot;:&quot;\/Guide&quot;,&quot;sublinks&quot;:[{&quot;title&quot;:&quot;Repair Guides&quot;,&quot;description&quot;:&quot;Learn how to fix just about anything with our step-by-step guides.&quot;,&quot;url&quot;:&quot;\/Guide&quot;},{&quot;title&quot;:&quot;Answers Forum&quot;,&quot;description&quot;:&quot;Share solutions and get help from a friend.&quot;,&quot;url&quot;:&quot;\/Answers&quot;},{&quot;title&quot;:&quot;Teardowns&quot;,&quot;description&quot;:&quot;Get a sneak peek inside the latest gadgets.&quot;,&quot;url&quot;:&quot;\/Teardown&quot;},{&quot;title&quot;:&quot;News&quot;,&quot;description&quot;:&quot;Your destination for tech repair news.&quot;,&quot;url&quot;:&quot;\/News&quot;}]},{&quot;title&quot;:&quot;Community&quot;,&quot;url&quot;:&quot;\/Community&quot;,&quot;sublinks&quot;:[{&quot;title&quot;:&quot;Get Involved&quot;,&quot;description&quot;:&quot;Help teach people to make their stuff work again.&quot;,&quot;url&quot;:&quot;\/Community&quot;},{&quot;title&quot;:&quot;Right to Repair&quot;,&quot;description&quot;:&quot;Learn about the Right to Repair movement and how to be an advocate.&quot;,&quot;url&quot;:&quot;\/Right-to-Repair&quot;},{&quot;title&quot;:&quot;Repairability&quot;,&quot;description&quot;:&quot;Learn why fixable products make sense.&quot;,&quot;url&quot;:&quot;\/repairability&quot;},{&quot;title&quot;:&quot;Our Manifesto&quot;,&quot;description&quot;:&quot;Join the repair revolution!&quot;,&quot;url&quot;:&quot;\/Manifesto&quot;}]},{&quot;title&quot;:&quot;Store&quot;,&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/Store&quot;,&quot;hasStoreDropdown&quot;:true,&quot;sublinks&quot;:[{&quot;title&quot;:&quot;Featured&quot;,&quot;description&quot;:&quot;Quality parts and tools backed by our lifetime guarantee.&quot;,&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/Store&quot;},{&quot;title&quot;:&quot;Tools&quot;,&quot;description&quot;:&quot;Shop our wide selection of precision tools.&quot;,&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/Tools&quot;},{&quot;title&quot;:&quot;Parts&quot;,&quot;description&quot;:&quot;Shop parts backed by our quality guarantee.&quot;,&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/Parts&quot;},{&quot;title&quot;:&quot;Merch&quot;,&quot;description&quot;:&quot;Show your love for iFixit with shirts, posters and more.&quot;,&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/Tools\/iFixit_Gear&quot;}]}],&quot;stores&quot;:[{&quot;name&quot;:&quot;United States&quot;,&quot;storeCode&quot;:&quot;us&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;isDisplayStore&quot;:true},{&quot;name&quot;:&quot;Australia&quot;,&quot;storeCode&quot;:&quot;au&quot;,&quot;currency&quot;:&quot;AUD&quot;,&quot;isDisplayStore&quot;:false},{&quot;name&quot;:&quot;Canada&quot;,&quot;storeCode&quot;:&quot;ca&quot;,&quot;currency&quot;:&quot;CAD&quot;,&quot;isDisplayStore&quot;:false},{&quot;name&quot;:&quot;Germany&quot;,&quot;storeCode&quot;:&quot;de&quot;,&quot;currency&quot;:&quot;EUR&quot;,&quot;isDisplayStore&quot;:false},{&quot;name&quot;:&quot;France&quot;,&quot;storeCode&quot;:&quot;fr&quot;,&quot;currency&quot;:&quot;EUR&quot;,&quot;isDisplayStore&quot;:false},{&quot;name&quot;:&quot;United Kingdom&quot;,&quot;storeCode&quot;:&quot;uk&quot;,&quot;currency&quot;:&quot;GBP&quot;,&quot;isDisplayStore&quot;:false},{&quot;name&quot;:&quot;Europe&quot;,&quot;storeCode&quot;:&quot;eu&quot;,&quot;currency&quot;:&quot;EUR&quot;,&quot;isDisplayStore&quot;:false}],&quot;dropdowns&quot;:{&quot;miniCart&quot;:{&quot;products&quot;:[]},&quot;languageDropdown&quot;:{&quot;languages&quot;:[{&quot;name&quot;:&quot;German&quot;,&quot;autoglottonym&quot;:&quot;Deutsch&quot;,&quot;currency&quot;:&quot;DEM&quot;,&quot;locale&quot;:&quot;de_DE&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/ba\/Flag_of_Germany.svg\/16px-Flag_of_Germany.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/ba\/Flag_of_Germany.svg\/32px-Flag_of_Germany.svg.png&quot;,&quot;isoCode&quot;:&quot;DE&quot;,&quot;isSelected&quot;:false},{&quot;name&quot;:&quot;English&quot;,&quot;autoglottonym&quot;:&quot;English&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;locale&quot;:&quot;en_US&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/a\/a4\/Flag_of_the_United_States.svg\/16px-Flag_of_the_United_States.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/a\/a4\/Flag_of_the_United_States.svg\/32px-Flag_of_the_United_States.svg.png&quot;,&quot;isSelected&quot;:true,&quot;isoCode&quot;:&quot;EN&quot;},{&quot;name&quot;:&quot;Spanish&quot;,&quot;autoglottonym&quot;:&quot;Espa\u00f1ol&quot;,&quot;currency&quot;:&quot;MXN&quot;,&quot;locale&quot;:&quot;es_MX&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/fc\/Flag_of_Mexico.svg\/16px-Flag_of_Mexico.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/fc\/Flag_of_Mexico.svg\/32px-Flag_of_Mexico.svg.png&quot;,&quot;isoCode&quot;:&quot;ES&quot;,&quot;isSelected&quot;:false},{&quot;name&quot;:&quot;French&quot;,&quot;autoglottonym&quot;:&quot;Fran\u00e7ais&quot;,&quot;currency&quot;:&quot;EUR&quot;,&quot;locale&quot;:&quot;fr_FR&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/c\/c3\/Flag_of_France.svg\/16px-Flag_of_France.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/c\/c3\/Flag_of_France.svg\/32px-Flag_of_France.svg.png&quot;,&quot;isoCode&quot;:&quot;FR&quot;,&quot;isSelected&quot;:false},{&quot;name&quot;:&quot;Italian&quot;,&quot;autoglottonym&quot;:&quot;Italiano&quot;,&quot;currency&quot;:&quot;EUR&quot;,&quot;locale&quot;:&quot;it_IT&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/03\/Flag_of_Italy.svg\/16px-Flag_of_Italy.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/03\/Flag_of_Italy.svg\/32px-Flag_of_Italy.svg.png&quot;,&quot;isoCode&quot;:&quot;IT&quot;,&quot;isSelected&quot;:false},{&quot;name&quot;:&quot;Dutch&quot;,&quot;autoglottonym&quot;:&quot;Nederlands&quot;,&quot;currency&quot;:&quot;EUR&quot;,&quot;locale&quot;:&quot;nl_NL&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/2\/20\/Flag_of_the_Netherlands.svg\/16px-Flag_of_the_Netherlands.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/2\/20\/Flag_of_the_Netherlands.svg\/32px-Flag_of_the_Netherlands.svg.png&quot;,&quot;isoCode&quot;:&quot;NL&quot;,&quot;isSelected&quot;:false},{&quot;name&quot;:&quot;Portuguese&quot;,&quot;autoglottonym&quot;:&quot;Portugu\u00eas&quot;,&quot;currency&quot;:&quot;PP&quot;,&quot;locale&quot;:&quot;pt_BR&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/05\/Flag_of_Brazil.svg\/16px-Flag_of_Brazil.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/05\/Flag_of_Brazil.svg\/32px-Flag_of_Brazil.svg.png&quot;,&quot;isoCode&quot;:&quot;PT&quot;,&quot;isSelected&quot;:false},{&quot;name&quot;:&quot;Russian&quot;,&quot;autoglottonym&quot;:&quot;P\u0443\u0441\u0441\u043a\u0438\u0439&quot;,&quot;currency&quot;:&quot;RUR&quot;,&quot;locale&quot;:&quot;ru_RU&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/f3\/Flag_of_Russia.svg\/16px-Flag_of_Russia.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/f3\/Flag_of_Russia.svg\/32px-Flag_of_Russia.svg.png&quot;,&quot;isoCode&quot;:&quot;RU&quot;,&quot;isSelected&quot;:false},{&quot;name&quot;:&quot;Turkish&quot;,&quot;autoglottonym&quot;:&quot;T\u00fcrk\u00e7e&quot;,&quot;currency&quot;:&quot;TRY&quot;,&quot;locale&quot;:&quot;tr_TR&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b4\/Flag_of_Turkey.svg\/16px-Flag_of_Turkey.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b4\/Flag_of_Turkey.svg\/32px-Flag_of_Turkey.svg.png&quot;,&quot;isoCode&quot;:&quot;TR&quot;,&quot;isSelected&quot;:false},{&quot;name&quot;:&quot;Chinese&quot;,&quot;autoglottonym&quot;:&quot;\u4e2d\u6587&quot;,&quot;currency&quot;:&quot;HKD&quot;,&quot;locale&quot;:&quot;zh_CN&quot;,&quot;png16&quot;:&quot;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&quot;,&quot;png32&quot;:&quot;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&quot;,&quot;isoCode&quot;:&quot;ZH&quot;,&quot;isSelected&quot;:false},{&quot;name&quot;:&quot;Japanese&quot;,&quot;autoglottonym&quot;:&quot;\u65e5\u672c\u8a9e&quot;,&quot;currency&quot;:&quot;JPY&quot;,&quot;locale&quot;:&quot;ja_JP&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/9\/9e\/Flag_of_Japan.svg\/16px-Flag_of_Japan.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/9\/9e\/Flag_of_Japan.svg\/32px-Flag_of_Japan.svg.png&quot;,&quot;isoCode&quot;:&quot;JP&quot;,&quot;isSelected&quot;:false},{&quot;name&quot;:&quot;Korean&quot;,&quot;autoglottonym&quot;:&quot;\ud55c\uad6d\uc5b4&quot;,&quot;currency&quot;:&quot;KRW&quot;,&quot;locale&quot;:&quot;ko_KR&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/09\/Flag_of_South_Korea.svg\/16px-Flag_of_South_Korea.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/09\/Flag_of_South_Korea.svg\/32px-Flag_of_South_Korea.svg.png&quot;,&quot;isoCode&quot;:&quot;KO&quot;,&quot;isSelected&quot;:false}],&quot;translationPreferencesUrl&quot;:&quot;\/api\/2.0\/user\/setLanguagePreferences&quot;},&quot;userInfo&quot;:null,&quot;shopifyStore&quot;:{&quot;currencyCode&quot;:&quot;USD&quot;,&quot;storeCode&quot;:&quot;us&quot;,&quot;shopDomain&quot;:&quot;ifixit-us.myshopify.com&quot;,&quot;storefrontAccessToken&quot;:&quot;db3099692534a56ecec7b974a329d302&quot;,&quot;cartUrl&quot;:&quot;https:\/\/www.ifixit.com\/cart&quot;,&quot;storeUrl&quot;:&quot;https:\/\/www.ifixit.com\/Store&quot;},&quot;cartDrawer&quot;:{&quot;flagCountryCode&quot;:&quot;US&quot;,&quot;locale&quot;:&quot;en-us&quot;},&quot;user&quot;:{&quot;priceTiers&quot;: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="{&quot;isTest&quot;:false,&quot;flagEnabled&quot;:false,&quot;privacyPolicyUrl&quot;:&quot;https:\/\/www.ifixit.com\/Info\/Privacy&quot;,&quot;needsConsent&quot;:false,&quot;piwikSiteId&quot;:&quot;6bf6bc54-82ca-4321-8620-b12d5c9b57b6&quot;,&quot;shopifyConfig&quot;:{&quot;checkout&quot;:&quot;store.ifixit.com&quot;,&quot;storefront&quot;:&quot;ifixit.com&quot;,&quot;accessToken&quot;:&quot;db3099692534a56ecec7b974a329d302&quot;}}"> </div> <div class="react-component component-GuideNavComponent" data-reactroot data-name="GuideNavComponent" data-props="{&quot;breadCrumbs&quot;:[{&quot;name&quot;:&quot;Home&quot;,&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/Guide&quot;},{&quot;name&quot;:&quot;Electronics&quot;,&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/Device\/Electronics&quot;},{&quot;name&quot;:&quot;Headphone&quot;,&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/Device\/Headphone&quot;},{&quot;name&quot;:&quot;Samsung Headphone&quot;,&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/Device\/Samsung_Headphone&quot;},{&quot;name&quot;:&quot;Samsung Galaxy Buds Live&quot;,&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/Device\/Samsung_Galaxy_Buds_Live&quot;}],&quot;fullScreenUrl&quot;:&quot;https:\/\/www.ifixit.com\/Teardown\/embed\/135908&quot;,&quot;sharableUrl&quot;:&quot;https:\/\/www.ifixit.com\/Teardown\/Samsung+Galaxy+Buds+Live+Teardown\/135908&quot;,&quot;answersPartsUrl&quot;:&quot;\/Answers\/Device\/Samsung_Galaxy_Buds_Live&quot;,&quot;isTeardown&quot;:true,&quot;guidesUrl&quot;:&quot;https:\/\/www.ifixit.com\/Device\/Samsung_Galaxy_Buds_Live#Section_Guides&quot;,&quot;devicePartsUrl&quot;:&quot;https:\/\/www.ifixit.com\/Parts\/Samsung_Galaxy_Buds_Live&quot;,&quot;historyUrl&quot;:&quot;\/Guide\/history\/135908&quot;,&quot;pdfUrl&quot;:&quot;\/GuidePDF\/link\/135908\/en&quot;,&quot;editUrl&quot;:&quot;\/Teardown\/edit\/135908&quot;,&quot;translateUrl&quot;:&quot;\/Guide\/translate\/135908&quot;,&quot;isSubscribed&quot;: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 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">Samsung Galaxy Buds Live Teardown</h1> <div class="guide-author guide-title-subtext"> Written By: <a class="guide-title-subtext-strong" href="/User/2567860/Taylor+Dixon">Taylor Dixon</a> <a href="/Guide/history/135908" class="guide-other-contributors" rel="ugc">(and one other contributor)</a> </div> <div itemprop="author" itemscope itemtype="http://schema.org/Person"> <meta itemprop="url" content="https://www.ifixit.com/User/2567860/Taylor+Dixon"> <meta itemprop="name" content="Taylor Dixon"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/N4PcYCXXFXODQ1iS.standard"> </div> <meta itemprop="datePublished" content="2020-08-12T17:13:46-07:00"> <meta itemprop="dateModified" content="2022-10-07T23:19:42-07:00"> <div class="guide-published-date guide-title-subtext"> Published: August 12, 2020 </div> <div class="react-component component-FlagSectionComponent" data-reactroot data-name="FlagSectionComponent" data-props="{&quot;difficulty&quot;:3,&quot;difficultyName&quot;:&quot;Moderate&quot;,&quot;timeRequired&quot;:&quot;No estimate&quot;,&quot;flags&quot;:[{&quot;flagid&quot;:&quot;GUIDE_STARRED&quot;,&quot;title&quot;:&quot;Featured Guide&quot;,&quot;text&quot;:&quot;This guide has been found to be exceptionally cool by the iFixit staff.&quot;,&quot;privilegeid&quot;:1,&quot;icon&quot;:&quot;circle-star&quot;}],&quot;isTeardown&quot;:true}"> <style> .placeholder-guide-flags { height: 56px; padding-top: 12px; padding-bottom: 16px; } @media (min-width: 576px) { .placeholder-guide-flags { height: 58px; } } </style><div class="placeholder-guide-flags"></div> </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">8</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">1</span> </li> <li class="views-count"> <i class="fa fa-bar-chart-o " ></i> Views: <span class="stats-value">26.2k</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/HcMuS5fR6CTjh4cH.large')"> <div itemprop="image" itemscope itemtype="http://schema.org/ImageObject"> <meta itemprop="url" content="https://guide-images.cdn.ifixit.com/igi/HcMuS5fR6CTjh4cH.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">Samsung Galaxy Buds Live Teardown</h1> <div class="guide-author guide-title-subtext"> Written By: <a class="guide-title-subtext-strong" href="/User/2567860/Taylor+Dixon">Taylor Dixon</a> <a href="/Guide/history/135908" class="guide-other-contributors" rel="ugc">(and one other contributor)</a> </div> <div itemprop="author" itemscope itemtype="http://schema.org/Person"> <meta itemprop="url" content="https://www.ifixit.com/User/2567860/Taylor+Dixon"> <meta itemprop="name" content="Taylor Dixon"> <meta itemprop="image" content="https://guide-images.cdn.ifixit.com/igi/N4PcYCXXFXODQ1iS.standard"> </div> <meta itemprop="datePublished" content="2020-08-12T17:13:46-07:00"> <meta itemprop="dateModified" content="2022-10-07T23:19:42-07:00"> <div class="guide-published-date guide-title-subtext"> Published: August 12, 2020 </div> <div class="react-component component-FlagSectionComponent" data-reactroot data-name="FlagSectionComponent" data-props="{&quot;difficulty&quot;:3,&quot;difficultyName&quot;:&quot;Moderate&quot;,&quot;timeRequired&quot;:&quot;No estimate&quot;,&quot;flags&quot;:[{&quot;flagid&quot;:&quot;GUIDE_STARRED&quot;,&quot;title&quot;:&quot;Featured Guide&quot;,&quot;text&quot;:&quot;This guide has been found to be exceptionally cool by the iFixit staff.&quot;,&quot;privilegeid&quot;:1,&quot;icon&quot;:&quot;circle-star&quot;}],&quot;isTeardown&quot;:true}"> <style> .placeholder-guide-flags { height: 56px; padding-top: 12px; padding-bottom: 16px; } @media (min-width: 576px) { .placeholder-guide-flags { height: 58px; } } </style><div class="placeholder-guide-flags"></div> </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">8</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">1</span> </li> <li class="views-count"> <i class="fa fa-bar-chart-o " ></i> Views: <span class="stats-value">26.2k</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="{&quot;productData&quot;:{&quot;kits&quot;:[],&quot;tools&quot;:[{&quot;name&quot;:&quot;Small Vise&quot;,&quot;totalPrice&quot;:&quot;19.99&quot;,&quot;quantity&quot;:1,&quot;notes&quot;:null,&quot;type&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/products\/vise&quot;,&quot;wikiUrl&quot;:&quot;\/Item\/Small_Vise&quot;,&quot;isOptional&quot;:false,&quot;imageUrl&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/VPbJNdFGTUP5XL1P.thumbnail&quot;,&quot;highResImageUrl&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/VPbJNdFGTUP5XL1P.size170&quot;,&quot;isExternal&quot;:false,&quot;isForSale&quot;:true,&quot;supplierText&quot;:null,&quot;sku&quot;:&quot;1451002&quot;,&quot;productCode&quot;:145100,&quot;shopifyHandle&quot;:&quot;vise&quot;,&quot;variants&quot;:[{&quot;cartLine&quot;:{&quot;itemcode&quot;:&quot;IF145-100-2&quot;,&quot;variantTitle&quot;:&quot;New \/ Economy - Clamp&quot;,&quot;shopifyVariantId&quot;:&quot;gid:\/\/shopify\/ProductVariant\/39371670290535&quot;,&quot;name&quot;:&quot;Vise&quot;,&quot;internalDisplayName&quot;:&quot;Vise \/ Economy \/ Clamp&quot;,&quot;imageSrc&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/VPbJNdFGTUP5XL1P.thumbnail&quot;,&quot;quantity&quot;:1,&quot;price&quot;:{&quot;amount&quot;:&quot;19.99&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;compareAtPrice&quot;:{&quot;amount&quot;:&quot;19.99&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;categories&quot;:[&quot;Tool&quot;,&quot;Gripping&quot;,&quot;N\/A&quot;],&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/products\/vise&quot;,&quot;fulfiller&quot;:&quot;iFixit&quot;},&quot;name&quot;:&quot;New \/ Economy - Clamp&quot;,&quot;totalPrice&quot;:&quot;$19.99&quot;,&quot;isInStock&quot;:true}],&quot;initialVariant&quot;:{&quot;cartLine&quot;:{&quot;itemcode&quot;:&quot;IF145-100-2&quot;,&quot;variantTitle&quot;:&quot;New \/ Economy - Clamp&quot;,&quot;shopifyVariantId&quot;:&quot;gid:\/\/shopify\/ProductVariant\/39371670290535&quot;,&quot;name&quot;:&quot;Vise&quot;,&quot;internalDisplayName&quot;:&quot;Vise \/ Economy \/ Clamp&quot;,&quot;imageSrc&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/VPbJNdFGTUP5XL1P.thumbnail&quot;,&quot;quantity&quot;:1,&quot;price&quot;:{&quot;amount&quot;:&quot;19.99&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;compareAtPrice&quot;:{&quot;amount&quot;:&quot;19.99&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;categories&quot;:[&quot;Tool&quot;,&quot;Gripping&quot;,&quot;N\/A&quot;],&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/products\/vise&quot;,&quot;fulfiller&quot;:&quot;iFixit&quot;},&quot;name&quot;:&quot;New \/ Economy - Clamp&quot;,&quot;totalPrice&quot;:&quot;$19.99&quot;,&quot;isInStock&quot;:true}},{&quot;name&quot;:&quot;Phillips #00 Screwdriver&quot;,&quot;totalPrice&quot;:&quot;5.49&quot;,&quot;quantity&quot;:1,&quot;notes&quot;:null,&quot;type&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/products\/phillips-00-screwdriver&quot;,&quot;wikiUrl&quot;:&quot;\/Item\/Phillips_00_Screwdriver&quot;,&quot;isOptional&quot;:false,&quot;imageUrl&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/upNtpW5ghNgA3abG.thumbnail&quot;,&quot;highResImageUrl&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/upNtpW5ghNgA3abG.size170&quot;,&quot;isExternal&quot;:false,&quot;isForSale&quot;:true,&quot;supplierText&quot;:null,&quot;sku&quot;:&quot;1450065&quot;,&quot;productCode&quot;:145006,&quot;shopifyHandle&quot;:&quot;phillips-00-screwdriver&quot;,&quot;variants&quot;:[{&quot;cartLine&quot;:{&quot;itemcode&quot;:&quot;IF145-006-5&quot;,&quot;variantTitle&quot;:&quot;New \/ iFixit&quot;,&quot;shopifyVariantId&quot;:&quot;gid:\/\/shopify\/ProductVariant\/39371666653287&quot;,&quot;name&quot;:&quot;Phillips #00 Screwdriver&quot;,&quot;internalDisplayName&quot;:&quot;Phillips #00 Screwdriver \/ iFixit - Made in Taiwan&quot;,&quot;imageSrc&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/upNtpW5ghNgA3abG.thumbnail&quot;,&quot;quantity&quot;:1,&quot;price&quot;:{&quot;amount&quot;:&quot;5.49&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;compareAtPrice&quot;:{&quot;amount&quot;:&quot;5.49&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;categories&quot;:[&quot;Tool&quot;,&quot;Screwdrivers&quot;,&quot;N\/A&quot;],&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/products\/phillips-00-screwdriver&quot;,&quot;fulfiller&quot;:&quot;iFixit&quot;},&quot;name&quot;:&quot;New \/ iFixit&quot;,&quot;totalPrice&quot;:&quot;$5.49&quot;,&quot;isInStock&quot;:true},{&quot;cartLine&quot;:{&quot;itemcode&quot;:&quot;IF145-006-2&quot;,&quot;variantTitle&quot;:&quot;New \/ Moody - Made in USA&quot;,&quot;shopifyVariantId&quot;:&quot;gid:\/\/shopify\/ProductVariant\/39371666686055&quot;,&quot;name&quot;:&quot;Phillips #00 Screwdriver&quot;,&quot;internalDisplayName&quot;:&quot;Phillips #00 Screwdriver \/ Moody - Made in USA&quot;,&quot;imageSrc&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/VJ26sFPXLFW1PqER.thumbnail&quot;,&quot;quantity&quot;:1,&quot;price&quot;:{&quot;amount&quot;:&quot;8.99&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;compareAtPrice&quot;:{&quot;amount&quot;:&quot;8.99&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;categories&quot;:[&quot;Tool&quot;,&quot;Screwdrivers&quot;,&quot;N\/A&quot;],&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/products\/phillips-00-screwdriver?variant=39371666686055&quot;,&quot;fulfiller&quot;:&quot;iFixit&quot;},&quot;name&quot;:&quot;New \/ Moody - Made in USA&quot;,&quot;totalPrice&quot;:&quot;$8.99&quot;,&quot;isInStock&quot;:true}],&quot;initialVariant&quot;:{&quot;cartLine&quot;:{&quot;itemcode&quot;:&quot;IF145-006-5&quot;,&quot;variantTitle&quot;:&quot;New \/ iFixit&quot;,&quot;shopifyVariantId&quot;:&quot;gid:\/\/shopify\/ProductVariant\/39371666653287&quot;,&quot;name&quot;:&quot;Phillips #00 Screwdriver&quot;,&quot;internalDisplayName&quot;:&quot;Phillips #00 Screwdriver \/ iFixit - Made in Taiwan&quot;,&quot;imageSrc&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/upNtpW5ghNgA3abG.thumbnail&quot;,&quot;quantity&quot;:1,&quot;price&quot;:{&quot;amount&quot;:&quot;5.49&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;compareAtPrice&quot;:{&quot;amount&quot;:&quot;5.49&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;categories&quot;:[&quot;Tool&quot;,&quot;Screwdrivers&quot;,&quot;N\/A&quot;],&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/products\/phillips-00-screwdriver&quot;,&quot;fulfiller&quot;:&quot;iFixit&quot;},&quot;name&quot;:&quot;New \/ iFixit&quot;,&quot;totalPrice&quot;:&quot;$5.49&quot;,&quot;isInStock&quot;:true}},{&quot;name&quot;:&quot;iFixit Opening Picks (Set of 6)&quot;,&quot;totalPrice&quot;:&quot;4.49&quot;,&quot;quantity&quot;:1,&quot;notes&quot;:null,&quot;type&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/products\/ifixit-opening-picks-set-of-6&quot;,&quot;wikiUrl&quot;:&quot;\/Item\/iFixit_Opening_Picks_set_of_6&quot;,&quot;isOptional&quot;:false,&quot;imageUrl&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/fDsOubGiL2QUMeOR.thumbnail&quot;,&quot;highResImageUrl&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/fDsOubGiL2QUMeOR.size170&quot;,&quot;isExternal&quot;:false,&quot;isForSale&quot;:true,&quot;supplierText&quot;:null,&quot;sku&quot;:&quot;1451232&quot;,&quot;productCode&quot;:145123,&quot;shopifyHandle&quot;:&quot;ifixit-opening-picks-set-of-6&quot;,&quot;variants&quot;:[{&quot;cartLine&quot;:{&quot;itemcode&quot;:&quot;IF145-123-2&quot;,&quot;variantTitle&quot;:&quot;New&quot;,&quot;shopifyVariantId&quot;:&quot;gid:\/\/shopify\/ProductVariant\/39371670356071&quot;,&quot;name&quot;:&quot;iFixit Opening Picks (Set of 6)&quot;,&quot;internalDisplayName&quot;:&quot;iFixit Opening Picks (Set of 6) \/ New&quot;,&quot;imageSrc&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/fDsOubGiL2QUMeOR.thumbnail&quot;,&quot;quantity&quot;:1,&quot;price&quot;:{&quot;amount&quot;:&quot;4.49&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;compareAtPrice&quot;:{&quot;amount&quot;:&quot;4.99&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;categories&quot;:[&quot;Tool&quot;,&quot;Opening and Prying&quot;,&quot;N\/A&quot;],&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/products\/ifixit-opening-picks-set-of-6&quot;,&quot;fulfiller&quot;:&quot;iFixit&quot;},&quot;name&quot;:&quot;New&quot;,&quot;totalPrice&quot;:&quot;$4.49&quot;,&quot;isInStock&quot;:true}],&quot;initialVariant&quot;:{&quot;cartLine&quot;:{&quot;itemcode&quot;:&quot;IF145-123-2&quot;,&quot;variantTitle&quot;:&quot;New&quot;,&quot;shopifyVariantId&quot;:&quot;gid:\/\/shopify\/ProductVariant\/39371670356071&quot;,&quot;name&quot;:&quot;iFixit Opening Picks (Set of 6)&quot;,&quot;internalDisplayName&quot;:&quot;iFixit Opening Picks (Set of 6) \/ New&quot;,&quot;imageSrc&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/fDsOubGiL2QUMeOR.thumbnail&quot;,&quot;quantity&quot;:1,&quot;price&quot;:{&quot;amount&quot;:&quot;4.49&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;compareAtPrice&quot;:{&quot;amount&quot;:&quot;4.99&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;categories&quot;:[&quot;Tool&quot;,&quot;Opening and Prying&quot;,&quot;N\/A&quot;],&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/products\/ifixit-opening-picks-set-of-6&quot;,&quot;fulfiller&quot;:&quot;iFixit&quot;},&quot;name&quot;:&quot;New&quot;,&quot;totalPrice&quot;:&quot;$4.49&quot;,&quot;isInStock&quot;:true}},{&quot;name&quot;:&quot;Spudger&quot;,&quot;totalPrice&quot;:&quot;3.59&quot;,&quot;quantity&quot;:1,&quot;notes&quot;:null,&quot;type&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/products\/spudger&quot;,&quot;wikiUrl&quot;:&quot;\/Item\/Spudger&quot;,&quot;isOptional&quot;:false,&quot;imageUrl&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/vy2elt3YPAXL1LmZ.thumbnail&quot;,&quot;highResImageUrl&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/vy2elt3YPAXL1LmZ.size170&quot;,&quot;isExternal&quot;:false,&quot;isForSale&quot;:true,&quot;supplierText&quot;:null,&quot;sku&quot;:&quot;1450024&quot;,&quot;productCode&quot;:145002,&quot;shopifyHandle&quot;:&quot;spudger&quot;,&quot;variants&quot;:[{&quot;cartLine&quot;:{&quot;itemcode&quot;:&quot;IF145-002-4&quot;,&quot;variantTitle&quot;:&quot;New \/ Fixite Carbon Fiber&quot;,&quot;shopifyVariantId&quot;:&quot;gid:\/\/shopify\/ProductVariant\/39371666489447&quot;,&quot;name&quot;:&quot;Spudger&quot;,&quot;internalDisplayName&quot;:&quot;Spudger \/ Fixite Carbon Fiber&quot;,&quot;imageSrc&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/vy2elt3YPAXL1LmZ.thumbnail&quot;,&quot;quantity&quot;:1,&quot;price&quot;:{&quot;amount&quot;:&quot;3.59&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;compareAtPrice&quot;:{&quot;amount&quot;:&quot;3.99&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;categories&quot;:[&quot;Tool&quot;,&quot;Opening and Prying&quot;,&quot;N\/A&quot;],&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/products\/spudger&quot;,&quot;fulfiller&quot;:&quot;iFixit&quot;},&quot;name&quot;:&quot;New \/ Fixite Carbon Fiber&quot;,&quot;totalPrice&quot;:&quot;$3.59&quot;,&quot;isInStock&quot;:true},{&quot;cartLine&quot;:{&quot;itemcode&quot;:&quot;IF145-002-2&quot;,&quot;variantTitle&quot;:&quot;New \/ Glass Fiber&quot;,&quot;shopifyVariantId&quot;:&quot;gid:\/\/shopify\/ProductVariant\/39371666522215&quot;,&quot;name&quot;:&quot;Spudger&quot;,&quot;internalDisplayName&quot;:&quot;Spudger \/ Glass Fiber&quot;,&quot;imageSrc&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/XX6VnHhECOJblSRD.thumbnail&quot;,&quot;quantity&quot;:1,&quot;price&quot;:{&quot;amount&quot;:&quot;2.99&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;compareAtPrice&quot;:{&quot;amount&quot;:&quot;2.99&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;categories&quot;:[&quot;Tool&quot;,&quot;Opening and Prying&quot;,&quot;N\/A&quot;],&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/products\/spudger?variant=39371666522215&quot;,&quot;fulfiller&quot;:&quot;iFixit&quot;},&quot;name&quot;:&quot;New \/ Glass Fiber&quot;,&quot;totalPrice&quot;:&quot;$2.99&quot;,&quot;isInStock&quot;:true},{&quot;cartLine&quot;:{&quot;itemcode&quot;:&quot;IF145-002-3&quot;,&quot;variantTitle&quot;:&quot;New \/ Glass Fiber Bundle of 100&quot;,&quot;shopifyVariantId&quot;:&quot;gid:\/\/shopify\/ProductVariant\/39371666554983&quot;,&quot;name&quot;:&quot;Spudger&quot;,&quot;internalDisplayName&quot;:&quot;Spudger \/ Glass Fiber Bundle of 100&quot;,&quot;imageSrc&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/xUc3UfoiWjGTueWG.thumbnail&quot;,&quot;quantity&quot;:1,&quot;price&quot;:{&quot;amount&quot;:&quot;149.99&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;compareAtPrice&quot;:{&quot;amount&quot;:&quot;149.99&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;categories&quot;:[&quot;Tool&quot;,&quot;Opening and Prying&quot;,&quot;N\/A&quot;],&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/products\/spudger?variant=39371666554983&quot;,&quot;fulfiller&quot;:&quot;iFixit&quot;},&quot;name&quot;:&quot;New \/ Glass Fiber Bundle of 100&quot;,&quot;totalPrice&quot;:&quot;$149.99&quot;,&quot;isInStock&quot;:true}],&quot;initialVariant&quot;:{&quot;cartLine&quot;:{&quot;itemcode&quot;:&quot;IF145-002-4&quot;,&quot;variantTitle&quot;:&quot;New \/ Fixite Carbon Fiber&quot;,&quot;shopifyVariantId&quot;:&quot;gid:\/\/shopify\/ProductVariant\/39371666489447&quot;,&quot;name&quot;:&quot;Spudger&quot;,&quot;internalDisplayName&quot;:&quot;Spudger \/ Fixite Carbon Fiber&quot;,&quot;imageSrc&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/vy2elt3YPAXL1LmZ.thumbnail&quot;,&quot;quantity&quot;:1,&quot;price&quot;:{&quot;amount&quot;:&quot;3.59&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;compareAtPrice&quot;:{&quot;amount&quot;:&quot;3.99&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;categories&quot;:[&quot;Tool&quot;,&quot;Opening and Prying&quot;,&quot;N\/A&quot;],&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/products\/spudger&quot;,&quot;fulfiller&quot;:&quot;iFixit&quot;},&quot;name&quot;:&quot;New \/ Fixite Carbon Fiber&quot;,&quot;totalPrice&quot;:&quot;$3.59&quot;,&quot;isInStock&quot;:true}},{&quot;name&quot;:&quot;Tweezers&quot;,&quot;totalPrice&quot;:&quot;4.99&quot;,&quot;quantity&quot;:1,&quot;notes&quot;:null,&quot;type&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/products\/tweezers&quot;,&quot;wikiUrl&quot;:&quot;\/Item\/Metal_Tweezers&quot;,&quot;isOptional&quot;:false,&quot;imageUrl&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/eQGTt3iN1MmOAQDy.thumbnail&quot;,&quot;highResImageUrl&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/eQGTt3iN1MmOAQDy.size170&quot;,&quot;isExternal&quot;:false,&quot;isForSale&quot;:true,&quot;supplierText&quot;:null,&quot;sku&quot;:&quot;1450204&quot;,&quot;productCode&quot;:145020,&quot;shopifyHandle&quot;:&quot;tweezers&quot;,&quot;variants&quot;:[{&quot;cartLine&quot;:{&quot;itemcode&quot;:&quot;IF145-020-4&quot;,&quot;variantTitle&quot;:&quot;New \/ Blunt&quot;,&quot;shopifyVariantId&quot;:&quot;gid:\/\/shopify\/ProductVariant\/39371667439719&quot;,&quot;name&quot;:&quot;Tweezers&quot;,&quot;internalDisplayName&quot;:&quot;Tweezers \/ Blunt \/ Pro \/ ESD Safe&quot;,&quot;imageSrc&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/eQGTt3iN1MmOAQDy.thumbnail&quot;,&quot;quantity&quot;:1,&quot;price&quot;:{&quot;amount&quot;:&quot;4.99&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;compareAtPrice&quot;:{&quot;amount&quot;:&quot;4.99&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;categories&quot;:[&quot;Tool&quot;,&quot;Gripping&quot;,&quot;N\/A&quot;],&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/products\/tweezers&quot;,&quot;fulfiller&quot;:&quot;iFixit&quot;},&quot;name&quot;:&quot;New \/ Blunt&quot;,&quot;totalPrice&quot;:&quot;$4.99&quot;,&quot;isInStock&quot;:true},{&quot;cartLine&quot;:{&quot;itemcode&quot;:&quot;IF145-020-5&quot;,&quot;variantTitle&quot;:&quot;New \/ Angled&quot;,&quot;shopifyVariantId&quot;:&quot;gid:\/\/shopify\/ProductVariant\/39371667406951&quot;,&quot;name&quot;:&quot;Tweezers&quot;,&quot;internalDisplayName&quot;:&quot;Tweezers \/ Angled \/ Pro \/ ESD Safe&quot;,&quot;imageSrc&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/dHWMTxibZKNbXnxu.thumbnail&quot;,&quot;quantity&quot;:1,&quot;price&quot;:{&quot;amount&quot;:&quot;3.99&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;compareAtPrice&quot;:{&quot;amount&quot;:&quot;4.99&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;categories&quot;:[&quot;Tool&quot;,&quot;Gripping&quot;,&quot;N\/A&quot;],&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/products\/tweezers?variant=39371667406951&quot;,&quot;fulfiller&quot;:&quot;iFixit&quot;},&quot;name&quot;:&quot;New \/ Angled&quot;,&quot;totalPrice&quot;:&quot;$3.99&quot;,&quot;isInStock&quot;:true},{&quot;cartLine&quot;:{&quot;itemcode&quot;:&quot;IF145-020-2&quot;,&quot;variantTitle&quot;:&quot;New \/ Pointed&quot;,&quot;shopifyVariantId&quot;:&quot;gid:\/\/shopify\/ProductVariant\/39371667374183&quot;,&quot;name&quot;:&quot;Tweezers&quot;,&quot;internalDisplayName&quot;:&quot;Tweezers \/ Pointed \/ Pro \/ ESD Safe&quot;,&quot;imageSrc&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/SgcjxIZnNVleJooT.thumbnail&quot;,&quot;quantity&quot;:1,&quot;price&quot;:{&quot;amount&quot;:&quot;4.99&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;compareAtPrice&quot;:{&quot;amount&quot;:&quot;4.99&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;categories&quot;:[&quot;Tool&quot;,&quot;Gripping&quot;,&quot;N\/A&quot;],&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/products\/tweezers?variant=39371667374183&quot;,&quot;fulfiller&quot;:&quot;iFixit&quot;},&quot;name&quot;:&quot;New \/ Pointed&quot;,&quot;totalPrice&quot;:&quot;$4.99&quot;,&quot;isInStock&quot;:true}],&quot;initialVariant&quot;:{&quot;cartLine&quot;:{&quot;itemcode&quot;:&quot;IF145-020-4&quot;,&quot;variantTitle&quot;:&quot;New \/ Blunt&quot;,&quot;shopifyVariantId&quot;:&quot;gid:\/\/shopify\/ProductVariant\/39371667439719&quot;,&quot;name&quot;:&quot;Tweezers&quot;,&quot;internalDisplayName&quot;:&quot;Tweezers \/ Blunt \/ Pro \/ ESD Safe&quot;,&quot;imageSrc&quot;:&quot;https:\/\/cart-products.cdn.ifixit.com\/cart-products\/eQGTt3iN1MmOAQDy.thumbnail&quot;,&quot;quantity&quot;:1,&quot;price&quot;:{&quot;amount&quot;:&quot;4.99&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;compareAtPrice&quot;:{&quot;amount&quot;:&quot;4.99&quot;,&quot;currencyCode&quot;:&quot;USD&quot;},&quot;categories&quot;:[&quot;Tool&quot;,&quot;Gripping&quot;,&quot;N\/A&quot;],&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/products\/tweezers&quot;,&quot;fulfiller&quot;:&quot;iFixit&quot;},&quot;name&quot;:&quot;New \/ Blunt&quot;,&quot;totalPrice&quot;:&quot;$4.99&quot;,&quot;isInStock&quot;:true}}],&quot;parts&quot;:[],&quot;hasAffiliateLink&quot;:false},&quot;introData&quot;:{&quot;introHtml&quot;:&quot;&quot;},&quot;subscribed&quot;:false,&quot;isFavorite&quot;:false,&quot;favoriteCount&quot;:1,&quot;isCompleted&quot;:false,&quot;completedCount&quot;:0,&quot;shopifyStore&quot;:{&quot;currencyCode&quot;:&quot;USD&quot;,&quot;storeCode&quot;:&quot;us&quot;,&quot;shopDomain&quot;:&quot;ifixit-us.myshopify.com&quot;,&quot;storefrontAccessToken&quot;:&quot;db3099692534a56ecec7b974a329d302&quot;},&quot;guideData&quot;:{&quot;title&quot;:&quot;Samsung Galaxy Buds Live Teardown&quot;,&quot;mainImage&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/HcMuS5fR6CTjh4cH.140x105&quot;,&quot;mainImageUrl2x&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/HcMuS5fR6CTjh4cH.200x150&quot;,&quot;mainImageUrlFull&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/HcMuS5fR6CTjh4cH.large&quot;,&quot;published_date&quot;:&quot;August 12, 2020&quot;,&quot;modified_date&quot;:&quot;October 7, 2022&quot;,&quot;isTeardown&quot;:true,&quot;commentCount&quot;:8,&quot;viewCounts&quot;:{&quot;today&quot;:12,&quot;week&quot;:61,&quot;month&quot;:344,&quot;all&quot;:26238},&quot;author&quot;:{&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/User\/2567860\/Taylor+Dixon&quot;,&quot;name&quot;:&quot;Taylor Dixon&quot;,&quot;image&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/N4PcYCXXFXODQ1iS.thumbnail&quot;,&quot;authorCount&quot;:2,&quot;historyUrl&quot;:&quot;\/Guide\/history\/135908&quot;},&quot;difficulty&quot;:3,&quot;difficultyName&quot;:&quot;Moderate&quot;,&quot;timeRequired&quot;:&quot;No estimate&quot;,&quot;flags&quot;:[{&quot;flagid&quot;:&quot;GUIDE_STARRED&quot;,&quot;title&quot;:&quot;Featured Guide&quot;,&quot;text&quot;:&quot;This guide has been found to be exceptionally cool by the iFixit staff.&quot;,&quot;privilegeid&quot;:1,&quot;icon&quot;:&quot;circle-star&quot;}],&quot;mainImageWidth&quot;:&quot;140&quot;,&quot;mainImageHeight&quot;:&quot;105&quot;,&quot;totalTimeIso&quot;:&quot;PT0S&quot;,&quot;stepCount&quot;:1}}"> <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: 522.49px; margin-top: 10px; } @media (min-width: 576px) { .placeholder-products { max-height: calc(100% - 125.8px - 62); height: min(calc(100% - 125.8px - 62), 522.49px); } } @media (min-width: 768px) { .placeholder-products { max-height: calc(100% - 125.8px - 62); min-height: 264px; height: min(calc(100% - 125.8px - 62), 429.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-flex-container placeholder-products-container-nointro"> <h2 class="placeholder-header placeholder-products-header">What you need</h2> <div class="placeholder-products"></div> </div> <div class="placeholder-spacer"></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 Samsung Galaxy Buds Live 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="oembedContainer " > <iframe loading="lazy" width="1280" height="720" src="https://www.youtube-nocookie.com/embed/eHatYtJFECQ?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </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 Samsung Galaxy Buds Live, use our <a href="/Device/Samsung_Galaxy_Buds_Live">service manual</a>. <i class="fa fa-times right hidden" ></i> </p> </div> <ol class="steps-container container" id="steps-container"> <section itemprop="step" > <div itemprop="image" itemscope itemtype="http://schema.org/ImageObject"> <meta itemprop="url" content="https://guide-images.cdn.ifixit.com/igi/HcMuS5fR6CTjh4cH.large"> <meta itemprop="width" content= "800"> <meta itemprop="height" content="600"> </div> <meta itemprop="url" content="https://www.ifixit.com/Teardown/Samsung+Galaxy+Buds+Live+Teardown/135908#s270376"> <meta itemprop="position" content="1"> <meta itemprop="name" content="Samsung Galaxy Buds Live Teardown"> <div class="step-wrapper repairability-wrapper"> <div class="teardown-conclusion container" id="teardownConclusion"> <div class="pros-and-cons"> <a href="#teardownConclusion"> <h6 class="conclusion-title"> Final Thoughts </h6> </a> <ul> <li class="good">All enclosures are held together with clips instead of glue, allowing for non-destructive opening procedures.</li> <li class="good">Disassembly can be accomplished with common tools and a Phillips screwdriver.</li> <li class="good">All batteries are easily accessible and replaceable.</li> <li class="good">Most other major components (circuit boards, speaker drivers, etc.) are relatively modular and can be replaced independently.</li> <li class="neutral">Adhesive is used to keep many of the internal components together, though it is not excessive and can be reused for reassembly.</li> <li class="bad">Careful prying is required throughout to separate components without tearing fragile cables or otherwise damaging the buds.</li> </ul> </div> <div class="teardown-repairability container"> <h6>Repairability Score</h6> <div class="meter-graphic"> <img src="https://assets.cdn.ifixit.com/static/images/repairability_meter/meter-background.png" class="background" /> <img src="https://assets.cdn.ifixit.com/static/images/repairability_meter/meter.png" class="meter" id="meterBar"/> <svg> <g id="meterProgress" stroke="none" stroke-width="1" fill="none" stroke-dasharray="227" stroke-dashoffset="-227" fill-rule="evenodd"> <g id="meterStroke" transform="translate(-1192.000000, -972.000000)" stroke="#F00" stroke-width="18"> <path d="M1283.36825,1063.7319 C1302.21125,1044.8889 1302.21125,1014.3389 1283.36825,995.4959 C1264.52525,976.6529 1233.97525,976.6529 1215.13225,995.4959 C1196.28925,1014.3389 1196.28925,1044.8889 1215.13225,1063.7319"></path> </g> </g> </svg> <div id="meter-counter">8</div> </div> <div class="score-subtitle"> Repairability 8 out of 10<br> (10 is easiest to repair) </div> </div> </div> <div class="step-edit-link visible-desktop"> <a href="/Teardown/edit/135908/270376" class="button button-small button-transparent"> <i class="fa fa-pencil " ></i> Edit </a> </div> </div> </section> </ol> <div> </div> <div id="author-container"> <div class="actionbar-portal"></div> <div> <div id="author" class="credit-author-team-container row"> <div class="author-container"> <div class="author-heading row"> <h3 class="column"> <a class="fragment-link" href="#author">Author</a> </h3> <p class="contributors-subtitle column"> with <a href="/Guide/history/135908" rel="ugc">1 other contributor</a> </p> </div> <div class="author-meta row"> <div class="author-photo column"> <a href="/User/2567860/Taylor+Dixon"> <img width="100" height="100" alt="" src="https://guide-images.cdn.ifixit.com/igi/N4PcYCXXFXODQ1iS.standard"> </a> </div> <div class="author-info column"> <h4> <a href="/User/2567860/Taylor+Dixon"> Taylor Dixon </a> </h4> <p>Member since: 06/26/18</p> <p>68,809 Reputation</p> <p> 94 Guides authored </p> </div> <div class="author-badges column"> <p class="hidden-mobile"> <a href="/User/Graph/2567860/Taylor+Dixon"> Badges: <span class="num-badges">40</span> </a> </p> <ul class="badge-list"> <li> <a class="badge-link" title="One hundred people successfully fixed things using guides you helped write" href="/Badge/Artisan"> <img width="32" height="32" alt="Artisan" src="https://assets.cdn.ifixit.com/static/images/badges/artisan.svg"> </a> </li> <li> <a class="badge-link" title="Create a featured teardown" href="/Badge/Demolitionist"> <img width="32" height="32" alt="Demolitionist" src="https://assets.cdn.ifixit.com/static/images/badges/demolitionist.svg"> </a> </li> <li> <a class="badge-link" title="Improve a guide that hasn&#039;t been updated in six months" href="/Badge/Developer"> <img width="32" height="32" alt="Developer" src="https://assets.cdn.ifixit.com/static/images/badges/devleoper.svg"> </a> </li> </ul> <p class="num-left"> <a href="/User/Graph/2567860/Taylor+Dixon"> +37 more badges </a> </p> </div> </div> </div> </div> </div> </div> <div class="guide-comments-container container"> <div class="column comments js-comment-container js-page-comments" data-context="guide" data-contextid="135908" data-api="getCommentsHtml" id="guide-comments-container" > <div class="row comments-header"> <div class="hidden-mobile"> <h3 class="js-comment-count" data-numcomments="8"> 8 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="135908" data-editorid="prosemirror-guide-135908" 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-671985" > <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-671985" class="comment "> <div class="commentContent" data-commentid="671985"> <p>I love how they know it looks like a bean.</p> <p>On an related note, this would make the most expensive pot of baked beans ever.</p> </div> <p class="commentMeta"> <a href="/User/1813013/Ethan+Zuo">Ethan Zuo</a> - <a href="https://www.ifixit.com/Teardown/Samsung+Galaxy+Buds+Live+Teardown/135908?permalink=comment-671985#comment-671985" class="js-permalink comment-date" rel="nofollow"><time title="Thu, 13 Aug 2020 20:52:14 -0700" datetime="2020-08-13T20:52:14-07:00">Aug 13, 2020</time></a> <span class="commentActions"> <a class="addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-guide-135908" data-context="guide" data-contextid="135908" data-parentid="671985" title="Replying to Ethan Zuo" href="#reply">Reply</a> </span> </p> </div> </div> </div> <div class="comment-row comment-thread" id="container-672935" > <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-672935" class="comment "> <div class="commentContent" data-commentid="672935"> <p>You only mention the Broadcom chip, can you annotate the other major IC’s?</p> </div> <p class="commentMeta"> <a href="/User/2213173/Sean+Davis">Sean Davis</a> - <a href="https://www.ifixit.com/Teardown/Samsung+Galaxy+Buds+Live+Teardown/135908?permalink=comment-672935#comment-672935" class="js-permalink comment-date" rel="nofollow"><time title="Mon, 17 Aug 2020 11:50:48 -0700" datetime="2020-08-17T11:50:48-07:00">Aug 17, 2020</time></a> <span class="commentActions"> <a class="addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-guide-135908" data-context="guide" data-contextid="135908" data-parentid="672935" title="Replying to Sean Davis" href="#reply">Reply</a> </span> </p> </div> <div class="comment-reply"> <div id="comment-675060" class="comment "> <div class="commentContent" data-commentid="675060"> <p>Yes please, this would be most useful.</p> </div> <p class="commentMeta"> <a href="/User/1362198/Garry+Haywood">Garry Haywood</a> - <a href="https://www.ifixit.com/Teardown/Samsung+Galaxy+Buds+Live+Teardown/135908?permalink=comment-675060#comment-675060" class="js-permalink comment-date" rel="nofollow"><time title="Tue, 25 Aug 2020 02:57:49 -0700" datetime="2020-08-25T02:57:49-07:00">Aug 25, 2020</time></a> <span class="commentActions"> </span> </p> </div> </div> <div class="comment-reply"> <div id="comment-680531" class="comment "> <div class="commentContent" data-commentid="680531"> <p>Agree, more info please!</p> </div> <p class="commentMeta"> <a href="/User/3589464/chris+miller">chris miller</a> - <a href="https://www.ifixit.com/Teardown/Samsung+Galaxy+Buds+Live+Teardown/135908?permalink=comment-680531#comment-680531" class="js-permalink comment-date" rel="nofollow"><time title="Tue, 15 Sep 2020 14:30:37 -0700" datetime="2020-09-15T14:30:37-07:00">Sep 15, 2020</time></a> <span class="commentActions"> </span> </p> </div> </div> </div> </div> <div class="comment-row comment-thread" id="container-673658" > <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-673658" class="comment "> <div class="commentContent" data-commentid="673658"> <p>Nicely done teardown video. Is there a detailed report with part dimensions available (for purchase?).</p> </div> <p class="commentMeta"> <a href="/User/3265324/Mukund+Vijay">Mukund Vijay</a> - <a href="https://www.ifixit.com/Teardown/Samsung+Galaxy+Buds+Live+Teardown/135908?permalink=comment-673658#comment-673658" class="js-permalink comment-date" rel="nofollow"><time title="Thu, 20 Aug 2020 00:40:23 -0700" datetime="2020-08-20T00:40:23-07:00">Aug 20, 2020</time></a> <span class="commentActions"> <a class="addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-guide-135908" data-context="guide" data-contextid="135908" data-parentid="673658" title="Replying to Mukund Vijay" href="#reply">Reply</a> </span> </p> </div> <div class="comment-reply"> <div id="comment-683017" class="comment "> <div class="commentContent" data-commentid="683017"> <p>Unfortunately, iFixit does not do in-depth of an analysis of products. However, Techinsights does but the report for this device (<a href="https://www.techinsights.com/products/ddt-2008-806" rel="nofollow noopener noreferrer" title="https://www.techinsights.com/products/ddt-2008-806">https://www.techinsights.com/products/dd...</a>) is still in creation as of I am writing this.</p> <p>Just note that obtaining those reports from them comes through a subscription than a report-by-report basis.</p> </div> <p class="commentMeta"> <a href="/User/3536909/CChin">CChin</a> - <a href="https://www.ifixit.com/Teardown/Samsung+Galaxy+Buds+Live+Teardown/135908?permalink=comment-683017#comment-683017" class="js-permalink comment-date" rel="nofollow"><time title="Thu, 24 Sep 2020 12:17:29 -0700" datetime="2020-09-24T12:17:29-07:00">Sep 24, 2020</time></a> <span class="commentActions"> </span> </p> </div> </div> </div> </div> <div class="comment-row comment-thread" id="container-680346" > <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-680346" class="comment "> <div class="commentContent" data-commentid="680346"> <p>Another great video! Helped my decision to buy. Side note, what is the name of the wonder soundtrack used in the video?</p> </div> <p class="commentMeta"> <a href="/User/3664495/G_guan">G_guan</a> - <a href="https://www.ifixit.com/Teardown/Samsung+Galaxy+Buds+Live+Teardown/135908?permalink=comment-680346#comment-680346" class="js-permalink comment-date" rel="nofollow"><time title="Mon, 14 Sep 2020 22:28:23 -0700" datetime="2020-09-14T22:28:23-07:00">Sep 14, 2020</time></a> <span class="commentActions"> <a class="addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-guide-135908" data-context="guide" data-contextid="135908" data-parentid="680346" title="Replying to G_guan" href="#reply">Reply</a> </span> </p> </div> </div> </div> <div class="comment-row comment-thread" id="container-687991" > <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-687991" class="comment "> <div class="commentContent" data-commentid="687991"> <p>My buds fell down being in the case while I was jogging buds didn't had them on. So basically, the right bean was damaged by a fat guy behind me who accidentally stepped on it. They got opened a bit from the side. And the right bean is not working. Kindly suggest what to do.</p> </div> <p class="commentMeta"> <a href="/User/3696523/nopanga_ahmed">nopanga_ahmed</a> - <a href="https://www.ifixit.com/Teardown/Samsung+Galaxy+Buds+Live+Teardown/135908?permalink=comment-687991#comment-687991" class="js-permalink comment-date" rel="nofollow"><time title="Mon, 12 Oct 2020 05:37:03 -0700" datetime="2020-10-12T05:37:03-07:00">Oct 12, 2020</time></a> <span class="commentActions"> <a class="addComment js-add-comment js-scroll-to-editor" data-editorid="prosemirror-guide-135908" data-context="guide" data-contextid="135908" data-parentid="687991" title="Replying to nopanga_ahmed" href="#reply">Reply</a> </span> </p> </div> </div> </div> </div> <div class="row readonly-hidden"> <div class="column"> <form id="comment-form-guide-135908" class="add-comment-form js-add-comment-form context-guide" data-context="guide" data-contextid="135908" data-editorid="prosemirror-guide-135908" 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-135908" data-wikitags="[&quot;Prefilter&quot;,&quot;Delimiters&quot;,&quot;Mature&quot;,&quot;Raw&quot;,&quot;Url&quot;,&quot;Link&quot;,&quot;Wikilink&quot;,&quot;Guidelink&quot;,&quot;Guides&quot;,&quot;Productlink&quot;,&quot;Partslink&quot;,&quot;Productlist&quot;,&quot;Postlink&quot;,&quot;Implicitlink&quot;,&quot;Document&quot;,&quot;Note&quot;,&quot;Quote&quot;,&quot;Linebreak&quot;,&quot;Paragraph&quot;,&quot;Strong&quot;,&quot;Emphasis&quot;,&quot;Teletype&quot;,&quot;Superscript&quot;,&quot;Subscript&quot;,&quot;Delete&quot;,&quot;Insert&quot;,&quot;Mention&quot;,&quot;Unbalancedtags&quot;,&quot;Transform&quot;]" 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-135908" 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-135908"> 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="&lt;iframe id=&quot;dozuki-embed-135908&quot; src=&quot;https://www.ifixit.com/Teardown/embed/135908/full&quot; width=&quot;{width}&quot; allowfullscreen frameborder=&quot;0&quot;&gt;&lt;/iframe&gt; &lt;script&gt;window.addEventListener(&quot;message&quot;,function(a){var b=document.getElementById(&quot;dozuki-embed-135908&quot;),c=a.data[0],d=a.data[1];switch(c){case&quot;setHeight&quot;:b.style.height=d+&quot;px&quot;}},!1);&lt;/script&gt;" >&lt;iframe id=&quot;dozuki-embed-135908&quot; src=&quot;https://www.ifixit.com/Teardown/embed/135908/full&quot; width=&quot;800&quot; allowfullscreen frameborder=&quot;0&quot;&gt;&lt;/iframe&gt; &lt;script&gt;window.addEventListener(&quot;message&quot;,function(a){var b=document.getElementById(&quot;dozuki-embed-135908&quot;),c=a.data[0],d=a.data[1];switch(c){case&quot;setHeight&quot;:b.style.height=d+&quot;px&quot;}},!1);&lt;/script&gt;</textarea> <textarea class="js-embed-text js-embed-single" data-embed-template="&lt;iframe src=&quot;https://www.ifixit.com/Teardown/embed/135908&quot; width=&quot;{width}&quot; height=&quot;{height}&quot; allowfullscreen frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;" >&lt;iframe src=&quot;https://www.ifixit.com/Teardown/embed/135908&quot; width=&quot;800&quot; height=&quot;584&quot; allowfullscreen frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;</textarea> <script> window.addEventListener('message', function(e) { var iframe = document.getElementById("dozuki-embed-135908"); 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">12</span></p> <p><span class="statTitle">Past 7 Days:</span> <span class="statValue">61</span></p> <p><span class="statTitle">Past 30 Days:</span> <span class="statValue">344</span></p> <p><span class="statTitle">All Time:</span> <span class="statValue">26,238</span></p> </div> </div> <div class="clearer"></div> <div class="react-component component-Footer" data-reactroot data-name="Footer" data-props="{&quot;supportUrl&quot;:&quot;https:\/\/help.ifixit.com\/&quot;,&quot;repairUrl&quot;:&quot;https:\/\/repair.org\/&quot;,&quot;langViewID&quot;:&quot;en&quot;,&quot;privacyPolicyUrl&quot;:&quot;https:\/\/www.ifixit.com\/Info\/Privacy&quot;}"> <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%2F135908%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","isLoggedIn":false,"algoliaConfig":{"appId":"XQEP3AD9ZT","apiKey":"MGFlNTA0ZWQ3OTQ5Y2EyODgwYTI0ZjdlNWM3ZTcwNTRhZTdmMTI1ZDNiMjQ3ZjJkYzVkNjRlMTAxY2E4ZWFhZWZpbHRlcnM9c2l0ZSUzQSUyMmlmaXhpdCUyMiUyMEFORCUyMCUyOHB1YmxpYyUyMCUzRCUyMDElMjBPUiUyMHZhcmlhbnRzX2NvdW50JTIwJTNFJTNEJTIwMSUyOSZ2YWxpZFVudGlsPTE3MzQyNjU2NDc=","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":{"jeffsu":{"username":"Jeff Suovanen","unique_username":"jeffsu","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/uYn4Ihpxm4PJCBrU.mini"},"midori":{"username":"Midori Doi","unique_username":"midori","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/XHkRCkko6CEwKROP.mini"},"taylord":{"username":"Taylor Dixon","unique_username":"taylord","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/N4PcYCXXFXODQ1iS.mini"},"mariaparker":{"username":"Maria Parker","unique_username":"mariaparker","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/hAROjfhChAsEMCbw.mini"},"javisaiz":{"username":"Francisco Javier Saiz Esteban","unique_username":"javisaiz","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/lLZENNNjoMgCNiav.mini"},"garryhaywood":{"username":"Garry Haywood","unique_username":"garryhaywood","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/OdKtltivmtfoqBWH.mini"},"ethanz":{"username":"Ethan Zuo","unique_username":"ethanz","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/F4CUhv2BQN4pGYpo.mini"},"sedavis76":{"username":"Sean Davis","unique_username":"sedavis76","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-8.thumbnail"},"mukundvijay":{"username":"Mukund Vijay","unique_username":"mukundvijay","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/x4Ue1kDmQrQexPpD.mini"},"cchin254":{"username":"CChin","unique_username":"cchin254","image":"https:\/\/guide-images.cdn.ifixit.com\/igi\/DJ1ZxmmraZ5cZEGR.mini"},"cm3392":{"username":"chris miller","unique_username":"cm3392","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-8.thumbnail"},"g_guan":{"username":"G_guan","unique_username":"g_guan","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-1.thumbnail"},"nopangaahmed":{"username":"nopanga_ahmed","unique_username":"nopangaahmed","image":"https:\/\/assets.cdn.ifixit.com\/static\/images\/avatars\/User\/ifixit\/avatar-8.thumbnail"}},"embedAspectRatio":0.73,"guideid":135908,"langid":"en","viewLangid":"en","deviceWiki":{"wikiid":430560,"device":"Samsung Galaxy Buds Live","title":"Samsung Galaxy Buds Live","display_title":"Samsung Galaxy Buds Live","image_url":"https:\/\/guide-images.cdn.ifixit.com\/igi\/WRPYIVfJ6yMlt1Zt.standard"},"repairabilityScore":8,"canIForceSentryReporting":false,"SENTRY_DSN_JS":"https:\/\/5552835e822c4c8db5070306b2535ef3@o186239.ingest.sentry.io\/1281569","sentryTags":{"site":"ifixit","lang":"en","isAdmin":false,"deployment":"production"},"sentryPerformance":true,"sentryRelease":"357ebfe0588b3451872d9adcb228b94117117a39\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":"127.0.0.1-","isExemptFromAB":false},"features":{"product-list-default-to-gallery":{"defaultValue":false,"rules":[]},"product-overview-reorder-sections":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"product-overview-reorder-sections","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"647ef094-a7c6-4dcc-adf4-d1c216286e6e","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Description First"},{"key":"1","name":"Compatibility First"}],"ranges":null,"name":"Product Overview Reorder Sections","phase":"0"}]},"show-cross-sell-checkbox":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"show-cross-sell-checkbox","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"5298a401-5a18-4037-9d68-0a8bc7151e80","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Individual Add To Cart Buttons"},{"key":"1","name":"CheckBoxes with one Add to Cart Button"}],"ranges":null,"name":"Show Cross Sell Checkbox","phase":"0"}]},"show-free-shipping-banner":{"defaultValue":true,"rules":[]},"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},"shopifyCheckout":{"clientDetails":{"domain":"store.ifixit.com","storefrontAccessToken":"db3099692534a56ecec7b974a329d302","apiVersion":"2024-01"},"ssoRoute":"https:\/\/www.ifixit.com\/User\/sso\/shopify\/us?checkout=1"},"facebookAppId":"401112919922369","piwikCustomDimensions":{"9":"Employee"}}; </script> <script type='text/javascript'> Object.entries(App.piwikCustomDimensions).forEach( ([key, value]) => { _paq.push(["setCustomDimensionValue", key, value]); } ); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10