{"product_id":"ford-explorer-2011-2019-12-1-android-screen","title":"For Ford Explorer 2011–2019 12.1\" Android 14 Screen | Wireless CarPlay","description":"\u003c!-- ROADNAVIER FORD EXPLORER 2011-2019 PRODUCT PAGE --\u003e\n\n\u003cstyle\u003e\n  :root {\n    --rn-gold: #c69655;\n    --rn-gold-soft: #d6b477;\n    --rn-bg: #09090b;\n    --rn-panel: rgba(24,24,27,.78);\n    --rn-border: rgba(255,255,255,.07);\n    --rn-muted: #a1a1aa;\n    --rn-green: #6ee7a8;\n  }\n\n  .rn-wrapper {\n    font-family: -apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,sans-serif;\n    color: #f4f4f5;\n    background: var(--rn-bg);\n    padding: 30px 20px;\n    border-radius: 18px;\n    max-width: 920px;\n    margin: 0 auto;\n    letter-spacing: -.01em;\n  }\n\n  .rn-title {\n    font-size: 32px;\n    font-weight: 800;\n    line-height: 1.25;\n    margin: 0 0 24px;\n    color: #fff;\n    border-left: 5px solid var(--rn-gold);\n    padding-left: 18px;\n  }\n\n  .rn-intro {\n    background: rgba(39,39,42,.45);\n    border: 1px solid rgba(255,255,255,.08);\n    padding: 22px;\n    border-radius: 14px;\n    font-size: 15px;\n    line-height: 1.75;\n    margin-bottom: 30px;\n  }\n\n  .rn-card {\n    background: var(--rn-panel);\n    border: 1px solid var(--rn-border);\n    border-radius: 15px;\n    padding: 28px;\n    margin-bottom: 26px;\n  }\n\n  .rn-card h2 {\n    font-size: 22px;\n    line-height: 1.3;\n    color: #fff;\n    margin: 0 0 18px;\n  }\n\n  .rn-card p {\n    font-size: 14px;\n    line-height: 1.7;\n    color: var(--rn-muted);\n  }\n\n  .rn-highlight {\n    color: var(--rn-gold-soft);\n  }\n\n  .rn-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 18px;\n  }\n\n  @media(max-width:768px) {\n    .rn-grid-2 {\n      grid-template-columns: 1fr;\n    }\n\n    .rn-title {\n      font-size: 26px;\n    }\n\n    .rn-card {\n      padding: 20px;\n    }\n  }\n\n  .rn-mini-card {\n    background: rgba(9,9,11,.55);\n    border: 1px solid rgba(255,255,255,.05);\n    border-radius: 11px;\n    padding: 18px;\n  }\n\n  .rn-label {\n    display: block;\n    font-size: 12px;\n    letter-spacing: .08em;\n    font-weight: 700;\n    color: var(--rn-gold-soft);\n    margin-bottom: 12px;\n    text-transform: uppercase;\n  }\n\n  .rn-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .rn-list li {\n    position: relative;\n    padding-left: 18px;\n    margin-bottom: 10px;\n    font-size: 14px;\n    line-height: 1.55;\n    color: #d4d4d8;\n  }\n\n  .rn-list li:before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    color: var(--rn-gold);\n    font-weight: 700;\n  }\n\n  .rn-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 10px;\n  }\n\n  .rn-table td,\n  .rn-table th {\n    padding: 13px 14px;\n    border-bottom: 1px solid rgba(255,255,255,.06);\n    font-size: 14px;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .rn-table th {\n    color: #fff;\n    background: #18181b;\n  }\n\n  .rn-table td {\n    color: #d4d4d8;\n  }\n\n  .rn-table td:first-child {\n    color: #fff;\n    width: 36%;\n  }\n\n  .rn-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 22px auto;\n    border-radius: 12px;\n    border: 1px solid rgba(255,255,255,.08);\n  }\n\n  .rn-image-small {\n    display: block;\n    width: 100%;\n    max-width: 680px;\n    height: auto;\n    margin: 22px auto;\n    border-radius: 12px;\n    border: 1px solid rgba(255,255,255,.08);\n  }\n\n  .rn-note {\n    margin-top: 20px;\n    padding: 16px 18px;\n    background: rgba(198,150,85,.08);\n    border: 1px solid rgba(198,150,85,.28);\n    border-radius: 10px;\n    font-size: 14px;\n    line-height: 1.7;\n    color: #ddd;\n  }\n\n  .rn-note strong {\n    color: var(--rn-gold-soft);\n  }\n\n  .rn-faq {\n    padding: 18px 0;\n    border-bottom: 1px solid rgba(255,255,255,.06);\n  }\n\n  .rn-faq:last-child {\n    border-bottom: 0;\n  }\n\n  .rn-faq-q {\n    color: #fff;\n    font-size: 16px;\n    font-weight: 700;\n    margin-bottom: 8px;\n  }\n\n  .rn-faq-a {\n    color: var(--rn-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .rn-cta {\n    text-align: center;\n    background:\n      radial-gradient(circle at top right,rgba(198,150,85,.10),transparent 60%),\n      #121214;\n    border: 1px solid rgba(198,150,85,.28);\n    padding: 36px 25px;\n    border-radius: 16px;\n  }\n\n  .rn-cta h2 {\n    color: #fff;\n    font-size: 24px;\n    margin: 0 0 10px;\n  }\n\n  .rn-cta p {\n    color: var(--rn-muted);\n    font-size: 14px;\n    line-height: 1.65;\n    max-width: 580px;\n    margin: 0 auto 22px;\n  }\n\n  .rn-btn {\n    display: inline-block;\n    background: var(--rn-gold);\n    color: #111 !important;\n    text-decoration: none;\n    padding: 13px 28px;\n    border-radius: 8px;\n    font-size: 14px;\n    font-weight: 700;\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"rn-wrapper\"\u003e\n\n  \u003c!-- HERO --\u003e\n\n  \u003ch1 class=\"rn-title\"\u003e\n    Ford Explorer 2011–2019 12.1\" Android 14 Screen Upgrade\n  \u003c\/h1\u003e\n\n  \u003cdiv class=\"rn-intro\"\u003e\n    Upgrade your \u003cstrong\u003e2011–2019 Ford Explorer\u003c\/strong\u003e with a\n    vehicle-specific \u003cstrong\u003e12.1-inch vertical Android screen\u003c\/strong\u003e.\n\n    \u003cbr\u003e\u003cbr\u003e\n\n    Built on the \u003cstrong\u003eUIS7865 8-core platform\u003c\/strong\u003e and running\n    \u003cstrong\u003eAndroid 14\u003c\/strong\u003e, this system adds wireless Apple CarPlay,\n    Android Auto, GPS navigation, Wi-Fi, Bluetooth and Android apps while\n    integrating supported factory vehicle functions through vehicle-specific\n    wiring and CANBUS.\n\n    \u003cbr\u003e\u003cbr\u003e\n\n    \u003cstrong class=\"rn-highlight\"\u003e\n      Multiple factory dashboard configurations are supported.\n      Both vehicle-specific wiring configurations are included in the package.\n    \u003c\/strong\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- KEY FEATURES --\u003e\n\n  \u003cdiv class=\"rn-card\"\u003e\n\n    \u003ch2\u003eModernize Your Explorer's Factory Infotainment\u003c\/h2\u003e\n\n    \u003cdiv class=\"rn-grid-2\"\u003e\n\n      \u003cdiv class=\"rn-mini-card\"\u003e\n\n        \u003cspan class=\"rn-label\"\u003eCurrent Hardware\u003c\/span\u003e\n\n        \u003cul class=\"rn-list\"\u003e\n          \u003cli\u003eAndroid 14\u003c\/li\u003e\n          \u003cli\u003eUIS7865 8-Core platform\u003c\/li\u003e\n          \u003cli\u003e12.1-inch vertical touchscreen\u003c\/li\u003e\n          \u003cli\u003eVehicle-specific Ford Explorer design\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rn-mini-card\"\u003e\n\n        \u003cspan class=\"rn-label\"\u003eEveryday Features\u003c\/span\u003e\n\n        \u003cul class=\"rn-list\"\u003e\n          \u003cli\u003eWireless Apple CarPlay\u003c\/li\u003e\n          \u003cli\u003eAndroid Auto\u003c\/li\u003e\n          \u003cli\u003eGPS navigation\u003c\/li\u003e\n          \u003cli\u003eWi-Fi \u0026amp; Bluetooth\u003c\/li\u003e\n          \u003cli\u003eAndroid apps\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- SPECS --\u003e\n\n  \u003cdiv class=\"rn-card\"\u003e\n\n    \u003ch2\u003eHardware \u0026amp; Screen Specifications\u003c\/h2\u003e\n\n    \u003ctable class=\"rn-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eVehicle\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eFord Explorer\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eModel Years\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e2011–2019\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eScreen Size\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e12.1-inch Vertical Touchscreen\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eOperating System\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eAndroid 14\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eHardware Platform\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eUIS7865 8-Core\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eApple CarPlay\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eWireless\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eAndroid Auto\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eSupported\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eGPS Navigation\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eSupported\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eWi-Fi\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eSupported\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eBluetooth\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eSupported\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- COMPATIBILITY --\u003e\n\n  \u003cdiv class=\"rn-card\"\u003e\n\n    \u003ch2\u003eCompatible With Multiple Factory Dashboards\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Ford Explorer 2011–2019 vehicles were produced with several different\n      factory radio, screen and control-panel layouts.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      This Roadnavier system is designed to cover the supported factory\n      configurations shown below.\n    \u003c\/p\u003e\n\n\n    \u003cimg class=\"rn-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/5129\/7599\/files\/ford-explorer-2011-2019-compatible-factory-dashboards.jpg?v=1788764495\" alt=\"Ford Explorer 2011–2019 compatible factory dashboard and radio configurations\" loading=\"lazy\"\u003e\n\n\n    \u003cdiv class=\"rn-note\"\u003e\n\n      \u003cstrong\u003eNo need to choose a wiring version:\u003c\/strong\u003e\n\n      different Explorer configurations use different factory connections.\n      Roadnavier includes \u003cstrong\u003eboth vehicle-specific wiring configurations\u003c\/strong\u003e\n      in the package, so the appropriate harness is available during installation.\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FACTORY INTEGRATION --\u003e\n\n  \u003cdiv class=\"rn-card\"\u003e\n\n    \u003ch2\u003eFactory Function Integration\u003c\/h2\u003e\n\n    \u003cp\u003e\n      This is a vehicle-specific Ford Explorer system rather than a universal\n      Android head unit. The supplied wiring and CANBUS interface communicate\n      with supported factory vehicle electronics.\n    \u003c\/p\u003e\n\n    \u003cul class=\"rn-list\"\u003e\n      \u003cli\u003eFactory steering wheel control integration\u003c\/li\u003e\n      \u003cli\u003eClimate-control integration for supported configurations\u003c\/li\u003e\n      \u003cli\u003eFactory audio integration for supported configurations\u003c\/li\u003e\n      \u003cli\u003eFactory reverse-camera integration for supported configurations\u003c\/li\u003e\n      \u003cli\u003eVehicle-specific CANBUS communication\u003c\/li\u003e\n      \u003cli\u003eWireless Apple CarPlay\u003c\/li\u003e\n      \u003cli\u003eAndroid Auto\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"rn-note\"\u003e\n      \u003cstrong\u003eWhy we include multiple harnesses:\u003c\/strong\u003e\n      factory connections can vary by model year, trim and original audio\n      configuration. Supplying both wiring configurations reduces the need\n      for the customer to identify the factory radio connection before ordering.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- REAR PANEL --\u003e\n\n  \u003cdiv class=\"rn-card\"\u003e\n\n    \u003ch2\u003eVehicle-Specific Hardware Design\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The replacement assembly is shaped specifically for the Ford Explorer\n      center dashboard and uses dedicated rear connections for the supplied\n      vehicle wiring and accessories.\n    \u003c\/p\u003e\n\n\n    \u003cimg class=\"rn-image-small\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/5129\/7599\/files\/ford-explorer-2011-2019-android-screen-rear-panel.jpg?v=1788764495\" alt=\"Ford Explorer 2011–2019 12.1-inch Android screen rear panel and factory connectors\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- INSTALLATION --\u003e\n\n  \u003cdiv class=\"rn-card\"\u003e\n\n    \u003ch2\u003eVehicle-Specific Installation\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The system connects to the Explorer using the supplied vehicle-specific\n      wiring harnesses and CANBUS interface. The correct harness is selected\n      during installation according to the vehicle's original factory\n      configuration.\n    \u003c\/p\u003e\n\n\n    \u003cimg class=\"rn-image-small\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/5129\/7599\/files\/ford-explorer-2011-2019-android-screen-wiring-installation.png?v=1788764497\" alt=\"Ford Explorer 2011–2019 Android screen connected with vehicle-specific wiring harness\" loading=\"lazy\"\u003e\n\n\n    \u003ctable class=\"rn-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eInstallation Type\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eVehicle-Specific Wiring\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eCANBUS Interface\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eIncluded\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eWiring Configurations\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eBoth Supported Harness Configurations Included\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eGPS Antenna\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eIncluded\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eUSB Connections\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eIncluded\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n    \u003cp style=\"font-size:13px;\"\u003e\n      Professional installation is recommended if you are not familiar\n      with automotive trim removal and vehicle electronics.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- WIRING --\u003e\n\n  \u003cdiv class=\"rn-card\"\u003e\n\n    \u003ch2\u003eBoth Wiring Configurations Included\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Different Explorer factory systems use different connections.\n      Instead of asking you to select a harness version at checkout,\n      Roadnavier supplies both supported wiring configurations with the unit.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"rn-grid-2\"\u003e\n\n      \u003cdiv\u003e\n\n        \u003cimg class=\"rn-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/5129\/7599\/files\/ford-explorer-2011-2019-wiring-harness-kit-1.jpg?v=1788764495\" alt=\"Ford Explorer 2011–2019 vehicle-specific wiring harness and CANBUS installation kit\" loading=\"lazy\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cimg class=\"rn-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/5129\/7599\/files\/ford-explorer-2011-2019-wiring-harness-kit-2.jpg?v=1788764495\" alt=\"Additional Ford Explorer 2011–2019 wiring harness configuration included for factory radio compatibility\" loading=\"lazy\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rn-note\"\u003e\n\n      \u003cstrong\u003eOne listing. No harness guessing.\u003c\/strong\u003e\n\n      The appropriate wiring is selected during installation based on the\n      original factory system.\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- BEFORE ORDERING --\u003e\n\n  \u003cdiv class=\"rn-card\"\u003e\n\n    \u003ch2\u003eBefore You Order\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Compare your original dashboard with the compatibility examples above.\n      Factory equipment can vary by model year and trim.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      If your dashboard looks different from the examples shown, send us your\n      \u003cstrong style=\"color:#fff;\"\u003evehicle year and a clear photo of the original\n      radio \/ climate-control panel\u003c\/strong\u003e before ordering.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FAQ --\u003e\n\n  \u003cdiv class=\"rn-card\"\u003e\n\n    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\n    \u003cdiv class=\"rn-faq\"\u003e\n\n      \u003cdiv class=\"rn-faq-q\"\u003e\n        Will this fit a 2011–2019 Ford Explorer?\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rn-faq-a\"\u003e\n        This system is designed for supported 2011–2019 Ford Explorer\n        configurations. Compare your original dashboard with the compatibility\n        examples shown above. If yours is different, send us a photo before ordering.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rn-faq\"\u003e\n\n      \u003cdiv class=\"rn-faq-q\"\u003e\n        Do I need to know which wiring harness my Explorer uses?\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rn-faq-a\"\u003e\n        No. Both supported vehicle-specific wiring configurations are included\n        in the package. The appropriate harness is selected during installation.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rn-faq\"\u003e\n\n      \u003cdiv class=\"rn-faq-q\"\u003e\n        What Android version does the current Roadnavier unit use?\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rn-faq-a\"\u003e\n        The current version uses the UIS7865 8-core hardware platform\n        and runs Android 14.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rn-faq\"\u003e\n\n      \u003cdiv class=\"rn-faq-q\"\u003e\n        Does it support wireless Apple CarPlay?\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rn-faq-a\"\u003e\n        Yes. Wireless Apple CarPlay is supported. Android Auto is also supported.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rn-faq\"\u003e\n\n      \u003cdiv class=\"rn-faq-q\"\u003e\n        Will my steering wheel controls work?\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rn-faq-a\"\u003e\n        Supported factory steering wheel controls are integrated through\n        the vehicle-specific CANBUS system.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rn-faq\"\u003e\n\n      \u003cdiv class=\"rn-faq-q\"\u003e\n        Will my factory reverse camera work?\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rn-faq-a\"\u003e\n        Factory camera integration is supported on compatible configurations.\n        Because factory equipment can vary, we recommend compatibility\n        verification if you are unsure about your original camera system.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rn-faq\"\u003e\n\n      \u003cdiv class=\"rn-faq-q\"\u003e\n        Do I need to send a dashboard photo before ordering?\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rn-faq-a\"\u003e\n        If your original dashboard matches one of the configurations shown\n        above, the required wiring configurations are included. If your\n        dashboard is different or you are unsure, send us a clear photo\n        before ordering.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- SUPPORT --\u003e\n\n  \u003cdiv class=\"rn-card\"\u003e\n\n    \u003ch2\u003eRoadnavier Support\u003c\/h2\u003e\n\n    \u003cul class=\"rn-list\"\u003e\n      \u003cli\u003e1-year product warranty\u003c\/li\u003e\n      \u003cli\u003eVehicle configuration verification when required\u003c\/li\u003e\n      \u003cli\u003eTechnical installation support\u003c\/li\u003e\n      \u003cli\u003eVehicle-specific wiring and CANBUS configuration\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- CTA --\u003e\n\n  \u003cdiv class=\"rn-cta\"\u003e\n\n    \u003ch2\u003eNot Sure If It Fits Your Explorer?\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Send us your vehicle year and a clear photo of the original dashboard.\n      We'll check the configuration before you order.\n    \u003c\/p\u003e\n\n    \u003ca href=\"\/pages\/contact\" class=\"rn-btn\"\u003e\n      Check Compatibility\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Roadnavier","offers":[{"title":"Android 14 6GB+128GB","offer_id":51536594305343,"sku":"RN-EXP1119-121-A14-6G128","price":619.0,"currency_code":"USD","in_stock":true},{"title":"Android 14 8GB + 128GB","offer_id":55459183100223,"sku":"RN-EXP1119-121-A14-8G128","price":669.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/5129\/7599\/files\/ford-explorer-2011-2019-12-1-android-14-screen.jpg?v=1788765393","url":"https:\/\/roadnavier.com\/products\/ford-explorer-2011-2019-12-1-android-screen","provider":"Roadnavier","version":"1.0","type":"link"}