Price of repair parts for Samsung phones | Samsung IN (2024)

').addClass('choose-smartphone-model-item'); setTimeout(function() { $arrow.addClass('active'); }, 400); item_count = 0; } }); setTimeout(function() { $('.choose-smartphone-model-box .spinner-icon').remove(); }, 300); if (item_count > 0) { $row.appendTo($target); $('.choose-smartphone-model-item:nth-child(1) .choose-smartphone-model-radio:nth-child(1) input[type="radio"]').trigger('click'); if ($(window).width() < 769 && window.innerHeight > window.innerWidth) { setTimeout(function() { $('html, body').animate({ scrollTop: $('.choose-smartphone-model-box').offset().top }, 800); }, 400); } } }); $modelSlide.on('change', 'input[type="radio"]', function() { $selectedProduct = $(this).val(); $modelBox.addClass('pointer'); $('.smartphone-detail-result-box').removeClass('have-details'); if($('.smartphone-detail-result-content .spinner-icon').length < 1) { $('.smartphone-detail-result-content').append($('

').hide().fadeIn(300)); } setTimeout(function() { $('.smartphone-detail-result-box').addClass('visible'); $('.smartphone-detail-result-content .spinner-icon').fadeOut(400, function() { $('.smartphone-detail-result-content .spinner-icon').remove(); }); $modelBox.removeClass('pointer'); }, 400); setTimeout(function() { $('.smartphone-detail-result-box').addClass('have-details'); }, 500); BindHeadProduct(); BindDetailsProduct(); }); function BindHeadProduct() { $htmlHead = ''; $.each(myProducts, function (k, v) { if (v.Product == $selectedProduct) { if ($(window).width() > 769 && window.innerHeight < window.innerWidth) { $('.headline-smartphone-detail-result').fadeOut(300, function() { $('.headline-smartphone-detail-result').empty().append(v.Series + ' Series | ' + v.Product); $('.headline-smartphone-detail-result').fadeIn(300); }); } else { if($('.headline-smartphone-detail-result').length == 1) { $('.headline-smartphone-detail-result').removeAttr('style').empty(); } } } }); } function BindDetailsProduct() { //$selectedProduct = $(this).val(); $html = ''; $.each(myProducts, function (k, v) { if (v.Product == $selectedProduct) { $('.smartphone-detail-result-detail-image img').fadeOut(300, function() { $('.smartphone-detail-result-detail-image img').attr('src', '//images.samsung.com/is/image/samsung/assets/in/support/new-spare-part/' + v.ImageName + '?$ORIGIN_PNG$'); $('.smartphone-detail-result-detail-image img').fadeIn(300); }); $('.smartphone-detail-result-name').fadeOut(300, function() { $('.smartphone-detail-result-name span').text(v.Product); $('.smartphone-detail-result-name').fadeIn(300); }); $('.smartphone-detail-result-code-box').fadeOut(300, function() { $('.smartphone-detail-result-code').text('(' + v.ModelNumber + ')'); $('.smartphone-detail-result-code-box').fadeIn(300); }); $html += '

'; if (v.Display !== "" || v.LCD !== "" || v.DisplayRepair !== "" || v.SubDisplay !== "") { $html += '

'; $html += '

'; $html += '

'; $html += 'Price of repair parts for Samsung phones | Samsung IN (1)'; $html += '

'; $html += '

'; $html += '

'; if (v.Display !== "") { $html += '

'; $html += 'Main Screen Assembly'; $html += '' + v.Display + ''; $html += '

'; } if (v.DisplayRepair !== "") { $html += '

'; $html += 'Screen Component Repair #'; $html += '' + v.DisplayRepair + ''; $html += '

'; } if (v.LCD !== "") { $html += '

'; $html += 'OLED Screen'; $html += '' + v.LCD + ''; $html += '

'; } if (v.SubDisplay !== "") { $html += '

'; $html += 'Sub Screen'; $html += '' + v.SubDisplay + ''; $html += '

'; } $html += '

'; $html += '

'; $html += '

'; $html += '

'; } $html += '

'; $html += '

'; $html += '

'; $html += 'Price of repair parts for Samsung phones | Samsung IN (2)'; $html += '

'; $html += '

'; $html += '

'; $html += '

'; $html += 'Screen Component Repair#'; $html += ''; $html += '

'; $.each(v.screencomponent, function (k, v) { if (v.componentscreenrepair !== "") { $html += '

'; $html += '• Component Repair'; $html += '' + v.componentscreenrepair + ''; $html += '

'; } if (v.oled !== "") { $html += '

'; $html += '• Main Screen'; $html += '' + v.oled + ''; $html += '

'; } if (v.frame !== "") { $html += '

'; $html += '• Frame'; $html += '' + v.frame + ''; $html += '

'; } }); $html += '

'; $html += '

'; if (v.BackGlassCeramic !== "" || v.BackGlass !== "") { $html += '

'; $html += '

'; $html += '

'; $html += 'Price of repair parts for Samsung phones | Samsung IN (3)'; $html += '

'; $html += '

'; $html += '

'; if (v.BackGlassCeramic !== "") { $html += '

'; $html += 'Back Glass (Ceramic)'; $html += '' + v.BackGlassCeramic + ''; $html += '

'; } if (v.BackGlass !== "") { $html += '

'; $html += 'Back Glass/Cover'; $html += '' + v.BackGlass + ''; $html += '

'; } $html += '

'; $html += '

'; $html += '

'; $html += '

'; } $html += '

'; $html += '

'; $html += '

'; $html += 'Price of repair parts for Samsung phones | Samsung IN (4)'; $html += '

'; $html += '

'; $html += '

'; $html += '

'; $html += 'Motherboard'; $html += ''; $html += '

'; $.each(v.MotherBoard, function (k, v) { if (v.onesixGB !== "") { $html += '

'; $html += '• 16 GB'; $html += '' + v.onesixGB + ''; $html += '

'; } if (v.threetwoGB !== "") { $html += '

'; $html += '• 32 GB'; $html += '' + v.threetwoGB + ''; $html += '

'; } if (v.sixfourGB !== "") { $html += '

'; $html += '• 64 GB'; $html += '' + v.sixfourGB + ''; $html += '

'; } if (v.onetwoeightGB !== "") { $html += '

'; $html += '• 128 GB'; $html += '' + v.onetwoeightGB + ''; $html += '

'; } if (v.twofivesixGB !== "") { $html += '

'; $html += '• 256 GB'; $html += '' + v.twofivesixGB + ''; $html += '

'; } if (v.fiveonetwoGB !== "") { $html += '

'; $html += '• 512 GB'; $html += '' + v.fiveonetwoGB + ''; $html += '

'; } if (v.oneTB !== "") { $html += '

'; $html += '• 1 TB'; $html += '' + v.oneTB + ''; $html += '

'; } if (v.Subboard !== "") { $html += '

'; $html += '• Subboard'; $html += '' + v.Subboard + ''; $html += '

'; } }); $html += '

'; $html += '

'; if (v.MainBattery !== "" || v.SubBattery !== "") { $html += '

'; $html += '

'; $html += '

'; $html += 'Price of repair parts for Samsung phones | Samsung IN (5)'; $html += '

'; $html += '

'; $html += '

'; if (v.MainBattery !== "") { $html += '

'; $html += 'Battery'; $html += '' + v.MainBattery + ''; $html += '

'; } if (v.SubBattery !== "") { $html += '

'; $html += 'Sub Battery '; $html += '' + v.SubBattery + ''; $html += '

'; } $html += '

'; $html += ''; $html += '

'; $html += '

'; $html += '

'; } $html += '

'; $html += '

'; $html += '

'; $html += 'Price of repair parts for Samsung phones | Samsung IN (6)'; $html += '

'; $html += '

'; $html += '

'; $html += '

'; $html += 'S Pen'; $html += '' + v.SPenKit + ''; $html += '

'; $html += '

'; $html += '

';$html += '

'; $html += '

'; $html += '

'; $html += 'Price of repair parts for Samsung phones | Samsung IN (7)'; $html += '

'; $html += '

'; $html += '

'; $html += '

'; $html += 'Camera'; $html += ''; $html += '

'; $.each(v.Camera, function (k, v) { if (v.Front !== "") { $html += '

'; $html += '•Front Camera'; $html += '' + v.Front + ''; $html += '

'; } if (v.FrontSub !== "") { $html += '

'; $html += 'Front(Sub)'; $html += '' + v.FrontSub + ''; $html += '

'; } if (v.Depth !== "") { $html += '

'; $html += '• Depth'; $html += '' + v.Depth + ''; $html += '

'; } if (v.Back !== "") { $html += '

'; $html += '•Rear Camera'; $html += '' + v.Back + ''; $html += '

'; } if (v.Iris !== "") { $html += '

'; $html += '• Iris'; $html += '' + v.Iris + ''; $html += '

'; } if (v.TOF !== "") { $html += '

'; $html += '•Camera TOF'; $html += '' + v.TOF + ''; $html += '

'; } if (v.Macro !== "") { $html += '

'; $html += '• Macro'; $html += '' + v.Macro + ''; $html += '

'; } if (v.UltraWide !== "") { $html += '

'; $html += '•Ultra Wide Camera'; $html += '' + v.UltraWide + ''; $html += '

'; } if (v.AutoFocus !== "") { $html += '

'; $html += '• Auto Focus'; $html += '' + v.AutoFocus + ''; $html += '

'; } if (v.Wide !== "") { $html += '

'; $html += '•Camera wide'; $html += '' + v.Wide + ''; $html += '

'; } if (v.Tele !== "") { $html += '

'; $html += '•Telephoto Camera'; $html += '' + v.Tele + ''; $html += '

'; } }); $html += '

'; $html += '

'; } }); $('.smartphone-detail-result-table').fadeOut(400, function() { $('.smartphone-detail-result-table').html($html); $('.smartphone-detail-result-table').fadeIn(400); setTimeout(function() { $('.smartphone-detail-result-default').remove(); }, 400); }); } $('.choose-smartphone-model-button-arrow.left').click(function() { event.preventDefault(); var scroll = $('.choose-smartphone-model-item').width(); $modelSlide.animate({ scrollLeft: '-=' + scroll + 'px' }, 600); }); $('.choose-smartphone-model-button-arrow.right').click(function() { event.preventDefault(); var scroll = $('.choose-smartphone-model-item').width(); $modelSlide.animate({ scrollLeft: '+=' + scroll + 'px' }, 600); }); changeImageMode(); $(window).on('resize', function() { clearTimeout(resizeTimer); resizeTimer = null; resizeTimer = setTimeout(function() { var countitem = $('.choose-smartphone-model-item').size(), widthitem = $('.choose-smartphone-model-item').width(), halfitem = widthitem / 2, scroll = widthitem * countitem - widthitem - halfitem, scrollright = widthitem * countitem - widthitem; if ($(window).width() > 769 && window.innerHeight < window.innerWidth) { if (!$('.headline-smartphone-detail-result').is(':empty')) { $('.headline-smartphone-detail-result').removeAttr('style'); } if ($('.choose-smartphone-model-box').hasClass('is-open')) { if($('.choose-smartphone-model-slide').scrollLeft() >= scroll) { $('.choose-smartphone-model-slide').animate({ scrollLeft: '+=' + scrollright + 'px' }, 600); } else if($('.choose-smartphone-model-slide').scrollLeft() > 5 && $('.choose-smartphone-model-slide').scrollLeft() < scroll) { setTimeout(function() { var widthitemS = $('.choose-smartphone-model-item').width(); $('.choose-smartphone-model-slide').scrollLeft(0); $('.choose-smartphone-model-slide').scrollLeft(widthitemS); }, 410); } else { setTimeout(function() { $('.choose-smartphone-model-slide').scrollLeft(0); }, 100); } } } BindHeadProduct(); changeImageMode(); }, 10); }); }); var myProducts=[ { "Series": "Galaxy Fold and Flip", "Product": "Galaxy Z Fold5", "ModelNumber": "SM-F946B", "Display": "44,220", "LCD": "", "SubDisplay": "6,280","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "27,000", "oled": "", "frame": "", }], "BackGlass": "2,610", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "27,880", "fiveonetwoGB": "28,520", "oneTB": "29,490", "Subboard": "" }], "MainBattery": "1,560", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "" , "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-z-fold5.png" },{ "Series": "Galaxy Fold and Flip", "Product": "Galaxy Z Flip5", "ModelNumber": "SM-F731B", "Display": "24,030", "LCD": "","DisplayRepair": "", "SubDisplay": "5,510", "screencomponent": [{ "componentscreenrepair": "17,900", "oled": "", "frame": "", }], "BackGlass": "1,230", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "27,450", "fiveonetwoGB": "29,480", "oneTB": "", "Subboard": "" }], "MainBattery": "1,520", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-z-flip5.png"},{ "Series": "Galaxy Fold and Flip", "Product": "Galaxy Z Fold4", "ModelNumber": "SM-F936B", "Display": "43,480", "LCD": "", "SubDisplay": "6,030","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "26,900", "oled": "", "frame": "", }], "BackGlass": "2,220", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "34,360", "fiveonetwoGB": "34,360", "oneTB": "44,740", "Subboard": "" }], "MainBattery": "1,560", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "" , "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-z-fold4-5g.png" },{ "Series": "Galaxy Fold and Flip", "Product": "Galaxy Z Flip4", "ModelNumber": "SM-F721B", "Display": "25,000", "LCD": "","DisplayRepair": "", "SubDisplay": "4,430", "screencomponent": [{ "componentscreenrepair": "15,900", "oled": "", "frame": "", }], "BackGlass": "1,260", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "30,250", "twofivesixGB": "33,490", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,010", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-z-flip4-5g.png"},{ "Series": "Galaxy Fold and Flip", "Product": "Galaxy Z Fold3", "ModelNumber": "SM-F926B", "Display": "41,180", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "26,300", "oled": "", "frame": "", }], "BackGlass": "2,930", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "31,170", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,480", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,690", "FrontSub": "", "Depth": "", "Back": "1,030", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "1,300" , "AutoFocus": "", "Wide": "", "Tele": "4,580" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-z-fold3-5g.png"},{"Series": "Galaxy Fold and Flip", "Product": "Galaxy Z Flip3", "ModelNumber": "SM-F711B", "Display": "24,710", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "15,800", "oled": "", "frame": "", }], "BackGlass": "1,250", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "25,740", "twofivesixGB": "25,660", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,550", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "3,100", "FrontSub": "", "Depth": "", "Back": "1,080", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "" , "AutoFocus": "", "Wide": "", "Tele": "1,600" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-z-flip3.png"},{ "Series": "Galaxy Fold and Flip", "Product": "Galaxy Fold2", "ModelNumber": "SM-F916B", "Display": "16,860", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "26,800", "oled": "", "frame": "", }], "BackGlass": "3,020", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "31,370", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,980", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,850", "FrontSub": "", "Depth": "", "Back": "4,370", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "1,070" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-z-fold2-5g.png" },{ "Series": "Galaxy Fold and Flip", "Product": "Galaxy Fold", "ModelNumber": "SM-F900F", "Display": "43,260", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "24,200", "oled": "", "frame": "", }], "BackGlass": "2,620", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "21,870", "oneTB": "", "Subboard": "" }], "MainBattery": "1,210", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "2,220", "FrontSub": "", "Depth": "", "Back": "6,140", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "" , "AutoFocus": "", "Wide": "", "Tele": "2,610" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-fold.png" },{ "Series": "Galaxy Fold and Flip", "Product": "Galaxy Z Flip", "ModelNumber": "SM-F700F", "Display": "33,020", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "24,200", "oled": "", "frame": "", }], "BackGlass": "5,870", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "19,310", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,370", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,870", "FrontSub": "", "Depth": "", "Back": "4,640", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-z-flip.png"}, { "Series": "Galaxy S", "Product": "Galaxy S24 Ultra", "ModelNumber": "SM-S928B", "Display": "", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "", "oled": "11,830", "frame": "7,240", }], "BackGlass": "2,650", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "32,380", "fiveonetwoGB": "33,460", "oneTB": "35,760", "Subboard": "" }], "MainBattery": "2,110", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "Macro": "", "TOF": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s24-ultra.png"}, { "Series": "Galaxy S", "Product": "Galaxy S24 plus", "ModelNumber": "SM-S926B", "Display": "", "SubDisplay": "","DisplayRepair": "", "LCD": "", "screencomponent": [{ "componentscreenrepair": "", "oled": "10,430", "frame": "3,120", }], "BackGlass": "2,350", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "25,270", "fiveonetwoGB": "26,060", "oneTB": "", "Subboard": "" }], "MainBattery": "2,150", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "Macro": "", "TOF": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s24-plus.png"}, { "Series": "Galaxy S", "Product": "Galaxy S24", "ModelNumber": "SM-S921B", "Display": "", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "", "oled": "7,350", "frame": "2,690", }], "BackGlass": "2,330", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "23,130", "fiveonetwoGB": "23,920", "oneTB": "", "Subboard": "" }], "MainBattery": "2,280", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "Macro": "", "TOF": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s24.png"}, { "Series": "Galaxy S", "Product": "Galaxy S23 FE", "ModelNumber": "SM-S711B", "Display": "", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "", "oled": "4,410", "frame": "3,090", }], "BackGlass": "1,340", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "17,920", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,900", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "Macro": "", "TOF": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s23-fe.png"}, { "Series": "Galaxy S", "Product": "Galaxy S23 ultra", "ModelNumber": "SM-S918B", "Display": "18,770", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "", "oled": "12,710", "frame": "2,480", }], "BackGlass": "3,430", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "29,360", "fiveonetwoGB": "31,470", "oneTB": "34,650", "Subboard": "" }], "MainBattery": "2,380", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "Macro": "", "TOF": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s23-ultra.png"}, { "Series": "Galaxy S", "Product": "Galaxy S23 plus", "ModelNumber": "SM-S916B", "Display": "11,320", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "", "oled": "6,400", "frame": "2,440", }], "BackGlass": "2,440", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "30,160", "fiveonetwoGB": "28,830", "oneTB": "", "Subboard": "" }], "MainBattery": "2,330", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "Macro": "", "TOF": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s23-plus.png"}, { "Series": "Galaxy S", "Product": "Galaxy S23", "ModelNumber": "SM-S911B", "Display": "9,720", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "", "oled": "6,330", "frame": "2310", }], "BackGlass": "2,520", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "26,850", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,130", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "Macro": "", "TOF": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s23.png"}, { "Series": "Galaxy S", "Product": "Galaxy S22 ultra", "ModelNumber": "SM-S908E", "Display": "17,250", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "12,800", "oled": "", "frame": "", }], "BackGlass": "3,360", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "34,740", "fiveonetwoGB": "36,500", "oneTB": "", "Subboard": "" }], "MainBattery": "2,120", "SubBattery": "", "SPenKit": "2,620", "Camera": [{ "Front": "2,390", "FrontSub": "", "Depth": "", "Back": "5,540", "Iris": "", "Macro": "", "TOF": "5,480", "UltraWide": "2,280", "AutoFocus": "", "Wide": "", "Tele": "2,620" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s22-ultra.png"}, { "Series": "Galaxy S", "Product": "Galaxy S22+", "ModelNumber": "SM-S906E", "Display": "13,350", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "", "oled": "9,110", "frame": "", }], "BackGlass": "2,570", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "28,550", "twofivesixGB": "29,910", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,870", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "4,740", "FrontSub": "", "Depth": "", "Back": "1,880", "Iris": "", "Macro": "", "TOF": "", "UltraWide": "1,960", "AutoFocus": "", "Wide": "", "Tele": "1,980" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s22-plus.png" }, { "Series": "Galaxy S", "Product": "Galaxy S22", "ModelNumber": "SM-S901E", "Display": "11,670", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "", "oled": "8,140", "frame": "", }], "BackGlass": "2,620", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "24,470", "twofivesixGB": "24,470", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,730", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "4,740", "FrontSub": "", "Depth": "", "Back": "1,880", "Iris": "", "Macro": "", "TOF": "", "UltraWide": "1,960", "AutoFocus": "", "Wide": "", "Tele": "1,980" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s22.png"},{ "Series": "Galaxy S", "Product": "Galaxy S21 FE", "ModelNumber": "SM-G990E", "Display": "10,780", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,200", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "18,450", "twofivesixGB": "21,410", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,770", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "Macro": "", "TOF": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s21-fe.png" }, { "Series": "Galaxy S", "Product": "Galaxy S21", "ModelNumber": "SM-G991B", "Display": "11,670", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "", "oled": "9,010", "frame": "", }], "BackGlass": "2,090", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "18,270", "twofivesixGB": "18,730", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,670", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,880", "FrontSub": "", "Depth": "", "Back": "5,850", "Iris": "", "Macro": "", "TOF": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "1,880" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s21.png" }, { "Series": "Galaxy S", "Product": "Galaxy S21+", "ModelNumber": "SM-G996B", "Display": "11,560", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "", "oled": "7,280", "frame": "", }], "BackGlass": "2,670", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "20,940", "twofivesixGB": "19,330", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,960", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,880", "FrontSub": "", "Depth": "", "Back": "5,870", "Iris": "", "Macro": "", "TOF": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "1,880" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s21-plus.png" }, { "Series": "Galaxy S", "Product": "Galaxy S21 Ultra", "ModelNumber": "SM-G998B", "Display": "24,070", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "14,000", "oled": "", "frame": "", }], "BackGlass": "3,050", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "21,750", "fiveonetwoGB": "24,240", "oneTB": "", "Subboard": "" }], "MainBattery": "2,170", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "2,090", "FrontSub": "", "Depth": "", "Back": "2,430", "Iris": "", "Macro": "", "TOF": "2,240", "UltraWide": "4,780", "AutoFocus": "", "Wide": "", "Tele": "5,790" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s21-ultra.png" },{ "Series": "Galaxy S", "Product": "Galaxy S20 Ultra", "ModelNumber": "SM-G988B", "Display": "22,780", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "3,280", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "24,320", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,760", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,950", "FrontSub": "", "Depth": "", "Back": "9,180", "Iris": "", "Macro": "", "TOF": "", "UltraWide": "2,610", "AutoFocus": "", "Wide": "", "Tele": "1,940" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s20-ultra.png" },{ "Series": "Galaxy S", "Product": "Galaxy S20+", "ModelNumber": "SM-G985F", "Display": "15,050", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,640", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "18,870", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,560", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,970", "FrontSub": "", "Depth": "", "Back": "5,820", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "1,940", "AutoFocus": "", "Wide": "", "Tele": "1,940" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s20-plus.png" },{ "Series": "Galaxy S", "Product": "Galaxy S20", "ModelNumber": "SM-G980F", "Display": "14,370", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,570", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "21,560", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,790", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,870", "FrontSub": "", "Depth": "", "Back": "6,010", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "1,940" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s20.png" },{ "Series": "Galaxy S", "Product": "Galaxy S20 FE", "ModelNumber": "SM-G780F", "Display": "6,230", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,470", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "4,250", "twofivesixGB": "17,780", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,710", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "3,060", "FrontSub": "", "Depth": "", "Back": "1,500", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "820", "AutoFocus": "", "Wide": "", "Tele": "1,770" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s20-fe.png" },{ "Series": "Galaxy S", "Product": "Galaxy S20 FE 5G", "ModelNumber": "SM-G781B", "Display": "6,060", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,560", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "15,640", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,730", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,700", "FrontSub": "", "Depth": "", "Back": "780", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "1,420", "AutoFocus": "", "Wide": "", "Tele": "3,020" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s20-fe-5g.png" },{ "Series": "Galaxy S", "Product": "Galaxy S6 Edge+", "ModelNumber": "SM-G928G", "Display": "9,120", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,270", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "12,060", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "820", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "950", "FrontSub": "", "Depth": "", "Back": "2,590", "Iris": "", "Macro": "", "TOF": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s6-edge-plus.png" },{ "Series": "Galaxy S", "Product": "Galaxy S6", "ModelNumber": "SM-G920I", "Display": "5,620", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,140", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "11,310", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "730", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "940", "FrontSub": "", "Depth": "", "Back": "2,640", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s6.png" }, { "Series": "Galaxy S", "Product": "Galaxy S6 Edge", "ModelNumber": "SM-G925I", "Display": "8,820", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,150", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "13,220", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "970", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "940", "FrontSub": "", "Depth": "", "Back": "2,360", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s6-edge.png" },{ "Series": "Galaxy S", "Product": "Galaxy S10 Lite-8GBRAM", "ModelNumber": "SM-G770F", "Display": "8,430", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,520", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "13,940", "twofivesixGB": "", "fiveonetwoGB": "7,440", "oneTB": "", "Subboard": "" }], "MainBattery": "1,130", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,600", "FrontSub": "", "Depth": "", "Back": "4,850", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s10-lite-8gbram.png" },{ "Series": "Galaxy S", "Product": "Galaxy S10+", "ModelNumber": "SM-G975F", "Display": "14,530", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "3,990", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "17,570", "twofivesixGB": "", "fiveonetwoGB": "22,520", "oneTB": "33,260", "Subboard": "" }], "MainBattery": "1,050", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "2,550", "FrontSub": "", "Depth": "", "Back": "5,590", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s10-plus.png" }, { "Series": "Galaxy S", "Product": "Galaxy S10e", "ModelNumber": "SM-G970F", "Display": "8,240", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,040", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "15,720", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,600", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "2,020", "FrontSub": "", "Depth": "", "Back": "5,020", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s10e.png" }, { "Series": "Galaxy S", "Product": "Galaxy S10", "ModelNumber": "SM-G973F", "Display": "14,410", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,460", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "17,570", "twofivesixGB": "", "fiveonetwoGB": "26,540", "oneTB": "", "Subboard": "" }], "MainBattery": "1,110", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "2,020", "FrontSub": "", "Depth": "", "Back": "5,590", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s10.png" },{ "Series": "Galaxy S", "Product": "Galaxy S9+", "ModelNumber": "SM-G965F", "Display": "19,600", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,500", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "14,240", "onetwoeightGB": "11,790", "twofivesixGB": "14,180", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,670", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,550", "FrontSub": "", "Depth": "", "Back": "5,680", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s9-plus.png" },{ "Series": "Galaxy S", "Product": "Galaxy S9", "ModelNumber": "SM-G960F", "Display": "10,140", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,620", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "13,480", "onetwoeightGB": "10,870", "twofivesixGB": "21,070", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,550", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "2,170", "FrontSub": "", "Depth": "", "Back": "4,270", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s9.png" },{ "Series": "Galaxy S", "Product": "Galaxy S8+", "ModelNumber": "SM-G955F", "Display": "12,230", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,610", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "19,360", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,430", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,520", "FrontSub": "", "Depth": "", "Back": "2,660", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s8-plus.png" },{ "Series": "Galaxy S", "Product": "Galaxy S8", "ModelNumber": "SM-G950F", "Display": "11,060", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,140", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "13,290", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,450", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "2,010", "FrontSub": "", "Depth": "", "Back": "2,660", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s8.png" },{ "Series": "Galaxy S", "Product": "Galaxy S7 Edge", "ModelNumber": "SM-G935F", "Display": "12,550", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,900", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "12,860", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,310", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,020", "FrontSub": "", "Depth": "", "Back": "3,050", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s7-edge.png" },{ "Series": "Galaxy S", "Product": "Galaxy S7", "ModelNumber": "SM-G930F", "Display": "6,590", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,970", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "11,840", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,370", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1020", "FrontSub": "", "Depth": "", "Back": "3,240", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-s7.png" },{ "Series": "Galaxy Note", "Product": "Galaxy Note20 Ultra 5G", "ModelNumber": "SM-N986B", "Display": "18,960", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "13,300", "oled": "", "frame": "", }], "BackGlass": "3,340", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "24,400", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,670", "SubBattery": "", "SPenKit": "2,240", "Camera": [{ "Front": "1,940", "FrontSub": "", "Depth": "", "Back": "2,010", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "5,240", "AutoFocus": "", "Wide": "", "Tele": "3,550" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-note20-ultra-5g.png"},{ "Series": "Galaxy Note", "Product": "Galaxy Note20", "ModelNumber": "SM-N980F", "Display": "11,670", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "8,300", "oled": "", "frame": "", }], "BackGlass": "1,910", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "20,050", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,550", "SubBattery": "", "SPenKit": "2,250", "Camera": [{ "Front": "1,940", "FrontSub": "", "Depth": "", "Back": "5,120", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "1,960" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-note20.png"},{ "Series": "Galaxy Note", "Product": "Galaxy Note10 Lite", "ModelNumber": "SM-N770F", "Display": "10,510", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,280", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "12,150", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,770", "SubBattery": "", "SPenKit": "1,900", "Camera": [{ "Front": "1,810", "FrontSub": "", "Depth": "", "Back": "2,960", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-note10-lite.png" },{ "Series": "Galaxy Note", "Product": "Galaxy Note10+", "ModelNumber": "SM-N975F", "Display": "17,860", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,280", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "17,800", "fiveonetwoGB": "23,630", "oneTB": "", "Subboard": "" }], "MainBattery": "1,990", "SubBattery": "", "SPenKit": "2,460", "Camera": [{ "Front": "1,990", "FrontSub": "", "Depth": "", "Back": "8,490", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-note10-plus.png" }, { "Series": "Galaxy Note", "Product": "Galaxy Note10", "ModelNumber": "SM-N970F", "Display": "15,610", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,350", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "15,930", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,110", "SubBattery": "", "SPenKit": "2,460", "Camera": [{ "Front": "1,990", "FrontSub": "", "Depth": "", "Back": "6,200", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-note10.png" }, { "Series": "Galaxy Note", "Product": "Galaxy Note9", "ModelNumber": "SM-N960F", "Display": "15,450", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,840", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "11,860", "twofivesixGB": "", "fiveonetwoGB": "26,600", "oneTB": "", "Subboard": "" }], "MainBattery": "1,820", "SubBattery": "", "SPenKit": "2,300", "Camera": [{ "Front": "1,700", "FrontSub": "", "Depth": "", "Back": "5,750", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "680" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-note9.png" }, { "Series": "Galaxy Note", "Product": "Galaxy Note8", "ModelNumber": "SM-N950F", "Display": "12,490", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,600", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "16,660", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,680", "SubBattery": "", "SPenKit": "1,600", "Camera": [{ "Front": "1,520", "FrontSub": "", "Depth": "", "Back": "4,930", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "530" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-note8.png" },{ "Series": "Galaxy Note", "Product": "Galaxy Note5", "ModelNumber": "SM-N920G", "Display": "5,800", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,620", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "16,020", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "780", "SubBattery": "", "SPenKit": "1,220", "Camera": [{ "Front": "950", "FrontSub": "", "Depth": "", "Back": "2,420", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-note5.png" },{ "Series": "Galaxy Note", "Product": "Galaxy Note5 - Dual Sim", "ModelNumber": "SM-N9208", "Display": "8,100", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,820", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "13,900", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "780", "SubBattery": "", "SPenKit": "1,220", "Camera": [{ "Front": "950", "FrontSub": "", "Depth": "", "Back": "2,420", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-note5---dual-sim.png" },{ "Series": "Galaxy Note", "Product": "Galaxy Note Edge", "ModelNumber": "SM-N915G", "Display": "13,190", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "800", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "13,540", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,430", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "900", "FrontSub": "", "Depth": "", "Back": "2,510", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-note-edge.png" },{ "Series": "Galaxy Note", "Product": "Galaxy Note4", "ModelNumber": "SM-N910G", "Display": "9,330", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,920", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "14,110", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,440", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "1,220", "FrontSub": "", "Depth": "", "Back": "2,510", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-note4.png"},{ "Series": "Galaxy A", "Product": "Galaxy A55 5G", "ModelNumber": "SM-A556E", "Display": "", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "", "oled": "4,510", "frame": "3,320", }], "BackGlass": "1,180", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "10,590", "twofivesixGB": "12,300", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,790", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a55-5g.png"},{ "Series": "Galaxy A", "Product": "Galaxy A35 5G", "ModelNumber": "SM-A356E", "Display": "", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "", "oled": "4,500", "frame": "2,350", }], "BackGlass": "1,310", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "9,340", "twofivesixGB": "10,500", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,800", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a35-5g.png"},{ "Series": "Galaxy A", "Product": "Galaxy A15 5G", "ModelNumber": "SM-A156E", "Display": "4,240", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "650", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "8,190", "twofivesixGB": "7,500", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,580", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a15-5g.png"},{ "Series": "Galaxy A", "Product": "Galaxy A05", "ModelNumber": "SM-A055F", "Display": "2,040", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "370", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "6,070", "onetwoeightGB": "6,830", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,380", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a05.png"},{ "Series": "Galaxy A", "Product": "Galaxy A25", "ModelNumber": "SM-A256E", "Display": "3,810", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "600", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "9,260", "twofivesixGB": "9,170", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,060", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a25.png"},{ "Series": "Galaxy A", "Product": "Galaxy A05s", "ModelNumber": "SM-A057F", "Display": "2,530", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "250", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "7,480", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,450", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a05s.png"},{ "Series": "Galaxy A", "Product": "Galaxy A34 5G", "ModelNumber": "SM-A346E", "Display": "6,430", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "", "oled": "4,360", "frame": "1,120", }], "BackGlass": "1,540", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "12,020", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,220", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a34-5g.png"},{ "Series": "Galaxy A", "Product": "Galaxy A54 5G", "ModelNumber": "SM-A546E", "Display": "6,200", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "", "oled": "3,800", "frame": "900", }], "BackGlass": "1,520", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "11,970", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,190", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a54-5g.png" }, { "Series": "Galaxy A", "Product": "Galaxy A14 5G", "ModelNumber": "SM-A146B", "Display": "3,360", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "780", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "6,510", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,930", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a14-5g.png"},{ "Series": "Galaxy A", "Product": "Galaxy A14", "ModelNumber": "SM-A145F", "Display": "3,520", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "770", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "5,820", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,930", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a14.png"},{ "Series": "Galaxy A", "Product": "Galaxy A23 5G 8GB", "ModelNumber": "SM-A236E", "Display": "4,070", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "870", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "8,380", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,990", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a23-5g-8gb.png"},{ "Series": "Galaxy A", "Product": "Galaxy A04e", "ModelNumber": "SM-A042F", "Display": "3,330", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "520", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "6,650", "sixfourGB": "5,170", "onetwoeightGB": "7,600", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,720", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a04e.png" },{ "Series": "Galaxy A", "Product": "Galaxy A04", "ModelNumber": "SM-A045F", "Display": "2,640", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "600", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "3,120", "sixfourGB": "3,520", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,610", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a04.png" },{ "Series": "Galaxy A", "Product": "Galaxy A04s 4GB", "ModelNumber": "SM-A047F", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "Display": "3,370", "LCD": "", "SubDisplay": "","DisplayRepair": "", "BackGlass": "620", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "4,160", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,710", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a04s-4gb.png" },{ "Series": "Galaxy A", "Product": "Galaxy A73 5G", "ModelNumber": "SM-A736B", "Display": "7,750", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,210", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "13,860", "twofivesixGB": "14,850", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,740", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "340", "FrontSub": "", "Depth": "", "Back": "360", "Iris": "", "TOF": "3,290", "Macro": "", "UltraWide": "1,550", "AutoFocus": "", "Wide": "", "Tele": "750" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a73-5g.png" },{ "Series": "Galaxy A", "Product": "Galaxy A13 6GB", "ModelNumber": "SM-A135F", "Display": "4,080", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "830", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "5,780", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,540", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "300", "FrontSub": "", "Depth": "", "Back": "1,300", "Iris": "", "TOF": "310", "Macro": "", "UltraWide": "530", "AutoFocus": "", "Wide": "", "Tele": "560" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a13-6gb.png" },{ "Series": "Galaxy A", "Product": "Galaxy A23 8GB", "ModelNumber": "SM-A235F", "Display": "3,680", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "720", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "6,930", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,750", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "300", "FrontSub": "", "Depth": "", "Back": "560", "Iris": "", "TOF": "1,880", "Macro": "", "UltraWide": "320", "AutoFocus": "", "Wide": "", "Tele": "530" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a23-8gb.png" },{ "Series": "Galaxy A", "Product": "Galaxy A33 8GB", "ModelNumber": "SM-A336E", "Display": "5,790", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,050", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "9,900", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,590", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "300", "FrontSub": "", "Depth": "", "Back": "360", "Iris": "", "TOF": "540", "Macro": "", "UltraWide": "740", "AutoFocus": "", "Wide": "", "Tele": "2,240" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a33-8gb.png" },{ "Series": "Galaxy A", "Product": "Galaxy A53 8GB", "ModelNumber": "SM-A536E", "Display": "5,830", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,100", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "11,300", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,660", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "340", "FrontSub": "", "Depth": "", "Back": "360", "Iris": "", "TOF": "2,530", "Macro": "", "UltraWide": "750", "AutoFocus": "", "Wide": "", "Tele": "1,620" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a53-8gb.png" },{ "Series": "Galaxy A", "Product": "Galaxy A03 4GB", "ModelNumber": "SM-A035F", "Display": "2,830", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "370", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "5,870", "sixfourGB": "7,970", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,560", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "360", "FrontSub": "", "Depth": "", "Back": "220", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "10", "AutoFocus": "", "Wide": "", "Tele": "1,270" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a03-4gb.png" },{ "Series": "Galaxy A", "Product": "Galaxy A03", "ModelNumber": "SM-A032F", "Display": "1,150", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "250", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "4,210", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,570", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a03.png" },{ "Series": "Galaxy A", "Product": "Galaxy A52s 6GB", "ModelNumber": "SM-A528B", "Display": "5,790", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,350", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "10,730", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,730", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "340", "FrontSub": "", "Depth": "", "Back": "360", "Iris": "", "TOF": "2,780", "Macro": "", "UltraWide": "1,620", "AutoFocus": "", "Wide": "", "Tele": "740" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a52s-8gb.png"},{ "Series": "Galaxy A", "Product": "Galaxy A03s", "ModelNumber": "SM-A037F", "Display": "3,390", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "350", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "6,160", "sixfourGB": "7,930", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,560", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "240", "FrontSub": "", "Depth": "", "Back": "140", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "50", "AutoFocus": "", "Wide": "", "Tele": "700" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a03s.png" },{ "Series": "Galaxy A", "Product": "Galaxy A22 6GB", "ModelNumber": "SM-A225F", "Display": "2,330", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "830", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "6,110", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,240", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a22-6gb.png"},{ "Series": "Galaxy A", "Product": "Galaxy A12 4GB 64GB", "ModelNumber": "SM-A127F", "Display": "3,500", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "930", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "1,430", "onetwoeightGB": "4,390", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "940", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "440", "Iris": "", "TOF": "1,570", "Macro": "", "UltraWide": "460", "AutoFocus": "", "Wide": "", "Tele": "300" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a12-4gb-64gb.png" },{ "Series": "Galaxy A", "Product": "Galaxy A22 5G 8GB", "ModelNumber": "SM-A226B", "Display": "3,940", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "690", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "18,510", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,760", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "640", "FrontSub": "", "Depth": "", "Back": "540", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a22-5g-8gb.png" },{ "Series": "Galaxy A", "Product": "Galaxy A72", "ModelNumber": "SM-A725F", "Display": "6,240", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,150", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "9,220", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,250", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,620", "FrontSub": "", "Depth": "", "Back": "2,780", "Iris": "", "TOF": "360", "Macro": "", "UltraWide": "1,320", "AutoFocus": "", "Wide": "", "Tele": "740" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a72.png" },{ "Series": "Galaxy A", "Product": "Galaxy A52", "ModelNumber": "SM-A525F", "Display": "6,190", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,010", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "7,900", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,730", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,730", "FrontSub": "", "Depth": "", "Back": "2,780", "Iris": "", "TOF": "360", "Macro": "", "UltraWide": "340", "AutoFocus": "", "Wide": "", "Tele": "740" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a-sm-a525f.png" },{ "Series": "Galaxy A", "Product": "Galaxy A32", "ModelNumber": "SM-A325F", "Display": "4,500", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "920", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "6,190", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,240", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "2,320", "FrontSub": "", "Depth": "", "Back": "2,410", "Iris": "", "TOF": "350", "Macro": "", "UltraWide": "610", "AutoFocus": "", "Wide": "", "Tele": "340" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a32.png" },{ "Series": "Galaxy A", "Product": "Galaxy A12", "ModelNumber": "SM-A125F", "Display": "3,120", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "930", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "3,950", "onetwoeightGB": "4,360", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "940", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "440", "FrontSub": "", "Depth": "", "Back": "300", "Iris": "", "TOF": "460", "Macro": "", "UltraWide": "1,550", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a12.png" },{ "Series": "Galaxy A", "Product": "Galaxy A21s", "ModelNumber": "SM-A217F", "Display": "3,500", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "910", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "1,570", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "940", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "810", "FrontSub": "", "Depth": "", "Back": "2,590", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "360" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a21s.png" },{ "Series": "Galaxy A", "Product": "Galaxy A31", "ModelNumber": "SM-A315F", "Display": "4,290", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,190", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "5,610", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,180", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "2,320", "FrontSub": "", "Depth": "", "Back": "2,590", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "370" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a31.png"},{ "Series": "Galaxy A", "Product": "Galaxy A71", "ModelNumber": "SM-A715F", "Display": "6,600", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,300", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "10,150", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "290", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,590", "FrontSub": "", "Depth": "", "Back": "3,680", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "400" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a71.png" },{ "Series": "Galaxy A", "Product": "Galaxy A51-8GB", "ModelNumber": "SM-A515F", "Display": "5,000", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,240", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "6,810", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,300", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,550", "FrontSub": "", "Depth": "", "Back": "2,900", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a51-8gb.png" },{ "Series": "Galaxy A", "Product": "Galaxy A70s", "ModelNumber": "SM-A707F", "Display": "6,090", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,220", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "7,850", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,180", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "2,100", "FrontSub": "", "Depth": "", "Back": "4,120", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a70s.png" },{ "Series": "Galaxy A", "Product": "Galaxy A50s", "ModelNumber": "SM-A507F", "Display": "4,070", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,280", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "5,460", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "800", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "2,020", "FrontSub": "", "Depth": "", "Back": "3,400", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a50s.png" },{ "Series": "Galaxy A", "Product": "Galaxy A30s", "ModelNumber": "SM-A307F", "Display": "4,000", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,260", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "1,690", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,020", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,070", "FrontSub": "", "Depth": "", "Back": "2,580", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a30s.png" },{ "Series": "Galaxy A", "Product": "Galaxy A20s", "ModelNumber": "SM-A207F", "Display": "3,480", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,270", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "5,830", "sixfourGB": "7,660", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,500", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "650", "FrontSub": "", "Depth": "", "Back": "870", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "1,610", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a20s.png" },{ "Series": "Galaxy A", "Product": "Galaxy A10s", "ModelNumber": "SM-A107F", "Display": "3,020", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "910", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "4,410", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,500", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "690", "FrontSub": "", "Depth": "", "Back": "270", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "1,160" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a10s.png" },{ "Series": "Galaxy A", "Product": "Galaxy A80", "ModelNumber": "SM-A805F", "Display": "7,380", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,180", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "13,900", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,180", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "5,950", "FrontSub": "", "Depth": "", "Back": "5,950", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a80.png"},{ "Series": "Galaxy A", "Product": "Galaxy A2 Core", "ModelNumber": "SM-A260G", "Display": "1,600", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "900", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "830", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "640", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "440", "FrontSub": "", "Depth": "", "Back": "620", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a2-core.png" },{ "Series": "Galaxy A", "Product": "Galaxy A50", "ModelNumber": "SM-A505F", "Display": "4,250", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,610", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "5,760", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "800", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,600", "FrontSub": "", "Depth": "", "Back": "2,420", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a50.png" },{ "Series": "Galaxy A", "Product": "Galaxy A30", "ModelNumber": "SM-A305F", "Display": "3,770", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,560", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "5,080", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "800", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,040", "FrontSub": "", "Depth": "", "Back": "1,870", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a30.png" },{ "Series": "Galaxy A", "Product": "Galaxy A20", "ModelNumber": "SM-A205F", "Display": "3,350", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "980", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "3,430", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "800", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "690", "FrontSub": "", "Depth": "", "Back": "1,580", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a20.png" },{ "Series": "Galaxy A", "Product": "Galaxy A10", "ModelNumber": "SM-A105F", "Display": "2,880", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "720", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "3,830", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "800", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "480", "FrontSub": "", "Depth": "", "Back": "820", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a10.png" },{ "Series": "Galaxy A", "Product": "Galaxy A9 2018", "ModelNumber": "SM-A920F", "Display": "5,690", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,230", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "12,850", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,090", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,990", "FrontSub": "", "Depth": "", "Back": "4,600", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a9-2018.png" },{ "Series": "Galaxy A", "Product": "Galaxy A7 2018", "ModelNumber": "SM-A750F", "Display": "4,020", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,550", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "8,000", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,460", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,820", "FrontSub": "", "Depth": "", "Back": "2,960", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a-2018.png" },{ "Series": "Galaxy A", "Product": "Galaxy A6+", "ModelNumber": "SM-A605G", "Display": "4,380", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "3,240", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "6,350", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,370", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "2,180", "FrontSub": "", "Depth": "", "Back": "2,440", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a6-plus.png" },{ "Series": "Galaxy A", "Product": "Galaxy A6", "ModelNumber": "SM-A600G", "Display": "2,920", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "3,550", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "7,090", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,220", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,420", "FrontSub": "", "Depth": "", "Back": "1,630", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a6.png" },{ "Series": "Galaxy A", "Product": "Galaxy A8+", "ModelNumber": "SM-A730F", "Display": "5,230", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,090", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "7,560", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,460", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "2,240", "FrontSub": "", "Depth": "", "Back": "2,240", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a8-plus.png" },{ "Series": "Galaxy A", "Product": "Galaxy A70", "ModelNumber": "SM-A705G", "Display": "5,150", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,540", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "9,570", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,180", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "2,100", "FrontSub": "", "Depth": "", "Back": "2,880", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a70.png" },{ "Series": "Galaxy A", "Product": "Galaxy A9 pro", "ModelNumber": "SM-A910F", "Display": "4,610", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "900", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "7,570", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,580", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "720", "FrontSub": "", "Depth": "", "Back": "2,680", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a9-pro.png" },{ "Series": "Galaxy A", "Product": "Galaxy A8 Star", "ModelNumber": "SM-G885F", "Display": "6,730", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "3,150", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "11,790", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,620", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "2,240", "FrontSub": "", "Depth": "", "Back": "3,780", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a8-star.png" },{ "Series": "Galaxy A", "Product": "Galaxy A7 2017", "ModelNumber": "SM-A720F", "Display": "6,430", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,870", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "6,620", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,070", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,330", "FrontSub": "", "Depth": "", "Back": "1,800", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a7-2017.png" },{ "Series": "Galaxy A", "Product": "Galaxy A7 2016", "ModelNumber": "SM-A710F", "Display": "3,940", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "790", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "5,780", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "850", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "540", "FrontSub": "", "Depth": "", "Back": "1,970", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a7-2016.png" },{ "Series": "Galaxy A", "Product": "Galaxy A8", "ModelNumber": "SM-A800F", "Display": "5,540", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "6,080", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "7,820", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "840", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "570", "FrontSub": "", "Depth": "", "Back": "1,800", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a8.png"},{ "Series": "Galaxy A", "Product": "Galaxy A5 2017", "ModelNumber": "SM-A520F", "Display": "3,810", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,620", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "6,570", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "920", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,330", "FrontSub": "", "Depth": "", "Back": "1,800", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a5-2017.png" },{ "Series": "Galaxy A", "Product": "Galaxy A5 2015", "ModelNumber": "SM-A500G", "Display": "4,090", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,560", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "5,510", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "820", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "410", "FrontSub": "", "Depth": "", "Back": "1,780", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a5-2015.png" },{ "Series": "Galaxy A", "Product": "Galaxy A5 2016", "ModelNumber": "SM-A510F", "Display": "3,630", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "760", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "4,320", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "790", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "540", "FrontSub": "", "Depth": "", "Back": "1,970", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a5-2016.png" },{ "Series": "Galaxy M", "Product": "Galaxy M35 5G", "ModelNumber": "SM-M356B", "Display": "5,130", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "630", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "8,870", "twofivesixGB": "11,120", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,230", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m35-5g.png"},{ "Series": "Galaxy M", "Product": "Galaxy M55 5G", "ModelNumber": "SM-M556B", "Display": "6,430", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,200", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "19,800", "twofivesixGB": "20,530", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,700", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m55-5g.png"},{ "Series": "Galaxy M", "Product": "Galaxy M15 5G", "ModelNumber": "SM-M156B", "Display": "4,060", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "560", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "7,380", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,190", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m15-5g.png"},{ "Series": "Galaxy M", "Product": "Galaxy M34 5G", "ModelNumber": "SM-M346B", "Display": "4,830", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "770", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "8,680", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,310", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m34-5g.png"},{ "Series": "Galaxy M", "Product": "Galaxy M14 5G", "ModelNumber": "SM-M146B", "Display": "3,500", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "470", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "7,260", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,490", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m14-5g.png" },{ "Series": "Galaxy M", "Product": "Galaxy M33 5G 8GB", "ModelNumber": "SM-M336B", "Display": "3,920", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "770", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "7,800", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,020", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "440", "FrontSub": "", "Depth": "", "Back": "300", "Iris": "", "TOF": "320", "Macro": "", "UltraWide": "540", "AutoFocus": "", "Wide": "", "Tele": "1,300" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m33-5g-8gb.png" },{ "Series": "Galaxy M", "Product": "Galaxy M13 5G", "ModelNumber": "SM-M136B", "Display": "3,560", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "690", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "6,230", "onetwoeightGB": "6,810", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,850", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m13-5G.png" },{ "Series": "Galaxy M", "Product": "Galaxy M13", "ModelNumber": "SM-M135F", "Display": "3,500", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "670", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "3,500", "onetwoeightGB": "4,480", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,050", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m13.png" },{ "Series": "Galaxy M", "Product": "Galaxy M52 5G 8GB", "ModelNumber": "SM-M526B", "Display": "5,190", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,280", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "14,140", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,780", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,600", "FrontSub": "", "Depth": "", "Back": "350", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "2,450", "AutoFocus": "", "Wide": "", "Tele": "750" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m52-5g-8gb.png" },{ "Series": "Galaxy M", "Product": "Galaxy M32 5G", "ModelNumber": "SM-M326B", "Display": "3,950", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "970", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "7,000", "onetwoeightGB": "7,820", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,670", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "300", "FrontSub": "", "Depth": "", "Back": "1,700", "Iris": "", "TOF": "680", "Macro": "", "UltraWide": "610", "AutoFocus": "", "Wide": "", "Tele": "350" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m32-5g.png" },{ "Series": "Galaxy M", "Product": "Galaxy M53 5G", "ModelNumber": "SM-M536B", "Display": "6,130", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "820", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "10,540", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,890", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "300", "Iris": "", "TOF": "3,010", "Macro": "", "UltraWide": "600", "AutoFocus": "", "Wide": "", "Tele": "1,570" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m53-5g.png" },{ "Series": "Galaxy M", "Product": "Galaxy M04", "ModelNumber": "SM-M045F", "Display": "3,330", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "490", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "6,390", "onetwoeightGB": "7,700", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,720", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m04.png" },{ "Series": "Galaxy M", "Product": "Galaxy M42 5G 8GB", "ModelNumber": "SM-M426B", "Display": "4,100", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "980", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "7,930", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,510", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,680", "FrontSub": "", "Depth": "", "Back": "640", "Iris": "", "TOF": "340", "Macro": "", "UltraWide": "350", "AutoFocus": "", "Wide": "", "Tele": "1,090" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m42-5g-8gb.png" },{ "Series": "Galaxy M", "Product": "Galaxy M32", "ModelNumber": "SM-M325F", "Display": "4,430", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "830", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "3,940", "onetwoeightGB": "5,270", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,370", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,050", "FrontSub": "", "Depth": "", "Back": "2,410", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "600", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m32.png" },{ "Series": "Galaxy M", "Product": "Galaxy M21 2021 Edition", "ModelNumber": "SM-M215G", "Display": "3,220", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "940", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "3,940", "onetwoeightGB": "4,460", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "800", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "2,860", "FrontSub": "", "Depth": "", "Back": "1,140", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-M21-2021.png" },{ "Series": "Galaxy M", "Product": "Galaxy M12", "ModelNumber": "SM-M127G", "Display": "2,640", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,010", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "3,940", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "800", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,570", "FrontSub": "", "Depth": "", "Back": "280", "Iris": "", "TOF": "460", "Macro": "", "UltraWide": "300", "AutoFocus": "", "Wide": "", "Tele": "440" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m12.png" },{ "Series": "Galaxy M", "Product": "Galaxy M02", "ModelNumber": "SM-M022G", "Display": "2,330", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "330", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "2,160", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "940", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "760", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "390" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m02.png" },{ "Series": "Galaxy M", "Product": "Galaxy M51", "ModelNumber": "SM-M515F", "Display": "6,700", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,210", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "8,500", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,370", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,600", "FrontSub": "", "Depth": "", "Back": "2,890", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m51.png" },{ "Series": "Galaxy M", "Product": "Galaxy M01 Core", "ModelNumber": "SM-M013F", "Display": "550", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "220", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "770", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "590", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "330", "FrontSub": "", "Depth": "", "Back": "610", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m01-core.png" },{ "Series": "Galaxy M", "Product": "Galaxy M31s", "ModelNumber": "SM-M317F", "Display": "4,500", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "940", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "6,970", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,000", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,550", "FrontSub": "", "Depth": "", "Back": "2,650", "Iris": "", "TOF": "370", "Macro": "", "UltraWide": "380", "AutoFocus": "", "Wide": "", "Tele": "820" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m31s.png" },{ "Series": "Galaxy M", "Product": "Galaxy M01s", "ModelNumber": "SM-M017F", "Display": "3,020", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "930", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "1,970", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,500", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "690", "FrontSub": "", "Depth": "", "Back": "1,160", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m01s.png" },{ "Series": "Galaxy M", "Product": "Galaxy M11", "ModelNumber": "SM-M115F", "Display": "3,210", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "900", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "5,740", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,160", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "820", "FrontSub": "", "Depth": "", "Back": "1,200", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "550" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m11.png"},{ "Series": "Galaxy M", "Product": "Galaxy M01", "ModelNumber": "SM-M015G", "Display": "2,560", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "690", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "2,180", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "940", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "350", "FrontSub": "", "Depth": "", "Back": "1,210", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m01.png"},{ "Series": "Galaxy M", "Product": "Galaxy M21", "ModelNumber": "SM-M215F", "Display": "3,220", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,160", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "4,630", "onetwoeightGB": "5,000", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "800", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,140", "FrontSub": "", "Depth": "", "Back": "2,860", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m21.png"},{ "Series": "Galaxy M", "Product": "Galaxy M30s", "ModelNumber": "SM-M307F", "Display": "4,300", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,250", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "2,930", "onetwoeightGB": "5,730", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "800", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,080", "FrontSub": "", "Depth": "", "Back": "2,860", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m30s.png"},{ "Series": "Galaxy M", "Product": "Galaxy M10s", "ModelNumber": "SM-M107F", "Display": "2,500", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,000", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "2,920", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "800", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "690", "FrontSub": "", "Depth": "", "Back": "1,580", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m10s.png"},{ "Series": "Galaxy M", "Product": "Galaxy M40", "ModelNumber": "SM-M405F", "Display": "4,000", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,560", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "6,880", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,100", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,360", "FrontSub": "", "Depth": "", "Back": "3,130", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m40.png"},{ "Series": "Galaxy M", "Product": "Galaxy M30", "ModelNumber": "SM-M305F", "Display": "3,390", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,350", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "3,230", "sixfourGB": "4,150", "onetwoeightGB": "6,450", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,810", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,080", "FrontSub": "", "Depth": "", "Back": "2,220", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m30.png"},{ "Series": "Galaxy M", "Product": "Galaxy M31", "ModelNumber": "SM-M315F", "Display": "3,600", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,450", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "6,460", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "800", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "2,020", "FrontSub": "", "Depth": "", "Back": "940", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m31.png" },{ "Series": "Galaxy M", "Product": "Galaxy M20", "ModelNumber": "SM-M205F", "Display": "3,290", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "910", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "3,070", "sixfourGB": "3,070", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "800", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "700", "FrontSub": "", "Depth": "", "Back": "1,690", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m20.png"},{ "Series": "Galaxy M", "Product": "Galaxy M10", "ModelNumber": "SM-M105F", "Display": "2,570", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "730", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "2,460", "threetwoGB": "2,460", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "800", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "480", "FrontSub": "", "Depth": "", "Back": "1,550", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-m10.png"},{ "Series": "Galaxy F and Other", "Product": "Galaxy F55 5G", "ModelNumber": "SM-E556B", "Display": "6,430", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,380", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "14,910", "twofivesixGB": "16,370", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,700", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-f55-5g.png"},{ "Series": "Galaxy F and Other", "Product": "Galaxy F15 5G", "ModelNumber": "SM-E156B", "Display": "4,060", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "620", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "7,380", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,190", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-f15-5g.png"},{ "Series": "Galaxy F and Other", "Product": "Galaxy F34 5G", "ModelNumber": "SM-E346B", "Display": "4,830", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "770", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "7,900", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,310", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-f34-5g.png"},{ "Series": "Galaxy F and Other", "Product": "Galaxy F54 5G", "ModelNumber": "SM-E546B", "Display": "6,360", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "860", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "11,930", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,550", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-f54-5g.png"},{ "Series": "Galaxy F and Other", "Product": "Galaxy F04", "ModelNumber": "SM-E045F", "Display": "3,330", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "520", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "5,220", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,720", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-f04.png"},{ "Series": "Galaxy F and Other", "Product": "Galaxy F14 5G", "ModelNumber": "SM-E146B", "Display": "3,500", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "550", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "7,260", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,490", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-f14-5g.png" },{ "Series": "Galaxy F and Other", "Product": "Galaxy F13", "ModelNumber": "SM-E135F", "Display": "3,500", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "760", "BackGlassCeramic": "", "MotherBoard": [{ "eightGB": "","onesixGB": "", "threetwoGB": "", "sixfourGB": "3,500", "onetwoeightGB": "3,790", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,050", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "280", "FrontSub": "", "Depth": "", "Back": "1,300", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "530", "AutoFocus": "", "Wide": "", "Tele": "560" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-f13.png"},{ "Series": "Galaxy F and Other", "Product": "Galaxy F23 6GB", "ModelNumber": "SM-E236B", "Display": "3,930", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "860", "BackGlassCeramic": "", "MotherBoard": [{ "eightGB": "", "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "7,670", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,920", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "280", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "600", "AutoFocus": "", "Wide": "", "Tele": "1,300" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-f23-6gb.png"},{ "Series": "Galaxy F and Other", "Product": "Galaxy F42 5G 8GB", "ModelNumber": "SM-E426B", "Display": "3,940", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "690", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "9,830", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,760", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "640", "FrontSub": "", "Depth": "", "Back": "540", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "2,540" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-f42-5g-8gb.png"},{ "Series": "Galaxy F and Other", "Product": "Galaxy F22", "ModelNumber": "SM-E225F", "Display": "3,790", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "670", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "3,790", "onetwoeightGB": "4,370", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "980", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "300", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "600", "AutoFocus": "", "Wide": "", "Tele": "740" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-f22.png" },{ "Series": "Galaxy F and Other", "Product": "Galaxy F12", "ModelNumber": "SM-F127G", "Display": "2,640", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,000", "BackGlassCeramic": "", "MotherBoard": [{ "eightGB": "","onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "3,650", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "800", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "440", "FrontSub": "", "Depth": "", "Back": "1,570", "Iris": "", "TOF": "300", "Macro": "", "UltraWide": "460", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-f12.png" },{ "Series": "Galaxy F and Other", "Product": "Galaxy F02s", "ModelNumber": "SM-E025F", "Display": "2,720", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "750", "BackGlassCeramic": "", "MotherBoard": [{ "eightGB": "","onesixGB": "", "threetwoGB": "", "sixfourGB": "3,780", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,080", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "440", "FrontSub": "", "Depth": "", "Back": "1,160", "Iris": "", "TOF": "220", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "340" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-f02s.png" },{ "Series": "Galaxy F and Other", "Product": "Galaxy F62", "ModelNumber": "SM-E625F", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "Display": "5,600", "LCD": "", "SubDisplay": "","DisplayRepair": "", "BackGlass": "1,000", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "8,840", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,370", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,630", "FrontSub": "", "Depth": "", "Back": "2,530", "Iris": "", "TOF": "360", "Macro": "", "UltraWide": "820", "AutoFocus": "", "Wide": "", "Tele": "340" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-f62.png"},{ "Series": "Galaxy F and Other", "Product": "Galaxy F41", "ModelNumber": "SM-F415F", "Display": "3,600", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,260", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "5,610", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "800", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "2,020", "FrontSub": "", "Depth": "", "Back": "940", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-f41.png"},{ "Series": "Galaxy F and Other", "Product": "Galaxy On7 Prime", "ModelNumber": "SM-G611F", "Display": "3,380", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,590", "BackGlassCeramic": "", "MotherBoard": [{ "eightGB": "","onesixGB": "", "threetwoGB": "4,870", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "860", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,020", "FrontSub": "", "Depth": "", "Back": "1,310", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-on7-prime.png"},{ "Series": "Galaxy F and Other", "Product": "Galaxy ON7", "ModelNumber": "SM-G600F", "Display": "1,140", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "790", "BackGlassCeramic": "", "MotherBoard": [{ "eightGB": "3,130", "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,010", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "410", "FrontSub": "", "Depth": "", "Back": "1,290", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-on7.png"},{ "Series": "Galaxy F and Other", "Product": "Galaxy On5 Pro", "ModelNumber": "SM-G550F", "Display": "1,010", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,070", "BackGlassCeramic": "", "MotherBoard": [{ "eightGB": "","onesixGB": "", "threetwoGB": "2,600", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "640", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "690", "FrontSub": "", "Depth": "", "Back": "1,240", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-on5-pro.png"},{ "Series": "Galaxy F and Other", "Product": "Galaxy On Max", "ModelNumber": "SM-G615FU", "Display": "3,460", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,040", "BackGlassCeramic": "", "MotherBoard": [{ "eightGB": "","onesixGB": "", "threetwoGB": "5,280", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "860", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,170", "FrontSub": "", "Depth": "", "Back": "1,320", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-on-max.png"},{ "Series": "Galaxy F and Other", "Product": "Galaxy C7 Pro", "ModelNumber": "SM-C701F", "Display": "4,550", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "4,350", "BackGlassCeramic": "", "MotherBoard": [{ "eightGB": "","onesixGB": "", "threetwoGB": "7,760", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,040", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,560", "FrontSub": "", "Depth": "", "Back": "1,910", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-c7-pro.png"},{ "Series": "Galaxy F and Other", "Product": "Galaxy C9 Pro", "ModelNumber": "SM-C900F", "Display": "6,150", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "4,700", "BackGlassCeramic": "", "MotherBoard": [{ "eightGB": "","onesixGB": "", "threetwoGB": "10,080", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,300", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,540", "FrontSub": "", "Depth": "", "Back": "1,850", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-c9-pro.png"},{ "Series": "Galaxy J", "Product": "Galaxy J6+", "ModelNumber": "SM-J610F", "Display": "2,530", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,290", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "3,880", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "860", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "680", "FrontSub": "", "Depth": "", "Back": "1,600", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-j6-plus.png"},{ "Series": "Galaxy J", "Product": "Galaxy J4+", "ModelNumber": "SM-J415F", "Display": "2,530", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,890", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "2,530", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "860", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "420", "FrontSub": "", "Depth": "", "Back": "1,050", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-j4-plus.png"},{ "Series": "Galaxy J", "Product": "Galaxy J2 Core", "ModelNumber": "SM-J260G", "Display": "1,790", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "720", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "1,810", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "640", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "450", "FrontSub": "", "Depth": "", "Back": "660", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-j2-core.png"},{"Series": "Galaxy J", "Product": "Galaxy J8 2018", "ModelNumber": "SM-J810G", "Display": "4,010", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,550", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "6,310", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,430", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,600", "FrontSub": "", "Depth": "", "Back": "2,440", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-j8-2018.png"},{ "Series": "Galaxy J", "Product": "Galaxy J6 2018", "ModelNumber": "SM-J600G", "Display": "3,130", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,700", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "6,490", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,240", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "670", "FrontSub": "", "Depth": "", "Back": "1,260", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-j6-2018.png"},{ "Series": "Galaxy J", "Product": "Galaxy J4 2018", "ModelNumber": "SM-J400F", "Display": "2,680", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "740", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "3,280", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,010", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "460", "FrontSub": "", "Depth": "", "Back": "1,220", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-j4-2018.png"},{ "Series": "Galaxy J", "Product": "Galaxy J7 Duo", "ModelNumber": "SM-J720F", "Display": "4,410", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,110", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "5,560", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,010", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "680", "FrontSub": "", "Depth": "", "Back": "2,040", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-j7-duo.png"},{ "Series": "Galaxy J", "Product": "Galaxy J2 Pro", "ModelNumber": "SM-J250F", "Display": "1,690", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "840", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "2,610", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "640", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "440", "FrontSub": "", "Depth": "", "Back": "670", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-j2-pro.png"},{"Series": "Galaxy J", "Product": "Galaxy J7 Pro", "ModelNumber": "SM-J730G", "Display": "3,810", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,780", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "5,810", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,160", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "1,210", "FrontSub": "", "Depth": "", "Back": "1,220", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-j7-pro.png"},{ "Series": "Galaxy J", "Product": "Galaxy J7 Nxt", "ModelNumber": "SM-J701F", "Display": "2,810", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,040", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "4,610", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,010", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "470", "FrontSub": "", "Depth": "", "Back": "1,880", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-j7-nxt.png"},{ "Series": "Galaxy J", "Product": "Galaxy J7 Prime", "ModelNumber": "SM-G610F", "Display": "2,810", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,670", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "5,410", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "860", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "680", "FrontSub": "", "Depth": "", "Back": "1,310", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-j7-prime.png"},{ "Series": "Galaxy J", "Product": "Galaxy J7 2016", "ModelNumber": "SM-J710F", "Display": "3,070", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,040", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "4,610", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,010", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "540", "FrontSub": "", "Depth": "", "Back": "1,240", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-j7-2016.png"},{ "Series": "Galaxy J", "Product": "Galaxy J5 2016", "ModelNumber": "SM-J510F", "Display": "2,210", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "490", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "3,300", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "740", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "520", "FrontSub": "", "Depth": "", "Back": "1,230", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-j5-2016.png"},{ "Series": "Galaxy J", "Product": "Galaxy J2 2016", "ModelNumber": "SM-J210F", "Display": "2,690", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "790", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "3,100", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "640", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "470", "FrontSub": "", "Depth": "", "Back": "800", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-j2.png"},{ "Series": "Galaxy J", "Product": "Galaxy J7 2015", "ModelNumber": "SM-J700F", "Display": "3,390", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "760", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "3,280", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,010", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "470", "FrontSub": "", "Depth": "", "Back": "1,880", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-j7-2015.png"},{ "Series": "Galaxy J", "Product": "Galaxy J5 2015", "ModelNumber": "SM-J500F", "Display": "1,950", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "780", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "2,910", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "640", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "450", "FrontSub": "", "Depth": "", "Back": "1,360", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-j5-2015.png"},{ "Series": "Galaxy J", "Product": "Galaxy J5 Prime", "ModelNumber": "SM-G570F", "Display": "1,750", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,710", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "4,210", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "960", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "420", "FrontSub": "", "Depth": "", "Back": "1,310", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-j5-prime.png"},{ "Series": "Galaxy J", "Product": "Galaxy J3 Pro", "ModelNumber": "SM-J320F", "Display": "1,770", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "680", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "2,030", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "940", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "470", "FrontSub": "", "Depth": "", "Back": "630", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-j3-pro.png"},{ "Series": "Galaxy J", "Product": "Galaxy J2 2015", "ModelNumber": "SM-J200G", "Display": "1,850", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "720", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "2,120", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,010", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "410", "FrontSub": "", "Depth": "", "Back": "670", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-j2.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab S9 FE+ Wi-Fi", "ModelNumber": "SM-X610N", "Display": "8,700", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "5,310", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "10,090", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,900", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-s9-fe-plus-wi-fi.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab S9 FE 5G", "ModelNumber": "SM-X516B", "Display": "7,590", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "5,070", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "11,110", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,640", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-s9-fe-5g.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab S9 FE Wi-Fi", "ModelNumber": "SM-X510N", "Display": "7,590", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "5,070", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "8,080", "twofivesixGB": "9,040", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,640", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-s9-fe-wi-fi.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab A9 LTE", "ModelNumber": "SM-X115N", "Display": "3,780", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,260", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "6,450", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,960", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-a9-lte.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab A9 Wi-Fi", "ModelNumber": "SM-X110N", "Display": "3,780", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,260", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "6,120", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,960", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-a9-wi-fi.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab S9 Ultra 5G", "ModelNumber": "SM-X916B", "Display": "27,073", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "7,000", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "29,950", "oneTB": "", "Subboard": "" }], "MainBattery": "3,440", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-s9-ultra-5g.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab S9 Ultra", "ModelNumber": "SM-X910N", "Display": "27,080", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "7,080", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "26,830", "oneTB": "", "Subboard": "" }], "MainBattery": "3,440", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-s9-ultra.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab S9+ 5G", "ModelNumber": "SM-X816B", "Display": "19,140", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "6,420", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "27,930", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,860", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-s9-plus-5g.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab S9+", "ModelNumber": "SM-X810N", "Display": "19,140", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "6,460", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "24,760", "oneTB": "", "Subboard": "" }], "MainBattery": "2,860", "SubBattery": "", "SPenKit": "2,590", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-s9-plus.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab S9 5G", "ModelNumber": "SM-X716B", "Display": "12,100", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "6,430", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "27,120", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,800", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-s9-5g.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab S9", "ModelNumber": "SM-X710N", "Display": "12,100", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "6,430", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "24,830", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,800", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "", "FrontSub": "", "Depth": "", "Back": "", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-s9.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab S8 Ultra 5G", "ModelNumber": "SM-X906B", "Display": "27,770", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "6,670", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "25,290", "twofivesixGB": "33,830", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "3,690", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "1,790", "FrontSub": "", "Depth": "", "Back": "2,220", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-s8-ultra-5g.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab S8 Ultr Wi-Fi", "ModelNumber": "SM-X900N", "Display": "27,770", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "7,230", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "22,420", "twofivesixGB": "23,710", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "3,690", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "1,790", "FrontSub": "", "Depth": "", "Back": "2,220", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-s8-ultr-wi-fi.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab S8+", "ModelNumber": "SM-X806B", "Display": "18,700", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "6,100", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "25,170", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,940", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "2,230", "FrontSub": "", "Depth": "", "Back": "890", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-s8-plus.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab S8+ Wi-Fi", "ModelNumber": "SM-X800N", "Display": "18,700", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "6,100", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "21,930", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,940", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "2,230", "FrontSub": "", "Depth": "", "Back": "890", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-s8-plus-wi-fi.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab S8 5G", "ModelNumber": "SM-X706B", "Display": "8,930", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "6,080", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "25,030", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,660", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "2,220", "FrontSub": "", "Depth": "", "Back": "890", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-s8-5g.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab S8 Wi-Fi", "ModelNumber": "SM-X700N", "Display": "8,930", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "6,080", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "22,180", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,660", "SubBattery": "", "SPenKit": "N/A", "Camera": [{ "Front": "2,220", "FrontSub": "", "Depth": "", "Back": "890", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-s8-wi-fi.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab A8 LTE", "ModelNumber": "SM-X205N", "Display": "6,070", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,900", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "7,440", "sixfourGB": "8,550", "onetwoeightGB": "7,850", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,430", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "300", "FrontSub": "", "Depth": "", "Back": "490", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-a8-lte.png"},{"Series": "Galaxy Tab", "Product": "Galaxy Tab A8 Wi-Fi 4GB", "ModelNumber": "SM-X200N", "Display": "6,070", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,900", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "6,730", "sixfourGB": "6,090", "onetwoeightGB": "7,040", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,430", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "300", "FrontSub": "", "Depth": "", "Back": "490", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-a8-wi-fi-4gb.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab A7 Lite LTE", "ModelNumber": "SM-T225N", "Display": "6,240", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "920", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "5,970", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,740", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "370", "FrontSub": "", "Depth": "", "Back": "680", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-a7-lite-lte.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab A7 Lite", "ModelNumber": "SM-T220N", "Display": "4,110", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "910", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "4,830", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "1,740", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "370", "FrontSub": "", "Depth": "", "Back": "680", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-a7-lite.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab S7+ LTE", "ModelNumber": "SM-T975N", "Display": "18,180", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "27,650", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,780", "SubBattery": "", "SPenKit": "2,500", "Camera": [{ "Front": "690", "FrontSub": "", "Depth": "", "Back": "2,080", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-s7-plus-lte.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab S7+ Wi-Fi", "ModelNumber": "SM-T970N", "Display": "18,180", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "15,680", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,780", "SubBattery": "", "SPenKit": "2,500", "Camera": [{ "Front": "690", "FrontSub": "", "Depth": "", "Back": "2,080", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-s7-plus-wi-fi.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab A7 2020", "ModelNumber": "SM-T505N", "Display": "6,540", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,030", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "6,860", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,100", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "340", "FrontSub": "", "Depth": "", "Back": "620", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-a7-2020.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab S7 Wi-Fi", "ModelNumber": "SM-T870N", "Display": "8,880", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "5,610", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "16,950", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,570", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "690", "FrontSub": "", "Depth": "", "Back": "2,080", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-s7-wi-fi.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab S6 lite", "ModelNumber": "SM-T865N", "Display": "11,700", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "4,950", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "16,340", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,300", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "750", "FrontSub": "", "Depth": "", "Back": "2,120", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-s6-lite.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab S7 LTE", "ModelNumber": "SM-T875N", "Display": "8,880", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "5,610", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "22,670", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,570", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "690", "FrontSub": "", "Depth": "", "Back": "2,080", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-s7-lte.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab A 8.0", "ModelNumber": "SM-T295N", "Display": "4,670", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,350", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "5,420", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,150", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "270", "FrontSub": "", "Depth": "", "Back": "720", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-a-8.0.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab A 10.1", "ModelNumber": "SM-T515N", "Display": "5,770", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,240", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "5,210", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,350", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "460", "FrontSub": "", "Depth": "", "Back": "820", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-a-10.1.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab A 10.5", "ModelNumber": "SM-T595N", "Display": "6,880", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "2,470", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "", "threetwoGB": "6,080", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,070", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "440", "FrontSub": "", "Depth": "", "Back": "1,020", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-a-10.5.png"},{ "Series": "Galaxy Tab", "Product": "Galaxy Tab S 10.5", "ModelNumber": "SM-T800N", "Display": "17,310", "LCD": "", "SubDisplay": "","DisplayRepair": "", "screencomponent": [{ "componentscreenrepair": "N/A", "oled": "", "frame": "", }], "BackGlass": "1,980", "BackGlassCeramic": "", "MotherBoard": [{ "onesixGB": "9,360", "threetwoGB": "", "sixfourGB": "", "onetwoeightGB": "", "twofivesixGB": "", "fiveonetwoGB": "", "oneTB": "", "Subboard": "" }], "MainBattery": "2,590", "SubBattery": "", "SPenKit": "", "Camera": [{ "Front": "560", "FrontSub": "", "Depth": "", "Back": "1,920", "Iris": "", "TOF": "", "Macro": "", "UltraWide": "", "AutoFocus": "", "Wide": "", "Tele": "" }], "Tape": [{ "Rework": "", "Ceramic": "", "Battery": "", "BackGlass": "", "FingerPrint": "", "Bracket": "", "Display": "" }], "ImageName": "product-galaxy-tab-s-10.5.png"}, ];});

Price of repair parts for Samsung phones | Samsung IN (2024)

References

Top Articles
Latest Posts
Article information

Author: Rev. Porsche Oberbrunner

Last Updated:

Views: 5989

Rating: 4.2 / 5 (53 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Rev. Porsche Oberbrunner

Birthday: 1994-06-25

Address: Suite 153 582 Lubowitz Walks, Port Alfredoborough, IN 72879-2838

Phone: +128413562823324

Job: IT Strategist

Hobby: Video gaming, Basketball, Web surfing, Book restoration, Jogging, Shooting, Fishing

Introduction: My name is Rev. Porsche Oberbrunner, I am a zany, graceful, talented, witty, determined, shiny, enchanting person who loves writing and wants to share my knowledge and understanding with you.