CINXE.COM

Jerry Wheeler - iFixit

<!DOCTYPE html> <!--[if IE 8 ]> <html class="lt-ie10 lt-ie9 ie8" lang="en" xmlns:fb="http://ogp.me/ns/fb#"><![endif]--> <!--[if IE 9 ]> <html class="lt-ie10 ie9" lang="en" xmlns:fb="http://ogp.me/ns/fb#"><![endif]--> <!--[if (gte IE 10)|!(IE)]><!--><html dir="ltr" lang="en" xmlns:fb="http://ogp.me/ns/fb#"><!--<![endif]--> <head> <link rel="preconnect" href="https://assets.cdn.ifixit.com" crossorigin> <link rel="preconnect" href="https://guide-images.cdn.ifixit.com" crossorigin> <link rel="preconnect" href="https://cdn.shopify.com" crossorigin> <link rel="preload" href="https://assets.cdn.ifixit.com/Assets/translations/en-translations.js?11806" as="script" fetchpriority="high" > <link rel="preload" href="https://assets.cdn.ifixit.com/Assets/scripts/runtime.js.723749c4cc25a8f97ab7.js" as="script" fetchpriority="high" > <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} (function() { function hasPiwikConsent() { try { var fromPiwik = null document.cookie.split(';').forEach(function(cookie) { var parts = cookie.split('='); if (parts[0].trim() === 'ppms_privacy_6bf6bc54-82ca-4321-8620-b12d5c9b57b6') { var cookieObject = JSON.parse(decodeURIComponent(parts[1])); if (cookieObject && cookieObject.consents) { fromPiwik = Object.values(cookieObject.consents).every(function(consent) { return consent.status == 1; }); } } }); } catch (e) { console.error("Error parsing piwik cookie", e); return null; } return fromPiwik; } var needsConsent = false; var hasConsent = hasPiwikConsent(); var cookiesOk = hasConsent !== null ? hasConsent : !needsConsent; var consent = cookiesOk ? 'granted' : 'denied'; console.log("GTAG Consent", consent); gtag('consent', 'default', { 'ad_storage': consent, 'ad_user_data': consent, 'ad_personalization': consent, 'analytics_storage': consent, }); })() </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-59NVBFN');</script> <!-- End Google Tag Manager --> <title>Jerry Wheeler - iFixit</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="description" content="I AM ROOT If you see me laughing you better have a backup!" /> <meta name="title" content="Jerry Wheeler - iFixit" /> <meta name="keywords" content="" /> <meta name="robots" content="index, follow, max-image-preview:large" /> <link id="canonical-link" rel="canonical" href="https://www.ifixit.com/User/4106591/Jerry+Wheeler" /> <link rel="alternate" hreflang="de" href="https://de.ifixit.com/User/4106591/Jerry+Wheeler" /> <link rel="alternate" hreflang="en" href="https://www.ifixit.com/User/4106591/Jerry+Wheeler" /> <link rel="alternate" hreflang="es" href="https://es.ifixit.com/User/4106591/Jerry+Wheeler" /> <link rel="alternate" hreflang="fr" href="https://fr.ifixit.com/User/4106591/Jerry+Wheeler" /> <link rel="alternate" hreflang="it" href="https://it.ifixit.com/User/4106591/Jerry+Wheeler" /> <link rel="alternate" hreflang="nl" href="https://nl.ifixit.com/User/4106591/Jerry+Wheeler" /> <link rel="alternate" hreflang="pt" href="https://pt.ifixit.com/User/4106591/Jerry+Wheeler" /> <link rel="alternate" hreflang="ru" href="https://ru.ifixit.com/User/4106591/Jerry+Wheeler" /> <link rel="alternate" hreflang="tr" href="https://tr.ifixit.com/User/4106591/Jerry+Wheeler" /> <link rel="alternate" hreflang="zh" href="https://zh.ifixit.com/User/4106591/Jerry+Wheeler" /> <link rel="alternate" hreflang="ja" href="https://jp.ifixit.com/User/4106591/Jerry+Wheeler" /> <link rel="alternate" hreflang="ko" href="https://ko.ifixit.com/User/4106591/Jerry+Wheeler" /> <link rel="alternate" hreflang="x-default" href="https://www.ifixit.com/User/4106591/Jerry+Wheeler" /> <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(7000); </script> <style id="cssHide"> .hide-until-css-loaded { display: none !important; } </style> <script> /*! loadCSS. [c]2017 Filament Group, Inc. MIT License */ /* This file is meant as a standalone workflow for - testing support for link[rel=preload] - enabling async CSS loading in browsers that do not support rel=preload - applying rel preload css once loaded, whether supported or not. */ (function( w ){ "use strict"; // rel=preload support test if( !w.loadCSS ){ w.loadCSS = function(){}; } // define on the loadCSS obj var rp = loadCSS.relpreload = {}; // rel=preload feature support test // runs once and returns a function for compat purposes rp.support = (function(){ var ret; try { ret = w.document.createElement( "link" ).relList.supports( "preload" ); } catch (e) { ret = false; } return function(){ return ret; }; })(); // if preload isn't supported, get an asynchronous load by using a non-matching media attribute // then change that media back to its intended value on load rp.bindMediaToggle = function( link ){ // remember existing media attr for ultimate state, or default to 'all' var finalMedia = link.media || "all"; function enableStylesheet(){ // unbind listeners if( link.addEventListener ){ link.removeEventListener( "load", enableStylesheet ); link.removeEventListener( "error", enableStylesheet ); } else if( link.attachEvent ){ link.detachEvent( "onload", enableStylesheet ); link.detachEvent( "onerror", enableStylesheet ); } link.setAttribute( "onload", null ); link.media = finalMedia; } // bind load handlers to enable media if( link.addEventListener ){ link.addEventListener( "load", enableStylesheet ); } else if( link.attachEvent ){ link.attachEvent( "onload", enableStylesheet ); } // Set rel and non-applicable media type to start an async request // note: timeout allows this to happen async to let rendering continue in IE setTimeout(function(){ link.rel = "stylesheet"; link.media = "only x"; }); // also enable media after 7 seconds, // which will catch very old browsers (android 2.x, old firefox) that don't support onload on link setTimeout( function() { link.onload && link.onload(); enableStylesheet(); }, 7000 ); }; // loop through link elements in DOM rp.poly = function(){ // double check this to prevent external calls from running if( rp.support() ){ return; } var links = w.document.getElementsByTagName( "link" ); for( var i = 0; i < links.length; i++ ){ var link = links[ i ]; // qualify links to those with rel=preload and as=style attrs if( link.rel === "preload" && link.getAttribute( "as" ) === "style" && !link.getAttribute( "data-loadcss" ) ){ // prevent rerunning on link link.setAttribute( "data-loadcss", true ); // bind listeners to toggle media back rp.bindMediaToggle( link ); } } }; // if unsupported, run the polyfill if( !rp.support() ){ // run once at least rp.poly(); // rerun poly on an interval until onload var run = w.setInterval( rp.poly, 500 ); if( w.addEventListener ){ w.addEventListener( "load", function(){ rp.poly(); w.clearInterval( run ); } ); } else if( w.attachEvent ){ w.attachEvent( "onload", function(){ rp.poly(); w.clearInterval( run ); } ); } } // commonjs if( typeof exports !== "undefined" ){ exports.loadCSS = loadCSS; } else { w.loadCSS = loadCSS; } }( typeof global !== "undefined" ? global : this ) ); </script> <noscript> </noscript> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/guide-all-xHbGqtOkUnSDXqfJIfPObw.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/font-awesome-1EMSA-1xNu6QLgjlbNFTNQ.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/module-all-5XRtVyqn-mlAFFjCBFPlAw.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/core-yZ1b1sS_zwUH35TT8CwuEA.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/core-primitives-yI0UPo46zCFEhFdtFTfk8A.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/header_footer_old-D9UI1Sbj5JvYiO3aW7GWmg.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Wiki-common-qilb_ObhJKELTZyugxOnSg.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/Wiki-wiki-dyJj3YQIbQsip0sTdPMgOQ.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <noscript> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/guide-all-xHbGqtOkUnSDXqfJIfPObw.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/font-awesome-1EMSA-1xNu6QLgjlbNFTNQ.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/module-all-5XRtVyqn-mlAFFjCBFPlAw.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/core-yZ1b1sS_zwUH35TT8CwuEA.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/core-primitives-yI0UPo46zCFEhFdtFTfk8A.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/header_footer_old-D9UI1Sbj5JvYiO3aW7GWmg.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Wiki-common-qilb_ObhJKELTZyugxOnSg.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Wiki-wiki-dyJj3YQIbQsip0sTdPMgOQ.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.723749c4cc25a8f97ab7.js"></script> <script nomodule src="/v3/polyfill.min.js?flags=gated&amp;features=Array.prototype.flat,Array.prototype.flatMap,default,es2022,fetch,IntersectionObserver,Intl.RelativeTimeFormat,Intl.RelativeTimeFormat.~locale.en,NodeList.prototype.forEach,Number.isInteger,Object.entries,Object.fromEntries,Promise.prototype.finally,queueMicrotask,ResizeObserver,String.prototype.matchAll,WeakMap,WeakSet"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/translations/en-translations.js?11806"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1776.56ece2aaeecf334baeab.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/9280.e1d95a9453cedf72c851.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5573.858bef5737744732af96.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1927.d31b3bb55f2aaad5eb7d.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7473.7ee7843353403cec4d8b.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1433.7aa029859c7fd6b801de.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5788.5a51623112ff2595f654.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/312.a8e5ab91941bb505ac1e.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6677.73574d5b75459a5e65bb.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/4756.894d442330a570b7f2b6.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/2375.696d5400003bac2d01f1.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/285.df43db55bed5eb2efc53.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/413.a9116453d263bb2a9cdc.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/2693.32761661551935f3a818.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7165.209c3b9236025794eb0f.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8658.208aff6947eb22773a90.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8175.cd37a708e0d4cb2467ec.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5543.8f5b6233231b754edfa3.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/9197.1e0481fa2044e709c6fd.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7287.ce6cbe2ec2a5c49dc72d.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1822.660c8aeea6634306e6c6.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8542.22405eb4d8340ef738d4.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6978.9a5ad809de9f9e4fdb3c.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6821.70f4b0f3d0628d064960.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7074.61c89f17fcac68b3dbcd.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1803.1d2b5971bb77db1b4148.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/4249.aa8ccb70efbcfcf4c0cc.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8340.ef2df50c07a70a57907e.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/962.212d000b4005b58d5a2b.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8880.8e0f30f3b04ce7359338.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/3548.96d70aee3125f5ddf534.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5022.bf98d4b5d566ec1ea209.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/3649.d531af87fb96f64be33a.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6624.d18841172693d224bb55.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5459.f387ed888aeb77ebde2e.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/119.429228f93ba7774bda3f.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/guidepage.js.cf6cc0ecfc9793495121.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7050.85a55b0a2d4652635d31.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/user-page.js.e7d46b396895eaaae20b.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/consent-banner.js.615fca864346e7969727.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/error-capture.js.047a143df4ea9487b673.js"></script> <style id="criticalCss"> </style> </head> <body class="responsive fullWidth" 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 hide-until-css-loaded"> 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;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 id="page" class="hide-until-css-loaded "> <div id="main" > <div id="mainBody" > <!-- MAIN BODY --> <div class="statuses"> </div> <div id="contentFloat"> <div class="content-container"> <div id="content"> <div class="react-component component-UserPage" data-reactroot data-name="UserPage" data-props="{&quot;userid&quot;:4106591,&quot;viewData&quot;:[{&quot;name&quot;:&quot;About&quot;,&quot;label&quot;:&quot;About&quot;,&quot;data&quot;:{&quot;about&quot;:&quot;&lt;p&gt;Now retired, previously a firmware engineer at Intel for 18 years, been working on computers since before the invention of the IBM PC. Started with the 8085 processor working on real-time operating systems and have specialized in embedded processors since then. I&#039;ve gotten to work on fun projects like bank ATMs, whiteboard camera systems, video projectors, lumber measurement and optimization systems, solar power microinverters, head-up guidance systems test systems, network management chips and hardware-based software performance analyzers. Last work was supporting the Baseboard Management Controller firmware on Intel-based Cloud Servers for both Intel and its customers.&lt;\/p&gt;\n\n&lt;p&gt;I&#039;ve rebuilt engines and automatic transmissions, repaired VCRs, fixed tube and flat-screen TVs, rebuilt iPhones, and generally keep all the appliances, automobiles and electronics in my entire family running. Having been a homeowner for over 30 years, I&#039;ve done virtually every type of work imaginable on my house, including roofing, plumbing, electrical, tile work, flooring, sheetrock, doors and windows, framing, siding, etc.&lt;\/p&gt;\n\n&lt;p&gt;Good judgement comes from experience.&lt;br \/&gt;Experience comes from bad judgement.&lt;\/p&gt;\n\n&lt;p&gt;I like to think I can fix almost anything - except stupid. You can&#039;t fix stupid.&lt;\/p&gt;\n\n&lt;p&gt;Me: I&#039;ll take &amp;quot;Internet of Things&amp;quot; for $200, Alex.&lt;br \/&gt;Alex Trebek: The answer is, &amp;quot;My coffee mug needs a firmware update&amp;quot;.&lt;br \/&gt;Me: What is, &amp;quot;Words I never imagined coming out of my mouth&amp;quot;?&lt;\/p&gt;&quot;,&quot;contributions&quot;:{&quot;favorites&quot;:{&quot;blurbs&quot;:[{&quot;simpleTitle&quot;:&quot;iMac Intel 27\&quot; EMC 2390&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iMac Intel 27\&quot; EMC 2390&quot;,&quot;title&quot;:&quot;How to Turn iMac Intel 27\&quot; EMC 2390 Into a Nice 2K HDMI\/VGA External Display&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/6CgMKJjxuXD2pRHi.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/How+to+Turn+iMac+Intel+27-Inch+EMC+2390+Into+a+Nice+2K+HDMI-VGA+External+Display\/160659&quot;},{&quot;simpleTitle&quot;:&quot;PlayStation 4&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;PlayStation 4&quot;,&quot;title&quot;:&quot;PlayStation 4 Turns On Then Back Off Repair&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/oh2UDNSyIKmeblCI.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/PlayStation+4+Turns+On+Then+Back+Off+Repair\/55599&quot;},{&quot;simpleTitle&quot;:&quot;iPhone X Flex Cable&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPhone X&quot;,&quot;title&quot;:&quot;iPhone X Face ID Not Working Fixed By Replacing Earpiece Flex Cable&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/CmsAKouUFkbLvtoZ.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/iPhone+X+Face+ID+Not+Working+Fixed+By+Replacing+Earpiece+Flex+Cable\/144110&quot;},{&quot;simpleTitle&quot;:&quot;iPhone X&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPhone X&quot;,&quot;title&quot;:&quot;Troubleshooting iPhone X Face ID Not Working &#039;Move iPhone a Little Lower\/Higher&#039;&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/6LAVe3kKZkAAQgrl.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Troubleshooting+iPhone+X+Face+ID+Not+Working+&#039;Move+iPhone+a+Little+Lower-Higher&#039;\/128928&quot;},{&quot;simpleTitle&quot;:&quot;Apple Watch Series 6 Screen&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Apple Watch Series 6&quot;,&quot;title&quot;:&quot;Apple Watch Series 6 Screen Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/2pVBKWLdGYoJxpxZ.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Apple+Watch+Series+6+Screen+Replacement\/137588&quot;},{&quot;simpleTitle&quot;:&quot;iFixit&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iFixit&quot;,&quot;title&quot;:&quot;How to ask a good question on iFixit&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/bimIkE4YEIEHSqbe.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/How+to+ask+a+good+question+on+iFixit\/151081&quot;},{&quot;simpleTitle&quot;:&quot;iPhone&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPhone&quot;,&quot;title&quot;:&quot;iPhone Liquid Damage Repair&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/BFpQheP2LrgOScCW.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/iPhone+Liquid+Damage+Repair\/95280&quot;},{&quot;simpleTitle&quot;:&quot;Phone&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Phone&quot;,&quot;title&quot;:&quot;The myth of the \&quot;high capacity\&quot; batteries&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/epyNM26LqSHLkOCf.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/The+myth+of+the+%22high+capacity%22+batteries\/95930&quot;},{&quot;simpleTitle&quot;:&quot;Electronics Skills&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Electronics Skills&quot;,&quot;title&quot;:&quot;Recognizing &amp; Disconnecting Cable Connectors&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/BDNFOnCaPwqZDLCQ.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Recognizing+&amp;+Disconnecting+Cable+Connectors\/25629&quot;},{&quot;simpleTitle&quot;:&quot;iFixit&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iFixit&quot;,&quot;title&quot;:&quot;Adding images to an existing question&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/LF1xr5ayUeWK5Zqq.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Adding+images+to+an+existing+question\/21499&quot;}],&quot;pageContext&quot;:{&quot;type&quot;:&quot;favorites&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:1,&quot;prevPage&quot;:false,&quot;nextPage&quot;:false}},&quot;privateGuideData&quot;:false,&quot;teardownsAuthored&quot;:{&quot;blurbs&quot;:[{&quot;simpleTitle&quot;:&quot;Ember Mug&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Ember Mug&quot;,&quot;title&quot;:&quot;Ember Mug Destructive Teardown&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/LEhDdl1OBA1JPGbm.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Teardown\/Ember+Mug+Destructive+Teardown\/169250&quot;}],&quot;pageContext&quot;:{&quot;type&quot;:&quot;teardownsAuthored&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:1,&quot;prevPage&quot;:false,&quot;nextPage&quot;:false}},&quot;teardownsContributed&quot;:{&quot;blurbs&quot;:[],&quot;pageContext&quot;:[]},&quot;teardownsTranslated&quot;:{&quot;blurbs&quot;:[],&quot;pageContext&quot;:[]},&quot;authored&quot;:{&quot;blurbs&quot;:[{&quot;simpleTitle&quot;:&quot;iPhone X Face ID&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPhone X&quot;,&quot;title&quot;:&quot;iPhone X Face ID Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/juoVafo2DdC3HZka.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/iPhone+X+Face+ID+Replacement\/151174&quot;},{&quot;simpleTitle&quot;:&quot;Nintendo Switch WiFi Antenna&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Nintendo Switch&quot;,&quot;title&quot;:&quot;Nintendo Switch WiFi Antenna Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/GkCM1CWkNqsgyCxP.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Nintendo+Switch+WiFi+Antenna+Replacement\/148722&quot;},{&quot;simpleTitle&quot;:&quot;iPhone X Lightning Connector&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPhone X&quot;,&quot;title&quot;:&quot;iPhone X Lightning Connector Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/FoDO1mPcMmHDkQjB.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/iPhone+X+Lightning+Connector+Replacement\/151639&quot;},{&quot;simpleTitle&quot;:&quot;Nintendo Switch Front Frame&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Nintendo Switch&quot;,&quot;title&quot;:&quot;Nintendo Switch Front Frame Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/GvSI3XAgtNlsQimI.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Nintendo+Switch+Front+Frame+Replacement\/148737&quot;},{&quot;simpleTitle&quot;:&quot;iPhone X Logic Board (Motherboard)&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPhone X&quot;,&quot;title&quot;:&quot;iPhone X Logic Board (Motherboard) Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/dnv21PLTCiJWRGQG.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/iPhone+X+Logic+Board+(Motherboard)+Replacement\/151179&quot;},{&quot;simpleTitle&quot;:&quot;Ember Mug Charging Base Pogo Pins&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Ember Mug&quot;,&quot;title&quot;:&quot;Ember Mug Charging Base Pogo Pins Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/eBuigmaMWZlRjkRF.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Ember+Mug+Charging+Base+Pogo+Pins+Replacement\/167828&quot;},{&quot;simpleTitle&quot;:&quot;Nintendo Switch Midframe&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Nintendo Switch&quot;,&quot;title&quot;:&quot;Nintendo Switch Midframe Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/C3yvnrBZnlnVqMZu.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Nintendo+Switch+Midframe+Replacement\/148652&quot;},{&quot;simpleTitle&quot;:&quot;iPhone X WiFi Antenna&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPhone X&quot;,&quot;title&quot;:&quot;iPhone X WiFi Antenna Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/PWYgifod2Teo3DrV.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/iPhone+X+WiFi+Antenna+Replacement\/151650&quot;},{&quot;simpleTitle&quot;:&quot;Nintendo Switch Bluetooth Antenna&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Nintendo Switch&quot;,&quot;title&quot;:&quot;Nintendo Switch Bluetooth Antenna Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/XHm6FnRqpgdYXEFb.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Nintendo+Switch+Bluetooth+Antenna+Replacement\/148740&quot;},{&quot;simpleTitle&quot;:&quot;iPhone X Earpiece Speaker&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPhone X&quot;,&quot;title&quot;:&quot;iPhone X Earpiece Speaker Replacement Without Losing Face ID&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/kCHlvTnOrSvPwDui.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/iPhone+X+Earpiece+Speaker+Replacement+Without+Losing+Face+ID\/151215&quot;}],&quot;pageContext&quot;:{&quot;type&quot;:&quot;authored&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:7,&quot;prevPage&quot;:false,&quot;nextPage&quot;:true}},&quot;contributed&quot;:{&quot;blurbs&quot;:[{&quot;simpleTitle&quot;:&quot;Google Pixel 6a Screen&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Google Pixel 6a&quot;,&quot;title&quot;:&quot;Google Pixel 6a Screen Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/Qv6XONEcqal5VnVB.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Google+Pixel+6a+Screen+Replacement\/152304&quot;},{&quot;simpleTitle&quot;:&quot;Apple Watch Series 6 Battery&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Apple Watch Series 6&quot;,&quot;title&quot;:&quot;Apple Watch Series 6 Battery Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/IRJsnOuUQZM4fdaQ.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Apple+Watch+Series+6+Battery+Replacement\/137587&quot;},{&quot;simpleTitle&quot;:&quot;Google Pixel 6 Pro Screen&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Google Pixel 6 Pro&quot;,&quot;title&quot;:&quot;Google Pixel 6 Pro Screen Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/anDHVfNNbDnA2YUu.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Google+Pixel+6+Pro+Screen+Replacement\/148767&quot;},{&quot;simpleTitle&quot;:&quot;Samsung Galaxy S20 FE Display Assembly&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Samsung Galaxy S20 FE&quot;,&quot;title&quot;:&quot;Samsung Galaxy S20 FE (SM-G780F) Display Assembly Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/SbMN6oZw6HHhfdF5.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Samsung+Galaxy+S20+FE+(SM-G780F)+Display+Assembly+Replacement\/143692&quot;},{&quot;simpleTitle&quot;:&quot;PlayStation 4 Slim Motherboard&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;PlayStation 4 Slim&quot;,&quot;title&quot;:&quot;PlayStation 4 Slim Motherboard Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/YJBkbmuG2rbZHcXR.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/PlayStation+4+Slim+Motherboard+Replacement\/103360&quot;},{&quot;simpleTitle&quot;:&quot;iPod 5th Generation (Video) Headphone Jack &amp; Hold Switch&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPod 5th Generation (Video)&quot;,&quot;title&quot;:&quot;iPod 5th Generation (Video) Headphone Jack &amp; Hold Switch Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/JhRggCeCPfDQsnKI.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/iPod+5th+Generation+(Video)+Headphone+Jack+&amp;+Hold+Switch+Replacement\/604&quot;},{&quot;simpleTitle&quot;:&quot;iPad Pro 12.9\&quot; 2nd gen Screen&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPad Pro 12.9\&quot; 2nd gen&quot;,&quot;title&quot;:&quot;iPad Pro 12.9\&quot; 2nd Gen Screen Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/1LJixnaqjRtXq3Rb.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/iPad+Pro+12.9-Inch+2nd+Gen+Screen+Replacement\/155194&quot;},{&quot;simpleTitle&quot;:&quot;PlayStation 4&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;PlayStation 4&quot;,&quot;title&quot;:&quot;PlayStation 4 Turns On Then Back Off Repair&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/oh2UDNSyIKmeblCI.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/PlayStation+4+Turns+On+Then+Back+Off+Repair\/55599&quot;},{&quot;simpleTitle&quot;:&quot;Shark Navigator Lift-Away Deluxe NV360 Power Button&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Shark Navigator Lift-Away Deluxe NV360&quot;,&quot;title&quot;:&quot;Shark Navigator Lift-Away Deluxe NV360 Power Button Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/TrRoQqavZOpn4alP.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Shark+Navigator+Lift-Away+Deluxe+NV360+Power+Button+Replacement\/98641&quot;},{&quot;simpleTitle&quot;:&quot;iPhone 11 Pro Front Camera Only&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPhone 11 Pro&quot;,&quot;title&quot;:&quot;iPhone 11 Pro Front Camera Replacement Without Losing Face ID&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/22YCnoACRVMBvKom.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/iPhone+11+Pro+Front+Camera+Replacement+Without+Losing+Face+ID\/143157&quot;}],&quot;pageContext&quot;:{&quot;type&quot;:&quot;contributed&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:3,&quot;prevPage&quot;:false,&quot;nextPage&quot;:true}},&quot;translated&quot;:{&quot;blurbs&quot;:[{&quot;simpleTitle&quot;:&quot;MacBook Pro 13\&quot; Unibody Mid 2010&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;MacBook Pro 13\&quot; Unibody Mid 2010&quot;,&quot;title&quot;:&quot;MacBook Pro 13\&quot; Unibody Mid 2010 Key Cap Removal&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/vIryIenAXWLRBEox.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/MacBook+Pro+13-Inch+Unibody+Mid+2010+Key+Cap+Removal\/132050&quot;},{&quot;simpleTitle&quot;:&quot;MacBook Pro&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;MacBook Pro&quot;,&quot;title&quot;:&quot;Replacing a ZIF Connector Locking Flap&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/XwXpMYR4xvMsdbqC.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Replacing+a+ZIF+Connector+Locking+Flap\/153175&quot;},{&quot;simpleTitle&quot;:&quot;Fiat Low Beam Bulb&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Fiat&quot;,&quot;title&quot;:&quot;FIAT 500 Low Beam Bulb Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/OFCKEBy52BUbpeZs.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/FIAT+500+Low+Beam+Bulb+Replacement\/147704&quot;},{&quot;simpleTitle&quot;:&quot;Logitech z-5500 LCD Screen&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Logitech z-5500&quot;,&quot;title&quot;:&quot;Logitech z-5500 LCD Screen Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/TdPHjTp2ccj2Fvj4.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Logitech+z-5500+LCD+Screen+Replacement\/104530&quot;},{&quot;simpleTitle&quot;:&quot;Samsung galaxy A20E Display&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Samsung galaxy A20E&quot;,&quot;title&quot;:&quot;Samsung Galaxy A20e Display Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/pGSf3QrJWvlFZoSN.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Samsung+Galaxy+A20e+Display+Replacement\/126788&quot;},{&quot;simpleTitle&quot;:&quot;kensington slimblade trackball Kensington Slimblade Trackball&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;kensington slimblade trackball&quot;,&quot;title&quot;:&quot;Kensington Slimblade Trackball Disassembly&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/KTvcSFpA6rIGCRyB.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Kensington+Slimblade+Trackball+Disassembly\/149565&quot;},{&quot;simpleTitle&quot;:&quot;Casque Marshall monitor Faulty audio cable between Ear Cups&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Casque Marshall monitor&quot;,&quot;title&quot;:&quot;Marshall Monitor Headset Audio Cable Repair&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/jkH2SA4LUa3xnR12.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Marshall+Monitor+Headset+Audio+Cable+Repair\/141593&quot;},{&quot;simpleTitle&quot;:&quot;Xiaomi Redmi Go Screen and Battery&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Xiaomi Redmi Go&quot;,&quot;title&quot;:&quot;Xiaomi Redmi Go Screen and Battery Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/PieJcr6RB1xWAB6m.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Xiaomi+Redmi+Go+Screen+and+Battery+Replacement\/127606&quot;},{&quot;simpleTitle&quot;:&quot;Samsung Galaxy A8(2018) Back Cover&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Samsung Galaxy A8(2018)&quot;,&quot;title&quot;:&quot;Samsung Galaxy A8(2018) Back Cover Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/VujycvMKgiVE5qgl.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Samsung+Galaxy+A8(2018)+Back+Cover+Replacement\/136299&quot;},{&quot;simpleTitle&quot;:&quot;Philips Senseo II 7810 HD coffee maker Water Level Sensor Magnet&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Philips Senseo II 7810 HD coffee maker&quot;,&quot;title&quot;:&quot;Philips Senseo II 7810 HD Water Level Sensor Magnet&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/i1oDgwS6PmMYeJNC.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Philips+Senseo+II+7810+HD+Water+Level+Sensor+Magnet\/144313&quot;}],&quot;pageContext&quot;:{&quot;type&quot;:&quot;translated&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:6,&quot;prevPage&quot;:false,&quot;nextPage&quot;:true}},&quot;wikisAuthored&quot;:{&quot;blurbs&quot;:[{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Fujifilm Instax Mini 9&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/bIeSLHDoTxmYti4b.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/Fujifilm_Instax_Mini_9&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Ember Mug 2&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/dNdCyHSjFSQOn14O.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/Ember_Mug&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Alcatel Go Flip V Flip Phone&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/DW3jebqAjccSABcc.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/Alcatel_Go_Flip_V_Flip_Phone&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Acer Iconia W510&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/QPbgJSsLMTeJRiy5.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/Acer_Icona_W510&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Acer Iconia W510 Dock&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/6Fekq1ANJFHfjuYQ.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/Acer_Iconia_W510_Dock&quot;}],&quot;pageContext&quot;:{&quot;type&quot;:&quot;wikisAuthored&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:1,&quot;prevPage&quot;:false,&quot;nextPage&quot;:false}},&quot;wikisContributed&quot;:{&quot;blurbs&quot;:[{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;iPhone Kernel Panics&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/eL6BSoCnTvEoyMxX.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Wiki\/iPhone_Kernel_Panics&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;MacBook Pro 13\&quot; Retina Display Early 2015&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/cKvBSQvsrTNtWlen.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/MacBook_Pro_13%22_Retina_Display_Early_2015&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Whirlpool Refrigerator&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/ZMu4tOLoTMPMiSUG.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/Whirlpool_Refrigerator&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;HP Pavilion dv6 Series&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/1ZEsRipONhpuVoMy.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/HP_Pavilion_dv6&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;iPhone X Troubleshooting&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/nw2PeLUO2dMq2toS.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Wiki\/iPhone_X_Troubleshooting&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;HP ENVY 5530&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/Gjdy1C6HDtTSmo2J.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/HP_ENVY_5530&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Philips Norelco Shaver 2100 Troubleshooting&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/1mR4rGGt2UrJLeMi.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Wiki\/Philips_Norelco_Shaver_2100_Troubleshooting&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Baby Shark Children&#039;s Vacuum&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/iO51mD53pJGojZJL.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/Baby_Shark_Childrens_Vacuum&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;2012-2017 Subaru Forester&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/qZEfWObqRESuGwM4.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/2012-2017_Subaru_Forester&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Orbic Wonder&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/MWaNDYJLUQgPHhEy.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/Orbic_Wonder&quot;}],&quot;pageContext&quot;:{&quot;type&quot;:&quot;wikisContributed&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:2,&quot;prevPage&quot;:false,&quot;nextPage&quot;:true}},&quot;wikisTranslated&quot;:{&quot;blurbs&quot;:[{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Clevo Laptop&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/JmcRaET6S5Flt3ws.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/Clevo&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;CyberPowerPC Laptop&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/U5NvbyYVEZwNJgoJ.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/CyberPowerPC&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Sager Laptop&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/gJfPROjaTx5kLSS4.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/Sager&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Nextbook Laptop&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/Jf1FHIrnFLhbtXQX.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/Nextbook&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Vulcan Electronics Laptop&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/p55DdLqEAUZjAKla.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/Vulcan_Electronics&quot;}],&quot;pageContext&quot;:{&quot;type&quot;:&quot;wikisTranslated&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:1,&quot;prevPage&quot;:false,&quot;nextPage&quot;:false}},&quot;comments&quot;:{&quot;info&quot;:[{&quot;title&quot;:&quot;Fujifilm Instax Mini 9 Camera Shell Replacement&quot;,&quot;text&quot;:&quot;&lt;p&gt;I think I can help with that, but in order to post pictures I would need to do that as an answer to a question. Please go to the Ask a Question page of the device page and start a new question with what you&#039;ve asked here. After that I should be able to show you how to line up the adjustment dial and get it back on to stay.&lt;\/p&gt;\n\n&lt;p&gt;&lt;a href=\&quot;https:\/\/www.ifixit.com\/Answers\/Ask\/Fujifilm+Instax+Mini+9\&quot; title=\&quot;https:\/\/www.ifixit.com\/Answers\/Ask\/Fujifilm+Instax+Mini+9\&quot;&gt;https:\/\/www.ifixit.com\/Answers\/Ask\/Fujif...&lt;\/a&gt;&lt;\/p&gt;&quot;,&quot;url&quot;:&quot;\/Guide\/Fujifilm+Instax+Mini+9+Camera+Shell+Replacement\/174672#comment-996221&quot;,&quot;date&quot;:1738035218,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Mon, 27 Jan 2025 20:33:38 -0700\&quot; datetime=\&quot;2025-01-27T20:33:38-07:00\&quot;&gt;Jan 27, 2025&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;iPhone Kernel Panics&quot;,&quot;text&quot;:&quot;&lt;p&gt;Indraneel, check out the SMC Panic page here.&lt;\/p&gt;\n\n&lt;p&gt;&lt;a href=\&quot;\/Wiki\/iPhone_SMC_Panic_Assertion_Failed\&quot;&gt;iPhone SMC Panic Assertion Failed&lt;\/a&gt;&lt;\/p&gt;\n\n&lt;p&gt;According to that article, error 0x41 occurs on an iPhone 14 Pro or Pro Max, and indicates a failure of the battery. Replacing the battery should fix the problem, but keep in mind the warning listed for a battery error:&lt;\/p&gt;\n\n&lt;p&gt;Replacing the battery will result in a warning message that the battery installed is not an OEM Apple battery, unless you use an Apple battery supplied by Apple&#039;s Self Service Repair program and run System Configuration.&lt;\/p&gt;\n\n&lt;p&gt;Other than the warning message and no longer being able to view the battery health information, the battery will work normally.&lt;\/p&gt;&quot;,&quot;url&quot;:&quot;\/Wiki\/iPhone_Kernel_Panics#comment-994480&quot;,&quot;date&quot;:1737185205,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Sat, 18 Jan 2025 00:26:45 -0700\&quot; datetime=\&quot;2025-01-18T00:26:45-07:00\&quot;&gt;Jan 18, 2025&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Ember Mug Charging Base Pogo Pins Replacement&quot;,&quot;text&quot;:&quot;&lt;p&gt;Thanks for the feedback. The rubber on the base has not shown any signs of coming off so far, but yours is a perfectly valid alternative.&lt;\/p&gt;\n\n&lt;p&gt;I do appreciate the information on replacement parts; the more choices we can offer, the better. I&#039;ll add them to the parts list when I get a few minutes.&lt;\/p&gt;&quot;,&quot;url&quot;:&quot;\/Guide\/Ember+Mug+Charging+Base+Pogo+Pins+Replacement\/167828#comment-993426&quot;,&quot;date&quot;:1736627919,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Sat, 11 Jan 2025 13:38:39 -0700\&quot; datetime=\&quot;2025-01-11T13:38:39-07:00\&quot;&gt;Jan 11, 2025&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;PlayStation 4 Turns On Then Back Off Repair&quot;,&quot;text&quot;:&quot;&lt;p&gt;That was exactly my thought - it appears this procedure would have the effect of reducing the pressure on the CPU rather than increasing it. I&#039;m with you; I don&#039;t see how this would work either.&lt;\/p&gt;&quot;,&quot;url&quot;:&quot;\/Guide\/PlayStation+4+Turns+On+Then+Back+Off+Repair\/55599#comment-993003&quot;,&quot;date&quot;:1736395506,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Wed, 08 Jan 2025 21:05:06 -0700\&quot; datetime=\&quot;2025-01-08T21:05:06-07:00\&quot;&gt;Jan 8, 2025&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;iPhone X Face ID Replacement&quot;,&quot;text&quot;:&quot;&lt;p&gt;If the MS you mention stands for Microsoft, then you&#039;re way off base, as only Apple can do this sort of thing.&lt;\/p&gt;\n\n&lt;p&gt;It&#039;s my understanding the release of iOS 18 has enabled the replacement of some parts that formerly caused pairing issues, but as far as I know, the Face ID parts are not covered. I would love to hear from someone with authoritative knowledge if that&#039;s not the case.&lt;\/p&gt;&quot;,&quot;url&quot;:&quot;\/Guide\/iPhone+X+Face+ID+Replacement\/151174#comment-992831&quot;,&quot;date&quot;:1736312704,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Tue, 07 Jan 2025 22:05:04 -0700\&quot; datetime=\&quot;2025-01-07T22:05:04-07:00\&quot;&gt;Jan 7, 2025&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Apple Watch Series 6 Battery Replacement&quot;,&quot;text&quot;:&quot;&lt;p&gt;Read the Conclusion section at the end; it gives you all the information you need in order to reassemble your watch with the new battery.&lt;\/p&gt;&quot;,&quot;url&quot;:&quot;\/Guide\/Apple+Watch+Series+6+Battery+Replacement\/137587#comment-987718&quot;,&quot;date&quot;:1733017298,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Sat, 30 Nov 2024 18:41:38 -0700\&quot; datetime=\&quot;2024-11-30T18:41:38-07:00\&quot;&gt;Nov 30, 2024&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;iPhone X Logic Board (Motherboard) Replacement&quot;,&quot;text&quot;:&quot;&lt;p&gt;In genere la memoria di un iPhone non \u00e8 considerata aggiornabile. Le parti sono saldate sulla scheda madre in un package BGA, il che significa che servono attrezzature e competenze molto specializzate per sostituirle, e anche in questo caso il tasso di successo \u00e8 ben al di sotto del 100%. Quando si considera il costo di quel tipo di riparazione, \u00e8 molto probabile che spenderesti meno acquistando un set completo Face ID, che include la scheda madre, il gruppo della fotocamera frontale e il gruppo dell&#039;altoparlante auricolare, che ha gi\u00e0 la quantit\u00e0 di memoria desiderata.&lt;\/p&gt;&quot;,&quot;url&quot;:&quot;\/Guide\/iPhone+X+Logic+Board+(Motherboard)+Replacement\/151179#comment-976036&quot;,&quot;date&quot;:1726094659,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Wed, 11 Sep 2024 15:44:19 -0700\&quot; datetime=\&quot;2024-09-11T15:44:19-07:00\&quot;&gt;Sep 11, 2024&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;iPhone X Logic Board (Motherboard) Replacement&quot;,&quot;text&quot;:&quot;&lt;p&gt;Generally the memory on an iPhone is not considered upgradable. The parts are soldered onto the motherboard in a BGA package, meaning it takes very specialized equipment and expertise to replace, and even then the success rate is far below 100%. When you take into account the cost of that kind of repair, it is quite likely that you would spend less buying a full Face ID set, including the motherboard, front camera assembly and earpiece speaker assembly that already has the amount of memory you want.&lt;\/p&gt;&quot;,&quot;url&quot;:&quot;\/Guide\/iPhone+X+Logic+Board+(Motherboard)+Replacement\/151179#comment-976035&quot;,&quot;date&quot;:1726094650,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Wed, 11 Sep 2024 15:44:10 -0700\&quot; datetime=\&quot;2024-09-11T15:44:10-07:00\&quot;&gt;Sep 11, 2024&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;iPhone X Display Assembly Replacement&quot;,&quot;text&quot;:&quot;&lt;p&gt;Sorry for the late response, but you are NOT correct. Replacing the earpiece speaker &lt;em&gt;assembly&lt;\/em&gt; will result in the loss of Face ID functionality. That&#039;s the whole assembly, including the speaker, dot projector and flood illuminator. If you unsolder the speaker from the assembly, that can be replaced by itself without losing Face ID, but any other part will cause it to quit working.&lt;\/p&gt;&quot;,&quot;url&quot;:&quot;\/Guide\/iPhone+X+Display+Assembly+Replacement\/101648#comment-976032&quot;,&quot;date&quot;:1726093962,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Wed, 11 Sep 2024 15:32:42 -0700\&quot; datetime=\&quot;2024-09-11T15:32:42-07:00\&quot;&gt;Sep 11, 2024&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Ember Mug Destructive Teardown&quot;,&quot;text&quot;:&quot;&lt;p&gt;Hi Sylvia,&lt;\/p&gt;\n\n&lt;p&gt;Joseph (&lt;a href=\&quot;https:\/\/www.ifixit.com\/User\/4569627\/Joseph+Brokenbourgh\&quot; target=\&quot;_blank\&quot;&gt;@josephbrok61102&lt;\/a&gt;), one of our users, ran across a source for a battery that is made specifically as a replacement for the Ember Mug 2. I&#039;ve added a link to it here on the teardown page, but I&#039;m posting it again below for your reference.&lt;\/p&gt;\n\n&lt;p&gt;&lt;a href=\&quot;https:\/\/batteryclerk.com\/products\/ember-mug-2-smart-mug-replacement-battery\&quot; rel=\&quot;nofollow noopener noreferrer\&quot; target=\&quot;_blank\&quot;&gt;Ember Mug 2 Smart Mug Replacement Battery: BatteryClerk.com Smart Mug&lt;\/a&gt;&lt;\/p&gt;&quot;,&quot;url&quot;:&quot;\/Teardown\/Ember+Mug+Destructive+Teardown\/169250#comment-974996&quot;,&quot;date&quot;:1725601321,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Thu, 05 Sep 2024 22:42:01 -0700\&quot; datetime=\&quot;2024-09-05T22:42:01-07:00\&quot;&gt;Sep 5, 2024&lt;\/time&gt;&quot;}],&quot;pageContext&quot;:{&quot;type&quot;:&quot;note&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:7,&quot;prevPage&quot;:false,&quot;nextPage&quot;:true}},&quot;successes&quot;:{&quot;blurbs&quot;:[{&quot;simpleTitle&quot;:&quot;Joy-Con Buckle Lock&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Joy-Con&quot;,&quot;title&quot;:&quot;Joy-Con Buckle Lock Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/ATuMWsQGjgpp4DKN.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Joy-Con+Buckle+Lock+Replacement\/103997&quot;},{&quot;simpleTitle&quot;:&quot;Acer Chromebook cb3-532-c47c Screen&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Acer Chromebook cb3-532-c47c&quot;,&quot;title&quot;:&quot;Acer Chromebook CB3-532-C47C Screen Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/lLyu3lrKhYkxRV5c.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Acer+Chromebook+CB3-532-C47C+Screen+Replacement\/146333&quot;},{&quot;simpleTitle&quot;:&quot;iPod 4th Generation or Photo Hard drive&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPod 4th Generation or Photo&quot;,&quot;title&quot;:&quot;iPod 4th generation or Photo hard drive replacement by micro SD card&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/3ViQy46CAhEKXaaP.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/iPod+4th+generation+or+Photo+hard+drive+replacement+by+micro+SD+card\/148097&quot;},{&quot;simpleTitle&quot;:&quot;iPod 4th Generation or Photo Battery&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPod 4th Generation or Photo&quot;,&quot;title&quot;:&quot;iPod 4th Generation or Photo Battery Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/slAvuXoO3hCGTplw.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/iPod+4th+Generation+or+Photo+Battery+Replacement\/393&quot;},{&quot;simpleTitle&quot;:&quot;iPod Nano 4th Generation Battery&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPod Nano 4th Generation&quot;,&quot;title&quot;:&quot;iPod Nano 4th Generation Battery Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/aYEkJMoFp4RT1nt2.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/iPod+Nano+4th+Generation+Battery+Replacement\/1161&quot;},{&quot;simpleTitle&quot;:&quot;iPhone 6s Battery&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPhone 6s&quot;,&quot;title&quot;:&quot;iPhone 6s Battery Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/tEAXSWZVxiUk5qkm.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/iPhone+6s+Battery+Replacement\/56607&quot;},{&quot;simpleTitle&quot;:&quot;MacBook Air 13\&quot; Early 2017 Lower Case&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;MacBook Air 13\&quot; Early 2017&quot;,&quot;title&quot;:&quot;MacBook Air 13\&quot; Early 2017 Lower Case Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/EgDeLEZXY2xlvG3N.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/MacBook+Air+13-Inch+Early+2017+Lower+Case+Replacement\/135945&quot;},{&quot;simpleTitle&quot;:&quot;MacBook Core 2 Duo Hard Drive&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;MacBook Core 2 Duo&quot;,&quot;title&quot;:&quot;MacBook Core 2 Duo Hard Drive Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/NM1qK14KDykJY2nH.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/MacBook+Core+2+Duo+Hard+Drive+Replacement\/514&quot;},{&quot;simpleTitle&quot;:&quot;Google Pixel 2 XL Lens Cover&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Google Pixel 2 XL&quot;,&quot;title&quot;:&quot;Applying adhesive to a Google Pixel 2 XL lens cover&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/ZbFryRVjTOaBf4n1.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Applying+adhesive+to+a+Google+Pixel+2+XL+lens+cover\/132917&quot;},{&quot;simpleTitle&quot;:&quot;iPod Touch 6th Generation Display Assembly&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPod Touch 6th Generation&quot;,&quot;title&quot;:&quot;iPod Touch 6th Generation Display Assembly Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/52qZmCDwcmnEZuou.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/iPod+Touch+6th+Generation+Display+Assembly+Replacement\/45224&quot;}],&quot;pageContext&quot;:{&quot;type&quot;:&quot;successes&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:4,&quot;prevPage&quot;:false,&quot;nextPage&quot;:true}},&quot;stories&quot;:{&quot;info&quot;:[],&quot;pageContext&quot;:[]},&quot;questions&quot;:{&quot;info&quot;:[{&quot;title&quot;:&quot;The dreaded BLOD (Blue Light of Death)&quot;,&quot;text&quot;:&quot;Yep, all the symptoms are there. (1) No video or audio output on HDMI (2) Will not go into safe mode (3) Slowly pulsing...&quot;,&quot;url&quot;:&quot;\/Answers\/View\/833699\/The+dreaded+BLOD+(Blue+Light+of+Death)&quot;,&quot;date&quot;:1706145239,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Wed, 24 Jan 2024 18:13:59 -0700\&quot; datetime=\&quot;2024-01-24T18:13:59-07:00\&quot;&gt;Jan 24, 2024&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;My LCD is Leaking?&quot;,&quot;text&quot;:&quot;Literally. I don&#039;t mean the screen looks like there&#039;s liquid in it or something, I mean there is a clear, sticky liquid...&quot;,&quot;url&quot;:&quot;\/Answers\/View\/827519\/My+LCD+is+Leaking&quot;,&quot;date&quot;:1702066660,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Fri, 08 Dec 2023 13:17:40 -0700\&quot; datetime=\&quot;2023-12-08T13:17:40-07:00\&quot;&gt;Dec 8, 2023&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Fuse blows when opened during heating&quot;,&quot;text&quot;:&quot;My son asked me to come look at his microwave, saying that it had started out tripping the circuit breaker, but now was...&quot;,&quot;url&quot;:&quot;\/Answers\/View\/801933\/Fuse+blows+when+opened+during+heating&quot;,&quot;date&quot;:1689625763,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Mon, 17 Jul 2023 13:29:23 -0700\&quot; datetime=\&quot;2023-07-17T13:29:23-07:00\&quot;&gt;Jul 17, 2023&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Boot loop after being dropped, now stuck in DFU&quot;,&quot;text&quot;:&quot;My granddaughter&#039;s iPhone 7 is now giving me headaches. Other than a small crack in the screen that&#039;s been there for a...&quot;,&quot;url&quot;:&quot;\/Answers\/View\/792659\/Boot+loop+after+being+dropped,+now+stuck+in+DFU&quot;,&quot;date&quot;:1684282108,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Tue, 16 May 2023 17:08:28 -0700\&quot; datetime=\&quot;2023-05-16T17:08:28-07:00\&quot;&gt;May 16, 2023&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;F3 Error Code, seeking control board information&quot;,&quot;text&quot;:&quot;My older GE oven has been randomly throwing F3 errors, indicative of an issue with the oven temperature sensor. I&#039;ve...&quot;,&quot;url&quot;:&quot;\/Answers\/View\/789080\/F3+Error+Code,+seeking+control+board+information&quot;,&quot;date&quot;:1682741235,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Fri, 28 Apr 2023 21:07:15 -0700\&quot; datetime=\&quot;2023-04-28T21:07:15-07:00\&quot;&gt;Apr 28, 2023&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Displays Apple logo for a second then back to black.&quot;,&quot;text&quot;:&quot;I&#039;ve got some long history with this watch and need some help from the gurus here. History: Two or three years ago, my son...&quot;,&quot;url&quot;:&quot;\/Answers\/View\/766270\/Displays+Apple+logo+for+a+second+then+back+to+black.&quot;,&quot;date&quot;:1674769885,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Thu, 26 Jan 2023 14:51:25 -0700\&quot; datetime=\&quot;2023-01-26T14:51:25-07:00\&quot;&gt;Jan 26, 2023&lt;\/time&gt;&quot;}],&quot;pageContext&quot;:{&quot;type&quot;:&quot;questions&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:1,&quot;prevPage&quot;:false,&quot;nextPage&quot;:false}},&quot;answers&quot;:{&quot;info&quot;:[{&quot;title&quot;:&quot;Answer to \&quot;Battery, BMS and all the shenanigans\&quot;&quot;,&quot;text&quot;:&quot;Hi Sam, I&#039;ve been doing my best to keep up with Apple&#039;s parts pairing, which is only getting worse as the newer generations come out. I&#039;ll pass along everything I know about what you need to do to successfully replace your battery. First of all, the admonishment about spot welding is primarily due to the fact that heat is deadly to Li-Ion batteries. A spot welder will not transfer heat from the terminal tabs to the battery itself, whereas it&#039;s easy to transfer heat when soldering. However, that&#039;s not to say it can&#039;t be done; you&#039;ll just want to be as sparing as possible with the heat from the soldering iron to avoid transferring it up the terminal strips to the battery. Serialized battery ================== All iPhone batteries since the beginning have incorporated a Battery Management System, or BMS, into the battery. This small circuit communicates with the phone&#039;s processor and contains sensors to measure the battery current, voltage and temperature. It also stores the battery health (0 to 100 percent)...&quot;,&quot;url&quot;:&quot;\/Answers\/View\/888109\/Battery,+BMS+and+all+the+shenanigans?permalink=answer-888139#answer888139&quot;,&quot;date&quot;:1739764144,&quot;date_html&quot;:&quot;&lt;time class=\&quot;js-realtime-date hidden-print\&quot; title=\&quot;Sun, 16 Feb 2025 20:49:04 -0700\&quot; datetime=\&quot;2025-02-16T20:49:04-07:00\&quot;&gt;22 hours ago&lt;\/time&gt;&lt;time class=\&quot;visible-print\&quot;&gt;Feb 16, 2025&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Answer to \&quot;Help with connecting wires\&quot;&quot;,&quot;text&quot;:&quot;Hi Thomas, If you look under panels, probably somewhere around the control panel, you may find printed service information that is frequently included with major appliances. If you find one it will have a wiring diagram that should tell you what wire goes where. There was one other question in this device category from someone with a wiring problem who posted their wiring diagram. If you have the same model number, then this diagram should apply to your oven as well. Here&#039;s a copy of it. Let us know if you need help reading it, but in general electric burners don&#039;t have a polarity; in other words it doesn&#039;t matter which wire goes to which terminal. Update: As @jayeff pointed out, the wiring diagram is apparently not for the same model as appears in this device category, so it may not match your oven. It could be similar, but if you can locate your own service information that would be best.&quot;,&quot;url&quot;:&quot;\/Answers\/View\/887913\/Help+with+connecting+wires?permalink=answer-887917#answer887917&quot;,&quot;date&quot;:1739599889,&quot;date_html&quot;:&quot;&lt;time class=\&quot;js-realtime-date hidden-print\&quot; title=\&quot;Fri, 14 Feb 2025 23:11:29 -0700\&quot; datetime=\&quot;2025-02-14T23:11:29-07:00\&quot;&gt;2 days ago&lt;\/time&gt;&lt;time class=\&quot;visible-print\&quot;&gt;Feb 14, 2025&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Answer to \&quot;Very Cracked Screen Removal\&quot;&quot;,&quot;text&quot;:&quot;First off, don&#039;t be concerned about the amount of heat you use on the display. As long as you&#039;re not using a heat gun, regular heat sources can&#039;t get hot enough to damage anything other than the screen and the battery. You don&#039;t care about the screen since it&#039;s broken already, so all you have to do is avoid heating the battery excessively. As long as you&#039;re focusing on the edges of the phone rather than the center where the battery is you&#039;ll be fine. Since you&#039;ve got a lot of broken glass, I&#039;d suggest the next thing to do is to cover the broken parts with clear packing tape. That will help maintain the integrity of the screen while you&#039;re taking it off and keep from scattering glass everywhere. If you bought the Fix Kit then I&#039;d suggest using the Jimmy tool to separate the cracked glass. That, in conjunction with the heat should get you going again. If you don&#039;t have the Fix Kit with the Jimmy tool, then I&#039;d say the next best thing would be a curved X-Acto knife; you should be able to pick one of those up...&quot;,&quot;url&quot;:&quot;\/Answers\/View\/887900\/Very+Cracked+Screen+Removal?permalink=answer-887916#answer887916&quot;,&quot;date&quot;:1739599180,&quot;date_html&quot;:&quot;&lt;time class=\&quot;js-realtime-date hidden-print\&quot; title=\&quot;Fri, 14 Feb 2025 22:59:40 -0700\&quot; datetime=\&quot;2025-02-14T22:59:40-07:00\&quot;&gt;2 days ago&lt;\/time&gt;&lt;time class=\&quot;visible-print\&quot;&gt;Feb 14, 2025&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Answer to \&quot;Is it possible that a ipad air 1 displaycould work with an ipad air 2\&quot;&quot;,&quot;text&quot;:&quot;Sorry, not a chance that will work. Apple has a habit of redesigning their screens and cases from scratch for each new model, meaning even if they were to use the same display, the chances are they&#039;ll end up moving the connector for it, meaning it can&#039;t be plugged in to the previous or subsequent device, and they may well even change the type and\/or number of pins on the connector so it might not even plug in. That&#039;s definitely the case here, and in addition the iPad Air 1 has the digitizer and LCD as separate components, while the Air 2 has them fused as a single assembly. All you have to do is look at the touch screen connectors to see immediately that they won&#039;t work. Here&#039;s where they are on the Air 1. You can see that the connectors are separate and distinct and scattered around the chassis. Compare that to the connectors on the Air 2. So just based on those, I can tell you with certainty that you aren&#039;t going to be able to swap the screens. Sorry about the bad news, but kudos for trying to recycle...&quot;,&quot;url&quot;:&quot;\/Answers\/View\/887870\/Is+it+possible+that+a+ipad+air+1+displaycould+work+with+an+ipad+air+2?permalink=answer-887875#answer887875&quot;,&quot;date&quot;:1739555180,&quot;date_html&quot;:&quot;&lt;time class=\&quot;js-realtime-date hidden-print\&quot; title=\&quot;Fri, 14 Feb 2025 10:46:20 -0700\&quot; datetime=\&quot;2025-02-14T10:46:20-07:00\&quot;&gt;3 days ago&lt;\/time&gt;&lt;time class=\&quot;visible-print\&quot;&gt;Feb 14, 2025&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Answer to \&quot;Why are the blocked callers still able to call my phone\&quot;&quot;,&quot;text&quot;:&quot;Hi Anthony, iFixit is primarily a hardware focused group and the issue you&#039;re seeing is definitely more of a software problem. Although it&#039;s possible someone on this site may know the answer to your question, I&#039;d suggest you would have better luck in a more specialized forum such as the one on Samsung&#039;s community site. Phones - Samsung Community&quot;,&quot;url&quot;:&quot;\/Answers\/View\/887872\/Why+are+the+blocked+callers+still+able+to+call+my+phone?permalink=answer-887874#answer887874&quot;,&quot;date&quot;:1739554354,&quot;date_html&quot;:&quot;&lt;time class=\&quot;js-realtime-date hidden-print\&quot; title=\&quot;Fri, 14 Feb 2025 10:32:34 -0700\&quot; datetime=\&quot;2025-02-14T10:32:34-07:00\&quot;&gt;3 days ago&lt;\/time&gt;&lt;time class=\&quot;visible-print\&quot;&gt;Feb 14, 2025&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Answer to \&quot;Pixel 7a screen removal issues\&quot;&quot;,&quot;text&quot;:&quot;Hi Ben, Based on the description in the guide that states, &amp;quot;the screen is strongly adhered to the frame&amp;quot;, I presume that to mean it&#039;s harder to remove than your average screen. They follow that up with the comment, &amp;quot;it requires significant heat to soften the adhesive underneath&amp;quot;, telling me that you may need to heat the adhesive more than you might think was safe. If you have a hair dryer, I might suggest setting it on high heat and blasting one end of the phone for something like 3 to 5 minutes before you try the suction cup; in fact, if you can position it right, leave it blowing on the phone as you try to create an opening for your pick. Again, they keep reinforcing the need for heat with the statement that you should heat it &amp;quot;until it&#039;s almost too hot to touch&amp;quot; I generally prefer to start out with a metal pick like the iSesamo and use the plastic guitar picks to keep it from re-adhering as I go around the edge of the phone. A curved blade X-Acto knife would also be a good choice here.&quot;,&quot;url&quot;:&quot;\/Answers\/View\/887832\/Pixel+7a+screen+removal+issues?permalink=answer-887843#answer887843&quot;,&quot;date&quot;:1739523306,&quot;date_html&quot;:&quot;&lt;time class=\&quot;js-realtime-date hidden-print\&quot; title=\&quot;Fri, 14 Feb 2025 01:55:06 -0700\&quot; datetime=\&quot;2025-02-14T01:55:06-07:00\&quot;&gt;3 days ago&lt;\/time&gt;&lt;time class=\&quot;visible-print\&quot;&gt;Feb 14, 2025&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Answer to \&quot;Is it possible to repair the usb-c port?\&quot;&quot;,&quot;text&quot;:&quot;Hi Vince, Actually, you&#039;re one of the lucky group of people who have a phone where the charging port is mounted on a circuit board that&#039;s separate from the motherboard. That means the port can be repaired fairly easily with no soldering required - something that&#039;s particularly difficult with USB-C ports. I have to give kudos to Lenovo for making their service manual public; that means you have factory specific repair procedures to go by to fix your phone. Here&#039;s the one you&#039;ll need for replacing your charging port\/sub board. [document: ThinkPhone Level 2 Repair Manual - iFixit] The sub board replacement procedure is on page 120, but you&#039;ll need to follow the previous pages to get to it. The part itself seems to be available practically nowhere; it&#039;s complicated by the fact that the service manual doesn&#039;t have any part number information. However, I did manage to locate a couple of places you can buy it; I&#039;d definitely go with the first if possible since it&#039;s quite inexpensive and a brand new OEM part,...&quot;,&quot;url&quot;:&quot;\/Answers\/View\/887805\/Is+it+possible+to+repair+the+usb-c+port?permalink=answer-887811#answer887811&quot;,&quot;date&quot;:1739506459,&quot;date_html&quot;:&quot;&lt;time class=\&quot;js-realtime-date hidden-print\&quot; title=\&quot;Thu, 13 Feb 2025 21:14:19 -0700\&quot; datetime=\&quot;2025-02-13T21:14:19-07:00\&quot;&gt;3 days ago&lt;\/time&gt;&lt;time class=\&quot;visible-print\&quot;&gt;Feb 13, 2025&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Answer to \&quot;Operating system has been changed and a virtual machine installed\&quot;&quot;,&quot;text&quot;:&quot;Hi Leo, I&#039;m afraid you seem to have the wrong impression regarding what this site is all about. They are dedicated to empowering everyone to be able to repair their own devices, appliances, automobiles, tools, and many, many other things. While I&#039;m not 100% clear on what issue you seem to be having with your phone, I fail to understand why you think iFixit even has a new Nokia phone like yours, let alone why they would send it to you even if they did. They specialize in hardware repairs and you seem to be describing some sort of software issue, which is definitely not iFixit&#039;s strong suit and would not necessarily even have the expertise to &amp;quot;analyze&amp;quot; your phone. Frankly I&#039;m getting conspiracy theory vibes along the lines of lizard men replacing the authorities in government. Are you actually suggesting the operating system in your phone has been replaced with some sort of virtual machine? I mean, does the work like it&#039;s supposed to? Is it doing something different that makes you think anything internal has...&quot;,&quot;url&quot;:&quot;\/Answers\/View\/887654\/Operating+system+has+been+changed+and+a+virtual+machine+installed?permalink=answer-887706#answer887706&quot;,&quot;date&quot;:1739422492,&quot;date_html&quot;:&quot;&lt;time class=\&quot;js-realtime-date hidden-print\&quot; title=\&quot;Wed, 12 Feb 2025 21:54:52 -0700\&quot; datetime=\&quot;2025-02-12T21:54:52-07:00\&quot;&gt;4 days ago&lt;\/time&gt;&lt;time class=\&quot;visible-print\&quot;&gt;Feb 12, 2025&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Answer to \&quot;Are their other screens that are compatible with this device?\&quot;&quot;,&quot;text&quot;:&quot;Hi Mike, I did some poking around my usual haunts for LCD screens but only came up with one &amp;quot;maybe&amp;quot; supplier. LCD Display Screen Replacement for Visual Land Prestige Elite 9QL Quad Core 9 Inch Tablet The listing shows three different screens available, but the odd thing is that it says they&#039;re for a 9QL rather than a 9Q. I wasn&#039;t able to find out what the difference between the two models is, so I can&#039;t say definitively if this will work, but one of the screens offered is listed as having 40 pins so we&#039;re at least on the right track. Not sure if you&#039;ve run across it already, but here&#039;s the iFixit guide showing you how to do the screen replacement. Visual Land Prestige Elite 9Q LCD Screen Replacement - iFixit Repair Guide One other way to locate a replacement part depends on the fact that very few laptop or tablet manufacturers actually make their own screens; I&#039;d say probably 80-90% of them buy their LCDs off the shelf. So you may be able to find a replacement by finding out the manufacturer and their part...&quot;,&quot;url&quot;:&quot;\/Answers\/View\/887253\/Are+their+other+screens+that+are+compatible+with+this+device?permalink=answer-887695#answer887695&quot;,&quot;date&quot;:1739412155,&quot;date_html&quot;:&quot;&lt;time class=\&quot;js-realtime-date hidden-print\&quot; title=\&quot;Wed, 12 Feb 2025 19:02:35 -0700\&quot; datetime=\&quot;2025-02-12T19:02:35-07:00\&quot;&gt;5 days ago&lt;\/time&gt;&lt;time class=\&quot;visible-print\&quot;&gt;Feb 12, 2025&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Answer to \&quot;Magic Trackpad Power Switch Works but Does Not Snap When Slid\&quot;&quot;,&quot;text&quot;:&quot;It&#039;s very common for an electronic device to have a sliding power switch like that on your Magic Trackpad 2. Like other devices, it has two components to the switch; first is that green mechanical part that you move to activate the switch, sliding it from side to side to turn it on and off. The second part is the electromechanical switch itself, mounted on the circuit board. That&#039;s the part that connects or disconnects the electrical signals that turn the device on or off and provides any sort of clicking or snap action to give a tactile feedback to the action of switching. In your case that&#039;s the part that has stopped &amp;quot;snapping&amp;quot; as you put it. As you&#039;ve observed, photos of the trackpad&#039;s circuit board are a little hard to come by, and the one you found seems to be one of the best ones I could locate. The red arrow points to the switch itself, which I believe is the part you&#039;re interested in. While you can certainly open it up and see if there&#039;s any repair of the switch itself possible, I strongly suspect...&quot;,&quot;url&quot;:&quot;\/Answers\/View\/887571\/Magic+Trackpad+Power+Switch+Works+but+Does+Not+Snap+When+Slid?permalink=answer-887579#answer887579&quot;,&quot;date&quot;:1739342383,&quot;date_html&quot;:&quot;&lt;time class=\&quot;js-realtime-date hidden-print\&quot; title=\&quot;Tue, 11 Feb 2025 23:39:43 -0700\&quot; datetime=\&quot;2025-02-11T23:39:43-07:00\&quot;&gt;5 days ago&lt;\/time&gt;&lt;time class=\&quot;visible-print\&quot;&gt;Feb 11, 2025&lt;\/time&gt;&quot;}],&quot;pageContext&quot;:{&quot;type&quot;:&quot;answers&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:217,&quot;prevPage&quot;:false,&quot;nextPage&quot;:true}}}},&quot;url&quot;:&quot;\/User\/About\/4106591&quot;,&quot;id&quot;:&quot;aboutTab&quot;},{&quot;name&quot;:&quot;Activity&quot;,&quot;label&quot;:&quot;Activity&quot;,&quot;data&quot;:{&quot;activityTimelineURI&quot;:&quot;\/User\/Graph\/Time\/4106591&quot;,&quot;pageContext&quot;:{&quot;type&quot;:&quot;userActivity&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:157,&quot;prevPage&quot;:false,&quot;nextPage&quot;:true},&quot;filters&quot;:{&quot;mainFilters&quot;:[{&quot;url&quot;:&quot;\/User\/Activity\/4106591\/Jerry+Wheeler\/all&quot;,&quot;label&quot;:&quot;All&quot;,&quot;name&quot;:&quot;all&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4106591\/Jerry+Wheeler\/action&quot;,&quot;label&quot;:&quot;Action&quot;,&quot;name&quot;:&quot;action&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4106591\/Jerry+Wheeler\/badges&quot;,&quot;label&quot;:&quot;Badges&quot;,&quot;name&quot;:&quot;badges&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4106591\/Jerry+Wheeler\/comments&quot;,&quot;label&quot;:&quot;Comments&quot;,&quot;name&quot;:&quot;comments&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4106591\/Jerry+Wheeler\/guides&quot;,&quot;label&quot;:&quot;Guides&quot;,&quot;name&quot;:&quot;guides&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4106591\/Jerry+Wheeler\/posts&quot;,&quot;label&quot;:&quot;Posts&quot;,&quot;name&quot;:&quot;posts&quot;}],&quot;extraFilters&quot;:[{&quot;url&quot;:&quot;\/User\/Activity\/4106591\/Jerry+Wheeler\/guide_meta&quot;,&quot;label&quot;:&quot;Guide Meta&quot;,&quot;name&quot;:&quot;guide_meta&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4106591\/Jerry+Wheeler\/guide_step_revisions&quot;,&quot;label&quot;:&quot;Guide Step Revisions&quot;,&quot;name&quot;:&quot;guide_step_revisions&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4106591\/Jerry+Wheeler\/guide_step_text&quot;,&quot;label&quot;:&quot;Guide Step Text&quot;,&quot;name&quot;:&quot;guide_step_text&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4106591\/Jerry+Wheeler\/guide_text&quot;,&quot;label&quot;:&quot;Guide Text&quot;,&quot;name&quot;:&quot;guide_text&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4106591\/Jerry+Wheeler\/moderation&quot;,&quot;label&quot;:&quot;Moderation&quot;,&quot;name&quot;:&quot;moderation&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4106591\/Jerry+Wheeler\/moderator_votes&quot;,&quot;label&quot;:&quot;Moderator Votes&quot;,&quot;name&quot;:&quot;moderator_votes&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4106591\/Jerry+Wheeler\/stories&quot;,&quot;label&quot;:&quot;Stories&quot;,&quot;name&quot;:&quot;stories&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4106591\/Jerry+Wheeler\/teams&quot;,&quot;label&quot;:&quot;Teams&quot;,&quot;name&quot;:&quot;teams&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4106591\/Jerry+Wheeler\/user_likes&quot;,&quot;label&quot;:&quot;User Likes&quot;,&quot;name&quot;:&quot;user_likes&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4106591\/Jerry+Wheeler\/user_success&quot;,&quot;label&quot;:&quot;User Success&quot;,&quot;name&quot;:&quot;user_success&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4106591\/Jerry+Wheeler\/user_votes&quot;,&quot;label&quot;:&quot;User Votes&quot;,&quot;name&quot;:&quot;user_votes&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4106591\/Jerry+Wheeler\/users&quot;,&quot;label&quot;:&quot;Users&quot;,&quot;name&quot;:&quot;users&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4106591\/Jerry+Wheeler\/wiki_area_revisions&quot;,&quot;label&quot;:&quot;Wiki Area Revisions&quot;,&quot;name&quot;:&quot;wiki_area_revisions&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4106591\/Jerry+Wheeler\/wiki_revisions&quot;,&quot;label&quot;:&quot;Wiki Revisions&quot;,&quot;name&quot;:&quot;wiki_revisions&quot;}]}},&quot;url&quot;:&quot;\/User\/Activity\/4106591&quot;,&quot;id&quot;:&quot;activityTab&quot;},{&quot;name&quot;:&quot;Reputation&quot;,&quot;label&quot;:&quot;Reputation&quot;,&quot;data&quot;:{&quot;enableGraph&quot;:true,&quot;reputationBreakdown&quot;:[{&quot;doctype&quot;:&quot;user_votes&quot;,&quot;event&quot;:&quot;was_voted_up&quot;,&quot;totalRep&quot;:37916,&quot;timesReceived&quot;:3246,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;answers&quot;},&quot;area&quot;:&quot;answers&quot;,&quot;groupname&quot;:&quot;votes&quot;,&quot;tablename&quot;:&quot;user_votes&quot;,&quot;eventname&quot;:&quot;was_voted_up&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Post was voted up&quot;,&quot;deltaCallback&quot;:null,&quot;delta&quot;:12,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;posts&quot;,&quot;event&quot;:&quot;answer_was_accepted&quot;,&quot;totalRep&quot;:15030,&quot;timesReceived&quot;:501,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;answers&quot;,&quot;exempt&quot;:true},&quot;area&quot;:&quot;answers&quot;,&quot;groupname&quot;:&quot;posts&quot;,&quot;tablename&quot;:&quot;posts&quot;,&quot;eventname&quot;:&quot;answer_was_accepted&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Answer accepted&quot;,&quot;deltaCallback&quot;:null,&quot;delta&quot;:30,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;guides&quot;,&quot;event&quot;:&quot;admin_reviewed&quot;,&quot;totalRep&quot;:9228,&quot;timesReceived&quot;:80,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;guide&quot;,&quot;exempt&quot;:true},&quot;area&quot;:&quot;guide&quot;,&quot;groupname&quot;:&quot;guides&quot;,&quot;tablename&quot;:&quot;guides&quot;,&quot;eventname&quot;:&quot;admin_reviewed&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Admin approved your guide&quot;,&quot;deltaCallback&quot;:&quot;rep_per_guide_creation&quot;,&quot;delta&quot;:60,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;user_success&quot;,&quot;event&quot;:&quot;someone_completed&quot;,&quot;totalRep&quot;:5168,&quot;timesReceived&quot;:213,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;guide&quot;},&quot;area&quot;:&quot;guide&quot;,&quot;groupname&quot;:&quot;user_successes&quot;,&quot;tablename&quot;:&quot;user_success&quot;,&quot;eventname&quot;:&quot;someone_completed&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Someone completed your guide&quot;,&quot;deltaCallback&quot;:&quot;rep_per_guide&quot;,&quot;delta&quot;:30,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;guides&quot;,&quot;event&quot;:&quot;guide_translated&quot;,&quot;totalRep&quot;:1778,&quot;timesReceived&quot;:44,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;guide&quot;,&quot;exempt&quot;:false},&quot;area&quot;:&quot;guide&quot;,&quot;groupname&quot;:&quot;guides&quot;,&quot;tablename&quot;:&quot;guides&quot;,&quot;eventname&quot;:&quot;guide_translated&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;You translated a guide&quot;,&quot;deltaCallback&quot;:&quot;rep_per_guide_translation&quot;,&quot;delta&quot;:30,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;user_likes&quot;,&quot;event&quot;:&quot;someone_liked&quot;,&quot;totalRep&quot;:224,&quot;timesReceived&quot;:23,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;guide&quot;},&quot;area&quot;:&quot;guide&quot;,&quot;groupname&quot;:&quot;user_likes&quot;,&quot;tablename&quot;:&quot;user_likes&quot;,&quot;eventname&quot;:&quot;someone_liked&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Someone liked your guide&quot;,&quot;deltaCallback&quot;:null,&quot;delta&quot;:10,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;guides&quot;,&quot;event&quot;:&quot;answers_upvote&quot;,&quot;totalRep&quot;:199,&quot;timesReceived&quot;:23,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;guide&quot;},&quot;area&quot;:&quot;guide&quot;,&quot;groupname&quot;:&quot;guides&quot;,&quot;tablename&quot;:&quot;guides&quot;,&quot;eventname&quot;:&quot;answers_upvote&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Post upvoted containing a link to your guide&quot;,&quot;deltaCallback&quot;:null,&quot;delta&quot;:10,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;wiki_revisions&quot;,&quot;event&quot;:&quot;admin_reviewed&quot;,&quot;totalRep&quot;:175,&quot;timesReceived&quot;:5,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;guide&quot;,&quot;exempt&quot;:true},&quot;area&quot;:&quot;guide&quot;,&quot;groupname&quot;:&quot;wiki&quot;,&quot;tablename&quot;:&quot;wiki_revisions&quot;,&quot;eventname&quot;:&quot;admin_reviewed&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Admin approved your wiki&quot;,&quot;deltaCallback&quot;:null,&quot;delta&quot;:50,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;user_success&quot;,&quot;event&quot;:&quot;translation_completed&quot;,&quot;totalRep&quot;:90,&quot;timesReceived&quot;:6,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;guide&quot;},&quot;area&quot;:&quot;guide&quot;,&quot;groupname&quot;:&quot;user_successes&quot;,&quot;tablename&quot;:&quot;user_success&quot;,&quot;eventname&quot;:&quot;translation_completed&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Someone completed your guide translation&quot;,&quot;deltaCallback&quot;:&quot;rep_per_guide&quot;,&quot;delta&quot;:20,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;guide_step_text&quot;,&quot;event&quot;:&quot;edit_accepted&quot;,&quot;totalRep&quot;:82,&quot;timesReceived&quot;:82,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;guide&quot;},&quot;area&quot;:&quot;guide&quot;,&quot;groupname&quot;:&quot;guide_step_text&quot;,&quot;tablename&quot;:&quot;guide_step_text&quot;,&quot;eventname&quot;:&quot;edit_accepted&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Patrolled edit to guide step accepted&quot;,&quot;deltaCallback&quot;:null,&quot;delta&quot;:1,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;guide_meta&quot;,&quot;event&quot;:&quot;edit_accepted&quot;,&quot;totalRep&quot;:50,&quot;timesReceived&quot;:50,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;guide&quot;},&quot;area&quot;:&quot;guide&quot;,&quot;groupname&quot;:&quot;guide_meta&quot;,&quot;tablename&quot;:&quot;guide_meta&quot;,&quot;eventname&quot;:&quot;edit_accepted&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Patrolled edit to guide accepted&quot;,&quot;deltaCallback&quot;:null,&quot;delta&quot;:1,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;guide_step_revisions&quot;,&quot;event&quot;:&quot;edit_accepted&quot;,&quot;totalRep&quot;:20,&quot;timesReceived&quot;:20,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;guide&quot;},&quot;area&quot;:&quot;guide&quot;,&quot;groupname&quot;:&quot;guide_steps&quot;,&quot;tablename&quot;:&quot;guide_step_revisions&quot;,&quot;eventname&quot;:&quot;edit_accepted&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Patrolled edit to guide step accepted&quot;,&quot;deltaCallback&quot;:null,&quot;delta&quot;:1,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;user_likes&quot;,&quot;event&quot;:&quot;translation_liked&quot;,&quot;totalRep&quot;:20,&quot;timesReceived&quot;:5,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;guide&quot;},&quot;area&quot;:&quot;guide&quot;,&quot;groupname&quot;:&quot;user_likes&quot;,&quot;tablename&quot;:&quot;user_likes&quot;,&quot;eventname&quot;:&quot;translation_liked&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Someone liked your guide translation&quot;,&quot;deltaCallback&quot;:null,&quot;delta&quot;:5,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;posts&quot;,&quot;event&quot;:&quot;accept_an_answer&quot;,&quot;totalRep&quot;:10,&quot;timesReceived&quot;:1,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;answers&quot;},&quot;area&quot;:&quot;answers&quot;,&quot;groupname&quot;:&quot;posts&quot;,&quot;tablename&quot;:&quot;posts&quot;,&quot;eventname&quot;:&quot;accept_an_answer&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Accepted answer&quot;,&quot;deltaCallback&quot;:null,&quot;delta&quot;:10,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;guide_text&quot;,&quot;event&quot;:&quot;edit_accepted&quot;,&quot;totalRep&quot;:9,&quot;timesReceived&quot;:9,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;guide&quot;},&quot;area&quot;:&quot;guide&quot;,&quot;groupname&quot;:&quot;guide_text&quot;,&quot;tablename&quot;:&quot;guide_text&quot;,&quot;eventname&quot;:&quot;edit_accepted&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Patrolled edit to guide intro accepted&quot;,&quot;deltaCallback&quot;:null,&quot;delta&quot;:1,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;wiki_revisions&quot;,&quot;event&quot;:&quot;edit_accepted&quot;,&quot;totalRep&quot;:9,&quot;timesReceived&quot;:9,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;guide&quot;},&quot;area&quot;:&quot;guide&quot;,&quot;groupname&quot;:&quot;wiki&quot;,&quot;tablename&quot;:&quot;wiki_revisions&quot;,&quot;eventname&quot;:&quot;edit_accepted&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Patrolled edit to wiki accepted&quot;,&quot;deltaCallback&quot;:null,&quot;delta&quot;:1,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;wiki_area_revisions&quot;,&quot;event&quot;:&quot;edit_accepted&quot;,&quot;totalRep&quot;:9,&quot;timesReceived&quot;:9,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;guide&quot;},&quot;area&quot;:&quot;guide&quot;,&quot;groupname&quot;:&quot;wiki_area_revisions&quot;,&quot;tablename&quot;:&quot;wiki_area_revisions&quot;,&quot;eventname&quot;:&quot;edit_accepted&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Categorization accepted&quot;,&quot;deltaCallback&quot;:null,&quot;delta&quot;:1,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;user_votes&quot;,&quot;event&quot;:&quot;was_voted_down&quot;,&quot;totalRep&quot;:-2,&quot;timesReceived&quot;:1,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;answers&quot;},&quot;area&quot;:&quot;answers&quot;,&quot;groupname&quot;:&quot;votes&quot;,&quot;tablename&quot;:&quot;user_votes&quot;,&quot;eventname&quot;:&quot;was_voted_down&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Post was voted down&quot;,&quot;deltaCallback&quot;:null,&quot;delta&quot;:-2,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;user_votes&quot;,&quot;event&quot;:&quot;vote_someone_down&quot;,&quot;totalRep&quot;:-36,&quot;timesReceived&quot;:18,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;answers&quot;},&quot;area&quot;:&quot;answers&quot;,&quot;groupname&quot;:&quot;votes&quot;,&quot;tablename&quot;:&quot;user_votes&quot;,&quot;eventname&quot;:&quot;vote_someone_down&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Voted down a post&quot;,&quot;deltaCallback&quot;:null,&quot;delta&quot;:-2,&quot;ratelimits&quot;:[{&quot;callback&quot;:&quot;limit_something_by_time&quot;,&quot;limit&quot;:5,&quot;length&quot;:&quot;CACHE_DAY&quot;,&quot;key&quot;:&quot;vote_timelimit_&quot;,&quot;message&quot;:&quot;&lt;span id=\&quot;downvote-ratelimit\&quot;&gt;You have run out of downvotes for the day. You only get 5 downvotes per day.&lt;\/span&gt;&quot;},{&quot;callback&quot;:&quot;limit_something_by_reputation&quot;,&quot;limit&quot;:200,&quot;message&quot;:&quot;&lt;span id=\&quot;not-enough-rep-to-downvote\&quot;&gt;You need more &lt;a href=\&quot;\/Wiki\/How_To_Answers\&quot; target=\&quot;_blank\&quot;&gt;reputation&lt;\/a&gt; points to vote someone down.&lt;\/span&gt;&quot;}]}}],&quot;badges&quot;:[{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:70,&quot;name&quot;:&quot;Ace Of Answers&quot;,&quot;description&quot;:&quot;Hit the daily reputation limit for Answers&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeAnswers&quot;,&quot;classname&quot;:&quot;AceOfAnswers&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:10745,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:25},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/ace-of-answers.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;25&quot;,&quot;translated-description&quot;:&quot;Hit the daily reputation limit for Answers&quot;,&quot;translated-name&quot;:&quot;Ace Of Answers&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:9,&quot;name&quot;:&quot;Archivist&quot;,&quot;description&quot;:&quot;Your answer to a question more than 60 days old is accepted&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeAnswers&quot;,&quot;classname&quot;:&quot;Archivist&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:2074,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:4},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/archivist.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;4&quot;,&quot;translated-description&quot;:&quot;Your answer to a question more than 60 days old is accepted&quot;,&quot;translated-name&quot;:&quot;Archivist&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:50,&quot;name&quot;:&quot;Artisan&quot;,&quot;description&quot;:&quot;One hundred people successfully fixed things using guides you helped write&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Artisan&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:385,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/artisan.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;One hundred people successfully fixed things using guides you helped write&quot;,&quot;translated-name&quot;:&quot;Artisan&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:66,&quot;name&quot;:&quot;Captain Planet&quot;,&quot;description&quot;:&quot;Ask, answer, and vote on Answers, make a guide, create a device page, and patrol an edit&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeGeneral&quot;,&quot;classname&quot;:&quot;CaptainPlanet&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:71,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/captain-planet.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Ask, answer, and vote on Answers, make a guide, create a device page, and patrol an edit&quot;,&quot;translated-name&quot;:&quot;Captain Planet&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:45,&quot;name&quot;:&quot;Developer&quot;,&quot;description&quot;:&quot;Improve a guide that hasn&#039;t been updated in six months&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Developer&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:46989,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:9},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/devleoper.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;9&quot;,&quot;translated-description&quot;:&quot;Improve a guide that hasn&#039;t been updated in six months&quot;,&quot;translated-name&quot;:&quot;Developer&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:42,&quot;name&quot;:&quot;Fellow&quot;,&quot;description&quot;:&quot;Make edits to ten guides or teardowns&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Fellow&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:311,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/fellow.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Make edits to ten guides or teardowns&quot;,&quot;translated-name&quot;:&quot;Fellow&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:35,&quot;name&quot;:&quot;Foundation&quot;,&quot;description&quot;:&quot;Start a guide that is used as a prerequisite by five other guides&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Foundation&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:8524,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:22},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/foundation.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;22&quot;,&quot;translated-description&quot;:&quot;Start a guide that is used as a prerequisite by five other guides&quot;,&quot;translated-name&quot;:&quot;Foundation&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:39,&quot;name&quot;:&quot;Founding Father&quot;,&quot;description&quot;:&quot;Create a guide that gets ten thousand views&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;FoundingFather&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:8182,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:8},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/founding-father.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;8&quot;,&quot;translated-description&quot;:&quot;Create a guide that gets ten thousand views&quot;,&quot;translated-name&quot;:&quot;Founding Father&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:23,&quot;name&quot;:&quot;Great Answer&quot;,&quot;description&quot;:&quot;Write an answer that earns a score of ten&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeAnswers&quot;,&quot;classname&quot;:&quot;GreatAnswer&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:2619,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/great-answer.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Write an answer that earns a score of ten&quot;,&quot;translated-name&quot;:&quot;Great Answer&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:71,&quot;name&quot;:&quot;Master Of Manuals&quot;,&quot;description&quot;:&quot;Hit the daily reputation limit for repair guides&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;MasterOfManuals&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:22996,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:18},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/master-of-manuals.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;18&quot;,&quot;translated-description&quot;:&quot;Hit the daily reputation limit for repair guides&quot;,&quot;translated-name&quot;:&quot;Master Of Manuals&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:61,&quot;name&quot;:&quot;Master Tinkerer&quot;,&quot;description&quot;:&quot;Successfully complete ten guides&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;MasterTinkerer&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:3692,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/master-tinkerer.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Successfully complete ten guides&quot;,&quot;translated-name&quot;:&quot;Master Tinkerer&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:17,&quot;name&quot;:&quot;Redeye&quot;,&quot;description&quot;:&quot;Active every hour of the day&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeGeneral&quot;,&quot;classname&quot;:&quot;Redeye&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:1237,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/red-eye.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Active every hour of the day&quot;,&quot;translated-name&quot;:&quot;Redeye&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:77,&quot;name&quot;:&quot;Scribe&quot;,&quot;description&quot;:&quot;Translate 10 or more guides&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Scribe&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:9061,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:5},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/scribe.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;5&quot;,&quot;translated-description&quot;:&quot;Translate 10 or more guides&quot;,&quot;translated-name&quot;:&quot;Scribe&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:54,&quot;name&quot;:&quot;Service Manager&quot;,&quot;description&quot;:&quot;Create ten guides with at least fifty views&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;ServiceManager&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:962,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/service-manager.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Create ten guides with at least fifty views&quot;,&quot;translated-name&quot;:&quot;Service Manager&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:44,&quot;name&quot;:&quot;Shaper&quot;,&quot;description&quot;:&quot;Twenty edits to ten guides or teardowns&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Shaper&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:162,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/shaper.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Twenty edits to ten guides or teardowns&quot;,&quot;translated-name&quot;:&quot;Shaper&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:62,&quot;name&quot;:&quot;Apprentice Technician&quot;,&quot;description&quot;:&quot;Fix three things using guides&quot;,&quot;type&quot;:&quot;silver&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;ApprenticeTechnician&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:24076,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/apprentice-technician.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/silver-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Fix three things using guides&quot;,&quot;translated-name&quot;:&quot;Apprentice Technician&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:25,&quot;name&quot;:&quot;Cheerleader&quot;,&quot;description&quot;:&quot;Upvote fifty people on Answers&quot;,&quot;type&quot;:&quot;silver&quot;,&quot;category&quot;:&quot;badgeAnswers&quot;,&quot;classname&quot;:&quot;Cheerleader&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:219,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/cheerleader.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/silver-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Upvote fifty people on Answers&quot;,&quot;translated-name&quot;:&quot;Cheerleader&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:43,&quot;name&quot;:&quot;Correspondent&quot;,&quot;description&quot;:&quot;Make edits to five different guides&quot;,&quot;type&quot;:&quot;silver&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Correspondent&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:2608,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/correspondent.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/silver-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Make edits to five different guides&quot;,&quot;translated-name&quot;:&quot;Correspondent&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:49,&quot;name&quot;:&quot;Craftsperson&quot;,&quot;description&quot;:&quot;Ten people successfully fixed things using guides you helped write&quot;,&quot;type&quot;:&quot;silver&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Craftsman&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:4374,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/craftsman.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/silver-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Ten people successfully fixed things using guides you helped write&quot;,&quot;translated-name&quot;:&quot;Craftsperson&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:31,&quot;name&quot;:&quot;Documentarian&quot;,&quot;description&quot;:&quot;Ten device page edits&quot;,&quot;type&quot;:&quot;silver&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Documentarian&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:3202,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/documentarian.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/silver-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Ten device page edits&quot;,&quot;translated-name&quot;:&quot;Documentarian&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:55,&quot;name&quot;:&quot;Firestarter&quot;,&quot;description&quot;:&quot;Approve an edit to a guide you started&quot;,&quot;type&quot;:&quot;silver&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Firestarter&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:407,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/fire-starter.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/silver-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Approve an edit to a guide you started&quot;,&quot;translated-name&quot;:&quot;Firestarter&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:20,&quot;name&quot;:&quot;Good Answer&quot;,&quot;description&quot;:&quot;Write an answer that earns a score of five&quot;,&quot;type&quot;:&quot;silver&quot;,&quot;category&quot;:&quot;badgeAnswers&quot;,&quot;classname&quot;:&quot;GoodAnswer&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:10504,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:31},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/good-answer.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/silver-badge.svg&quot;,&quot;counter&quot;:&quot;31&quot;,&quot;translated-description&quot;:&quot;Write an answer that earns a score of five&quot;,&quot;translated-name&quot;:&quot;Good Answer&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:18,&quot;name&quot;:&quot;Grammarian&quot;,&quot;description&quot;:&quot;Make five improvements to Answers&quot;,&quot;type&quot;:&quot;silver&quot;,&quot;category&quot;:&quot;badgeAnswers&quot;,&quot;classname&quot;:&quot;Grammarian&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:300,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/grammarian.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/silver-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Make five improvements to Answers&quot;,&quot;translated-name&quot;:&quot;Grammarian&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:38,&quot;name&quot;:&quot;Kickstarter&quot;,&quot;description&quot;:&quot;Start a guide that gets five thousand views&quot;,&quot;type&quot;:&quot;silver&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Kickstarter&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:11867,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:12},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/kickstarter.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/silver-badge.svg&quot;,&quot;counter&quot;:&quot;12&quot;,&quot;translated-description&quot;:&quot;Start a guide that gets five thousand views&quot;,&quot;translated-name&quot;:&quot;Kickstarter&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:19,&quot;name&quot;:&quot;Model Citizen&quot;,&quot;description&quot;:&quot;Vote fifty times&quot;,&quot;type&quot;:&quot;silver&quot;,&quot;category&quot;:&quot;badgeAnswers&quot;,&quot;classname&quot;:&quot;ModelCitizen&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:228,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/model-citizen.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/silver-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Vote fifty times&quot;,&quot;translated-name&quot;:&quot;Model Citizen&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:12,&quot;name&quot;:&quot;Popular Question&quot;,&quot;description&quot;:&quot;A question you asked was viewed 500 times&quot;,&quot;type&quot;:&quot;silver&quot;,&quot;category&quot;:&quot;badgeAnswers&quot;,&quot;classname&quot;:&quot;PopularQuestion&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:56513,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:4},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/popular-question.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/silver-badge.svg&quot;,&quot;counter&quot;:&quot;4&quot;,&quot;translated-description&quot;:&quot;A question you asked was viewed 500 times&quot;,&quot;translated-name&quot;:&quot;Popular Question&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:53,&quot;name&quot;:&quot;Sensei&quot;,&quot;description&quot;:&quot;Create five guides with at least fifty views&quot;,&quot;type&quot;:&quot;silver&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Pedagogue&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:3122,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/pedagogue.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/silver-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Create five guides with at least fifty views&quot;,&quot;translated-name&quot;:&quot;Sensei&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:26,&quot;name&quot;:&quot;The Fuzz&quot;,&quot;description&quot;:&quot;Flag five posts or comments&quot;,&quot;type&quot;:&quot;silver&quot;,&quot;category&quot;:&quot;badgeAnswers&quot;,&quot;classname&quot;:&quot;TheFuzz&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:1949,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/the-fuzz.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/silver-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Flag five posts or comments&quot;,&quot;translated-name&quot;:&quot;The Fuzz&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:51,&quot;name&quot;:&quot;Author&quot;,&quot;description&quot;:&quot;Publish your first guide&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Author&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:25500,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/author.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Publish your first guide&quot;,&quot;translated-name&quot;:&quot;Author&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:32,&quot;name&quot;:&quot;Autobiographer&quot;,&quot;description&quot;:&quot;Fill out profile and upload avatar&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGeneral&quot;,&quot;classname&quot;:&quot;Autobiographer&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:36477,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/autobiographer.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Fill out profile and upload avatar&quot;,&quot;translated-name&quot;:&quot;Autobiographer&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:41,&quot;name&quot;:&quot;Citizen&quot;,&quot;description&quot;:&quot;First approved edit to a guide or teardown&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Citizen&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:19278,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/citizen.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;First approved edit to a guide or teardown&quot;,&quot;translated-name&quot;:&quot;Citizen&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:56,&quot;name&quot;:&quot;Detective&quot;,&quot;description&quot;:&quot;Patrol first edit&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Watchman&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:14547,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/watchman.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Patrol first edit&quot;,&quot;translated-name&quot;:&quot;Detective&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:7,&quot;name&quot;:&quot;Editor&quot;,&quot;description&quot;:&quot;Make your first edit in Answers&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeAnswers&quot;,&quot;classname&quot;:&quot;Editor&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:2467,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/editor.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Make your first edit in Answers&quot;,&quot;translated-name&quot;:&quot;Editor&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:79,&quot;name&quot;:&quot;Explorer&quot;,&quot;description&quot;:&quot;First translation of a guide into any language&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Explorer&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:25564,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:31},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/explorer.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;31&quot;,&quot;translated-description&quot;:&quot;First translation of a guide into any language&quot;,&quot;translated-name&quot;:&quot;Explorer&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:47,&quot;name&quot;:&quot;Fixer&quot;,&quot;description&quot;:&quot;Someone fixed something using your guide&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Fixer&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:13461,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/fixer.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Someone fixed something using your guide&quot;,&quot;translated-name&quot;:&quot;Fixer&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:29,&quot;name&quot;:&quot;Gadgeteer&quot;,&quot;description&quot;:&quot;Start your first device page&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Gadgeteer&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:10972,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gadgeteer.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Start your first device page&quot;,&quot;translated-name&quot;:&quot;Gadgeteer&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:37,&quot;name&quot;:&quot;Initiator&quot;,&quot;description&quot;:&quot;Start a guide that gets one hundred views&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Initiator&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:42971,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:46},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/initiator.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;46&quot;,&quot;translated-description&quot;:&quot;Start a guide that gets one hundred views&quot;,&quot;translated-name&quot;:&quot;Initiator&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:27,&quot;name&quot;:&quot;John Madden&quot;,&quot;description&quot;:&quot;Leave three comments&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGeneral&quot;,&quot;classname&quot;:&quot;JohnMadden&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:44876,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/john-madden.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Leave three comments&quot;,&quot;translated-name&quot;:&quot;John Madden&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:78,&quot;name&quot;:&quot;Linguist&quot;,&quot;description&quot;:&quot;Translate a guide into another language&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Linguist&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:32293,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:35},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/linguist.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;35&quot;,&quot;translated-description&quot;:&quot;Translate a guide into another language&quot;,&quot;translated-name&quot;:&quot;Linguist&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:13,&quot;name&quot;:&quot;Neighborhood Watch&quot;,&quot;description&quot;:&quot;Flag a post that the community removes&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeAnswers&quot;,&quot;classname&quot;:&quot;NeighborhoodWatch&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:10765,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/neighborhood-watch.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Flag a post that the community removes&quot;,&quot;translated-name&quot;:&quot;Neighborhood Watch&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:5,&quot;name&quot;:&quot;Nice Question&quot;,&quot;description&quot;:&quot;Ask a question that earns a score of three&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeAnswers&quot;,&quot;classname&quot;:&quot;NiceQuestion&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:14865,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:2},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/nice-question.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;2&quot;,&quot;translated-description&quot;:&quot;Ask a question that earns a score of three&quot;,&quot;translated-name&quot;:&quot;Nice Question&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:63,&quot;name&quot;:&quot;Novice Repairer&quot;,&quot;description&quot;:&quot;Fix something using a guide&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;NoviceRepairman&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:251037,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/novice-repairman.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Fix something using a guide&quot;,&quot;translated-name&quot;:&quot;Novice Repairer&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:6,&quot;name&quot;:&quot;Problem Solver&quot;,&quot;description&quot;:&quot;Your first accepted answer&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeAnswers&quot;,&quot;classname&quot;:&quot;ProblemSolver&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:12365,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/problem-solver.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Your first accepted answer&quot;,&quot;translated-name&quot;:&quot;Problem Solver&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:57,&quot;name&quot;:&quot;Quarterback&quot;,&quot;description&quot;:&quot;Patrol ten edits&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Quarterback&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:308,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/quarterback.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Patrol ten edits&quot;,&quot;translated-name&quot;:&quot;Quarterback&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:48,&quot;name&quot;:&quot;Rebuilder&quot;,&quot;description&quot;:&quot;Two people successfully fixed things using guides you helped write&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Rebuilder&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:13872,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/rebuilder.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Two people successfully fixed things using guides you helped write&quot;,&quot;translated-name&quot;:&quot;Rebuilder&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:64,&quot;name&quot;:&quot;Shutterbug&quot;,&quot;description&quot;:&quot;Add the first photo to a step on a guide which you did not start&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Shutterbug&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:8970,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/shutterbug.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Add the first photo to a step on a guide which you did not start&quot;,&quot;translated-name&quot;:&quot;Shutterbug&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:2,&quot;name&quot;:&quot;Student&quot;,&quot;description&quot;:&quot;First upvote on one of your questions&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeAnswers&quot;,&quot;classname&quot;:&quot;Student&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:63902,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/student.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;First upvote on one of your questions&quot;,&quot;translated-name&quot;:&quot;Student&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:16,&quot;name&quot;:&quot;Taxonomist&quot;,&quot;description&quot;:&quot;Recategorize a question&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeAnswers&quot;,&quot;classname&quot;:&quot;Taxonomist&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:2045,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/taxonomist.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Recategorize a question&quot;,&quot;translated-name&quot;:&quot;Taxonomist&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:3,&quot;name&quot;:&quot;Tenderfoot&quot;,&quot;description&quot;:&quot;First upvote on one of your answers&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeAnswers&quot;,&quot;classname&quot;:&quot;Tenderfoot&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:43105,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/tenderfoot.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;First upvote on one of your answers&quot;,&quot;translated-name&quot;:&quot;Tenderfoot&quot;}],&quot;graphData&quot;:[{&quot;date&quot;:1647846000000,&quot;rep&quot;:1},{&quot;date&quot;:1647932400000,&quot;rep&quot;:1},{&quot;date&quot;:1648105200000,&quot;rep&quot;:1},{&quot;date&quot;:1648191600000,&quot;rep&quot;:1},{&quot;date&quot;:1648364400000,&quot;rep&quot;:1},{&quot;date&quot;:1648450800000,&quot;rep&quot;:1},{&quot;date&quot;:1649142000000,&quot;rep&quot;:1},{&quot;date&quot;:1649401200000,&quot;rep&quot;:1},{&quot;date&quot;:1650438000000,&quot;rep&quot;:31},{&quot;date&quot;:1650956400000,&quot;rep&quot;:31},{&quot;date&quot;:1651129200000,&quot;rep&quot;:31},{&quot;date&quot;:1651215600000,&quot;rep&quot;:55},{&quot;date&quot;:1651302000000,&quot;rep&quot;:57},{&quot;date&quot;:1651388400000,&quot;rep&quot;:57},{&quot;date&quot;:1651474800000,&quot;rep&quot;:90},{&quot;date&quot;:1651561200000,&quot;rep&quot;:120},{&quot;date&quot;:1651647600000,&quot;rep&quot;:120},{&quot;date&quot;:1651734000000,&quot;rep&quot;:157},{&quot;date&quot;:1651820400000,&quot;rep&quot;:184},{&quot;date&quot;:1651906800000,&quot;rep&quot;:184},{&quot;date&quot;:1651993200000,&quot;rep&quot;:184},{&quot;date&quot;:1652079600000,&quot;rep&quot;:184},{&quot;date&quot;:1652166000000,&quot;rep&quot;:214},{&quot;date&quot;:1652252400000,&quot;rep&quot;:214},{&quot;date&quot;:1652338800000,&quot;rep&quot;:214},{&quot;date&quot;:1652425200000,&quot;rep&quot;:214},{&quot;date&quot;:1652511600000,&quot;rep&quot;:214},{&quot;date&quot;:1652598000000,&quot;rep&quot;:226},{&quot;date&quot;:1652684400000,&quot;rep&quot;:226},{&quot;date&quot;:1652770800000,&quot;rep&quot;:226},{&quot;date&quot;:1652857200000,&quot;rep&quot;:234},{&quot;date&quot;:1652943600000,&quot;rep&quot;:237},{&quot;date&quot;:1653030000000,&quot;rep&quot;:247},{&quot;date&quot;:1653116400000,&quot;rep&quot;:247},{&quot;date&quot;:1653202800000,&quot;rep&quot;:247},{&quot;date&quot;:1653289200000,&quot;rep&quot;:252},{&quot;date&quot;:1653375600000,&quot;rep&quot;:264},{&quot;date&quot;:1653462000000,&quot;rep&quot;:286},{&quot;date&quot;:1653548400000,&quot;rep&quot;:309},{&quot;date&quot;:1653634800000,&quot;rep&quot;:332},{&quot;date&quot;:1653721200000,&quot;rep&quot;:332},{&quot;date&quot;:1653807600000,&quot;rep&quot;:332},{&quot;date&quot;:1653894000000,&quot;rep&quot;:335},{&quot;date&quot;:1653980400000,&quot;rep&quot;:359},{&quot;date&quot;:1654066800000,&quot;rep&quot;:408},{&quot;date&quot;:1654153200000,&quot;rep&quot;:408},{&quot;date&quot;:1654239600000,&quot;rep&quot;:420},{&quot;date&quot;:1654326000000,&quot;rep&quot;:432},{&quot;date&quot;:1654412400000,&quot;rep&quot;:444},{&quot;date&quot;:1654498800000,&quot;rep&quot;:456},{&quot;date&quot;:1654585200000,&quot;rep&quot;:480},{&quot;date&quot;:1654671600000,&quot;rep&quot;:492},{&quot;date&quot;:1654758000000,&quot;rep&quot;:505},{&quot;date&quot;:1654844400000,&quot;rep&quot;:505},{&quot;date&quot;:1655103600000,&quot;rep&quot;:506},{&quot;date&quot;:1655362800000,&quot;rep&quot;:995},{&quot;date&quot;:1655449200000,&quot;rep&quot;:1007},{&quot;date&quot;:1655708400000,&quot;rep&quot;:1355},{&quot;date&quot;:1655794800000,&quot;rep&quot;:1379},{&quot;date&quot;:1655967600000,&quot;rep&quot;:2917},{&quot;date&quot;:1656054000000,&quot;rep&quot;:2917},{&quot;date&quot;:1656140400000,&quot;rep&quot;:2917},{&quot;date&quot;:1656226800000,&quot;rep&quot;:2971},{&quot;date&quot;:1656313200000,&quot;rep&quot;:2971},{&quot;date&quot;:1656399600000,&quot;rep&quot;:3355},{&quot;date&quot;:1656486000000,&quot;rep&quot;:3355},{&quot;date&quot;:1656572400000,&quot;rep&quot;:3943},{&quot;date&quot;:1656658800000,&quot;rep&quot;:5239},{&quot;date&quot;:1656745200000,&quot;rep&quot;:5323},{&quot;date&quot;:1656831600000,&quot;rep&quot;:5353},{&quot;date&quot;:1656918000000,&quot;rep&quot;:5353},{&quot;date&quot;:1657004400000,&quot;rep&quot;:5353},{&quot;date&quot;:1657090800000,&quot;rep&quot;:5353},{&quot;date&quot;:1657177200000,&quot;rep&quot;:5353},{&quot;date&quot;:1657263600000,&quot;rep&quot;:5395},{&quot;date&quot;:1657350000000,&quot;rep&quot;:5395},{&quot;date&quot;:1657436400000,&quot;rep&quot;:5425},{&quot;date&quot;:1657522800000,&quot;rep&quot;:5469},{&quot;date&quot;:1657609200000,&quot;rep&quot;:5511},{&quot;date&quot;:1657695600000,&quot;rep&quot;:5523},{&quot;date&quot;:1657782000000,&quot;rep&quot;:5523},{&quot;date&quot;:1657868400000,&quot;rep&quot;:5523},{&quot;date&quot;:1657954800000,&quot;rep&quot;:5535},{&quot;date&quot;:1658041200000,&quot;rep&quot;:5535},{&quot;date&quot;:1658127600000,&quot;rep&quot;:5535},{&quot;date&quot;:1658214000000,&quot;rep&quot;:5535},{&quot;date&quot;:1658300400000,&quot;rep&quot;:5541},{&quot;date&quot;:1658386800000,&quot;rep&quot;:5541},{&quot;date&quot;:1658473200000,&quot;rep&quot;:5553},{&quot;date&quot;:1658559600000,&quot;rep&quot;:5565},{&quot;date&quot;:1658646000000,&quot;rep&quot;:5565},{&quot;date&quot;:1658732400000,&quot;rep&quot;:5565},{&quot;date&quot;:1658818800000,&quot;rep&quot;:5607},{&quot;date&quot;:1658905200000,&quot;rep&quot;:5649},{&quot;date&quot;:1658991600000,&quot;rep&quot;:5673},{&quot;date&quot;:1659078000000,&quot;rep&quot;:5697},{&quot;date&quot;:1659164400000,&quot;rep&quot;:5697},{&quot;date&quot;:1659250800000,&quot;rep&quot;:5709},{&quot;date&quot;:1659337200000,&quot;rep&quot;:5778},{&quot;date&quot;:1659423600000,&quot;rep&quot;:5966},{&quot;date&quot;:1659510000000,&quot;rep&quot;:6008},{&quot;date&quot;:1659596400000,&quot;rep&quot;:6008},{&quot;date&quot;:1659682800000,&quot;rep&quot;:6032},{&quot;date&quot;:1659769200000,&quot;rep&quot;:6086},{&quot;date&quot;:1659855600000,&quot;rep&quot;:6116},{&quot;date&quot;:1659942000000,&quot;rep&quot;:6126},{&quot;date&quot;:1660028400000,&quot;rep&quot;:6246},{&quot;date&quot;:1660114800000,&quot;rep&quot;:6258},{&quot;date&quot;:1660201200000,&quot;rep&quot;:6384},{&quot;date&quot;:1660287600000,&quot;rep&quot;:6438},{&quot;date&quot;:1660374000000,&quot;rep&quot;:6462},{&quot;date&quot;:1660460400000,&quot;rep&quot;:6612},{&quot;date&quot;:1660546800000,&quot;rep&quot;:6804},{&quot;date&quot;:1660633200000,&quot;rep&quot;:6828},{&quot;date&quot;:1660719600000,&quot;rep&quot;:7004},{&quot;date&quot;:1660806000000,&quot;rep&quot;:7214},{&quot;date&quot;:1660892400000,&quot;rep&quot;:7352},{&quot;date&quot;:1660978800000,&quot;rep&quot;:7515},{&quot;date&quot;:1661065200000,&quot;rep&quot;:7575},{&quot;date&quot;:1661151600000,&quot;rep&quot;:7791},{&quot;date&quot;:1661238000000,&quot;rep&quot;:8111},{&quot;date&quot;:1661324400000,&quot;rep&quot;:8273},{&quot;date&quot;:1661410800000,&quot;rep&quot;:8629},{&quot;date&quot;:1661497200000,&quot;rep&quot;:8991},{&quot;date&quot;:1661583600000,&quot;rep&quot;:9129},{&quot;date&quot;:1661670000000,&quot;rep&quot;:9329},{&quot;date&quot;:1661756400000,&quot;rep&quot;:9503},{&quot;date&quot;:1661842800000,&quot;rep&quot;:9563},{&quot;date&quot;:1661929200000,&quot;rep&quot;:9749},{&quot;date&quot;:1662015600000,&quot;rep&quot;:10961},{&quot;date&quot;:1662102000000,&quot;rep&quot;:11057},{&quot;date&quot;:1662188400000,&quot;rep&quot;:11057},{&quot;date&quot;:1662274800000,&quot;rep&quot;:11087},{&quot;date&quot;:1662361200000,&quot;rep&quot;:11129},{&quot;date&quot;:1662447600000,&quot;rep&quot;:11249},{&quot;date&quot;:1662534000000,&quot;rep&quot;:11473},{&quot;date&quot;:1662620400000,&quot;rep&quot;:11533},{&quot;date&quot;:1662706800000,&quot;rep&quot;:11575},{&quot;date&quot;:1662793200000,&quot;rep&quot;:11647},{&quot;date&quot;:1662879600000,&quot;rep&quot;:11755},{&quot;date&quot;:1662966000000,&quot;rep&quot;:11793},{&quot;date&quot;:1663052400000,&quot;rep&quot;:11907},{&quot;date&quot;:1663138800000,&quot;rep&quot;:11907},{&quot;date&quot;:1663225200000,&quot;rep&quot;:11943},{&quot;date&quot;:1663311600000,&quot;rep&quot;:12153},{&quot;date&quot;:1663398000000,&quot;rep&quot;:12237},{&quot;date&quot;:1663484400000,&quot;rep&quot;:12271},{&quot;date&quot;:1663570800000,&quot;rep&quot;:12371},{&quot;date&quot;:1663657200000,&quot;rep&quot;:12683},{&quot;date&quot;:1663743600000,&quot;rep&quot;:12809},{&quot;date&quot;:1663830000000,&quot;rep&quot;:12929},{&quot;date&quot;:1663916400000,&quot;rep&quot;:12974},{&quot;date&quot;:1664002800000,&quot;rep&quot;:13094},{&quot;date&quot;:1664089200000,&quot;rep&quot;:13124},{&quot;date&quot;:1664175600000,&quot;rep&quot;:13160},{&quot;date&quot;:1664262000000,&quot;rep&quot;:13280},{&quot;date&quot;:1664348400000,&quot;rep&quot;:13328},{&quot;date&quot;:1664434800000,&quot;rep&quot;:13478},{&quot;date&quot;:1664521200000,&quot;rep&quot;:13526},{&quot;date&quot;:1664607600000,&quot;rep&quot;:13688},{&quot;date&quot;:1664694000000,&quot;rep&quot;:13703},{&quot;date&quot;:1664780400000,&quot;rep&quot;:13770},{&quot;date&quot;:1664866800000,&quot;rep&quot;:13924},{&quot;date&quot;:1664953200000,&quot;rep&quot;:13936},{&quot;date&quot;:1665039600000,&quot;rep&quot;:14092},{&quot;date&quot;:1665126000000,&quot;rep&quot;:14236},{&quot;date&quot;:1665212400000,&quot;rep&quot;:14236},{&quot;date&quot;:1665298800000,&quot;rep&quot;:14272},{&quot;date&quot;:1665385200000,&quot;rep&quot;:14380},{&quot;date&quot;:1665471600000,&quot;rep&quot;:14452},{&quot;date&quot;:1665558000000,&quot;rep&quot;:14554},{&quot;date&quot;:1665644400000,&quot;rep&quot;:14578},{&quot;date&quot;:1665730800000,&quot;rep&quot;:14668},{&quot;date&quot;:1665817200000,&quot;rep&quot;:14782},{&quot;date&quot;:1665903600000,&quot;rep&quot;:14794},{&quot;date&quot;:1665990000000,&quot;rep&quot;:14830},{&quot;date&quot;:1666076400000,&quot;rep&quot;:15076},{&quot;date&quot;:1666162800000,&quot;rep&quot;:15250},{&quot;date&quot;:1666249200000,&quot;rep&quot;:15352},{&quot;date&quot;:1666335600000,&quot;rep&quot;:15426},{&quot;date&quot;:1666422000000,&quot;rep&quot;:15462},{&quot;date&quot;:1666508400000,&quot;rep&quot;:15744},{&quot;date&quot;:1666594800000,&quot;rep&quot;:15912},{&quot;date&quot;:1666681200000,&quot;rep&quot;:15972},{&quot;date&quot;:1666767600000,&quot;rep&quot;:16202},{&quot;date&quot;:1666854000000,&quot;rep&quot;:16388},{&quot;date&quot;:1666940400000,&quot;rep&quot;:16484},{&quot;date&quot;:1667026800000,&quot;rep&quot;:16574},{&quot;date&quot;:1667113200000,&quot;rep&quot;:16628},{&quot;date&quot;:1667199600000,&quot;rep&quot;:16748},{&quot;date&quot;:1667286000000,&quot;rep&quot;:16862},{&quot;date&quot;:1667372400000,&quot;rep&quot;:17000},{&quot;date&quot;:1667458800000,&quot;rep&quot;:17210},{&quot;date&quot;:1667545200000,&quot;rep&quot;:17294},{&quot;date&quot;:1667631600000,&quot;rep&quot;:17426},{&quot;date&quot;:1667718000000,&quot;rep&quot;:17522},{&quot;date&quot;:1667804400000,&quot;rep&quot;:17598},{&quot;date&quot;:1667890800000,&quot;rep&quot;:17622},{&quot;date&quot;:1667977200000,&quot;rep&quot;:17670},{&quot;date&quot;:1668063600000,&quot;rep&quot;:17772},{&quot;date&quot;:1668150000000,&quot;rep&quot;:17802},{&quot;date&quot;:1668236400000,&quot;rep&quot;:17838},{&quot;date&quot;:1668322800000,&quot;rep&quot;:17904},{&quot;date&quot;:1668409200000,&quot;rep&quot;:18036},{&quot;date&quot;:1668495600000,&quot;rep&quot;:18072},{&quot;date&quot;:1668582000000,&quot;rep&quot;:18270},{&quot;date&quot;:1668668400000,&quot;rep&quot;:18346},{&quot;date&quot;:1668754800000,&quot;rep&quot;:18436},{&quot;date&quot;:1668841200000,&quot;rep&quot;:18472},{&quot;date&quot;:1668927600000,&quot;rep&quot;:18538},{&quot;date&quot;:1669014000000,&quot;rep&quot;:18742},{&quot;date&quot;:1669100400000,&quot;rep&quot;:18850},{&quot;date&quot;:1669186800000,&quot;rep&quot;:18976},{&quot;date&quot;:1669273200000,&quot;rep&quot;:19054},{&quot;date&quot;:1669359600000,&quot;rep&quot;:19066},{&quot;date&quot;:1669446000000,&quot;rep&quot;:19090},{&quot;date&quot;:1669532400000,&quot;rep&quot;:19090},{&quot;date&quot;:1669618800000,&quot;rep&quot;:19092},{&quot;date&quot;:1669705200000,&quot;rep&quot;:19182},{&quot;date&quot;:1669791600000,&quot;rep&quot;:19442},{&quot;date&quot;:1669878000000,&quot;rep&quot;:19520},{&quot;date&quot;:1669964400000,&quot;rep&quot;:19616},{&quot;date&quot;:1670050800000,&quot;rep&quot;:19700},{&quot;date&quot;:1670137200000,&quot;rep&quot;:19791},{&quot;date&quot;:1670223600000,&quot;rep&quot;:19881},{&quot;date&quot;:1670310000000,&quot;rep&quot;:19980},{&quot;date&quot;:1670396400000,&quot;rep&quot;:20022},{&quot;date&quot;:1670482800000,&quot;rep&quot;:20148},{&quot;date&quot;:1670569200000,&quot;rep&quot;:20172},{&quot;date&quot;:1670655600000,&quot;rep&quot;:20184},{&quot;date&quot;:1670742000000,&quot;rep&quot;:20274},{&quot;date&quot;:1670828400000,&quot;rep&quot;:20364},{&quot;date&quot;:1670914800000,&quot;rep&quot;:20454},{&quot;date&quot;:1671001200000,&quot;rep&quot;:20544},{&quot;date&quot;:1671087600000,&quot;rep&quot;:20598},{&quot;date&quot;:1671174000000,&quot;rep&quot;:20718},{&quot;date&quot;:1671260400000,&quot;rep&quot;:20718},{&quot;date&quot;:1671346800000,&quot;rep&quot;:20742},{&quot;date&quot;:1671433200000,&quot;rep&quot;:20854},{&quot;date&quot;:1671519600000,&quot;rep&quot;:20932},{&quot;date&quot;:1671606000000,&quot;rep&quot;:20986},{&quot;date&quot;:1671692400000,&quot;rep&quot;:21050},{&quot;date&quot;:1671778800000,&quot;rep&quot;:21051},{&quot;date&quot;:1671865200000,&quot;rep&quot;:21047},{&quot;date&quot;:1671951600000,&quot;rep&quot;:21089},{&quot;date&quot;:1672038000000,&quot;rep&quot;:21311},{&quot;date&quot;:1672124400000,&quot;rep&quot;:21323},{&quot;date&quot;:1672210800000,&quot;rep&quot;:21335},{&quot;date&quot;:1672383600000,&quot;rep&quot;:21419},{&quot;date&quot;:1672470000000,&quot;rep&quot;:21449},{&quot;date&quot;:1672556400000,&quot;rep&quot;:21449},{&quot;date&quot;:1672642800000,&quot;rep&quot;:21533},{&quot;date&quot;:1672729200000,&quot;rep&quot;:21657},{&quot;date&quot;:1672815600000,&quot;rep&quot;:21687},{&quot;date&quot;:1672902000000,&quot;rep&quot;:21763},{&quot;date&quot;:1672988400000,&quot;rep&quot;:21793},{&quot;date&quot;:1673074800000,&quot;rep&quot;:21845},{&quot;date&quot;:1673161200000,&quot;rep&quot;:21953},{&quot;date&quot;:1673247600000,&quot;rep&quot;:22133},{&quot;date&quot;:1673334000000,&quot;rep&quot;:22337},{&quot;date&quot;:1673420400000,&quot;rep&quot;:22421},{&quot;date&quot;:1673506800000,&quot;rep&quot;:22524},{&quot;date&quot;:1673593200000,&quot;rep&quot;:22656},{&quot;date&quot;:1673679600000,&quot;rep&quot;:22698},{&quot;date&quot;:1673766000000,&quot;rep&quot;:22758},{&quot;date&quot;:1673852400000,&quot;rep&quot;:22842},{&quot;date&quot;:1673938800000,&quot;rep&quot;:22990},{&quot;date&quot;:1674025200000,&quot;rep&quot;:23092},{&quot;date&quot;:1674111600000,&quot;rep&quot;:23206},{&quot;date&quot;:1674198000000,&quot;rep&quot;:23242},{&quot;date&quot;:1674284400000,&quot;rep&quot;:23242},{&quot;date&quot;:1674370800000,&quot;rep&quot;:23365},{&quot;date&quot;:1674457200000,&quot;rep&quot;:23497},{&quot;date&quot;:1674543600000,&quot;rep&quot;:23557},{&quot;date&quot;:1674630000000,&quot;rep&quot;:23677},{&quot;date&quot;:1674716400000,&quot;rep&quot;:23737},{&quot;date&quot;:1674802800000,&quot;rep&quot;:23857},{&quot;date&quot;:1674889200000,&quot;rep&quot;:23881},{&quot;date&quot;:1674975600000,&quot;rep&quot;:23893},{&quot;date&quot;:1675062000000,&quot;rep&quot;:23977},{&quot;date&quot;:1675148400000,&quot;rep&quot;:24113},{&quot;date&quot;:1675234800000,&quot;rep&quot;:24149},{&quot;date&quot;:1675321200000,&quot;rep&quot;:24239},{&quot;date&quot;:1675407600000,&quot;rep&quot;:24323},{&quot;date&quot;:1675494000000,&quot;rep&quot;:24425},{&quot;date&quot;:1675580400000,&quot;rep&quot;:24461},{&quot;date&quot;:1675666800000,&quot;rep&quot;:24527},{&quot;date&quot;:1675753200000,&quot;rep&quot;:24581},{&quot;date&quot;:1675839600000,&quot;rep&quot;:24641},{&quot;date&quot;:1675926000000,&quot;rep&quot;:24755},{&quot;date&quot;:1676012400000,&quot;rep&quot;:24809},{&quot;date&quot;:1676098800000,&quot;rep&quot;:25009},{&quot;date&quot;:1676185200000,&quot;rep&quot;:25105},{&quot;date&quot;:1676271600000,&quot;rep&quot;:25237},{&quot;date&quot;:1676358000000,&quot;rep&quot;:25252},{&quot;date&quot;:1676444400000,&quot;rep&quot;:25396},{&quot;date&quot;:1676530800000,&quot;rep&quot;:25432},{&quot;date&quot;:1676617200000,&quot;rep&quot;:25552},{&quot;date&quot;:1676703600000,&quot;rep&quot;:25618},{&quot;date&quot;:1676790000000,&quot;rep&quot;:25678},{&quot;date&quot;:1676876400000,&quot;rep&quot;:25792},{&quot;date&quot;:1676962800000,&quot;rep&quot;:25906},{&quot;date&quot;:1677049200000,&quot;rep&quot;:26068},{&quot;date&quot;:1677135600000,&quot;rep&quot;:26164},{&quot;date&quot;:1677222000000,&quot;rep&quot;:26302},{&quot;date&quot;:1677308400000,&quot;rep&quot;:26314},{&quot;date&quot;:1677481200000,&quot;rep&quot;:26368},{&quot;date&quot;:1677567600000,&quot;rep&quot;:26368},{&quot;date&quot;:1677654000000,&quot;rep&quot;:26422},{&quot;date&quot;:1677740400000,&quot;rep&quot;:26500},{&quot;date&quot;:1677826800000,&quot;rep&quot;:26536},{&quot;date&quot;:1677913200000,&quot;rep&quot;:26773},{&quot;date&quot;:1677999600000,&quot;rep&quot;:26809},{&quot;date&quot;:1678086000000,&quot;rep&quot;:26875},{&quot;date&quot;:1678172400000,&quot;rep&quot;:26923},{&quot;date&quot;:1678258800000,&quot;rep&quot;:27043},{&quot;date&quot;:1678345200000,&quot;rep&quot;:27079},{&quot;date&quot;:1678431600000,&quot;rep&quot;:27103},{&quot;date&quot;:1678518000000,&quot;rep&quot;:27103},{&quot;date&quot;:1678604400000,&quot;rep&quot;:27154},{&quot;date&quot;:1678690800000,&quot;rep&quot;:27202},{&quot;date&quot;:1678777200000,&quot;rep&quot;:27262},{&quot;date&quot;:1678863600000,&quot;rep&quot;:27340},{&quot;date&quot;:1678950000000,&quot;rep&quot;:27394},{&quot;date&quot;:1679036400000,&quot;rep&quot;:27460},{&quot;date&quot;:1679122800000,&quot;rep&quot;:27508},{&quot;date&quot;:1679209200000,&quot;rep&quot;:27532},{&quot;date&quot;:1679295600000,&quot;rep&quot;:27568},{&quot;date&quot;:1679382000000,&quot;rep&quot;:27619},{&quot;date&quot;:1679468400000,&quot;rep&quot;:27703},{&quot;date&quot;:1679554800000,&quot;rep&quot;:27763},{&quot;date&quot;:1679641200000,&quot;rep&quot;:27787},{&quot;date&quot;:1679727600000,&quot;rep&quot;:27853},{&quot;date&quot;:1679814000000,&quot;rep&quot;:27877},{&quot;date&quot;:1679900400000,&quot;rep&quot;:27913},{&quot;date&quot;:1679986800000,&quot;rep&quot;:28039},{&quot;date&quot;:1680073200000,&quot;rep&quot;:28039},{&quot;date&quot;:1680159600000,&quot;rep&quot;:28201},{&quot;date&quot;:1680246000000,&quot;rep&quot;:28213},{&quot;date&quot;:1680332400000,&quot;rep&quot;:28225},{&quot;date&quot;:1680418800000,&quot;rep&quot;:28249},{&quot;date&quot;:1680505200000,&quot;rep&quot;:28333},{&quot;date&quot;:1680591600000,&quot;rep&quot;:28570},{&quot;date&quot;:1680678000000,&quot;rep&quot;:28753},{&quot;date&quot;:1680764400000,&quot;rep&quot;:28813},{&quot;date&quot;:1680850800000,&quot;rep&quot;:28901},{&quot;date&quot;:1680937200000,&quot;rep&quot;:28923},{&quot;date&quot;:1681023600000,&quot;rep&quot;:29085},{&quot;date&quot;:1681110000000,&quot;rep&quot;:29199},{&quot;date&quot;:1681196400000,&quot;rep&quot;:29439},{&quot;date&quot;:1681282800000,&quot;rep&quot;:29637},{&quot;date&quot;:1681369200000,&quot;rep&quot;:29745},{&quot;date&quot;:1681455600000,&quot;rep&quot;:29769},{&quot;date&quot;:1681542000000,&quot;rep&quot;:29817},{&quot;date&quot;:1681628400000,&quot;rep&quot;:29877},{&quot;date&quot;:1681714800000,&quot;rep&quot;:29997},{&quot;date&quot;:1681801200000,&quot;rep&quot;:30165},{&quot;date&quot;:1681887600000,&quot;rep&quot;:30267},{&quot;date&quot;:1681974000000,&quot;rep&quot;:30403},{&quot;date&quot;:1682060400000,&quot;rep&quot;:30525},{&quot;date&quot;:1682146800000,&quot;rep&quot;:30573},{&quot;date&quot;:1682233200000,&quot;rep&quot;:30597},{&quot;date&quot;:1682319600000,&quot;rep&quot;:30711},{&quot;date&quot;:1682406000000,&quot;rep&quot;:30861},{&quot;date&quot;:1682492400000,&quot;rep&quot;:30999},{&quot;date&quot;:1682578800000,&quot;rep&quot;:31053},{&quot;date&quot;:1682665200000,&quot;rep&quot;:31065},{&quot;date&quot;:1682751600000,&quot;rep&quot;:31119},{&quot;date&quot;:1682838000000,&quot;rep&quot;:31185},{&quot;date&quot;:1682924400000,&quot;rep&quot;:31305},{&quot;date&quot;:1683010800000,&quot;rep&quot;:31497},{&quot;date&quot;:1683097200000,&quot;rep&quot;:31697},{&quot;date&quot;:1683183600000,&quot;rep&quot;:31733},{&quot;date&quot;:1683270000000,&quot;rep&quot;:31889},{&quot;date&quot;:1683356400000,&quot;rep&quot;:31925},{&quot;date&quot;:1683529200000,&quot;rep&quot;:31937},{&quot;date&quot;:1683615600000,&quot;rep&quot;:32164},{&quot;date&quot;:1683702000000,&quot;rep&quot;:32212},{&quot;date&quot;:1683788400000,&quot;rep&quot;:32302},{&quot;date&quot;:1683874800000,&quot;rep&quot;:32428},{&quot;date&quot;:1683961200000,&quot;rep&quot;:32482},{&quot;date&quot;:1684047600000,&quot;rep&quot;:32518},{&quot;date&quot;:1684134000000,&quot;rep&quot;:32542},{&quot;date&quot;:1684220400000,&quot;rep&quot;:32590},{&quot;date&quot;:1684306800000,&quot;rep&quot;:32786},{&quot;date&quot;:1684393200000,&quot;rep&quot;:32834},{&quot;date&quot;:1684479600000,&quot;rep&quot;:32966},{&quot;date&quot;:1684566000000,&quot;rep&quot;:33086},{&quot;date&quot;:1684652400000,&quot;rep&quot;:33098},{&quot;date&quot;:1684738800000,&quot;rep&quot;:33205},{&quot;date&quot;:1684825200000,&quot;rep&quot;:33325},{&quot;date&quot;:1684911600000,&quot;rep&quot;:33337},{&quot;date&quot;:1684998000000,&quot;rep&quot;:33487},{&quot;date&quot;:1685084400000,&quot;rep&quot;:33523},{&quot;date&quot;:1685170800000,&quot;rep&quot;:33577},{&quot;date&quot;:1685257200000,&quot;rep&quot;:33631},{&quot;date&quot;:1685343600000,&quot;rep&quot;:33685},{&quot;date&quot;:1685430000000,&quot;rep&quot;:33849},{&quot;date&quot;:1685516400000,&quot;rep&quot;:33987},{&quot;date&quot;:1685602800000,&quot;rep&quot;:34089},{&quot;date&quot;:1685689200000,&quot;rep&quot;:34125},{&quot;date&quot;:1685775600000,&quot;rep&quot;:34125},{&quot;date&quot;:1685862000000,&quot;rep&quot;:34197},{&quot;date&quot;:1685948400000,&quot;rep&quot;:34251},{&quot;date&quot;:1686034800000,&quot;rep&quot;:34287},{&quot;date&quot;:1686121200000,&quot;rep&quot;:34333},{&quot;date&quot;:1686207600000,&quot;rep&quot;:34366},{&quot;date&quot;:1686294000000,&quot;rep&quot;:34366},{&quot;date&quot;:1686380400000,&quot;rep&quot;:34465},{&quot;date&quot;:1686466800000,&quot;rep&quot;:34465},{&quot;date&quot;:1686553200000,&quot;rep&quot;:34466},{&quot;date&quot;:1686639600000,&quot;rep&quot;:34550},{&quot;date&quot;:1686726000000,&quot;rep&quot;:34586},{&quot;date&quot;:1686812400000,&quot;rep&quot;:34646},{&quot;date&quot;:1686898800000,&quot;rep&quot;:34712},{&quot;date&quot;:1686985200000,&quot;rep&quot;:34820},{&quot;date&quot;:1687071600000,&quot;rep&quot;:34856},{&quot;date&quot;:1687158000000,&quot;rep&quot;:34922},{&quot;date&quot;:1687244400000,&quot;rep&quot;:35018},{&quot;date&quot;:1687330800000,&quot;rep&quot;:35066},{&quot;date&quot;:1687417200000,&quot;rep&quot;:35108},{&quot;date&quot;:1687503600000,&quot;rep&quot;:35308},{&quot;date&quot;:1687590000000,&quot;rep&quot;:35320},{&quot;date&quot;:1687676400000,&quot;rep&quot;:35320},{&quot;date&quot;:1687762800000,&quot;rep&quot;:35422},{&quot;date&quot;:1687849200000,&quot;rep&quot;:35530},{&quot;date&quot;:1687935600000,&quot;rep&quot;:35620},{&quot;date&quot;:1688022000000,&quot;rep&quot;:35644},{&quot;date&quot;:1688108400000,&quot;rep&quot;:35699},{&quot;date&quot;:1688194800000,&quot;rep&quot;:35753},{&quot;date&quot;:1688281200000,&quot;rep&quot;:35807},{&quot;date&quot;:1688367600000,&quot;rep&quot;:35831},{&quot;date&quot;:1688454000000,&quot;rep&quot;:35843},{&quot;date&quot;:1688540400000,&quot;rep&quot;:35867},{&quot;date&quot;:1688626800000,&quot;rep&quot;:36179},{&quot;date&quot;:1688713200000,&quot;rep&quot;:36203},{&quot;date&quot;:1688799600000,&quot;rep&quot;:36263},{&quot;date&quot;:1688886000000,&quot;rep&quot;:36359},{&quot;date&quot;:1688972400000,&quot;rep&quot;:36557},{&quot;date&quot;:1689058800000,&quot;rep&quot;:36617},{&quot;date&quot;:1689145200000,&quot;rep&quot;:36674},{&quot;date&quot;:1689231600000,&quot;rep&quot;:36746},{&quot;date&quot;:1689318000000,&quot;rep&quot;:36788},{&quot;date&quot;:1689404400000,&quot;rep&quot;:36830},{&quot;date&quot;:1689490800000,&quot;rep&quot;:36854},{&quot;date&quot;:1689577200000,&quot;rep&quot;:36926},{&quot;date&quot;:1689663600000,&quot;rep&quot;:36990},{&quot;date&quot;:1689750000000,&quot;rep&quot;:37074},{&quot;date&quot;:1689836400000,&quot;rep&quot;:37206},{&quot;date&quot;:1689922800000,&quot;rep&quot;:37275},{&quot;date&quot;:1690009200000,&quot;rep&quot;:37287},{&quot;date&quot;:1690095600000,&quot;rep&quot;:37347},{&quot;date&quot;:1690182000000,&quot;rep&quot;:37377},{&quot;date&quot;:1690268400000,&quot;rep&quot;:37461},{&quot;date&quot;:1690354800000,&quot;rep&quot;:37503},{&quot;date&quot;:1690441200000,&quot;rep&quot;:37578},{&quot;date&quot;:1690527600000,&quot;rep&quot;:37590},{&quot;date&quot;:1690614000000,&quot;rep&quot;:37602},{&quot;date&quot;:1690700400000,&quot;rep&quot;:37602},{&quot;date&quot;:1690786800000,&quot;rep&quot;:37656},{&quot;date&quot;:1690873200000,&quot;rep&quot;:37728},{&quot;date&quot;:1690959600000,&quot;rep&quot;:37776},{&quot;date&quot;:1691046000000,&quot;rep&quot;:37884},{&quot;date&quot;:1691132400000,&quot;rep&quot;:37896},{&quot;date&quot;:1691218800000,&quot;rep&quot;:37989},{&quot;date&quot;:1691305200000,&quot;rep&quot;:37989},{&quot;date&quot;:1691391600000,&quot;rep&quot;:38001},{&quot;date&quot;:1691478000000,&quot;rep&quot;:38013},{&quot;date&quot;:1691564400000,&quot;rep&quot;:38067},{&quot;date&quot;:1691650800000,&quot;rep&quot;:38179},{&quot;date&quot;:1691737200000,&quot;rep&quot;:38203},{&quot;date&quot;:1691823600000,&quot;rep&quot;:38227},{&quot;date&quot;:1691910000000,&quot;rep&quot;:38227},{&quot;date&quot;:1691996400000,&quot;rep&quot;:38281},{&quot;date&quot;:1692082800000,&quot;rep&quot;:38508},{&quot;date&quot;:1692169200000,&quot;rep&quot;:38532},{&quot;date&quot;:1692255600000,&quot;rep&quot;:38598},{&quot;date&quot;:1692342000000,&quot;rep&quot;:38798},{&quot;date&quot;:1692428400000,&quot;rep&quot;:38831},{&quot;date&quot;:1692514800000,&quot;rep&quot;:38897},{&quot;date&quot;:1692601200000,&quot;rep&quot;:39041},{&quot;date&quot;:1692687600000,&quot;rep&quot;:39101},{&quot;date&quot;:1692774000000,&quot;rep&quot;:39197},{&quot;date&quot;:1692860400000,&quot;rep&quot;:39397},{&quot;date&quot;:1692946800000,&quot;rep&quot;:39481},{&quot;date&quot;:1693033200000,&quot;rep&quot;:39681},{&quot;date&quot;:1693119600000,&quot;rep&quot;:39858},{&quot;date&quot;:1693206000000,&quot;rep&quot;:40074},{&quot;date&quot;:1693292400000,&quot;rep&quot;:40170},{&quot;date&quot;:1693378800000,&quot;rep&quot;:40266},{&quot;date&quot;:1693465200000,&quot;rep&quot;:40416},{&quot;date&quot;:1693551600000,&quot;rep&quot;:40548},{&quot;date&quot;:1693638000000,&quot;rep&quot;:40599},{&quot;date&quot;:1693724400000,&quot;rep&quot;:40611},{&quot;date&quot;:1693810800000,&quot;rep&quot;:40623},{&quot;date&quot;:1693897200000,&quot;rep&quot;:40725},{&quot;date&quot;:1693983600000,&quot;rep&quot;:40857},{&quot;date&quot;:1694070000000,&quot;rep&quot;:40965},{&quot;date&quot;:1694156400000,&quot;rep&quot;:41043},{&quot;date&quot;:1694242800000,&quot;rep&quot;:41101},{&quot;date&quot;:1694329200000,&quot;rep&quot;:41185},{&quot;date&quot;:1694415600000,&quot;rep&quot;:41293},{&quot;date&quot;:1694502000000,&quot;rep&quot;:41353},{&quot;date&quot;:1694588400000,&quot;rep&quot;:41443},{&quot;date&quot;:1694674800000,&quot;rep&quot;:41545},{&quot;date&quot;:1694761200000,&quot;rep&quot;:41737},{&quot;date&quot;:1694847600000,&quot;rep&quot;:41773},{&quot;date&quot;:1694934000000,&quot;rep&quot;:41833},{&quot;date&quot;:1695020400000,&quot;rep&quot;:41908},{&quot;date&quot;:1695106800000,&quot;rep&quot;:42010},{&quot;date&quot;:1695193200000,&quot;rep&quot;:42022},{&quot;date&quot;:1695279600000,&quot;rep&quot;:42034},{&quot;date&quot;:1695366000000,&quot;rep&quot;:42136},{&quot;date&quot;:1695452400000,&quot;rep&quot;:42178},{&quot;date&quot;:1695538800000,&quot;rep&quot;:42313},{&quot;date&quot;:1695625200000,&quot;rep&quot;:42493},{&quot;date&quot;:1695711600000,&quot;rep&quot;:42691},{&quot;date&quot;:1695798000000,&quot;rep&quot;:42793},{&quot;date&quot;:1695884400000,&quot;rep&quot;:42963},{&quot;date&quot;:1695970800000,&quot;rep&quot;:43029},{&quot;date&quot;:1696057200000,&quot;rep&quot;:43095},{&quot;date&quot;:1696143600000,&quot;rep&quot;:43125},{&quot;date&quot;:1696230000000,&quot;rep&quot;:43251},{&quot;date&quot;:1696316400000,&quot;rep&quot;:43287},{&quot;date&quot;:1696402800000,&quot;rep&quot;:43389},{&quot;date&quot;:1696489200000,&quot;rep&quot;:43401},{&quot;date&quot;:1696575600000,&quot;rep&quot;:43443},{&quot;date&quot;:1696662000000,&quot;rep&quot;:43473},{&quot;date&quot;:1696748400000,&quot;rep&quot;:43497},{&quot;date&quot;:1696834800000,&quot;rep&quot;:43629},{&quot;date&quot;:1696921200000,&quot;rep&quot;:43653},{&quot;date&quot;:1697007600000,&quot;rep&quot;:43853},{&quot;date&quot;:1697094000000,&quot;rep&quot;:43874},{&quot;date&quot;:1697180400000,&quot;rep&quot;:43886},{&quot;date&quot;:1697353200000,&quot;rep&quot;:43910},{&quot;date&quot;:1697439600000,&quot;rep&quot;:43934},{&quot;date&quot;:1697526000000,&quot;rep&quot;:44096},{&quot;date&quot;:1697612400000,&quot;rep&quot;:44163},{&quot;date&quot;:1697698800000,&quot;rep&quot;:44325},{&quot;date&quot;:1697785200000,&quot;rep&quot;:44439},{&quot;date&quot;:1697871600000,&quot;rep&quot;:44451},{&quot;date&quot;:1697958000000,&quot;rep&quot;:44451},{&quot;date&quot;:1698044400000,&quot;rep&quot;:44481},{&quot;date&quot;:1698130800000,&quot;rep&quot;:44547},{&quot;date&quot;:1698217200000,&quot;rep&quot;:44547},{&quot;date&quot;:1698303600000,&quot;rep&quot;:44568},{&quot;date&quot;:1698390000000,&quot;rep&quot;:44580},{&quot;date&quot;:1698476400000,&quot;rep&quot;:44634},{&quot;date&quot;:1698562800000,&quot;rep&quot;:44688},{&quot;date&quot;:1698649200000,&quot;rep&quot;:44712},{&quot;date&quot;:1698735600000,&quot;rep&quot;:44802},{&quot;date&quot;:1698822000000,&quot;rep&quot;:44856},{&quot;date&quot;:1698908400000,&quot;rep&quot;:44896},{&quot;date&quot;:1698994800000,&quot;rep&quot;:44968},{&quot;date&quot;:1699081200000,&quot;rep&quot;:45148},{&quot;date&quot;:1699167600000,&quot;rep&quot;:45232},{&quot;date&quot;:1699254000000,&quot;rep&quot;:45286},{&quot;date&quot;:1699340400000,&quot;rep&quot;:45486},{&quot;date&quot;:1699426800000,&quot;rep&quot;:45510},{&quot;date&quot;:1699513200000,&quot;rep&quot;:45600},{&quot;date&quot;:1699599600000,&quot;rep&quot;:45630},{&quot;date&quot;:1699686000000,&quot;rep&quot;:45690},{&quot;date&quot;:1699772400000,&quot;rep&quot;:45774},{&quot;date&quot;:1699858800000,&quot;rep&quot;:45840},{&quot;date&quot;:1699945200000,&quot;rep&quot;:45894},{&quot;date&quot;:1700031600000,&quot;rep&quot;:45954},{&quot;date&quot;:1700118000000,&quot;rep&quot;:46080},{&quot;date&quot;:1700204400000,&quot;rep&quot;:46302},{&quot;date&quot;:1700377200000,&quot;rep&quot;:46374},{&quot;date&quot;:1700463600000,&quot;rep&quot;:46416},{&quot;date&quot;:1700550000000,&quot;rep&quot;:46548},{&quot;date&quot;:1700636400000,&quot;rep&quot;:46573},{&quot;date&quot;:1700722800000,&quot;rep&quot;:46615},{&quot;date&quot;:1700809200000,&quot;rep&quot;:46615},{&quot;date&quot;:1700895600000,&quot;rep&quot;:46837},{&quot;date&quot;:1700982000000,&quot;rep&quot;:46849},{&quot;date&quot;:1701068400000,&quot;rep&quot;:46939},{&quot;date&quot;:1701154800000,&quot;rep&quot;:47113},{&quot;date&quot;:1701241200000,&quot;rep&quot;:47317},{&quot;date&quot;:1701327600000,&quot;rep&quot;:47401},{&quot;date&quot;:1701414000000,&quot;rep&quot;:47438},{&quot;date&quot;:1701500400000,&quot;rep&quot;:47438},{&quot;date&quot;:1701586800000,&quot;rep&quot;:47478},{&quot;date&quot;:1701673200000,&quot;rep&quot;:47562},{&quot;date&quot;:1701759600000,&quot;rep&quot;:47670},{&quot;date&quot;:1701846000000,&quot;rep&quot;:47784},{&quot;date&quot;:1701932400000,&quot;rep&quot;:47850},{&quot;date&quot;:1702018800000,&quot;rep&quot;:47898},{&quot;date&quot;:1702105200000,&quot;rep&quot;:47910},{&quot;date&quot;:1702191600000,&quot;rep&quot;:47946},{&quot;date&quot;:1702278000000,&quot;rep&quot;:48006},{&quot;date&quot;:1702364400000,&quot;rep&quot;:48020},{&quot;date&quot;:1702450800000,&quot;rep&quot;:48068},{&quot;date&quot;:1702537200000,&quot;rep&quot;:48144},{&quot;date&quot;:1702623600000,&quot;rep&quot;:48144},{&quot;date&quot;:1702710000000,&quot;rep&quot;:48168},{&quot;date&quot;:1702796400000,&quot;rep&quot;:48246},{&quot;date&quot;:1702882800000,&quot;rep&quot;:48348},{&quot;date&quot;:1702969200000,&quot;rep&quot;:48402},{&quot;date&quot;:1703055600000,&quot;rep&quot;:48426},{&quot;date&quot;:1703142000000,&quot;rep&quot;:48942},{&quot;date&quot;:1703228400000,&quot;rep&quot;:48955},{&quot;date&quot;:1703314800000,&quot;rep&quot;:48967},{&quot;date&quot;:1703401200000,&quot;rep&quot;:48979},{&quot;date&quot;:1703487600000,&quot;rep&quot;:49001},{&quot;date&quot;:1703574000000,&quot;rep&quot;:49013},{&quot;date&quot;:1703660400000,&quot;rep&quot;:49097},{&quot;date&quot;:1703746800000,&quot;rep&quot;:49163},{&quot;date&quot;:1703833200000,&quot;rep&quot;:49277},{&quot;date&quot;:1703919600000,&quot;rep&quot;:49277},{&quot;date&quot;:1704006000000,&quot;rep&quot;:49301},{&quot;date&quot;:1704092400000,&quot;rep&quot;:49301},{&quot;date&quot;:1704178800000,&quot;rep&quot;:49349},{&quot;date&quot;:1704265200000,&quot;rep&quot;:49361},{&quot;date&quot;:1704351600000,&quot;rep&quot;:49361},{&quot;date&quot;:1704438000000,&quot;rep&quot;:49406},{&quot;date&quot;:1704524400000,&quot;rep&quot;:49526},{&quot;date&quot;:1704610800000,&quot;rep&quot;:49562},{&quot;date&quot;:1704697200000,&quot;rep&quot;:49586},{&quot;date&quot;:1704783600000,&quot;rep&quot;:50570},{&quot;date&quot;:1704870000000,&quot;rep&quot;:50606},{&quot;date&quot;:1704956400000,&quot;rep&quot;:50642},{&quot;date&quot;:1705042800000,&quot;rep&quot;:50738},{&quot;date&quot;:1705129200000,&quot;rep&quot;:50738},{&quot;date&quot;:1705215600000,&quot;rep&quot;:50810},{&quot;date&quot;:1705302000000,&quot;rep&quot;:50858},{&quot;date&quot;:1705388400000,&quot;rep&quot;:50972},{&quot;date&quot;:1705474800000,&quot;rep&quot;:51080},{&quot;date&quot;:1705561200000,&quot;rep&quot;:51131},{&quot;date&quot;:1705647600000,&quot;rep&quot;:51155},{&quot;date&quot;:1705734000000,&quot;rep&quot;:51167},{&quot;date&quot;:1705820400000,&quot;rep&quot;:51224},{&quot;date&quot;:1705906800000,&quot;rep&quot;:51542},{&quot;date&quot;:1705993200000,&quot;rep&quot;:51626},{&quot;date&quot;:1706079600000,&quot;rep&quot;:51758},{&quot;date&quot;:1706166000000,&quot;rep&quot;:52142},{&quot;date&quot;:1706252400000,&quot;rep&quot;:52238},{&quot;date&quot;:1706338800000,&quot;rep&quot;:52367},{&quot;date&quot;:1706425200000,&quot;rep&quot;:52439},{&quot;date&quot;:1706511600000,&quot;rep&quot;:52499},{&quot;date&quot;:1706598000000,&quot;rep&quot;:52553},{&quot;date&quot;:1706684400000,&quot;rep&quot;:52583},{&quot;date&quot;:1706770800000,&quot;rep&quot;:52613},{&quot;date&quot;:1706857200000,&quot;rep&quot;:52775},{&quot;date&quot;:1706943600000,&quot;rep&quot;:52823},{&quot;date&quot;:1707030000000,&quot;rep&quot;:53023},{&quot;date&quot;:1707116400000,&quot;rep&quot;:53035},{&quot;date&quot;:1707202800000,&quot;rep&quot;:53113},{&quot;date&quot;:1707289200000,&quot;rep&quot;:53137},{&quot;date&quot;:1707375600000,&quot;rep&quot;:53185},{&quot;date&quot;:1707462000000,&quot;rep&quot;:53269},{&quot;date&quot;:1707548400000,&quot;rep&quot;:53311},{&quot;date&quot;:1707634800000,&quot;rep&quot;:53353},{&quot;date&quot;:1707721200000,&quot;rep&quot;:53443},{&quot;date&quot;:1707807600000,&quot;rep&quot;:53545},{&quot;date&quot;:1707894000000,&quot;rep&quot;:53611},{&quot;date&quot;:1707980400000,&quot;rep&quot;:53749},{&quot;date&quot;:1708066800000,&quot;rep&quot;:53929},{&quot;date&quot;:1708153200000,&quot;rep&quot;:53941},{&quot;date&quot;:1708239600000,&quot;rep&quot;:53999},{&quot;date&quot;:1708326000000,&quot;rep&quot;:54053},{&quot;date&quot;:1708412400000,&quot;rep&quot;:54149},{&quot;date&quot;:1708498800000,&quot;rep&quot;:54185},{&quot;date&quot;:1708585200000,&quot;rep&quot;:54185},{&quot;date&quot;:1708671600000,&quot;rep&quot;:54209},{&quot;date&quot;:1708758000000,&quot;rep&quot;:54239},{&quot;date&quot;:1708844400000,&quot;rep&quot;:54239},{&quot;date&quot;:1708930800000,&quot;rep&quot;:54293},{&quot;date&quot;:1709017200000,&quot;rep&quot;:54503},{&quot;date&quot;:1709103600000,&quot;rep&quot;:54533},{&quot;date&quot;:1709190000000,&quot;rep&quot;:54557},{&quot;date&quot;:1709276400000,&quot;rep&quot;:54649},{&quot;date&quot;:1709362800000,&quot;rep&quot;:54761},{&quot;date&quot;:1709449200000,&quot;rep&quot;:54788},{&quot;date&quot;:1709535600000,&quot;rep&quot;:54872},{&quot;date&quot;:1709622000000,&quot;rep&quot;:54884},{&quot;date&quot;:1709708400000,&quot;rep&quot;:54965},{&quot;date&quot;:1709794800000,&quot;rep&quot;:54995},{&quot;date&quot;:1709881200000,&quot;rep&quot;:54995},{&quot;date&quot;:1709967600000,&quot;rep&quot;:55007},{&quot;date&quot;:1710054000000,&quot;rep&quot;:55007},{&quot;date&quot;:1710140400000,&quot;rep&quot;:55235},{&quot;date&quot;:1710226800000,&quot;rep&quot;:55339},{&quot;date&quot;:1710313200000,&quot;rep&quot;:55411},{&quot;date&quot;:1710399600000,&quot;rep&quot;:55465},{&quot;date&quot;:1710486000000,&quot;rep&quot;:55525},{&quot;date&quot;:1710572400000,&quot;rep&quot;:55537},{&quot;date&quot;:1710658800000,&quot;rep&quot;:55585},{&quot;date&quot;:1710745200000,&quot;rep&quot;:55669},{&quot;date&quot;:1710831600000,&quot;rep&quot;:55777},{&quot;date&quot;:1710918000000,&quot;rep&quot;:55837},{&quot;date&quot;:1711004400000,&quot;rep&quot;:55897},{&quot;date&quot;:1711090800000,&quot;rep&quot;:55921},{&quot;date&quot;:1711263600000,&quot;rep&quot;:55957},{&quot;date&quot;:1711350000000,&quot;rep&quot;:55991},{&quot;date&quot;:1711436400000,&quot;rep&quot;:56075},{&quot;date&quot;:1711522800000,&quot;rep&quot;:56075},{&quot;date&quot;:1711609200000,&quot;rep&quot;:56156},{&quot;date&quot;:1711695600000,&quot;rep&quot;:56204},{&quot;date&quot;:1711782000000,&quot;rep&quot;:56252},{&quot;date&quot;:1711868400000,&quot;rep&quot;:56282},{&quot;date&quot;:1711954800000,&quot;rep&quot;:56366},{&quot;date&quot;:1712041200000,&quot;rep&quot;:56402},{&quot;date&quot;:1712127600000,&quot;rep&quot;:56444},{&quot;date&quot;:1712214000000,&quot;rep&quot;:56510},{&quot;date&quot;:1712300400000,&quot;rep&quot;:56510},{&quot;date&quot;:1712386800000,&quot;rep&quot;:56510},{&quot;date&quot;:1712473200000,&quot;rep&quot;:56588},{&quot;date&quot;:1712559600000,&quot;rep&quot;:56612},{&quot;date&quot;:1712646000000,&quot;rep&quot;:56648},{&quot;date&quot;:1712732400000,&quot;rep&quot;:56732},{&quot;date&quot;:1712818800000,&quot;rep&quot;:56798},{&quot;date&quot;:1712905200000,&quot;rep&quot;:56822},{&quot;date&quot;:1712991600000,&quot;rep&quot;:56834},{&quot;date&quot;:1713078000000,&quot;rep&quot;:56873},{&quot;date&quot;:1713164400000,&quot;rep&quot;:56933},{&quot;date&quot;:1713250800000,&quot;rep&quot;:56981},{&quot;date&quot;:1713337200000,&quot;rep&quot;:57047},{&quot;date&quot;:1713423600000,&quot;rep&quot;:57191},{&quot;date&quot;:1713510000000,&quot;rep&quot;:57233},{&quot;date&quot;:1713596400000,&quot;rep&quot;:57257},{&quot;date&quot;:1713682800000,&quot;rep&quot;:57269},{&quot;date&quot;:1713769200000,&quot;rep&quot;:57305},{&quot;date&quot;:1713855600000,&quot;rep&quot;:57317},{&quot;date&quot;:1713942000000,&quot;rep&quot;:57317},{&quot;date&quot;:1714028400000,&quot;rep&quot;:57344},{&quot;date&quot;:1714114800000,&quot;rep&quot;:57342},{&quot;date&quot;:1714201200000,&quot;rep&quot;:57354},{&quot;date&quot;:1714287600000,&quot;rep&quot;:57354},{&quot;date&quot;:1714374000000,&quot;rep&quot;:57418},{&quot;date&quot;:1714460400000,&quot;rep&quot;:57430},{&quot;date&quot;:1714546800000,&quot;rep&quot;:57481},{&quot;date&quot;:1714633200000,&quot;rep&quot;:57565},{&quot;date&quot;:1714719600000,&quot;rep&quot;:57745},{&quot;date&quot;:1714806000000,&quot;rep&quot;:57769},{&quot;date&quot;:1714892400000,&quot;rep&quot;:57805},{&quot;date&quot;:1714978800000,&quot;rep&quot;:57841},{&quot;date&quot;:1715065200000,&quot;rep&quot;:57871},{&quot;date&quot;:1715151600000,&quot;rep&quot;:57907},{&quot;date&quot;:1715238000000,&quot;rep&quot;:57949},{&quot;date&quot;:1715324400000,&quot;rep&quot;:58027},{&quot;date&quot;:1715410800000,&quot;rep&quot;:58087},{&quot;date&quot;:1715497200000,&quot;rep&quot;:58111},{&quot;date&quot;:1715583600000,&quot;rep&quot;:58151},{&quot;date&quot;:1715670000000,&quot;rep&quot;:58187},{&quot;date&quot;:1715756400000,&quot;rep&quot;:58211},{&quot;date&quot;:1715842800000,&quot;rep&quot;:58418},{&quot;date&quot;:1715929200000,&quot;rep&quot;:58454},{&quot;date&quot;:1716102000000,&quot;rep&quot;:58454},{&quot;date&quot;:1716188400000,&quot;rep&quot;:58466},{&quot;date&quot;:1716274800000,&quot;rep&quot;:58526},{&quot;date&quot;:1716361200000,&quot;rep&quot;:58586},{&quot;date&quot;:1716447600000,&quot;rep&quot;:58598},{&quot;date&quot;:1716620400000,&quot;rep&quot;:58598},{&quot;date&quot;:1716706800000,&quot;rep&quot;:58610},{&quot;date&quot;:1716793200000,&quot;rep&quot;:58677},{&quot;date&quot;:1716879600000,&quot;rep&quot;:58701},{&quot;date&quot;:1716966000000,&quot;rep&quot;:58713},{&quot;date&quot;:1717052400000,&quot;rep&quot;:58785},{&quot;date&quot;:1717138800000,&quot;rep&quot;:58827},{&quot;date&quot;:1717225200000,&quot;rep&quot;:58993},{&quot;date&quot;:1717398000000,&quot;rep&quot;:59035},{&quot;date&quot;:1717484400000,&quot;rep&quot;:59095},{&quot;date&quot;:1717570800000,&quot;rep&quot;:59203},{&quot;date&quot;:1717657200000,&quot;rep&quot;:59215},{&quot;date&quot;:1717743600000,&quot;rep&quot;:59323},{&quot;date&quot;:1717916400000,&quot;rep&quot;:59347},{&quot;date&quot;:1718002800000,&quot;rep&quot;:59359},{&quot;date&quot;:1718089200000,&quot;rep&quot;:59395},{&quot;date&quot;:1718175600000,&quot;rep&quot;:59449},{&quot;date&quot;:1718262000000,&quot;rep&quot;:59545},{&quot;date&quot;:1718348400000,&quot;rep&quot;:59557},{&quot;date&quot;:1718434800000,&quot;rep&quot;:59605},{&quot;date&quot;:1718521200000,&quot;rep&quot;:59617},{&quot;date&quot;:1718607600000,&quot;rep&quot;:59629},{&quot;date&quot;:1718694000000,&quot;rep&quot;:59665},{&quot;date&quot;:1718780400000,&quot;rep&quot;:59695},{&quot;date&quot;:1718866800000,&quot;rep&quot;:59731},{&quot;date&quot;:1718953200000,&quot;rep&quot;:59743},{&quot;date&quot;:1719039600000,&quot;rep&quot;:59791},{&quot;date&quot;:1719212400000,&quot;rep&quot;:59803},{&quot;date&quot;:1719298800000,&quot;rep&quot;:59827},{&quot;date&quot;:1719385200000,&quot;rep&quot;:59881},{&quot;date&quot;:1719471600000,&quot;rep&quot;:60043},{&quot;date&quot;:1719558000000,&quot;rep&quot;:60073},{&quot;date&quot;:1719817200000,&quot;rep&quot;:60097},{&quot;date&quot;:1719903600000,&quot;rep&quot;:60139},{&quot;date&quot;:1719990000000,&quot;rep&quot;:60151},{&quot;date&quot;:1720076400000,&quot;rep&quot;:60163},{&quot;date&quot;:1720249200000,&quot;rep&quot;:60217},{&quot;date&quot;:1720335600000,&quot;rep&quot;:60250},{&quot;date&quot;:1720422000000,&quot;rep&quot;:60250},{&quot;date&quot;:1720508400000,&quot;rep&quot;:60274},{&quot;date&quot;:1720594800000,&quot;rep&quot;:60298},{&quot;date&quot;:1720681200000,&quot;rep&quot;:60383},{&quot;date&quot;:1720767600000,&quot;rep&quot;:60410},{&quot;date&quot;:1720854000000,&quot;rep&quot;:60434},{&quot;date&quot;:1720940400000,&quot;rep&quot;:60434},{&quot;date&quot;:1721026800000,&quot;rep&quot;:60458},{&quot;date&quot;:1721113200000,&quot;rep&quot;:60570},{&quot;date&quot;:1721199600000,&quot;rep&quot;:60666},{&quot;date&quot;:1721286000000,&quot;rep&quot;:60690},{&quot;date&quot;:1721372400000,&quot;rep&quot;:60850},{&quot;date&quot;:1721458800000,&quot;rep&quot;:60874},{&quot;date&quot;:1721545200000,&quot;rep&quot;:60946},{&quot;date&quot;:1721631600000,&quot;rep&quot;:61006},{&quot;date&quot;:1721718000000,&quot;rep&quot;:61156},{&quot;date&quot;:1721804400000,&quot;rep&quot;:61198},{&quot;date&quot;:1721890800000,&quot;rep&quot;:61316},{&quot;date&quot;:1721977200000,&quot;rep&quot;:61328},{&quot;date&quot;:1722063600000,&quot;rep&quot;:61352},{&quot;date&quot;:1722150000000,&quot;rep&quot;:61364},{&quot;date&quot;:1722236400000,&quot;rep&quot;:61376},{&quot;date&quot;:1722322800000,&quot;rep&quot;:61478},{&quot;date&quot;:1722409200000,&quot;rep&quot;:61478},{&quot;date&quot;:1722495600000,&quot;rep&quot;:61532},{&quot;date&quot;:1722582000000,&quot;rep&quot;:61568},{&quot;date&quot;:1722668400000,&quot;rep&quot;:61622},{&quot;date&quot;:1722754800000,&quot;rep&quot;:61778},{&quot;date&quot;:1722841200000,&quot;rep&quot;:61832},{&quot;date&quot;:1722927600000,&quot;rep&quot;:61844},{&quot;date&quot;:1723014000000,&quot;rep&quot;:61922},{&quot;date&quot;:1723100400000,&quot;rep&quot;:61994},{&quot;date&quot;:1723186800000,&quot;rep&quot;:62018},{&quot;date&quot;:1723273200000,&quot;rep&quot;:62048},{&quot;date&quot;:1723446000000,&quot;rep&quot;:62060},{&quot;date&quot;:1723532400000,&quot;rep&quot;:62060},{&quot;date&quot;:1723618800000,&quot;rep&quot;:62084},{&quot;date&quot;:1723705200000,&quot;rep&quot;:62528},{&quot;date&quot;:1723791600000,&quot;rep&quot;:62528},{&quot;date&quot;:1723878000000,&quot;rep&quot;:62540},{&quot;date&quot;:1723964400000,&quot;rep&quot;:62576},{&quot;date&quot;:1724137200000,&quot;rep&quot;:62612},{&quot;date&quot;:1724223600000,&quot;rep&quot;:62666},{&quot;date&quot;:1724310000000,&quot;rep&quot;:62738},{&quot;date&quot;:1724396400000,&quot;rep&quot;:62762},{&quot;date&quot;:1724482800000,&quot;rep&quot;:62960},{&quot;date&quot;:1724655600000,&quot;rep&quot;:63011},{&quot;date&quot;:1724742000000,&quot;rep&quot;:63011},{&quot;date&quot;:1724828400000,&quot;rep&quot;:63113},{&quot;date&quot;:1724914800000,&quot;rep&quot;:63113},{&quot;date&quot;:1725001200000,&quot;rep&quot;:63137},{&quot;date&quot;:1725087600000,&quot;rep&quot;:63161},{&quot;date&quot;:1725260400000,&quot;rep&quot;:63206},{&quot;date&quot;:1725433200000,&quot;rep&quot;:63218},{&quot;date&quot;:1725519600000,&quot;rep&quot;:63369},{&quot;date&quot;:1725606000000,&quot;rep&quot;:63417},{&quot;date&quot;:1725692400000,&quot;rep&quot;:63441},{&quot;date&quot;:1725778800000,&quot;rep&quot;:63483},{&quot;date&quot;:1725865200000,&quot;rep&quot;:63573},{&quot;date&quot;:1725951600000,&quot;rep&quot;:63603},{&quot;date&quot;:1726038000000,&quot;rep&quot;:63615},{&quot;date&quot;:1726124400000,&quot;rep&quot;:63627},{&quot;date&quot;:1726210800000,&quot;rep&quot;:63663},{&quot;date&quot;:1726297200000,&quot;rep&quot;:63795},{&quot;date&quot;:1726383600000,&quot;rep&quot;:63843},{&quot;date&quot;:1726470000000,&quot;rep&quot;:63888},{&quot;date&quot;:1726556400000,&quot;rep&quot;:63948},{&quot;date&quot;:1726642800000,&quot;rep&quot;:63960},{&quot;date&quot;:1726815600000,&quot;rep&quot;:64008},{&quot;date&quot;:1726902000000,&quot;rep&quot;:64044},{&quot;date&quot;:1726988400000,&quot;rep&quot;:64092},{&quot;date&quot;:1727074800000,&quot;rep&quot;:64158},{&quot;date&quot;:1727161200000,&quot;rep&quot;:64194},{&quot;date&quot;:1727247600000,&quot;rep&quot;:64218},{&quot;date&quot;:1727420400000,&quot;rep&quot;:64230},{&quot;date&quot;:1727506800000,&quot;rep&quot;:64254},{&quot;date&quot;:1727593200000,&quot;rep&quot;:64254},{&quot;date&quot;:1727679600000,&quot;rep&quot;:64308},{&quot;date&quot;:1727766000000,&quot;rep&quot;:64308},{&quot;date&quot;:1727938800000,&quot;rep&quot;:64308},{&quot;date&quot;:1728025200000,&quot;rep&quot;:64360},{&quot;date&quot;:1728111600000,&quot;rep&quot;:64420},{&quot;date&quot;:1728198000000,&quot;rep&quot;:64471},{&quot;date&quot;:1728284400000,&quot;rep&quot;:64483},{&quot;date&quot;:1728370800000,&quot;rep&quot;:64519},{&quot;date&quot;:1728457200000,&quot;rep&quot;:64579},{&quot;date&quot;:1728630000000,&quot;rep&quot;:64579},{&quot;date&quot;:1728716400000,&quot;rep&quot;:64579},{&quot;date&quot;:1728802800000,&quot;rep&quot;:64621},{&quot;date&quot;:1728889200000,&quot;rep&quot;:64681},{&quot;date&quot;:1728975600000,&quot;rep&quot;:64723},{&quot;date&quot;:1729062000000,&quot;rep&quot;:64765},{&quot;date&quot;:1729148400000,&quot;rep&quot;:64795},{&quot;date&quot;:1729234800000,&quot;rep&quot;:64855},{&quot;date&quot;:1729321200000,&quot;rep&quot;:64915},{&quot;date&quot;:1729407600000,&quot;rep&quot;:65215},{&quot;date&quot;:1729494000000,&quot;rep&quot;:65251},{&quot;date&quot;:1729580400000,&quot;rep&quot;:65263},{&quot;date&quot;:1729666800000,&quot;rep&quot;:65305},{&quot;date&quot;:1729753200000,&quot;rep&quot;:65389},{&quot;date&quot;:1729839600000,&quot;rep&quot;:65467},{&quot;date&quot;:1729926000000,&quot;rep&quot;:65479},{&quot;date&quot;:1730012400000,&quot;rep&quot;:65575},{&quot;date&quot;:1730098800000,&quot;rep&quot;:65587},{&quot;date&quot;:1730185200000,&quot;rep&quot;:65611},{&quot;date&quot;:1730271600000,&quot;rep&quot;:65623},{&quot;date&quot;:1730358000000,&quot;rep&quot;:65623},{&quot;date&quot;:1730444400000,&quot;rep&quot;:65647},{&quot;date&quot;:1730530800000,&quot;rep&quot;:65718},{&quot;date&quot;:1730617200000,&quot;rep&quot;:65766},{&quot;date&quot;:1730703600000,&quot;rep&quot;:65778},{&quot;date&quot;:1730790000000,&quot;rep&quot;:65832},{&quot;date&quot;:1730876400000,&quot;rep&quot;:65910},{&quot;date&quot;:1730962800000,&quot;rep&quot;:65926},{&quot;date&quot;:1731049200000,&quot;rep&quot;:65926},{&quot;date&quot;:1731135600000,&quot;rep&quot;:65926},{&quot;date&quot;:1731222000000,&quot;rep&quot;:65926},{&quot;date&quot;:1731308400000,&quot;rep&quot;:65938},{&quot;date&quot;:1731394800000,&quot;rep&quot;:65980},{&quot;date&quot;:1731481200000,&quot;rep&quot;:65992},{&quot;date&quot;:1731567600000,&quot;rep&quot;:66064},{&quot;date&quot;:1731654000000,&quot;rep&quot;:66136},{&quot;date&quot;:1731740400000,&quot;rep&quot;:66148},{&quot;date&quot;:1731826800000,&quot;rep&quot;:66181},{&quot;date&quot;:1731913200000,&quot;rep&quot;:66211},{&quot;date&quot;:1731999600000,&quot;rep&quot;:66211},{&quot;date&quot;:1732086000000,&quot;rep&quot;:66241},{&quot;date&quot;:1732258800000,&quot;rep&quot;:66319},{&quot;date&quot;:1732345200000,&quot;rep&quot;:66343},{&quot;date&quot;:1732431600000,&quot;rep&quot;:66463},{&quot;date&quot;:1732518000000,&quot;rep&quot;:66511},{&quot;date&quot;:1732604400000,&quot;rep&quot;:66559},{&quot;date&quot;:1732690800000,&quot;rep&quot;:66721},{&quot;date&quot;:1732777200000,&quot;rep&quot;:66763},{&quot;date&quot;:1732863600000,&quot;rep&quot;:66763},{&quot;date&quot;:1732950000000,&quot;rep&quot;:66763},{&quot;date&quot;:1733036400000,&quot;rep&quot;:66805},{&quot;date&quot;:1733122800000,&quot;rep&quot;:66817},{&quot;date&quot;:1733209200000,&quot;rep&quot;:66841},{&quot;date&quot;:1733295600000,&quot;rep&quot;:66913},{&quot;date&quot;:1733382000000,&quot;rep&quot;:66955},{&quot;date&quot;:1733554800000,&quot;rep&quot;:66979},{&quot;date&quot;:1733641200000,&quot;rep&quot;:66991},{&quot;date&quot;:1733727600000,&quot;rep&quot;:67015},{&quot;date&quot;:1733814000000,&quot;rep&quot;:67099},{&quot;date&quot;:1733900400000,&quot;rep&quot;:67129},{&quot;date&quot;:1733986800000,&quot;rep&quot;:67288},{&quot;date&quot;:1734073200000,&quot;rep&quot;:67300},{&quot;date&quot;:1734159600000,&quot;rep&quot;:67312},{&quot;date&quot;:1734246000000,&quot;rep&quot;:67334},{&quot;date&quot;:1734332400000,&quot;rep&quot;:67346},{&quot;date&quot;:1734418800000,&quot;rep&quot;:67367},{&quot;date&quot;:1734505200000,&quot;rep&quot;:67367},{&quot;date&quot;:1734591600000,&quot;rep&quot;:67367},{&quot;date&quot;:1734678000000,&quot;rep&quot;:67487},{&quot;date&quot;:1734764400000,&quot;rep&quot;:67497},{&quot;date&quot;:1734937200000,&quot;rep&quot;:67497},{&quot;date&quot;:1735023600000,&quot;rep&quot;:67539},{&quot;date&quot;:1735110000000,&quot;rep&quot;:67566},{&quot;date&quot;:1735196400000,&quot;rep&quot;:67596},{&quot;date&quot;:1735282800000,&quot;rep&quot;:67596},{&quot;date&quot;:1735369200000,&quot;rep&quot;:67608},{&quot;date&quot;:1735455600000,&quot;rep&quot;:67632},{&quot;date&quot;:1735542000000,&quot;rep&quot;:67632},{&quot;date&quot;:1735628400000,&quot;rep&quot;:67653},{&quot;date&quot;:1735714800000,&quot;rep&quot;:67683},{&quot;date&quot;:1735801200000,&quot;rep&quot;:67683},{&quot;date&quot;:1735887600000,&quot;rep&quot;:67695},{&quot;date&quot;:1736146800000,&quot;rep&quot;:67737},{&quot;date&quot;:1736233200000,&quot;rep&quot;:67737},{&quot;date&quot;:1736319600000,&quot;rep&quot;:67737},{&quot;date&quot;:1736406000000,&quot;rep&quot;:67779},{&quot;date&quot;:1736492400000,&quot;rep&quot;:67779},{&quot;date&quot;:1736578800000,&quot;rep&quot;:67809},{&quot;date&quot;:1736665200000,&quot;rep&quot;:67857},{&quot;date&quot;:1736751600000,&quot;rep&quot;:67899},{&quot;date&quot;:1736838000000,&quot;rep&quot;:67935},{&quot;date&quot;:1736924400000,&quot;rep&quot;:67947},{&quot;date&quot;:1737010800000,&quot;rep&quot;:68079},{&quot;date&quot;:1737183600000,&quot;rep&quot;:68091},{&quot;date&quot;:1737270000000,&quot;rep&quot;:68115},{&quot;date&quot;:1737356400000,&quot;rep&quot;:68199},{&quot;date&quot;:1737442800000,&quot;rep&quot;:68325},{&quot;date&quot;:1737529200000,&quot;rep&quot;:68391},{&quot;date&quot;:1737615600000,&quot;rep&quot;:68427},{&quot;date&quot;:1737702000000,&quot;rep&quot;:68427},{&quot;date&quot;:1737788400000,&quot;rep&quot;:68427},{&quot;date&quot;:1737874800000,&quot;rep&quot;:68439},{&quot;date&quot;:1737961200000,&quot;rep&quot;:68475},{&quot;date&quot;:1738047600000,&quot;rep&quot;:68541},{&quot;date&quot;:1738134000000,&quot;rep&quot;:68613},{&quot;date&quot;:1738220400000,&quot;rep&quot;:68625},{&quot;date&quot;:1738306800000,&quot;rep&quot;:68679},{&quot;date&quot;:1738393200000,&quot;rep&quot;:68691},{&quot;date&quot;:1738479600000,&quot;rep&quot;:68775},{&quot;date&quot;:1738566000000,&quot;rep&quot;:68829},{&quot;date&quot;:1738652400000,&quot;rep&quot;:69059},{&quot;date&quot;:1738738800000,&quot;rep&quot;:69092},{&quot;date&quot;:1738825200000,&quot;rep&quot;:69164},{&quot;date&quot;:1738911600000,&quot;rep&quot;:69206},{&quot;date&quot;:1738998000000,&quot;rep&quot;:69284},{&quot;date&quot;:1739084400000,&quot;rep&quot;:69329},{&quot;date&quot;:1739170800000,&quot;rep&quot;:69455},{&quot;date&quot;:1739257200000,&quot;rep&quot;:69497},{&quot;date&quot;:1739343600000,&quot;rep&quot;:69521},{&quot;date&quot;:1739430000000,&quot;rep&quot;:69593},{&quot;date&quot;:1739516400000,&quot;rep&quot;:69734},{&quot;date&quot;:1739602800000,&quot;rep&quot;:69824},{&quot;date&quot;:1739689200000,&quot;rep&quot;:69926},{&quot;date&quot;:1739775600000,&quot;rep&quot;:69980}]},&quot;url&quot;:&quot;\/User\/Graph\/4106591&quot;,&quot;id&quot;:&quot;reputationTab&quot;}],&quot;editUrl&quot;:null,&quot;usersUrl&quot;:&quot;\/Leaderboard&quot;,&quot;sidebarData&quot;:{&quot;userCardData&quot;:{&quot;summaryData&quot;:{&quot;name&quot;:&quot;Jerry Wheeler&quot;,&quot;username&quot;:&quot;dadibrokeit&quot;,&quot;avatarLink&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/rY63TtoXlbNgdZ5F.medium&quot;,&quot;avatarSrc&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/rY63TtoXlbNgdZ5F.standard&quot;,&quot;stats&quot;:{&quot;reputation&quot;:&quot;69,980&quot;,&quot;answers&quot;:&quot;2,167&quot;,&quot;guides&quot;:&quot;71&quot;},&quot;dateJoined&quot;:&quot;03\/21\/22&quot;},&quot;conditionalData&quot;:{&quot;userBio&quot;:&quot;&lt;p&gt;I AM ROOT&lt;\/p&gt;\n\n&lt;p&gt;If you see me laughing you better have a backup!&lt;\/p&gt;&quot;,&quot;statusNotifications&quot;:[],&quot;teams&quot;:[{&quot;avatar&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/vCnqwJkyj2LlZSYp.thumbnail&quot;,&quot;url&quot;:&quot;\/Team\/27342\/Oregonians&quot;,&quot;name&quot;:&quot;Oregonians&quot;,&quot;studentCode&quot;:null,&quot;description&quot;:&quot;Members of iFixit that live in Oregon. &quot;}],&quot;miscLink&quot;:null,&quot;actions&quot;:[]}},&quot;voteHistoryData&quot;:{&quot;upVotes&quot;:918,&quot;downVotes&quot;:76,&quot;username&quot;:&quot;Jerry Wheeler&quot;},&quot;certData&quot;:{&quot;acceptedCerts&quot;:[],&quot;pendingCerts&quot;:[]}},&quot;activeTab&quot;:&quot;About&quot;,&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;}}"> <style> .landing-placeholder { min-height: 1600px; } </style> <div class="landing-placeholder"></div> </div> </div> </div> <!-- /content-container --> </div> <!-- /contentFloat --> <div class="clearer"></div> </div> <!-- /mainBody --> <div class="clearer"></div> </div> <!-- /main --> </div> <!-- /page --> <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 --> <script type='text/javascript'> var App = {"recaptchaToken":"6LdcrYcUAAAAADXZZ8mZBNd48Qpg6jF6_Zp2s1t5","canIBypassGAEventFiringOnMobile":false,"objectNameSingular":"Device","objectNamePlural":"Devices","which":"ifixit","siteid":2,"isLoggedIn":false,"algoliaConfig":{"appId":"XQEP3AD9ZT","apiKey":"ZjdmNjdiMGUxZDE1OWMxZTBkZDlkZTliNjk1ZmI1ZDlkNzdlMDNhZWMwNDY5MzMxY2YyMzI3ZDU1NDM1NTVjYWZpbHRlcnM9c2l0ZSUzQSUyMmlmaXhpdCUyMiUyMEFORCUyMCUyOHB1YmxpYyUyMCUzRCUyMDElMjBPUiUyMHZhcmlhbnRzX2NvdW50JTIwJTNFJTNEJTIwMSUyOSZ2YWxpZFVudGlsPTE3NDEwNTU2NDE=","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","shopifyStorefront":{"clientDetails":{"domain":"store.ifixit.com","storefrontAccessToken":"db3099692534a56ecec7b974a329d302","apiVersion":"2024-04"}},"canIForceSentryReporting":false,"SENTRY_DSN_JS":"https:\/\/5552835e822c4c8db5070306b2535ef3@o186239.ingest.sentry.io\/1281569","sentryTags":{"site":"ifixit","lang":"en","isAdmin":false,"deployment":"production"},"sentryPerformance":true,"sentryRelease":"4d1003710bc8e1666f1ed75caca5bde4b13f36c8\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","ImageMarkersFrameModule","ImageCropFrameModule"],"gb":{"attributes":{"uniqueId":"2HfRQ78LYF1","isExemptFromAB":false},"features":{"product-list-default-to-gallery":{"defaultValue":false,"rules":[]},"product-overview-reorder-sections":{"defaultValue":false,"rules":[]},"show-cross-sell-checkbox":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":null,"key":null,"weights":null,"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"5298a401-5a18-4037-9d68-0a8bc7151e80","hashVersion":2,"range":null,"meta":null,"ranges":null,"name":null,"phase":null}]},"plp-bigger-list-images":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"plp-bigger-list-images","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"405103a9-e2e3-4837-99b4-d0c33ae394d0","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Control"},{"key":"1","name":"Bigger Images"}],"ranges":null,"name":"plp-bigger-list-images","phase":"0"}]},"php-next-a-a-experiment":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"php-next-a-a-experiment","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"4f5cb2dc-a7e0-4468-a3b0-40a6a7162f48","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Control"},{"key":"1","name":"Variation 1"}],"ranges":null,"name":"php-next-a-a-experiment","phase":"2"}]},"generic-reviews":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"generic-reviews","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"fa3d1b62-7ff3-42c7-82d2-55bd053c01a0","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Control (No Generic Reviews)"},{"key":"1","name":"Show Generic Reviews"}],"ranges":null,"name":"Generic Reviews","phase":"0"}]},"show-cart-merch-banner":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"show-cart-merch-banner","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"de12c0d6-fb6e-4de0-87e5-87e8f40d35bb","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Control"},{"key":"1","name":"Variation 1"}],"ranges":null,"name":"Show Cart Merch Banner","phase":"0"}]},"guide-collections":{"defaultValue":false,"rules":[]},"a-a-experiment-v7":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"experiment-v7","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"e7fad591-a03b-4c8a-b118-01c6a0cc96e0","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Control"},{"key":"1","name":"Variation 1"}],"ranges":null,"name":"a-a-experiment-v7","phase":"0"}]},"show-consent-banner":{"defaultValue":false,"rules":[]}},"forcedVariations":[],"viewedExperiments":[],"forcedFeatures":[]},"isProduction":true,"isTest":false,"userPreferredStoreCode":"us","locale":"en_US","siteName":"ifixit","useSecureCookies":true,"sameSiteValue":"None","imageSizeWidths":{"mini":56,"thumbnail":96,"140x105":140,"200x150":200,"standard":300,"440x330":440,"medium":592,"large":800,"huge":1600},"facebookAppId":"401112919922369","piwikCustomDimensions":{"20":"false"}}; </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