AGM PAD P2 Active 11" PAD P2 Active Space Gray 2024
IP68/IP69K ruggedness with 1.8-meter drop resistance meets an 8000mAh battery, MediaTek Helio G99 processor, and 90Hz display. Widevine L1 certification allows HD streaming on Netflix and Prime Video, while the 11-inch 480-nit IPS screen stays visible outdoors and storage expands to 2TB. It’s best suited for field workers and outdoor enthusiasts who need a resilient tablet for media, GPS, and basic tasks in harsh environments.
About This Tablet
Product description .aplus-v2 .container-with-background-image { width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; } function logShoppableMetrics(moduleName, showsAddToCart) { if (window.ue && window.ue.count) { window.ue.count("aplus:shoppable:" + moduleName + ":addToCart", showsAddToCart ? 1 : 0); } } .aplus-v2 .premium-aplus-module-2 .premium-background-wrapper { position: relative; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper { position: absolute; width: 50%; height: 100%; top: 0; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right { left: 50%; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right { left: auto; right: 50%; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.secondary-color { color: #fff; } .aplus-v2 .premium-aplus-module-2 .premium-intro-background { padding: 20px; } .aplus-v2 .premium-aplus-module-2 .aplus-module-2-topic { padding-bottom: 10px; } .aplus-v2 .premium-aplus-module-2 .aplus-module-2-heading { padding-bottom: 20px; } .aplus-v2 .premium-aplus-module-2 .aplus-module-2-description { line-height: 1.5em; } .aplus-v2 .premium-aplus-module-2 .premium-intro-background.white-background { background: rgba(255,255,255,0.5); } .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background { background: rgba(0,0,0,0.5); } .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h1, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h5, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol .a-list-item, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul .a-list-item { color: #fff; } .aplus-v2 .premium-aplus-module-2 .premium-intro-content-container { display: table; height: 100%; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container { padding-left: 40px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container { padding-left: 0px; padding-right: 40px; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container { padding-right: 40px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container { padding-right: 0px; padding-left: 40px; } .aplus-v2 .premium-aplus-module-2 .premium-intro-content-column { display: table-cell; vertical-align: middle; } (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.now('premium-module-5-comparison-table-scroller').execute(function(init){ if (init) { return; } P.register('premium-module-5-comparison-table-scroller', function(){ return function() { P.when('jQuery', 'a-popover', 'A', 'ready').execute(function($, popover, A) { function initCompTable(module) { /** * Premium comparison table: popover trigger module */ var comparisonName = $(module).data('comparison-name'); (function() { var $additionalInfo = $('.aplus-v2 .aplus-popover-trigger'); $additionalInfo.each(function(i, trigger) { return popover.create(trigger, $(trigger).data()); }); $additionalInfo.hover( function() { $(this).focus(); } ); })(); /** * Premium comparison table: adjust column width module */ (function() { var VISIBLE_COLUMNS = 4.2; /* How many visible columns on load */ var MIN_WIDTH = 230; var getWidth = function() { return $(this).outerWidth(); } /* cache selectors */ var $container = $('.aplus-v2 .comparison-table #'+comparisonName), $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'), $slider = $('.aplus-v2 .comparison-table #'+comparisonName+' .table-slider'), $columns = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column'), $activeColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column.active.active-item'); /* Formula for determining desired column width */ var calculatedColumnWidth = Math.floor( ($container.innerWidth() - $header.innerWidth()) / VISIBLE_COLUMNS ); var childWidths = $activeColumn.map(getWidth).get(); var maxChildWidth = Math.max(MIN_WIDTH, Math.max.apply(Math, childWidths)); var minColumnWidth = $columns.innerWidth(); /* set the min-width of each column to the calulated width or minWidth */ $columns.css( 'min-width', Math.max(MIN_WIDTH, (calculatedColumnWidth < minColumnWidth ? calculatedColumnWidth : minColumnWidth)) ); $activeColumn.css('width', maxChildWidth); /* show the component */ $container.removeClass('loading'); })(); /** * Premium comparison table: sticky attribute & column */ (function() { /* cache selectors */ const comparisonTable = document.querySelector('.aplus-v2 .comparison-table #'+comparisonName); const header = comparisonTable.querySelector('td.attribute'); const fixedColumn = comparisonTable.querySelector('td.active'); const attributeColumnObserver = new ResizeObserver((entries) => { for (let entry of entries) { const bounds = entry.target.getBoundingClientRect().width; const activeCellWidth = window.getComputedStyle(fixedColumn).left; if (bounds + "px" !== activeCellWidth) { const activeCells = document.querySelectorAll('.aplus-data-column.active'); activeCells.forEach(cell => cell.style.left = bounds + "px"); } } }) attributeColumnObserver.observe(header) })(); /** * Premium comparison table: top scroll bar */ (function() { /* cache selectors */ var $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'), $fixedColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' td.active'), $scrollWrapperTop = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-top'), $scrollWrapperBottom = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-bottom'), $scrollWidth = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-width'), $scrollBar = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-bar'); /* confirm fixed column exists and can add width to the total width of the scroll bar */ var fixedColumnWidth = $fixedColumn.innerWidth(); if ( fixedColumnWidth === null ) { fixedColumnWidth = 0; } /* set width of scrollBar */ $scrollBar.css('width', $scrollWidth.innerWidth() + fixedColumnWidth + $header.innerWidth()); /* connect scrolls together */ $scrollWrapperTop.scroll(function() { $scrollWrapperBottom.scrollLeft($scrollWrapperTop.scrollLeft()); }); $scrollWrapperBottom.scroll(function() { $scrollWrapperTop.scrollLeft($scrollWrapperBottom.scrollLeft()); }); })(); } $('.aplus-v2 .premium-aplus-module-5 .table-container').each(function(index, module) { initCompTable(module); }); }); } }); }); })); /** * Premium-module 5: Comparision table - scroller */ .aplus-v2 .premium-aplus-module-5 h1 { padding-bottom: 30px; } /* position column-headers relative to this table */ .aplus-v2 .premium-aplus-module-5 .table-container { position: relative; opacity: 1; } .aplus-v2 .premium-aplus-module-5 .table-container.loading { opacity: 0; } .aplus-v2 .premium-aplus-module-5 .table-slider { overflow-x: scroll; overflow-y: visible; width: 100%; } .aplus-v2 .premium-aplus-module-5 td.attribute { min-width: 300px; top: auto; left: 0; z-index: 100; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-5 td.attribute { right: 0px; left: auto; } .aplus-v2 .premium-aplus-module-5 td.active-item, .aplus-v2 .premium-aplus-module-5 th.active-item { top: auto; left: 300px; z-index: 100; } html[dir="rtl"] .premium-aplus-module-5 td.active-item, html[dir="rtl"] .premium-aplus-module-5 th.active-item { left: auto; right: 300px; } .aplus-v2 .premium-aplus-module-5 .attribute, .aplus-v2 .premium-aplus-module-5 .active-item{ position: sticky; } .aplus-v2 .premium-aplus-module-5 table.a-bordered td, .aplus-v2 .premium-aplus-module-5 table.a-bordered th { background-color: #fff; } .aplus-v2 .premium-aplus-module-5 table.a-bordered td.attribute .aplus-popover-trigger::after { content: "?"; display: inline-block; font-size: 12px; position: relative; bottom: 5px; } .aplus-v2 .premium-aplus-module-5 .product-title { font-size: 15px; padding: 10px 0; } .aplus-v2 .premium-aplus-module-5 .scroll-width { overflow-x: scroll; overflow-y: visible; } .aplus-v2 .premium-aplus-module-5 td.attribute.empty { height: 300px; } .aplus-v2 .premium-aplus-module-5 .header-img { padding-top: 10px; } /* Override default AUI .a-bordered table borders */ .aplus-v2 .premium-aplus-module-5 table.a-bordered { border-width: 0; border-color: #eaeaea; border-style: solid; } /* Size the top scroller */ .aplus-v2 .premium-aplus-module-5 .scroll-wrapper-top { width: 100%; height: 20px; overflow-x: scroll; overflow-y: visible; } .aplus-v2 .premium-aplus-module-5 .scroll-bar { height: 1px; } .aplus-v2 .premium-aplus-module-5 .add-to-cart { line-height: 1rem; font-weight: normal; } .aplus-v2 .premium-aplus-module-5 .review { font-size: 14px; } /** * Premium modules global styles */ .aplus-v2.desktop { max-width: 1464px; min-width: 800px; margin-left: auto; margin-right: auto; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; } /* Undo this for tech-specs because it breaks table layout */ .aplus-v2.desktop .premium-aplus .aplus-tech-spec-table { word-break: initial; } .aplus-v2 .premium-aplus, .aplus-v2 .premium-aplus .aplus-h1, .aplus-v2 .premium-aplus .aplus-h2, .aplus-v2 .premium-aplus .aplus-p1, .aplus-v2 .premium-aplus .aplus-p2, .aplus-v2 .premium-aplus .aplus-p3, .aplus-v2 .premium-aplus .aplus-accent1, .aplus-v2 .premium-aplus .aplus-accent2 { font-family: Arial, sans-serif; } .aplus-v2 .premium-aplus, .aplus-v2 .premium-aplus .aplus-h1, .aplus-v2 .premium-aplus .aplus-h2, .aplus-v2 .premium-aplus .aplus-p1, .aplus-v2 .premium-aplus .aplus-p2, .aplus-v2 .premium-aplus .aplus-p3, .aplus-v2 .premium-aplus .aplus-accent1, .aplus-v2 .premium-aplus .aplus-accent2 { font-family: inherit; } /* type */ .aplus-v2 .premium-aplus .aplus-h1 { font-size: 32px; line-height: 1.2em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-h2 { font-size: 26px; line-height: 1.25em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-h3 { font-size: 18px; line-height: 1.25em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-p1 { font-size: 20px; line-height: 1.3em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-p2 { font-size: 16px; line-height: 1.4em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-p3 { font-size: 14px; line-height: 1.4em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-accent1 { font-size: 16px; line-height: 1.4em; font-weight: 600; } .aplus-v2 .premium-aplus .aplus-accent2 { font-size: 14px; line-height: 1.4em; font-weight: 600; } /* spacing */ .aplus-v2 .aplus-container-1 { padding: 40px; } .aplus-v2 .aplus-container-1-2 { padding: 40px 80px; } .aplus-v2 .aplus-container-2 { padding: 80px; } .aplus-v2 .aplus-container-3 { padding: 40px 0; } /* Display */ .aplus-v2 .premium-aplus .aplus-display-table { display: table; } .aplus-v2 .premium-aplus .aplus-display-table-cell { display: table-cell; } .aplus-v2 .premium-aplus .aplus-display-inline-block { display: inline-block; } /* Aplus display table with min-width 1000px and fill remaining space inside parent */ .aplus-v2.desktop .premium-aplus .aplus-display-table-width { min-width: 1000px; width: 100% } /** * Padding and margin for element should be 10, 20, 40, or 80 px. Considering mini 10, small 20, medium 40, large 80. */ /** * Premium-module 14: Carousel */ .aplus-v2 .premium-aplus-module-14 .aplus-carousel-container { position: relative; } .aplus-v2 .premium-aplus-module-14 .aplus-carousel-element { position: relative; width: 100%; } .aplus-v2 .premium-aplus-module-14 .aplus-pagination-wrapper { position: absolute; top: 92%; width: 100%; } .aplus-v2 .premium-aplus-module-14 .text-panel-container { vertical-align: middle; text-align: left; width: 50%; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-14 .text-panel-container { text-align: right; } .aplus-v2 .premium-aplus-module-14 .media-placeholder { padding-bottom: 75%; /* Aspect ratio 4:3 for video and image */ } .aplus-v2 .premium-aplus-module-14 .media-container { position: absolute; top: 0; width: 50%; height: 100%; padding-bottom: 5%; } .aplus-v2 .premium-aplus.premium-aplus-module-14 .title { padding-bottom: 20px; } .aplus-v2 .premium-aplus-module-14 .a-carousel-left { margin-top: 17%; } .aplus-v2 .premium-aplus-module-14 .a-carousel-right { margin-top: 17%; } .aplus-v2 .premium-aplus-module-14 .a-carousel-col { height: 10%; } /** * Premium-module 12: Nav Carousel */ .aplus-v2 .premium-aplus-module-12 .aplus-carousel-card { position: relative; width: 100%; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-container { position: relative; } .aplus-v2 .premium-aplus-module-12 .aplus-image-carousel-container { /* Match the aspect ratio of the desktop image uploaded via the editor (1464px x 600px) */ padding-top: calc(600 / 1464 * 100%); /* ~40.983% */ height: 0; } .aplus-v2 .premium-aplus-module-12 .aplus-image-carousel-container > div { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } /* Override AUI styles. It poorly attempts to measure the slide heights before waiting until images load. */ .aplus-v2 .premium-aplus-module-12 .a-carousel-viewport { height: 100% !important; } .aplus-v2 .premium-aplus-module-12 .aplus-card-image img { width: 100%; height: auto; } .aplus-v2 .premium-aplus-module-12 .aplus-card-details-wrapper { position: absolute; top: 0; width: 50%; height: 100%; } .aplus-v2 .premium-aplus-module-12 .aplus-card-detail { display: table; width: 100%; height: 100% } .aplus-v2 .premium-aplus-module-12 .card-description { text-align: left; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .card-description { text-align: right; } .aplus-v2 .premium-aplus-module-12 .aplus-table-cell { display: table-cell; vertical-align: middle; } .aplus-v2 .premium-aplus-module-12 .aplus-text-background { padding: 20px; } .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color { background: rgba(0, 0, 0, 0.5); } .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color h1, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color h5, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ol, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ul, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ol .a-list-item, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ul .a-list-item { color: #fff; } .aplus-v2 .premium-aplus-module-12 .description { margin-top: 20px; } /* nav */ .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions { position: absolute; top: 20px; width: 100%; text-align: center; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn { display: inline-block; margin: 7px 10px; cursor: pointer; border-radius: 30px; border: 2px solid #000; line-height: 2.5em; min-width: 200px; background-color: #fff; white-space: nowrap; color: #000; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-index { display: none; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.aplus-active { border-color: #fff; background-color: #000; color: #fff; } /** * Regimen template specific css */ html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen { text-align: right; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions.regimen { text-align: right; top: 50%; width: 250px; right: 75px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions.regimen { text-align: left; top: 50%; left: 75px; right: auto; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen { display: inline-block; margin: 10px 10px; cursor: pointer; border-radius: 30px; border: 2px solid #000; width: 220px; background-color: #fff; padding: 2px 0 2px; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen.aplus-active { border-color: #fff; background-color: #000; color: #fff; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen.aplus-active .aplus-carousel-index { color: inherit; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen.aplus-active .aplus-carousel-label { color: inherit; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions .regimen .aplus-carousel-index { display: inline-block; width: 12px; color: #000; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions .regimen .aplus-carousel-label { color: #000; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions .regimen .aplus-carousel-index { margin-left: 0px; margin-right: 6px; } .aplus-v2 .premium-aplus-module-12 .aplus-headline-top.regimen { position: absolute; top: 0; left: 0; width: 100%; background-color: #000; opacity: 0.5; text-align: center; } .aplus-v2 .premium-aplus-module-12 .aplus-headline-top.regimen .aplus-headline { color: #fff; line-height: 2em; } /** * Navigation template specific css */ .aplus-v2 .premium-aplus-module-12--top-nav .aplus-carousel-actions { background-color: rgba(0, 0, 0, 0.8); top: 0px; } .aplus-v2 .premium-aplus-module-12--top-nav .aplus-goto-btn { padding: 8px; color: #fff; background-color: transparent; border: none; } .aplus-v2 .premium-aplus-module-12--top-nav .aplus-goto-btn.aplus-active { text-decoration: underline; text-underline-offset: 0.8em; text-decoration-thickness: 3px; background-color: transparent; border: none; } /** * Premium-module 8: Hero Video module */ .aplus-v2 .premium-aplus-module-8 .premium-aplus-module-8-video { position: relative; width: 100%; } .aplus-v2 .premium-aplus-module-8 .video-placeholder { padding-bottom: 40.984%; /* Video or image required size 1464 : 600 = 40.9836 */ } .aplus-v2 .premium-aplus-module-8 .video-container { position: absolute; top: 0; width: 100%; height: 100%; } /*Override the default VSE video player size*/ .aplus-v2 .premium-aplus-module-8 .video-js.vjs-fluid { padding: 0; } (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.now('premium-module-12-nav-carousel').execute(function(init) { if (init) { return; } P.register('premium-module-12-nav-carousel', function(){ return function() { P.when('A', 'jQuery', 'a-carousel-framework', 'ready').execute(function (A, $, framework) { function initiateCarousel(module) { var MODULE_ID = $(module).data('module-id'); /** * Carousel button element classname * @const */ var GOTO_BTN_CLASS_NAME = "aplus-goto-btn-" + MODULE_ID; /** * Carousel button element active classname * @const */ var GOTO_BTN_ACTIVE_CLASS_NAME = "aplus-active"; /** * AUI name for aui carousel * @const */ var CAROUSEL_NAME = "premium-aplus-12-carousel-" + MODULE_ID; /** * Module class name * @const */ var MODULE_CLASS_NAME = ".aplus-v2 .premium-aplus-module-12"; /** * Carousel text container class name * @const */ var TEXT_CONTAINER_CLASS_NAME = MODULE_CLASS_NAME + " .aplus-carousel-text-container-" + MODULE_ID; /** * Carousel text hidden class name * @const */ var TEXT_CONTAINER_HIDDEN = "aplus-hidden"; /** * Carousel horizontal scroll container class name * @const */ var HORIZONTAL_SCROLL_CONTAINER_CLASS_NAME = MODULE_CLASS_NAME + " .aplus-horizontal-scroll-container-" + MODULE_ID; function showCarouselText(oldIndex, newIndex) { var oldClass = TEXT_CONTAINER_CLASS_NAME + "-" + oldIndex; var newClass= TEXT_CONTAINER_CLASS_NAME + "-" + newIndex; $(oldClass).addClass(TEXT_CONTAINER_HIDDEN); $(newClass).removeClass(TEXT_CONTAINER_HIDDEN); } function scrollToCarouselButton(scrollLeft) { if ($(HORIZONTAL_SCROLL_CONTAINER_CLASS_NAME).length) { $(HORIZONTAL_SCROLL_CONTAINER_CLASS_NAME).animate({scrollLeft}, 200); } } /** * Creates a CarouselButton class for provided carousel instance * @param {object} carousel - AUI Carousel instance * @returns {Class} - CarouselButton Class */ function CarouselButtonTemplate(carousel) { /** * Button for controlling the active slide * @constructor * @param {number} index - slide index * @param {DOMElement} [elem] - optional DOM element to use as this objects DOM representation */ function CarouselButton(index, elem) { var self = this; this.index = index; this.carousel = carousel; /* create the button element */ this.elem = this.getElem(elem); this.$elem = $(this.elem); /* store jquery version */ this.elem.addEventListener('click', self.handleClick.bind(self)); this.elem.setAttribute('role', 'tab'); /* add this object to the object manager */ CarouselButton.objects.byId[index] = this; CarouselButton.objects.all.push(this); } /** * Describe behavior for click events on this.elem * @memberOf CarouselButton */ CarouselButton.prototype.handleClick = function(e) { e.preventDefault(); this.carousel.gotoPage(this.index); }; /** * Enter active state * @memberOf CarouselButton */ CarouselButton.prototype.activate = function() { this.$elem.addClass(GOTO_BTN_ACTIVE_CLASS_NAME).attr('aria-selected', 'true'); }; /** * Enter inactive state * @memberOf CarouselButton */ CarouselButton.prototype.deactivate = function() { this.$elem.removeClass(GOTO_BTN_ACTIVE_CLASS_NAME).attr('aria-selected', 'false'); }; /** * Returns an existing or creates a new bound element for this object * @memberOf CarouselButton * @param {DOMElement} [elem] - optionally provide an existing element in the DOM to use * @returns {DOMElement} - this objects DOM representation */ CarouselButton.prototype.getElem = function(elem) { if (this.elem) return this.elem; if (elem) return elem; var createdElem = document.createElement('span'); createdElem.className = GOTO_BTN_CLASS_NAME; return createdElem; }; /** @const Object manager */ CarouselButton.objects = { byId: {}, all: [], }; return CarouselButton; } framework.onInit(CAROUSEL_NAME, function(carousel) { /** @const {Class} */ var CarouselButton = CarouselButtonTemplate(carousel); /* create carousel controls */ var $carouselBtns = $(safeClassSelector(GOTO_BTN_CLASS_NAME)); var btns = $carouselBtns.map(function(i, btnElem) { return new CarouselButton(i + 1, btnElem); }); /* activate first one */ CarouselButton.objects.byId[1].activate(); /* Listen to slide changes */ A.on("a:carousel:" + CAROUSEL_NAME + ":change:pageNumber", function (data) { var newCarouselButton = CarouselButton.objects.byId[data.newValue]; var marginLeft = parseInt(getComputedStyle(newCarouselButton.elem).getPropertyValue('margin-left')); var positionLeft = newCarouselButton.elem.offsetLeft - marginLeft; newCarouselButton.activate(); CarouselButton.objects.byId[data.oldValue].deactivate(); scrollToCarouselButton(positionLeft); showCarouselText(data.oldValue, data.newValue); }); }); /** * @returns {string} - css classname prefixed with module selector */ function safeClassSelector(className) { return '.' + MODULE_CLASS_NAME + ' .' + className; } } $('.aplus-v2 .premium-aplus-module-12 .aplus-carousel-container').each(function (index, module) { initiateCarousel(module); }); framework.createAll(); framework.initializeAll(); }); } }) }); })); AGM PAD P2 Active supports Cellular Data. 4G LTE version ONLY supports T-Mobile. .aplus-v2 .vse-video-player-title, .aplus-v2 .vse-lightPlayer-vendor{ display:none; } #aplus .vse-video-player-title, #aplus .vse-lightPlayer-vendor{ display:none; } {"clickstreamNexusMetricsConfig":{"producerId":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4","actionType":"DISCOVERY","eventOwner":"vsemetrics_playercards","eventType":"IVEVideoView","productId":"B0D54B3QGZ"},"clientPrefix":"aplus-74874","ccvDisclosure":"","closedCaptionsConfig":{"captionsOnTexts":{"de":"German (Automated)","en":"English (Automated)","fr":"French (Automated)","es":"Spanish (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English","French":"French","German":"German","Spanish":"Spanish"}},"sushiMetricsConfig":{"eventSource":"Player","endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"VKWJ8A7S1X654ZKQM9KE","sessionId":"134-3681825-6161119","customerId":"0","refMarkers":"aplus-74874_ref","sessionType":1,"placementContext":"AplusWidget","marketplaceId":"ATVPDKIKX0DER","weblabIds":"","isInternal":false,"isRobot":false,"clientId":"VSE-US","videoAsinList":"","pageAsin":"B0D54B3QGZ"},"mimeType":"video/mp4","reportUrl":"","nexusMetricsConfig":{"eventSource":"Player","isInternal":false,"playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9","widgetMetricsSchemaId":"vse.VSECardsEvents.9","producerId":"vsemetrics_playercards","refMarkers":"aplus-74874_ref","placementContext":"AplusWidget","weblabIds":"","clientId":"VSE-US","videoAsin":"hero-video","videoAsinList":"","pageAsin":"B0D54B3QGZ","customerId":"0"},"videoHeight":0,"disableReportIllegalLink":false,"videoWidth":0,"eligibleToTriggerCCWeblab":false,"videoUrl":"https://m.media-amazon.com/images/S/aplus-media/sc/343ca650-da65-4394-bb6f-62b0bb0bef43.mp4","metricsEmissionMethod":"nexus","imageUrl":"https://m.media-amazon.com/images/S/aplus-media/sc/ec9031b5-8411-494f-b711-b1970cb63840.__CR0,0,1464,600_PT0_SX1464_V1___.jpg","awaConfig":{"useUpNextComponent":false,"clickstreamNexusMetricsConfig":{"producerId":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4","actionType":"DISCOVERY","eventOwner":"vsemetrics_playercards","eventType":"IVEVideoView","productId":"B0D54B3QGZ"},"initialVideo":"hero-video","shouldPreload":false,"enableClickBasedAttribution":false,"isChromelessPlayer":false,"closedCaptionsConfig":{"captionsOnTexts":{"de":"German (Automated)","en":"English (Automated)","fr":"French (Automated)","es":"Spanish (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English","French":"French","German":"German","Spanish":"Spanish"}},"enableDynamicBlur":false,"showPlayerPlayButton":false,"isVideoImmersivePlayer":false,"metricsEmissionMethod":"nexus","skipInitialFocus":false,"playerSkin":"none","disabledViewIds":["replayHint"],"includeEarnsComissionDisclosure":false,"customerId":"0","containerId":"aplus-74874-player-4754eaf7-912e-4768-8427-9d13e726791b","allowCrossOrigin":false,"requestMetadata":{"clientId":"VSE-US","marketplaceId":"ATVPDKIKX0DER","requestId":"VKWJ8A7S1X654ZKQM9KE","sessionId":"134-3681825-6161119","method":"AplusWidget","pageAsin":""},"shouldLoop":false,"shouldDisableControls":false,"alwaysSetInitialVideo":true,"showPlayerCloseButton":false,"clientPrefix":"","useAutoplayFallback":false,"sushiMetricsConfig":{"eventSource":"Player","endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"VKWJ8A7S1X654ZKQM9KE","sessionId":"134-3681825-6161119","customerId":"0","refMarkers":"aplus-74874_ref","sessionType":1,"placementContext":"AplusWidget","marketplaceId":"ATVPDKIKX0DER","weblabIds":"","isInternal":false,"isRobot":false,"clientId":"VSE-US","videoAsinList":"","pageAsin":"B0D54B3QGZ"},"ospLinkCode":"","showPosterImage":true,"languageCode":"en","languageLocalization":{"play":"Play","volumeLevel":"Volume Level","subtitles":"Subtitles","volumeSlider":"Volume Slider","playVideo":"Click to play video","fullscreen":"Fullscreen","scrubberBar":"Scrubber bar","mute":"Mute","unmute":"Unmute","pause":"Pause","captions":"Captions","nonfullscreen":"Non-Fullscreen"},"version":"","isMoreVideosButtonEnabled":false,"nexusMetricsConfig":{"eventSource":"Player","isInternal":false,"playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9","widgetMetricsSchemaId":"vse.VSECardsEvents.9","producerId":"vsemetrics_playercards","refMarkers":"aplus-74874_ref","placementContext":"AplusWidget","weblabIds":"","clientId":"VSE-US","videoAsin":"hero-video","videoAsinList":"","pageAsin":"B0D54B3QGZ","customerId":"0"},"shouldStartMuted":false,"airyVersion":"VideoJS","languagePreferenceStrings":{},"enableInactiveFocus":true,"showVideoInfo":false,"isReactFactory":false,"enableDelphiAttribution":false,"includeReportWidget":false,"shouldAutoplay":false},"needPlayerFactory":false,"isMobile":false}The video showcases the product in use.The video guides you through product setup.The video compares multiple products.The video shows the product being unpacked.Video Player is loading.Click to play videoPlayMuteCurrent Time 0:00/Duration 0:00Loaded: 0%Stream Type LIVESeek to live, currently behind liveLIVERemaining Time -0:00 1xPlayback RateChaptersChaptersDescriptionsdescriptions off, selectedCaptionsCaptions off, selectedAudio TrackFullscreenThis is a modal window. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/51ckmXPzM3L.js?AUIClients/VSEPlayer'); (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/21fOfDNeAIL._RC|01x4giTy+uL.js,01r9LpT6pbL.js,41k0NAKRfaL.js,11QfrzttlqL.js,91VXiFQ1TCL.js,01ELLYeIOkL.js_.js?AUIClients/Brila'); (function(f) {var _np=(window.P._namespace("vse-ns-initVSEPlayerOnLoad"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('VSEPlayer').execute(function(vsePlayer){vsePlayer.initPlayer('aplus-74874-player-ps');}); //Please use below event to register FeedbackForm P.when('A', 'VSEComponentAssets').execute('vse-ns-player-initialization', function(A, asset) { A.trigger('vse:ns:player:aplus-74874:init', 'aplus-74874-player-ps'); }); })); Please Note: After receiving the tablet, go to " Settings " > " System Update ", and click " Update to the latest version ". Then, restart the tablet. If the system is already updated to the latest version, simply restart the device. <img alt="AGM PAD P2 Active - Rugged &amp; Waterproof Android 14 Tablet with sim card slot" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/a5d4f18a-f679-405e-b4c1-1286227bfaa1.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"/> Previous page Next page 1 Rugged & Waterproof 2 IP68/IP69K Waterproof 3 Perfect for the Outdoors 4 Portable Protective Case 5 360° Rotatable Ring (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-12-nav-carousel').execute(function(init){ init(); }); })); Previous page Next page 1 Android 14 OS 2 MediaTek Heilo G99 Chip 3 11-inch FHD 90Hz Dispaly 4 Widevine L1 Certification 5 8000mAh Battery (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-12-nav-carousel').execute(function(init){ init(); }); })); Previous page Next page Please Activate Your SIM Card before Using 4G LTE Cellular Data! It won't work without activation! 1 Best Gaming Tablet 2 50MP Rear Camera 3 Stereo Speakers 4 4G LTE/T-Mobile ONLY 5 Useful Compass (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-12-nav-carousel').execute(function(init){ init(); }); })); How to Install and Remove the Protective Case? & PAD P2 Active Challenge Video Video Guide for PAD P2 Active Case - [Remove] How to remove the protective case of AGM PAD P2 Active? .aplus-v2 .vse-video-player-title, .aplus-v2 .vse-lightPlayer-vendor{ display:none; } #aplus .vse-video-player-title, #aplus .vse-lightPlayer-vendor{ display:none; } {"clickstreamNexusMetricsConfig":{"producerId":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4","actionType":"DISCOVERY","eventOwner":"vsemetrics_playercards","eventType":"IVEVideoView","productId":"B0D54B3QGZ"},"clientPrefix":"aplus-74878","ccvDisclosure":"","closedCaptionsConfig":{"captionsOnTexts":{"de":"German (Automated)","en":"English (Automated)","fr":"French (Automated)","es":"Spanish (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English","French":"French","German":"German","Spanish":"Spanish"}},"sushiMetricsConfig":{"eventSource":"Player","endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"VKWJ8A7S1X654ZKQM9KE","sessionId":"134-3681825-6161119","customerId":"0","refMarkers":"aplus-74878_ref","sessionType":1,"placementContext":"AplusWidget","marketplaceId":"ATVPDKIKX0DER","weblabIds":"","isInternal":false,"isRobot":false,"clientId":"VSE-US","videoAsinList":"","pageAsin":"B0D54B3QGZ"},"mimeType":"video/mp4","reportUrl":"","nexusMetricsConfig":{"eventSource":"Player","isInternal":false,"playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9","widgetMetricsSchemaId":"vse.VSECardsEvents.9","producerId":"vsemetrics_playercards","refMarkers":"aplus-74878_ref","placementContext":"AplusWidget","weblabIds":"","clientId":"VSE-US","videoAsin":"video","videoAsinList":"","pageAsin":"B0D54B3QGZ","customerId":"0"},"videoHeight":0,"disableReportIllegalLink":false,"videoWidth":0,"eligibleToTriggerCCWeblab":false,"videoUrl":"https://m.media-amazon.com/images/S/aplus-media/sc/f9a9dc36-d2ad-498c-aace-f06ef6e93751.mp4","metricsEmissionMethod":"nexus","imageUrl":"https://m.media-amazon.com/images/S/aplus-media/sc/6a107b06-7c27-49cb-b351-d45f46255805.__CR0,0,2000,1500_PT0_SX800_V1___.jpg","awaConfig":{"useUpNextComponent":false,"clickstreamNexusMetricsConfig":{"producerId":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4","actionType":"DISCOVERY","eventOwner":"vsemetrics_playercards","eventType":"IVEVideoView","productId":"B0D54B3QGZ"},"initialVideo":"video","shouldPreload":false,"enableClickBasedAttribution":false,"isChromelessPlayer":false,"closedCaptionsConfig":{"captionsOnTexts":{"de":"German (Automated)","en":"English (Automated)","fr":"French (Automated)","es":"Spanish (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English","French":"French","German":"German","Spanish":"Spanish"}},"enableDynamicBlur":false,"showPlayerPlayButton":false,"isVideoImmersivePlayer":false,"metricsEmissionMethod":"nexus","skipInitialFocus":false,"playerSkin":"none","disabledViewIds":["replayHint"],"includeEarnsComissionDisclosure":false,"customerId":"0","containerId":"aplus-74878-player-a624bf93-a564-43fa-a1fa-cf077f8d821b","allowCrossOrigin":false,"requestMetadata":{"clientId":"VSE-US","marketplaceId":"ATVPDKIKX0DER","requestId":"VKWJ8A7S1X654ZKQM9KE","sessionId":"134-3681825-6161119","method":"AplusWidget","pageAsin":""},"shouldLoop":false,"shouldDisableControls":false,"alwaysSetInitialVideo":true,"showPlayerCloseButton":false,"clientPrefix":"","useAutoplayFallback":false,"sushiMetricsConfig":{"eventSource":"Player","endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"VKWJ8A7S1X654ZKQM9KE","sessionId":"134-3681825-6161119","customerId":"0","refMarkers":"aplus-74878_ref","sessionType":1,"placementContext":"AplusWidget","marketplaceId":"ATVPDKIKX0DER","weblabIds":"","isInternal":false,"isRobot":false,"clientId":"VSE-US","videoAsinList":"","pageAsin":"B0D54B3QGZ"},"ospLinkCode":"","showPosterImage":true,"languageCode":"en","languageLocalization":{"play":"Play","volumeLevel":"Volume Level","subtitles":"Subtitles","volumeSlider":"Volume Slider","playVideo":"Click to play video","fullscreen":"Fullscreen","scrubberBar":"Scrubber bar","mute":"Mute","unmute":"Unmute","pause":"Pause","captions":"Captions","nonfullscreen":"Non-Fullscreen"},"version":"","isMoreVideosButtonEnabled":false,"nexusMetricsConfig":{"eventSource":"Player","isInternal":false,"playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9","widgetMetricsSchemaId":"vse.VSECardsEvents.9","producerId":"vsemetrics_playercards","refMarkers":"aplus-74878_ref","placementContext":"AplusWidget","weblabIds":"","clientId":"VSE-US","videoAsin":"video","videoAsinList":"","pageAsin":"B0D54B3QGZ","customerId":"0"},"shouldStartMuted":false,"airyVersion":"VideoJS","languagePreferenceStrings":{},"enableInactiveFocus":true,"showVideoInfo":false,"isReactFactory":false,"enableDelphiAttribution":false,"includeReportWidget":false,"shouldAutoplay":false},"needPlayerFactory":false,"isMobile":false}The video showcases the product in use.The video guides you through product setup.The video compares multiple products.The video shows the product being unpacked.Video Player is loading.Click to play videoPlayMuteCurrent Time 0:00/Duration 0:00Loaded: 0%Stream Type LIVESeek to live, currently behind liveLIVERemaining Time -0:00 1xPlayback RateChaptersChaptersDescriptionsdescriptions off, selectedCaptionsCaptions off, selectedAudio TrackFullscreenThis is a modal window. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/51ckmXPzM3L.js?AUIClients/VSEPlayer'); (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/21fOfDNeAIL._RC|01x4giTy+uL.js,01r9LpT6pbL.js,41k0NAKRfaL.js,11QfrzttlqL.js,91VXiFQ1TCL.js,01ELLYeIOkL.js_.js?AUIClients/Brila'); (function(f) {var _np=(window.P._namespace("vse-ns-initVSEPlayerOnLoad"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('VSEPlayer').execute(function(vsePlayer){vsePlayer.initPlayer('aplus-74878-player-ps');}); //Please use below event to register FeedbackForm P.when('A', 'VSEComponentAssets').execute('vse-ns-player-initialization', function(A, asset) { A.trigger('vse:ns:player:aplus-74878:init', 'aplus-74878-player-ps'); }); })); .aplus-v2 .vse-video-player-title, .aplus-v2 .vse-lightPlayer-vendor{ display:none; } #aplus .vse-video-player-title, #aplus .vse-lightPlayer-vendor{ display:none; } {"clickstreamNexusMetricsConfig":{"producerId":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4","actionType":"DISCOVERY","eventOwner":"vsemetrics_playercards","eventType":"IVEVideoView","productId":"B0D54B3QGZ"},"clientPrefix":"aplus-74875","ccvDisclosure":"","closedCaptionsConfig":{"captionsOnTexts":{"de":"German (Automated)","en":"English (Automated)","fr":"French (Automated)","es":"Spanish (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English","French":"French","German":"German","Spanish":"Spanish"}},"sushiMetricsConfig":{"eventSource":"Player","endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"VKWJ8A7S1X654ZKQM9KE","sessionId":"134-3681825-6161119","customerId":"0","refMarkers":"aplus-74875_ref","sessionType":1,"placementContext":"AplusWidget","marketplaceId":"ATVPDKIKX0DER","weblabIds":"","isInternal":false,"isRobot":false,"clientId":"VSE-US","videoAsinList":"","pageAsin":"B0D54B3QGZ"},"mimeType":"video/mp4","reportUrl":"","nexusMetricsConfig":{"eventSource":"Player","isInternal":false,"playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9","widgetMetricsSchemaId":"vse.VSECardsEvents.9","producerId":"vsemetrics_playercards","refMarkers":"aplus-74875_ref","placementContext":"AplusWidget","weblabIds":"","clientId":"VSE-US","videoAsin":"video","videoAsinList":"","pageAsin":"B0D54B3QGZ","customerId":"0"},"videoHeight":0,"disableReportIllegalLink":false,"videoWidth":0,"eligibleToTriggerCCWeblab":false,"videoUrl":"https://m.media-amazon.com/images/S/aplus-media/sc/c5542e9a-ad8d-40bc-818e-57587937151e.mp4","metricsEmissionMethod":"nexus","imageUrl":"https://m.media-amazon.com/images/S/aplus-media/sc/1a7a695d-cf95-4efa-85da-4080dff576b8.__CR0,0,2000,1500_PT0_SX800_V1___.jpg","awaConfig":{"useUpNextComponent":false,"clickstreamNexusMetricsConfig":{"producerId":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4","actionType":"DISCOVERY","eventOwner":"vsemetrics_playercards","eventType":"IVEVideoView","productId":"B0D54B3QGZ"},"initialVideo":"video","shouldPreload":false,"enableClickBasedAttribution":false,"isChromelessPlayer":false,"closedCaptionsConfig":{"captionsOnTexts":{"de":"German (Automated)","en":"English (Automated)","fr":"French (Automated)","es":"Spanish (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English","French":"French","German":"German","Spanish":"Spanish"}},"enableDynamicBlur":false,"showPlayerPlayButton":false,"isVideoImmersivePlayer":false,"metricsEmissionMethod":"nexus","skipInitialFocus":false,"playerSkin":"none","disabledViewIds":["replayHint"],"includeEarnsComissionDisclosure":false,"customerId":"0","containerId":"aplus-74875-player-1aab1d00-d448-4b00-bb78-496f3b6d81e8","allowCrossOrigin":false,"requestMetadata":{"clientId":"VSE-US","marketplaceId":"ATVPDKIKX0DER","requestId":"VKWJ8A7S1X654ZKQM9KE","sessionId":"134-3681825-6161119","method":"AplusWidget","pageAsin":""},"shouldLoop":false,"shouldDisableControls":false,"alwaysSetInitialVideo":true,"showPlayerCloseButton":false,"clientPrefix":"","useAutoplayFallback":false,"sushiMetricsConfig":{"eventSource":"Player","endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"VKWJ8A7S1X654ZKQM9KE","sessionId":"134-3681825-6161119","customerId":"0","refMarkers":"aplus-74875_ref","sessionType":1,"placementContext":"AplusWidget","marketplaceId":"ATVPDKIKX0DER","weblabIds":"","isInternal":false,"isRobot":false,"clientId":"VSE-US","videoAsinList":"","pageAsin":"B0D54B3QGZ"},"ospLinkCode":"","showPosterImage":true,"languageCode":"en","languageLocalization":{"play":"Play","volumeLevel":"Volume Level","subtitles":"Subtitles","volumeSlider":"Volume Slider","playVideo":"Click to play video","fullscreen":"Fullscreen","scrubberBar":"Scrubber bar","mute":"Mute","unmute":"Unmute","pause":"Pause","captions":"Captions","nonfullscreen":"Non-Fullscreen"},"version":"","isMoreVideosButtonEnabled":false,"nexusMetricsConfig":{"eventSource":"Player","isInternal":false,"playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9","widgetMetricsSchemaId":"vse.VSECardsEvents.9","producerId":"vsemetrics_playercards","refMarkers":"aplus-74875_ref","placementContext":"AplusWidget","weblabIds":"","clientId":"VSE-US","videoAsin":"video","videoAsinList":"","pageAsin":"B0D54B3QGZ","customerId":"0"},"shouldStartMuted":false,"airyVersion":"VideoJS","languagePreferenceStrings":{},"enableInactiveFocus":true,"showVideoInfo":false,"isReactFactory":false,"enableDelphiAttribution":false,"includeReportWidget":false,"shouldAutoplay":false},"needPlayerFactory":false,"isMobile":false}The video showcases the product in use.The video guides you through product setup.The video compares multiple products.The video shows the product being unpacked.Video Player is loading.Click to play videoPlayMuteCurrent Time 0:00/Duration 0:00Loaded: 0%Stream Type LIVESeek to live, currently behind liveLIVERemaining Time -0:00 1xPlayback RateChaptersChaptersDescriptionsdescriptions off, selectedCaptionsCaptions off, selectedAudio TrackFullscreenThis is a modal window. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/51ckmXPzM3L.js?AUIClients/VSEPlayer'); (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/21fOfDNeAIL._RC|01x4giTy+uL.js,01r9LpT6pbL.js,41k0NAKRfaL.js,11QfrzttlqL.js,91VXiFQ1TCL.js,01ELLYeIOkL.js_.js?AUIClients/Brila'); (function(f) {var _np=(window.P._namespace("vse-ns-initVSEPlayerOnLoad"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('VSEPlayer').execute(function(vsePlayer){vsePlayer.initPlayer('aplus-74875-player-ps');}); //Please use below event to register FeedbackForm P.when('A', 'VSEComponentAssets').execute('vse-ns-player-initialization', function(A, asset) { A.trigger('vse:ns:player:aplus-74875:init', 'aplus-74875-player-ps'); }); })); Video Guide for PAD P2 Active Case - [Install] How to properly install the protective case of AGM PAD P2 Active? AGM PAD P2 Active - Challenge Video [Part 1] If you accidentally spill coffee on your tablet..... .aplus-v2 .vse-video-player-title, .aplus-v2 .vse-lightPlayer-vendor{ display:none; } #aplus .vse-video-player-title, #aplus .vse-lightPlayer-vendor{ display:none; } {"clickstreamNexusMetricsConfig":{"producerId":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4","actionType":"DISCOVERY","eventOwner":"vsemetrics_playercards","eventType":"IVEVideoView","productId":"B0D54B3QGZ"},"clientPrefix":"aplus-74873","ccvDisclosure":"","closedCaptionsConfig":{"captionsOnTexts":{"de":"German (Automated)","en":"English (Automated)","fr":"French (Automated)","es":"Spanish (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English","French":"French","German":"German","Spanish":"Spanish"}},"sushiMetricsConfig":{"eventSource":"Player","endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"VKWJ8A7S1X654ZKQM9KE","sessionId":"134-3681825-6161119","customerId":"0","refMarkers":"aplus-74873_ref","sessionType":1,"placementContext":"AplusWidget","marketplaceId":"ATVPDKIKX0DER","weblabIds":"","isInternal":false,"isRobot":false,"clientId":"VSE-US","videoAsinList":"","pageAsin":"B0D54B3QGZ"},"mimeType":"video/mp4","reportUrl":"","nexusMetricsConfig":{"eventSource":"Player","isInternal":false,"playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9","widgetMetricsSchemaId":"vse.VSECardsEvents.9","producerId":"vsemetrics_playercards","refMarkers":"aplus-74873_ref","placementContext":"AplusWidget","weblabIds":"","clientId":"VSE-US","videoAsin":"video","videoAsinList":"","pageAsin":"B0D54B3QGZ","customerId":"0"},"videoHeight":0,"disableReportIllegalLink":false,"videoWidth":0,"eligibleToTriggerCCWeblab":false,"videoUrl":"https://m.media-amazon.com/images/S/aplus-media/sc/323b9c0f-6908-4680-8562-890e0edf9251.mp4","metricsEmissionMethod":"nexus","imageUrl":"https://m.media-amazon.com/images/S/aplus-media/sc/c7503bbe-69eb-4c39-9ef1-c943506a4aed.__CR0,0,1039,779_PT0_SX800_V1___.jpg","awaConfig":{"useUpNextComponent":false,"clickstreamNexusMetricsConfig":{"producerId":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4","actionType":"DISCOVERY","eventOwner":"vsemetrics_playercards","eventType":"IVEVideoView","productId":"B0D54B3QGZ"},"initialVideo":"video","shouldPreload":false,"enableClickBasedAttribution":false,"isChromelessPlayer":false,"closedCaptionsConfig":{"captionsOnTexts":{"de":"German (Automated)","en":"English (Automated)","fr":"French (Automated)","es":"Spanish (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English","French":"French","German":"German","Spanish":"Spanish"}},"enableDynamicBlur":false,"showPlayerPlayButton":false,"isVideoImmersivePlayer":false,"metricsEmissionMethod":"nexus","skipInitialFocus":false,"playerSkin":"none","disabledViewIds":["replayHint"],"includeEarnsComissionDisclosure":false,"customerId":"0","containerId":"aplus-74873-player-0755a007-236c-4deb-85d1-61e8d5968368","allowCrossOrigin":false,"requestMetadata":{"clientId":"VSE-US","marketplaceId":"ATVPDKIKX0DER","requestId":"VKWJ8A7S1X654ZKQM9KE","sessionId":"134-3681825-6161119","method":"AplusWidget","pageAsin":""},"shouldLoop":false,"shouldDisableControls":false,"alwaysSetInitialVideo":true,"showPlayerCloseButton":false,"clientPrefix":"","useAutoplayFallback":false,"sushiMetricsConfig":{"eventSource":"Player","endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"VKWJ8A7S1X654ZKQM9KE","sessionId":"134-3681825-6161119","customerId":"0","refMarkers":"aplus-74873_ref","sessionType":1,"placementContext":"AplusWidget","marketplaceId":"ATVPDKIKX0DER","weblabIds":"","isInternal":false,"isRobot":false,"clientId":"VSE-US","videoAsinList":"","pageAsin":"B0D54B3QGZ"},"ospLinkCode":"","showPosterImage":true,"languageCode":"en","languageLocalization":{"play":"Play","volumeLevel":"Volume Level","subtitles":"Subtitles","volumeSlider":"Volume Slider","playVideo":"Click to play video","fullscreen":"Fullscreen","scrubberBar":"Scrubber bar","mute":"Mute","unmute":"Unmute","pause":"Pause","captions":"Captions","nonfullscreen":"Non-Fullscreen"},"version":"","isMoreVideosButtonEnabled":false,"nexusMetricsConfig":{"eventSource":"Player","isInternal":false,"playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9","widgetMetricsSchemaId":"vse.VSECardsEvents.9","producerId":"vsemetrics_playercards","refMarkers":"aplus-74873_ref","placementContext":"AplusWidget","weblabIds":"","clientId":"VSE-US","videoAsin":"video","videoAsinList":"","pageAsin":"B0D54B3QGZ","customerId":"0"},"shouldStartMuted":false,"airyVersion":"VideoJS","languagePreferenceStrings":{},"enableInactiveFocus":true,"showVideoInfo":false,"isReactFactory":false,"enableDelphiAttribution":false,"includeReportWidget":false,"shouldAutoplay":false},"needPlayerFactory":false,"isMobile":false}The video showcases the product in use.The video guides you through product setup.The video compares multiple products.The video shows the product being unpacked.Video Player is loading.Click to play videoPlayMuteCurrent Time 0:00/Duration 0:00Loaded: 0%Stream Type LIVESeek to live, currently behind liveLIVERemaining Time -0:00 1xPlayback RateChaptersChaptersDescriptionsdescriptions off, selectedCaptionsCaptions off, selectedAudio TrackFullscreenThis is a modal window. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/51ckmXPzM3L.js?AUIClients/VSEPlayer'); (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/21fOfDNeAIL._RC|01x4giTy+uL.js,01r9LpT6pbL.js,41k0NAKRfaL.js,11QfrzttlqL.js,91VXiFQ1TCL.js,01ELLYeIOkL.js_.js?AUIClients/Brila'); (function(f) {var _np=(window.P._namespace("vse-ns-initVSEPlayerOnLoad"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('VSEPlayer').execute(function(vsePlayer){vsePlayer.initPlayer('aplus-74873-player-ps');}); //Please use below event to register FeedbackForm P.when('A', 'VSEComponentAssets').execute('vse-ns-player-initialization', function(A, asset) { A.trigger('vse:ns:player:aplus-74873:init', 'aplus-74873-player-ps'); }); })); .aplus-v2 .vse-video-player-title, .aplus-v2 .vse-lightPlayer-vendor{ display:none; } #aplus .vse-video-player-title, #aplus .vse-lightPlayer-vendor{ display:none; } {"clickstreamNexusMetricsConfig":{"producerId":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4","actionType":"DISCOVERY","eventOwner":"vsemetrics_playercards","eventType":"IVEVideoView","productId":"B0D54B3QGZ"},"clientPrefix":"aplus-74876","ccvDisclosure":"","closedCaptionsConfig":{"captionsOnTexts":{"de":"German (Automated)","en":"English (Automated)","fr":"French (Automated)","es":"Spanish (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English","French":"French","German":"German","Spanish":"Spanish"}},"sushiMetricsConfig":{"eventSource":"Player","endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"VKWJ8A7S1X654ZKQM9KE","sessionId":"134-3681825-6161119","customerId":"0","refMarkers":"aplus-74876_ref","sessionType":1,"placementContext":"AplusWidget","marketplaceId":"ATVPDKIKX0DER","weblabIds":"","isInternal":false,"isRobot":false,"clientId":"VSE-US","videoAsinList":"","pageAsin":"B0D54B3QGZ"},"mimeType":"video/mp4","reportUrl":"","nexusMetricsConfig":{"eventSource":"Player","isInternal":false,"playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9","widgetMetricsSchemaId":"vse.VSECardsEvents.9","producerId":"vsemetrics_playercards","refMarkers":"aplus-74876_ref","placementContext":"AplusWidget","weblabIds":"","clientId":"VSE-US","videoAsin":"video","videoAsinList":"","pageAsin":"B0D54B3QGZ","customerId":"0"},"videoHeight":0,"disableReportIllegalLink":false,"videoWidth":0,"eligibleToTriggerCCWeblab":false,"videoUrl":"https://m.media-amazon.com/images/S/aplus-media/sc/b58473c2-48f6-4749-8f92-e60f1535526a.mp4","metricsEmissionMethod":"nexus","imageUrl":"https://m.media-amazon.com/images/S/aplus-media/sc/c37d7a2c-af3a-4b58-9366-7dd76db9b2a8.__CR0,0,878,659_PT0_SX800_V1___.jpg","awaConfig":{"useUpNextComponent":false,"clickstreamNexusMetricsConfig":{"producerId":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4","actionType":"DISCOVERY","eventOwner":"vsemetrics_playercards","eventType":"IVEVideoView","productId":"B0D54B3QGZ"},"initialVideo":"video","shouldPreload":false,"enableClickBasedAttribution":false,"isChromelessPlayer":false,"closedCaptionsConfig":{"captionsOnTexts":{"de":"German (Automated)","en":"English (Automated)","fr":"French (Automated)","es":"Spanish (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English","French":"French","German":"German","Spanish":"Spanish"}},"enableDynamicBlur":false,"showPlayerPlayButton":false,"isVideoImmersivePlayer":false,"metricsEmissionMethod":"nexus","skipInitialFocus":false,"playerSkin":"none","disabledViewIds":["replayHint"],"includeEarnsComissionDisclosure":false,"customerId":"0","containerId":"aplus-74876-player-f18bfa83-f389-49e0-b009-5fe0ad959a83","allowCrossOrigin":false,"requestMetadata":{"clientId":"VSE-US","marketplaceId":"ATVPDKIKX0DER","requestId":"VKWJ8A7S1X654ZKQM9KE","sessionId":"134-3681825-6161119","method":"AplusWidget","pageAsin":""},"shouldLoop":false,"shouldDisableControls":false,"alwaysSetInitialVideo":true,"showPlayerCloseButton":false,"clientPrefix":"","useAutoplayFallback":false,"sushiMetricsConfig":{"eventSource":"Player","endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"VKWJ8A7S1X654ZKQM9KE","sessionId":"134-3681825-6161119","customerId":"0","refMarkers":"aplus-74876_ref","sessionType":1,"placementContext":"AplusWidget","marketplaceId":"ATVPDKIKX0DER","weblabIds":"","isInternal":false,"isRobot":false,"clientId":"VSE-US","videoAsinList":"","pageAsin":"B0D54B3QGZ"},"ospLinkCode":"","showPosterImage":true,"languageCode":"en","languageLocalization":{"play":"Play","volumeLevel":"Volume Level","subtitles":"Subtitles","volumeSlider":"Volume Slider","playVideo":"Click to play video","fullscreen":"Fullscreen","scrubberBar":"Scrubber bar","mute":"Mute","unmute":"Unmute","pause":"Pause","captions":"Captions","nonfullscreen":"Non-Fullscreen"},"version":"","isMoreVideosButtonEnabled":false,"nexusMetricsConfig":{"eventSource":"Player","isInternal":false,"playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9","widgetMetricsSchemaId":"vse.VSECardsEvents.9","producerId":"vsemetrics_playercards","refMarkers":"aplus-74876_ref","placementContext":"AplusWidget","weblabIds":"","clientId":"VSE-US","videoAsin":"video","videoAsinList":"","pageAsin":"B0D54B3QGZ","customerId":"0"},"shouldStartMuted":false,"airyVersion":"VideoJS","languagePreferenceStrings":{},"enableInactiveFocus":true,"showVideoInfo":false,"isReactFactory":false,"enableDelphiAttribution":false,"includeReportWidget":false,"shouldAutoplay":false},"needPlayerFactory":false,"isMobile":false}The video showcases the product in use.The video guides you through product setup.The video compares multiple products.The video shows the product being unpacked.Video Player is loading.Click to play videoPlayMuteCurrent Time 0:00/Duration 0:00Loaded: 0%Stream Type LIVESeek to live, currently behind liveLIVERemaining Time -0:00 1xPlayback RateChaptersChaptersDescriptionsdescriptions off, selectedCaptionsCaptions off, selectedAudio TrackFullscreenThis is a modal window. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/51ckmXPzM3L.js?AUIClients/VSEPlayer'); (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/21fOfDNeAIL._RC|01x4giTy+uL.js,01r9LpT6pbL.js,41k0NAKRfaL.js,11QfrzttlqL.js,91VXiFQ1TCL.js,01ELLYeIOkL.js_.js?AUIClients/Brila'); (function(f) {var _np=(window.P._namespace("vse-ns-initVSEPlayerOnLoad"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('VSEPlayer').execute(function(vsePlayer){vsePlayer.initPlayer('aplus-74876-player-ps');}); //Please use below event to register FeedbackForm P.when('A', 'VSEComponentAssets').execute('vse-ns-player-initialization', function(A, asset) { A.trigger('vse:ns:player:aplus-74876:init', 'aplus-74876-player-ps'); }); })); AGM PAD P2 Active - Challenge Video [Part 2] Can the P2 Active withstand powerful splashes and water balloon impacts? AGM PAD P2 Active - Challenge Video [Part 3] Accidental Drop from a Bicycle and Bicycle Run-Over Challenge .aplus-v2 .vse-video-player-title, .aplus-v2 .vse-lightPlayer-vendor{ display:none; } #aplus .vse-video-player-title, #aplus .vse-lightPlayer-vendor{ display:none; } {"clickstreamNexusMetricsConfig":{"producerId":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4","actionType":"DISCOVERY","eventOwner":"vsemetrics_playercards","eventType":"IVEVideoView","productId":"B0D54B3QGZ"},"clientPrefix":"aplus-74879","ccvDisclosure":"","closedCaptionsConfig":{"captionsOnTexts":{"de":"German (Automated)","en":"English (Automated)","fr":"French (Automated)","es":"Spanish (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English","French":"French","German":"German","Spanish":"Spanish"}},"sushiMetricsConfig":{"eventSource":"Player","endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"VKWJ8A7S1X654ZKQM9KE","sessionId":"134-3681825-6161119","customerId":"0","refMarkers":"aplus-74879_ref","sessionType":1,"placementContext":"AplusWidget","marketplaceId":"ATVPDKIKX0DER","weblabIds":"","isInternal":false,"isRobot":false,"clientId":"VSE-US","videoAsinList":"","pageAsin":"B0D54B3QGZ"},"mimeType":"video/mp4","reportUrl":"","nexusMetricsConfig":{"eventSource":"Player","isInternal":false,"playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9","widgetMetricsSchemaId":"vse.VSECardsEvents.9","producerId":"vsemetrics_playercards","refMarkers":"aplus-74879_ref","placementContext":"AplusWidget","weblabIds":"","clientId":"VSE-US","videoAsin":"video","videoAsinList":"","pageAsin":"B0D54B3QGZ","customerId":"0"},"videoHeight":0,"disableReportIllegalLink":false,"videoWidth":0,"eligibleToTriggerCCWeblab":false,"videoUrl":"https://m.media-amazon.com/images/S/aplus-media/sc/efcb43ad-4870-41e8-91ed-db20216a8d44.mp4","metricsEmissionMethod":"nexus","imageUrl":"https://m.media-amazon.com/images/S/aplus-media/sc/4c20eb18-eebe-4e3b-8d6a-19d82c79201c.__CR0,0,1092,819_PT0_SX800_V1___.jpg","awaConfig":{"useUpNextComponent":false,"clickstreamNexusMetricsConfig":{"producerId":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4","actionType":"DISCOVERY","eventOwner":"vsemetrics_playercards","eventType":"IVEVideoView","productId":"B0D54B3QGZ"},"initialVideo":"video","shouldPreload":false,"enableClickBasedAttribution":false,"isChromelessPlayer":false,"closedCaptionsConfig":{"captionsOnTexts":{"de":"German (Automated)","en":"English (Automated)","fr":"French (Automated)","es":"Spanish (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English","French":"French","German":"German","Spanish":"Spanish"}},"enableDynamicBlur":false,"showPlayerPlayButton":false,"isVideoImmersivePlayer":false,"metricsEmissionMethod":"nexus","skipInitialFocus":false,"playerSkin":"none","disabledViewIds":["replayHint"],"includeEarnsComissionDisclosure":false,"customerId":"0","containerId":"aplus-74879-player-8aae7ca7-3f72-45ba-8df2-62263d9a7408","allowCrossOrigin":false,"requestMetadata":{"clientId":"VSE-US","marketplaceId":"ATVPDKIKX0DER","requestId":"VKWJ8A7S1X654ZKQM9KE","sessionId":"134-3681825-6161119","method":"AplusWidget","pageAsin":""},"shouldLoop":false,"shouldDisableControls":false,"alwaysSetInitialVideo":true,"showPlayerCloseButton":false,"clientPrefix":"","useAutoplayFallback":false,"sushiMetricsConfig":{"eventSource":"Player","endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"VKWJ8A7S1X654ZKQM9KE","sessionId":"134-3681825-6161119","customerId":"0","refMarkers":"aplus-74879_ref","sessionType":1,"placementContext":"AplusWidget","marketplaceId":"ATVPDKIKX0DER","weblabIds":"","isInternal":false,"isRobot":false,"clientId":"VSE-US","videoAsinList":"","pageAsin":"B0D54B3QGZ"},"ospLinkCode":"","showPosterImage":true,"languageCode":"en","languageLocalization":{"play":"Play","volumeLevel":"Volume Level","subtitles":"Subtitles","volumeSlider":"Volume Slider","playVideo":"Click to play video","fullscreen":"Fullscreen","scrubberBar":"Scrubber bar","mute":"Mute","unmute":"Unmute","pause":"Pause","captions":"Captions","nonfullscreen":"Non-Fullscreen"},"version":"","isMoreVideosButtonEnabled":false,"nexusMetricsConfig":{"eventSource":"Player","isInternal":false,"playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9","widgetMetricsSchemaId":"vse.VSECardsEvents.9","producerId":"vsemetrics_playercards","refMarkers":"aplus-74879_ref","placementContext":"AplusWidget","weblabIds":"","clientId":"VSE-US","videoAsin":"video","videoAsinList":"","pageAsin":"B0D54B3QGZ","customerId":"0"},"shouldStartMuted":false,"airyVersion":"VideoJS","languagePreferenceStrings":{},"enableInactiveFocus":true,"showVideoInfo":false,"isReactFactory":false,"enableDelphiAttribution":false,"includeReportWidget":false,"shouldAutoplay":false},"needPlayerFactory":false,"isMobile":false}The video showcases the product in use.The video guides you through product setup.The video compares multiple products.The video shows the product being unpacked.Video Player is loading.Click to play videoPlayMuteCurrent Time 0:00/Duration 0:00Loaded: 0%Stream Type LIVESeek to live, currently behind liveLIVERemaining Time -0:00 1xPlayback RateChaptersChaptersDescriptionsdescriptions off, selectedCaptionsCaptions off, selectedAudio TrackFullscreenThis is a modal window. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/51ckmXPzM3L.js?AUIClients/VSEPlayer'); (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/21fOfDNeAIL._RC|01x4giTy+uL.js,01r9LpT6pbL.js,41k0NAKRfaL.js,11QfrzttlqL.js,91VXiFQ1TCL.js,01ELLYeIOkL.js_.js?AUIClients/Brila'); (function(f) {var _np=(window.P._namespace("vse-ns-initVSEPlayerOnLoad"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('VSEPlayer').execute(function(vsePlayer){vsePlayer.initPlayer('aplus-74879-player-ps');}); //Please use below event to register FeedbackForm P.when('A', 'VSEComponentAssets').execute('vse-ns-player-initialization', function(A, asset) { A.trigger('vse:ns:player:aplus-74879:init', 'aplus-74879-player-ps'); }); })); .aplus-v2 .vse-video-player-title, .aplus-v2 .vse-lightPlayer-vendor{ display:none; } #aplus .vse-video-player-title, #aplus .vse-lightPlayer-vendor{ display:none; } {"clickstreamNexusMetricsConfig":{"producerId":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4","actionType":"DISCOVERY","eventOwner":"vsemetrics_playercards","eventType":"IVEVideoView","productId":"B0D54B3QGZ"},"clientPrefix":"aplus-74877","ccvDisclosure":"","closedCaptionsConfig":{"captionsOnTexts":{"de":"German (Automated)","en":"English (Automated)","fr":"French (Automated)","es":"Spanish (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English","French":"French","German":"German","Spanish":"Spanish"}},"sushiMetricsConfig":{"eventSource":"Player","endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"VKWJ8A7S1X654ZKQM9KE","sessionId":"134-3681825-6161119","customerId":"0","refMarkers":"aplus-74877_ref","sessionType":1,"placementContext":"AplusWidget","marketplaceId":"ATVPDKIKX0DER","weblabIds":"","isInternal":false,"isRobot":false,"clientId":"VSE-US","videoAsinList":"","pageAsin":"B0D54B3QGZ"},"mimeType":"video/mp4","reportUrl":"","nexusMetricsConfig":{"eventSource":"Player","isInternal":false,"playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9","widgetMetricsSchemaId":"vse.VSECardsEvents.9","producerId":"vsemetrics_playercards","refMarkers":"aplus-74877_ref","placementContext":"AplusWidget","weblabIds":"","clientId":"VSE-US","videoAsin":"video","videoAsinList":"","pageAsin":"B0D54B3QGZ","customerId":"0"},"videoHeight":0,"disableReportIllegalLink":false,"videoWidth":0,"eligibleToTriggerCCWeblab":false,"videoUrl":"https://m.media-amazon.com/images/S/aplus-media/sc/26acba00-e916-487d-a674-ff422aa8b43d.mp4","metricsEmissionMethod":"nexus","imageUrl":"https://m.media-amazon.com/images/S/aplus-media/sc/52c1773d-8588-4209-8e39-1e2d9e338d3a.__CR0,0,1940,1455_PT0_SX800_V1___.jpg","awaConfig":{"useUpNextComponent":false,"clickstreamNexusMetricsConfig":{"producerId":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4","actionType":"DISCOVERY","eventOwner":"vsemetrics_playercards","eventType":"IVEVideoView","productId":"B0D54B3QGZ"},"initialVideo":"video","shouldPreload":false,"enableClickBasedAttribution":false,"isChromelessPlayer":false,"closedCaptionsConfig":{"captionsOnTexts":{"de":"German (Automated)","en":"English (Automated)","fr":"French (Automated)","es":"Spanish (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English","French":"French","German":"German","Spanish":"Spanish"}},"enableDynamicBlur":false,"showPlayerPlayButton":false,"isVideoImmersivePlayer":false,"metricsEmissionMethod":"nexus","skipInitialFocus":false,"playerSkin":"none","disabledViewIds":["replayHint"],"includeEarnsComissionDisclosure":false,"customerId":"0","containerId":"aplus-74877-player-9da35eab-8c10-4b37-bc8f-fe92c477b32f","allowCrossOrigin":false,"requestMetadata":{"clientId":"VSE-US","marketplaceId":"ATVPDKIKX0DER","requestId":"VKWJ8A7S1X654ZKQM9KE","sessionId":"134-3681825-6161119","method":"AplusWidget","pageAsin":""},"shouldLoop":false,"shouldDisableControls":false,"alwaysSetInitialVideo":true,"showPlayerCloseButton":false,"clientPrefix":"","useAutoplayFallback":false,"sushiMetricsConfig":{"eventSource":"Player","endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"VKWJ8A7S1X654ZKQM9KE","sessionId":"134-3681825-6161119","customerId":"0","refMarkers":"aplus-74877_ref","sessionType":1,"placementContext":"AplusWidget","marketplaceId":"ATVPDKIKX0DER","weblabIds":"","isInternal":false,"isRobot":false,"clientId":"VSE-US","videoAsinList":"","pageAsin":"B0D54B3QGZ"},"ospLinkCode":"","showPosterImage":true,"languageCode":"en","languageLocalization":{"play":"Play","volumeLevel":"Volume Level","subtitles":"Subtitles","volumeSlider":"Volume Slider","playVideo":"Click to play video","fullscreen":"Fullscreen","scrubberBar":"Scrubber bar","mute":"Mute","unmute":"Unmute","pause":"Pause","captions":"Captions","nonfullscreen":"Non-Fullscreen"},"version":"","isMoreVideosButtonEnabled":false,"nexusMetricsConfig":{"eventSource":"Player","isInternal":false,"playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9","widgetMetricsSchemaId":"vse.VSECardsEvents.9","producerId":"vsemetrics_playercards","refMarkers":"aplus-74877_ref","placementContext":"AplusWidget","weblabIds":"","clientId":"VSE-US","videoAsin":"video","videoAsinList":"","pageAsin":"B0D54B3QGZ","customerId":"0"},"shouldStartMuted":false,"airyVersion":"VideoJS","languagePreferenceStrings":{},"enableInactiveFocus":true,"showVideoInfo":false,"isReactFactory":false,"enableDelphiAttribution":false,"includeReportWidget":false,"shouldAutoplay":false},"needPlayerFactory":false,"isMobile":false}The video showcases the product in use.The video guides you through product setup.The video compares multiple products.The video shows the product being unpacked.Video Player is loading.Click to play videoPlayMuteCurrent Time 0:00/Duration 0:00Loaded: 0%Stream Type LIVESeek to live, currently behind liveLIVERemaining Time -0:00 1xPlayback RateChaptersChaptersDescriptionsdescriptions off, selectedCaptionsCaptions off, selectedAudio TrackFullscreenThis is a modal window. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/51ckmXPzM3L.js?AUIClients/VSEPlayer'); (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/21fOfDNeAIL._RC|01x4giTy+uL.js,01r9LpT6pbL.js,41k0NAKRfaL.js,11QfrzttlqL.js,91VXiFQ1TCL.js,01ELLYeIOkL.js_.js?AUIClients/Brila'); (function(f) {var _np=(window.P._namespace("vse-ns-initVSEPlayerOnLoad"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('VSEPlayer').execute(function(vsePlayer){vsePlayer.initPlayer('aplus-74877-player-ps');}); //Please use below event to register FeedbackForm P.when('A', 'VSEComponentAssets').execute('vse-ns-player-initialization', function(A, asset) { A.trigger('vse:ns:player:aplus-74877:init', 'aplus-74877-player-ps'); }); })); AGM PAD P2 Active Challenge Video [Part 4] Scratch-Resistant Screen - Cutting fruits and tomatoes on the P2 Active screen. .aplus-mantle.aplus-module .aplus-pagination-dots { margin: 0; } .aplus-mantle.aplus-module .aplus-pagination-dot { display: inline-block; list-style: none; } .aplus-mantle.aplus-module .aplus-carousel-nav { text-align:center; } .aplus-mantle.aplus-module .carousel-slider-circle { display: inline-block; cursor: pointer; height: 15px; width: 15px; border: 1px solid #000; border-radius: 20px; background-color: #fff; margin-left: 5px; } .aplus-mantle.aplus-module .carousel-slider-circle.aplus-carousel-active { background-color: #DE7921; } .aplus-mantle.aplus-module .aplus-pagination-dot--display-none { display: none; } P.now("premium-aplus-14-carousel-5").execute(function(init) { if (init) { return; } P.register("premium-aplus-14-carousel-5", function() { return function() { P.when("A", "jQuery", "a-carousel-framework", "ready").execute("paginate-carousel", function (A, $, framework) { const ENTER_KEY_CODE = 13; const ESCAPE_KEY_CODE = 27; const LEFT_ARROW_KEY = 37; const RIGHT_ARROW_KEY = 39; const HOME_KEY = 36; const END_KEY = 35; var moduleId = "5"; var carouselName = "premium-aplus-14-carousel-5"; var paginationAction = "aplus-pagination-dot-action-" + moduleId + "-" + carouselName; var paginationGroup = "#aplus-pagination-group-" + moduleId + "-" + carouselName; /* If the carousel goes to a new page */ A.on("a:carousel:"+carouselName+":change:pageNumber", function (data) { A.$(paginationGroup+" .carousel-slider-circle").removeClass("aplus-carousel-active").attr('aria-selected', 'false').attr('tabindex', -1) .eq(data.newValue - 1).addClass("aplus-carousel-active").attr('aria-selected', 'true').attr('tabindex', 0); }); function syncPaginationDotsWithCarouselPages(numPages) { const parentElement = document.querySelector(paginationGroup); if (parentElement && parentElement.children) { const children = parentElement.children; for (let i = 0; i < children.length; i++) { if (i >= numPages) { // If number of dots > num of pages, we should hide other dots children[i].classList.add('aplus-pagination-dot--display-none'); } else if (children[i].classList.contains('aplus-pagination-dot--display-none')) { // Reset display of dots if it was hidden before children[i].classList.remove('aplus-pagination-dot--display-none'); } } } } framework.onInit(carouselName, function (carousel) { try { var totalPages = carousel.getAttr('totalPages'); syncPaginationDotsWithCarouselPages(totalPages); /* Resize event handler to re-calculate the pagination dots count based on orientation */ window.addEventListener('resize', function() { carousel.resize(); totalPages = carousel.getAttr('totalPages'); syncPaginationDotsWithCarouselPages(totalPages); }); A.declarative(paginationAction, 'click keydown', function(event){ var isClick = event.type === 'click'; var isKeydown = event.type === 'keydown'; var isEnter = isKeydown && event.$event.keyCode === ENTER_KEY_CODE; var isEsc = isKeydown && event.$event.keyCode === ESCAPE_KEY_CODE; var isLeftArrow = isKeydown && event.$event.keyCode === LEFT_ARROW_KEY; var isRightArrow = isKeydown && event.$event.keyCode === RIGHT_ARROW_KEY; var isHome = isKeydown && event.$event.keyCode === HOME_KEY; var isEnd = isKeydown && event.$event.keyCode === END_KEY; if (isClick || isEnter) { var data = event.data; carousel.gotoPage(data.page); } else if (isEsc) { event.$target.blur(); } else if (isLeftArrow || isRightArrow || isHome || isEnd) { event.$event.preventDefault(); const dots = A.$(paginationGroup + " .carousel-slider-circle"); const currentIndex = dots.index(event.$target); let nextIndex; if (isLeftArrow) { nextIndex = currentIndex > 0 ? currentIndex - 1 : dots.length - 1; } else if (isRightArrow) { nextIndex = currentIndex < dots.length - 1 ? currentIndex + 1 : 0; } else if (isHome) { nextIndex = 0; } else if (isEnd) { nextIndex = dots.length - 1; } dots.eq(nextIndex).focus(); carousel.gotoPage(nextIndex + 1); } }); } catch (e) { P.log('Failed to init ' + carouselName + '. Error: ' + e.message, 'FATAL', 'AplusModuleResources'); } }); }); } }); }); (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when("A", "premium-aplus-14-carousel-5").execute(function (A, init) { init(); A.on("a:carousel:" + "premium-aplus-14-carousel-5" + ":change:pageNumber", function (data) { A.trigger("aplus:" + "video-carousel-" + "5" + "-" + data.oldValue + ":pause"); }); }); })); Comparison of AGM PAD Series - Android Tablet _ AGM PAD P1 / AGM PAD P2 AGM PAD P2 Active - 2024 Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) AGM PAD P2 - 2024 Latest Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) AGM PAD P2 - 4G LTE logShoppableMetrics("premium-module-5-comparison-table-scroller", false) Buying Options AGM PAD P1 Lite - 2023 Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) AGM PAD P1 - 2023 Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Customer Reviews .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.3 out of 5 stars 318 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.3 out of 5 stars 318 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } — .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 3.9 out of 5 stars 127 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 3.9 out of 5 stars 127 Price $299.99$299.99 $189.99$189.99 — $179.99$179.99 $219.99$219.99 Does it support 4G LTE? ✔ ✘ ✔ ✘ ✘ Widevine L1 Certification ✔ ✔ ✔ ✘ ✘ Waterproof - IP68 & IP69K ✔ ✘ ✘ ✔ ✔ Shockproof - MIL-STD-810G ✔ ✘ ✘ ✔ ✔ Mediatek Helio G99 ✔ ✔ ✔ ✔ ✔ FHD + IPS Display ✔ ✔ ✔ ✔ ✔ Display Brightness (Nits) 480 Nits(Max) 480 Nits(Max) 480 Nits(Max) 300 Nits 300 Nits Android System Version Latest Android 14.0 Latest Android 14.0 Latest Android 14.0 Android 13.0 Android 13.0 RAM + ROM / Extended Memory 16(8+8) RAM + 256GB ROM / 2TB 16(8+8) RAM + 256GB ROM / 2TB 16(8+8) RAM + 256GB ROM / 2TB 4GB RAM + 128GB ROM / 2TB 8GB RAM + 256GB ROM / 2TB Rear Camera + Front Camera 50MP Rear + 8MP Front 50MP Rear + 8MP Front 50MP Rear + 8MP Front 8MP Rear + 5MP Front 8MP Rear + 5MP Front Battery Capacity 8000 mAh 7850 mAh 7850 mAh 7000 mAh 7000 mAh Thickness & Weight 8.0mm / 598g 7.5mm / 530g 7.5mm / 530g 9.0mm / 470g 9.0mm / 470g (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-5-comparison-table-scroller', 'ready').execute(function(init){ init() }); }));
- Built to Last, Rugged and Reliable: AGM PAD P2 Active Rugged Android 14 Tablet is engineered to endure even the harshest conditions. With an IP68 and IP69K water-resistance rating, a 1.8-meter drop resistance, and 360° dustproof protection, this tablet is ready for any challenge. Whether you're out in the field, navigating tough outdoor adventures, or working in demanding environments, AGM Rugged Tablet offers unmatched durability and reliability.
- Powerful Android 14.0 Operating System: Unlock the power of Android 14.0, designed to deliver a dynamic and intuitive user experience. With enhanced functionality and seamless performance, this operating system ensures smooth navigation and effortless multitasking, making it the perfect choice for both work and play. Enjoy a modern, user-friendly interface that adapts to your needs, offering a truly responsive and efficient experience.
- Immersive 11-Inch 90Hz FHD Display with 480 NITS Brightness: The 11-inch Full HD IPS display brings vibrant colors and sharp details to life, ensuring stunning visuals for all your activities. The 90Hz refresh rate provides smooth scrolling and quick response times, while 480 nits of brightness ensure exceptional visibility - even under direct sunlight, making it perfect for outdoor use.
- Performance-Driven MediaTek Helio G99 Processor: Powered by the MediaTek Helio G99 processor, this tablet ensures seamless multitasking, fast app launches, and a smooth overall experience. Whether you’re working, gaming, or enjoying media, you’ll enjoy lag-free performance that keeps up with your busiest days.
- Widevine L1 Certification & Streaming Support: With Widevine L1 certification, enjoy high-definition streaming on popular platforms like Netflix, Hulu, Prime Video, HBO Max. Watch your favorite movies and TV shows in crisp, vibrant quality, whether you're at home or on the go, ensuring a premium viewing experience every time.
- 50MP Rear Camera + 8MP Front Camera: Capture stunning, high-resolution photos and videos with the 50MP rear camera. The 8MP front camera is perfect for selfies and video calls, ensuring your moments are captured with clarity and detail. Share your precious memories effortlessly with friends and family.
- Massive Storage Capacity: With 16GB (8GB + 8GB virtual) RAM and 256GB of internal storage, this tablet offers ample space for your files, apps, and media. Plus, expand your storage up to 2TB with a microSD card, so you can keep everything you need right at your fingertips.
- 8000mAh Long-Lasting Battery Battery: Stay powered through the day with the high-capacity 8000mAh battery, providing hours of uninterrupted use. Whether you're streaming, browsing, or gaming, this tablet is designed to meet the demands of your busy lifestyle, so you don’t have to worry about frequent recharges.
- GPS, Compass, and OTG Support: With built-in GPS and a compass, you can navigate with precision on your outdoor adventures. OTG (On-The-Go) support allows you to connect external devices such as keyboards, mice, and flash drives, offering enhanced functionality and flexibility for both work and play.
- Unparalleled Quality and Durability: With over 15 years of experience in manufacturing rugged devices, AGM has been a leader in the industry since 2008. Every AGM PAD P2 Active is crafted with premium materials and precise engineering, ensuring exceptional durability and reliability. Supported by a team of expert engineers and technicians, we are committed to delivering the best devices on the market.
The 30-Second Version
The AGM PAD P2 Active is a rugged Android tablet that survives drops and water like a champ, with a clean Android 14 experience, loud speakers, and a long-lasting 8000mAh battery, all for around $300. Performance from the Helio G99 is just okay, and the display won't impress, but for outdoor use or clumsy environments, it's a durable workhorse that iPads and Galaxy Tabs can't compete with.
Overview
If you've been searching for a rugged Android tablet that won't break the bank, the AGM PAD P2 Active is one of the few that actually delivers on its tough-as-nails promise. With IP68 and IP69K ratings, it's not just splash-proof. You can drop it in the mud, hose it off, and keep working. And at around $300 from Amazon (note: some listings show an absurdly high price, so double-check you're getting the real deal), it's also the kind of value that makes you look twice. The 11-inch 90Hz display, MediaTek Helio G99 chip, 8GB of RAM, and 256GB of storage are respectable for a tablet in this class, even if they're not class-leading.
This isn't a tablet for everyone. It's aimed squarely at people who need a device that can survive a jobsite, a campsite, or a clumsy kid. AGM bundled it with a case and charger, and the aluminum frame feels sturdy. The 8000mAh battery is big enough to get you through a long day, and the stock-like Android 14 experience is refreshingly free of bloat. But there are trade-offs, especially in the display and raw performance, that you'll need to accept.
We've combed through our database and real owner feedback to figure out where the PAD P2 Active shines and where it stumbles. If terms like 'waterproof tablet under $500' or 'best rugged tablet for outdoor work' brought you here, you're in the right spot. Let's get into what this thing can actually do.
Performance
The MediaTek Helio G99 is a familiar mid-range chip, and in our database it lands in the lower third for both CPU and GPU muscle. That means apps open fine, scrolling is decent thanks to the 90Hz panel, and you can run lighter games without much trouble. But don't expect to crank up Genshin Impact or do heavy video editing. For everyday tasks like streaming Netflix (with Widevine L1, so you get HD), browsing, and running GPS mapping apps, it's perfectly snappy. The 8GB of RAM plus an extra 8GB of virtual memory helps keep a handful of apps alive in the background, which sits a bit above average in our rankings.
Storage performance is solid, with 256GB of internal space landing in the top quarter of tablets we've seen. You can also slap in a microSD card up to 2TB, so hoarding offline maps or movies is easy. Connectivity is a mixed bag: you get dual SIM LTE, Wi-Fi 5, and Bluetooth, but no Wi-Fi 6. It'll keep you connected in most places, but don't expect the fastest wireless speeds. Overall, performance is fine for the price and the intended use case, but it's not a speed demon.
Pros & Cons
Pros
- IP68/IP69K waterproofing and drop resistance beat almost any non-rugged tablet 79th
- Excellent value at around $300, especially with included case and charger 74th
- Loud, clear stereo speakers that owners rave about 74th
- Clean, near-stock Android 14 experience with minimal bloatware 66th
- Massive storage: 256GB built-in plus microSD expansion up to 2TB
Cons
- Display is mediocre, with just 480 nits brightness and so-so color accuracy
- Helio G99 chip struggles with demanding games and heavy multitasking
- Heavy at 598g, and the included case makes it even bulkier
- Occasional software glitches and no guarantee of long-term Android updates
- Camera lacks video stabilization and isn't great for anything beyond basic shots
The Word on the Street
Specifications
Full Specifications
Processor
| CPU | 2 GHz |
Memory & Storage
| RAM | 8 GB |
| Storage | 256 GB |
| Storage Type | eMMC |
| Expandable | Yes |
Display
| Size | 11" |
| Resolution | 1200 |
| Panel | IPS |
| Refresh Rate | 90 Hz |
| Brightness | 480 nits |
Connectivity
| Wi-Fi | 802.11a, 802.11ac, 802.11b, 802.11g, 802.11n |
| Cellular | Yes |
Features
| IP Rating | IP68/IP69K |
Physical
| Weight | 0.6 kg / 1.3 lbs |
| OS | Android 14.0 |
Value & Pricing
Pricing for the AGM PAD P2 Active is all over the place depending on the vendor, but the real-world price sits around $300 at Amazon. Some listings show a baffling $70,000 figure, which is clearly nonsense. At the realistic sub-$350 mark, this tablet offers a ton for the money, especially if you need rugged protection. Compare that to a standard iPad or Samsung Galaxy Tab, which would need a chunky case just to survive a minor drop, and the AGM starts looking like a steal for outdoor workers, field techs, or adventurous families. If you don't need the ruggedness, there are better screens and faster chips for the same money, but they'll shatter the first time you fumble them on concrete.
vs Competition
Stacked against the usual consumer tablets, the AGM PAD P2 Active is in a weird and wonderful niche. The Apple iPad Pro M4 or Samsung Galaxy Tab S10 Ultra will absolutely demolish it in screen quality, performance, and app ecosystems, but neither can survive a dunk in a puddle without a panic attack. The Microsoft Surface Pro 11 is a powerful 2-in-1, but again, it's fragile. For someone who needs a tablet on a construction site or out in the rain, those premium slates are irrelevant.
More direct rivals are the Xiaomi Pad 7 Pro and Lenovo Idea Tab Pro. The Xiaomi offers a much nicer display and a faster Snapdragon chip for a similar price, but zero water resistance. The Lenovo Idea Tab Pro is also a strong media machine, but it's not rugged. The AGM's whole pitch is durability first, and then respectable specs. If you can keep your tablet safe and dry most of the time, you'll get more enjoyment from the Xiaomi. But if your tablet is going to take a beating, the AGM is the obvious pick.
| Spec | AGM PAD P2 Active 11" PAD P2 Active | Lenovo Idea Tab Pro Idea Tab Pro | Microsoft Surface Pro Pro 11 | Samsung Galaxy Tab S9 FE+ SM-X610NZAEXAR | HOTWAV R9 Ultra 5G R9 Ultra 5G | Xiaomi Redmi Pad Redmi Pad 2 |
|---|---|---|---|---|---|---|
| CPU | 2 GHz | MediaTek Dimensity 8300 Processor (3.35 GHz ) | Intel Core Ultra 7 266V | Samsung | 2.3 GHz | 2200 MHz mediatek_helio |
| RAM (GB) | 8 | 8 | 16 | 12 | 24 | 8 |
| Storage (GB) | 256 | 128 | 1024 | 256 | 512 | 256 |
| Screen | 11" 1200x1920 | 12.7" 2944x1840 | 13" 2880x1920 | 12.4" 2560x1600 | 11" | 11" 2560x1600 |
| OS | Android 14.0 | Android 14 | Windows 11 Pro | Android 13 | Android 15 | Android 15 |
| Stylus | false | true | true | true | true | false |
| Cellular | true | true | false | false | true | false |
| Battery (Wh) | - | - | 47 | - | - | - |
| Compare | Compare | Compare | Compare | Compare |
| Product | Cpu | Gpu | Ram | Screen | Battery | Feature | Storage | User Sentiment | Connectivity | Social Proof |
|---|---|---|---|---|---|---|---|---|---|---|
| AGM PAD P2 Active 11" PAD P2 Active | 37 | 38.8 | 66.3 | 59.1 | 79.1 | 42.6 | 73.9 | 53.2 | 59.5 | 73.8 |
| Lenovo Idea Tab Pro Idea Tab Pro Compare | 83.3 | 82.2 | 77.7 | 91.9 | 91.1 | 99.7 | 65.1 | 63.5 | 96.4 | 97.9 |
| Microsoft Surface Pro Pro 11 Compare | 72.7 | 93.2 | 93.2 | 96.9 | 99 | 84.2 | 98.3 | 0 | 93.7 | 42.4 |
| Samsung Galaxy Tab S9 FE+ SM-X610NZAEXAR Compare | 83.3 | 82.2 | 81.4 | 66.4 | 89.9 | 99.7 | 73.9 | 0 | 79 | 97.9 |
| HOTWAV R9 Ultra 5G R9 Ultra 5G Compare | 94.5 | 93.7 | 95.9 | 43.1 | 30.8 | 93.6 | 89.8 | 94.7 | 72.6 | 48.8 |
| Xiaomi Redmi Pad Redmi Pad 2 Compare | 92.3 | 90.9 | 66.3 | 80.7 | 86.4 | 29.6 | 73.9 | 0 | 63.7 | 93.2 |
Common Questions
Q: Is the AGM PAD P2 Active good for gaming?
It's fine for light games and casual titles, but the Helio G99 isn't powerful enough for demanding games like Genshin Impact at high settings. Stick to less intense games and you'll be okay.
Q: How waterproof is the AGM PAD P2 Active?
With IP68 and IP69K ratings, it's fully dustproof and can survive submersion in water as well as high-pressure, high-temperature water jets. It's one of the most water-resistant tablets you can buy.
Q: Does the AGM PAD P2 Active support a stylus?
There's no active stylus support or digitizer built in, so you're limited to basic capacitive styluses. If you need precise pen input for drawing or note-taking, this isn't the right tablet.
Q: What is the battery life of the AGM PAD P2 Active?
The 8000mAh battery can easily last a full day of mixed use, like streaming, browsing, and navigation. Heavy gaming or constant screen-on time will drain it faster, but overall it's well above average for a rugged tablet.
Who Should Skip This
Skip the AGM PAD P2 Active if you mostly use your tablet indoors for watching movies, editing photos, or playing graphics-intensive games. The display is middling, and the Helio G99 chip will leave gamers frustrated. If long-term software updates matter to you, this isn't the best bet either. Instead, look at the Xiaomi Pad 7 Pro for a better screen and chip at a similar price, or the base iPad if you want a polished app ecosystem and years of updates. The AGM is for people who need a rugged, go-anywhere tablet first and a media machine second.
Verdict
Should you buy the AGM PAD P2 Active? If you are someone who works outdoors, travels to rough environments, or just has a habit of destroying electronics, yes, it's a fantastic choice. It's built to survive drops, dust, and water in a way that most tablets simply aren't, and it does so at a price that doesn't hurt. The battery lasts, the speakers are surprisingly good, and the software is clean.
But if ruggedness isn't a priority, you'll be disappointed. The display is just okay, performance is mediocre for gaming, and it's heavy. A standard budget tablet will give you a nicer screen and faster chip for the same money. This is a tool for a specific job. If that job involves mud, rain, or clumsy hands, the AGM PAD P2 Active is one of the best tough tablets you can buy for the price.