').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 += '

';
$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 += '

';
$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 += '

';
$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 += '

';
$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 += '

';
$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 += '
';
}
if (v.SPenKit) {
$html += '
';
$html += '
';
$html += '
';
$html += '

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

';
$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 Fold6",
"ModelNumber": "SM-F956B",
"Display": "42,800",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "38,790",
"oled": "",
"frame": "",
}],
"BackGlass": "2,600",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "40,000",
"fiveonetwoGB": "42,000",
"oneTB": "46,000",
"Subboard": ""
}],
"MainBattery": "1,630",
"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-fold6.png"
},{
"Series": "Galaxy Fold and Flip",
"Product": "Galaxy Z Flip6",
"ModelNumber": "SM-F741B",
"Display": "26,440",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "-",
"oled": "",
"frame": "7,950",
}],
"BackGlass": "1,330",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "33,680",
"fiveonetwoGB": "36,300",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,640",
"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-flip6.png"
},{
"Series": "Galaxy Fold and Flip",
"Product": "Galaxy Z Fold5",
"ModelNumber": "SM-F946B",
"Display": "45,650",
"LCD": "",
"SubDisplay": "6,140",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "33,693",
"oled": "",
"frame": "",
}],
"BackGlass": "2,610",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "30,510",
"fiveonetwoGB": "33,900",
"oneTB": "36,140",
"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-fold5.png"
},{
"Series": "Galaxy Fold and Flip",
"Product": "Galaxy Z Flip5",
"ModelNumber": "SM-F731B",
"Display": "24,130",
"LCD": "",
"DisplayRepair": "",
"SubDisplay": "5,510",
"screencomponent": [{
"componentscreenrepair": "19,942",
"oled": "",
"frame": "",
}],
"BackGlass": "1,190",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "28,510",
"fiveonetwoGB": "31,390",
"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": "42,030",
"LCD": "",
"SubDisplay": "6,450",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "34,606",
"oled": "",
"frame": "",
}],
"BackGlass": "2,220",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "34,360",
"fiveonetwoGB": "34,360",
"oneTB": "45,950",
"Subboard": ""
}],
"MainBattery": "1,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-z-fold4-5g.png"
},{
"Series": "Galaxy Fold and Flip",
"Product": "Galaxy Z Flip4",
"ModelNumber": "SM-F721B",
"Display": "24,140",
"LCD": "",
"DisplayRepair": "",
"SubDisplay": "4,430",
"screencomponent": [{
"componentscreenrepair": "15,885",
"oled": "",
"frame": "",
}],
"BackGlass": "1,230",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "30,250",
"twofivesixGB": "33,490",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,140",
"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": "45,830",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "36,311",
"oled": "",
"frame": "",
}],
"BackGlass": "2,940",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "28,630",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,480",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "1,760",
"FrontSub": "",
"Depth": "",
"Back": "1,020",
"Iris": "",
"TOF": "",
"Macro": "",
"UltraWide": "1,300" ,
"AutoFocus": "",
"Wide": "",
"Tele": "4,540"
}],
"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": "27,610",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "18,124",
"oled": "",
"frame": "",
}],
"BackGlass": "1,220",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "25,370",
"twofivesixGB": "25,350",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,430",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "3,100",
"FrontSub": "",
"Depth": "",
"Back": "1,080",
"Iris": "",
"TOF": "",
"Macro": "",
"UltraWide": "" ,
"AutoFocus": "",
"Wide": "",
"Tele": "1,590"
}],
"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": "37,090",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "26,690",
"oled": "",
"frame": "",
}],
"BackGlass": "3,000",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "30,340",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,920",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "1,790",
"FrontSub": "",
"Depth": "",
"Back": "4,450",
"Iris": "",
"TOF": "",
"Macro": "",
"UltraWide": "",
"AutoFocus": "",
"Wide": "",
"Tele": "1,030"
}],
"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": "45,850",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "26,238",
"oled": "",
"frame": "",
}],
"BackGlass": "2,550",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "21,440",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,170",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "2,080",
"FrontSub": "",
"Depth": "",
"Back": "5,780",
"Iris": "",
"TOF": "",
"Macro": "",
"UltraWide": "" ,
"AutoFocus": "",
"Wide": "",
"Tele": "2,460"
}],
"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": "32,730",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "24,126",
"oled": "",
"frame": "",
}],
"BackGlass": "5,940",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "20,700",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,320",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "1,760",
"FrontSub": "",
"Depth": "",
"Back": "4,370",
"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 S25 Edge",
"ModelNumber": "SM-S937B",
"Display": "17,810",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "2,720",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "36,710",
"fiveonetwoGB": "39,050",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,550",
"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-s25-edge.png"
}, {
"Series": "Galaxy S",
"Product": "Galaxy S25 Ultra",
"ModelNumber": "SM-S938B",
"Display": "",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "",
"oled": "11,950",
"frame": "6,740",
}],
"BackGlass": "2,700",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "37,150",
"fiveonetwoGB": "40,610",
"oneTB": "46,060",
"Subboard": ""
}],
"MainBattery": "2,440",
"SubBattery": "",
"SPenKit": "2,090",
"Camera": [{
"Front": "",
"FrontSub": "",
"Depth": "",
"Back": "",
"Iris": "",
"Macro": "",
"TOF": "",
"UltraWide": "",
"AutoFocus": "",
"Wide": "",
"Tele": ""
}],
"Tape": [{
"Rework": "",
"Ceramic": "",
"Battery": "",
"BackGlass": "",
"FingerPrint": "",
"Bracket": "",
"Display": ""
}],
"ImageName": "product-galaxy-s25-ultra.png"
}, {
"Series": "Galaxy S",
"Product": "Galaxy S25 plus",
"ModelNumber": "SM-S936B",
"Display": "",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "",
"oled": "8,400",
"frame": "3,560",
}],
"BackGlass": "2,560",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "28,630",
"fiveonetwoGB": "31,970",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,410",
"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-s25-plus.png"
}, {
"Series": "Galaxy S",
"Product": "Galaxy S25",
"ModelNumber": "SM-S931B",
"Display": "",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "",
"oled": "6,150",
"frame": "2,950",
}],
"BackGlass": "2,310",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "27,380",
"twofivesixGB": "28,240",
"fiveonetwoGB": "29,760",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,470",
"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-s25.png"
}, {
"Series": "Galaxy S",
"Product": "Galaxy S24 FE",
"ModelNumber": "SM-S721B",
"Display": "",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "",
"oled": "4,400",
"frame": "3,020",
}],
"BackGlass": "1,170",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "19,470",
"fiveonetwoGB": "20,750",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,890",
"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-s24-fe.png"
}, {
"Series": "Galaxy S",
"Product": "Galaxy S24 Ultra",
"ModelNumber": "SM-S928B",
"Display": "",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "",
"oled": "16,160",
"frame": "7,290",
}],
"BackGlass": "2,660",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "32,380",
"fiveonetwoGB": "33,460",
"oneTB": "35,760",
"Subboard": ""
}],
"MainBattery": "1,950",
"SubBattery": "",
"SPenKit": "2,420",
"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": "12,520",
"frame": "3,170",
}],
"BackGlass": "2,400",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "28,510",
"fiveonetwoGB": "31,270",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,150",
"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-s24-plus.png"
}, {
"Series": "Galaxy S",
"Product": "Galaxy S24",
"ModelNumber": "SM-S921B",
"Display": "",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "",
"oled": "8,600",
"frame": "2,690",
}],
"BackGlass": "2,290",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "23,130",
"fiveonetwoGB": "25,630",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,280",
"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-s24.png"
}, {
"Series": "Galaxy S",
"Product": "Galaxy S23 FE",
"ModelNumber": "SM-S711B",
"Display": "",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "",
"oled": "5,290",
"frame": "2,610",
}],
"BackGlass": "1,340",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "17,920",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,900",
"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-s23-fe.png"
}, {
"Series": "Galaxy S",
"Product": "Galaxy S23 ultra",
"ModelNumber": "SM-S918B",
"Display": "19,930",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "",
"oled": "15,020",
"frame": "2,300",
}],
"BackGlass": "3,430",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "31,390",
"fiveonetwoGB": "32,500",
"oneTB": "34,650",
"Subboard": ""
}],
"MainBattery": "2,380",
"SubBattery": "",
"SPenKit": "2,430",
"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,700",
"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": "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-s23-plus.png"
}, {
"Series": "Galaxy S",
"Product": "Galaxy S23",
"ModelNumber": "SM-S911B",
"Display": "11,660",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "",
"oled": "6,330",
"frame": "2,310",
}],
"BackGlass": "2,520",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "26,850",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,130",
"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-s23.png"
}, {
"Series": "Galaxy S",
"Product": "Galaxy S22 ultra",
"ModelNumber": "SM-S908E",
"Display": "19,450",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "12,766",
"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": "14,030",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "",
"oled": "9,110",
"frame": "",
}],
"BackGlass": "2,570",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "28,550",
"twofivesixGB": "25,930",
"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": "14,000",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "",
"oled": "8,140",
"frame": "",
}],
"BackGlass": "2,200",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "24,470",
"twofivesixGB": "25,950",
"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": "12,930",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,200",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "24,980",
"twofivesixGB": "26,710",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,810",
"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": "13,330",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "",
"oled": "9,010",
"frame": "",
}],
"BackGlass": "2,100",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "17,810",
"twofivesixGB": "18,730",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,490",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "1,870",
"FrontSub": "",
"Depth": "",
"Back": "5,820",
"Iris": "",
"Macro": "",
"TOF": "",
"UltraWide": "",
"AutoFocus": "",
"Wide": "",
"Tele": "1,900"
}],
"Tape": [{
"Rework": "",
"Ceramic": "",
"Battery": "",
"BackGlass": "",
"FingerPrint": "",
"Bracket": "",
"Display": ""
}],
"ImageName": "product-galaxy-s21.png"
}, {
"Series": "Galaxy S",
"Product": "Galaxy S21+",
"ModelNumber": "SM-G996B",
"Display": "13,750",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "",
"oled": "9,890",
"frame": "",
}],
"BackGlass": "2,800",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "18,270",
"twofivesixGB": "19,330",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,920",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "1,870",
"FrontSub": "",
"Depth": "",
"Back": "5,820",
"Iris": "",
"Macro": "",
"TOF": "",
"UltraWide": "",
"AutoFocus": "",
"Wide": "",
"Tele": "1,900"
}],
"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": "21,600",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "14,033",
"oled": "",
"frame": "",
}],
"BackGlass": "3,120",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "28,500",
"fiveonetwoGB": "24,020",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,120",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "2,080",
"FrontSub": "",
"Depth": "",
"Back": "2,420",
"Iris": "",
"Macro": "",
"TOF": "2,220",
"UltraWide": "5,780",
"AutoFocus": "",
"Wide": "",
"Tele": "5,930"
}],
"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": "25,040",
"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,660",
"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,280",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "2,510",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "19,010",
"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": "17,220",
"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,740",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "1,870",
"FrontSub": "",
"Depth": "",
"Back": "6,300",
"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": "8,820",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,470",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "9,350",
"twofivesixGB": "11,990",
"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": "7,090",
"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,720",
"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": "12,640",
"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": "930",
"FrontSub": "",
"Depth": "",
"Back": "2,550",
"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,970",
"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": "930",
"FrontSub": "",
"Depth": "",
"Back": "2,280",
"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": "10,120",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,520",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "10,660",
"twofivesixGB": "",
"fiveonetwoGB": "16,350",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,130",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "1,590",
"FrontSub": "",
"Depth": "",
"Back": "4,050",
"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": "19,100",
"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,880",
"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": "9,860",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "2,050",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "15,720",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,600",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "1,230",
"FrontSub": "",
"Depth": "",
"Back": "5,210",
"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": "15,100",
"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": "1,230",
"FrontSub": "",
"Depth": "",
"Back": "5,880",
"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": "16,380",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "2,500",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "14,240",
"onetwoeightGB": "12,140",
"twofivesixGB": "14,180",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,670",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "1,520",
"FrontSub": "",
"Depth": "",
"Back": "5,650",
"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,090",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "2,620",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "14,570",
"onetwoeightGB": "10,870",
"twofivesixGB": "18,480",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,550",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "2,180",
"FrontSub": "",
"Depth": "",
"Back": "4,200",
"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": "16,670",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "2,610",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "18,640",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,430",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "1,510",
"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,970",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "2,140",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "13,250",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,450",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "2,000",
"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,090",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,310",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "1,020",
"FrontSub": "",
"Depth": "",
"Back": "3,080",
"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,060",
"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": "19,320",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "13,305",
"oled": "",
"frame": "",
}],
"BackGlass": "3,340",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "26,000",
"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": "14,010",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "8,308",
"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": "9,710",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,280",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "10,130",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,710",
"SubBattery": "",
"SPenKit": "1,970",
"Camera": [{
"Front": "1,800",
"FrontSub": "",
"Depth": "",
"Back": "1,640",
"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,970",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "2,050",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "17,940",
"fiveonetwoGB": "23,630",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,920",
"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": "17,320",
"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": "14,490",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "2,840",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "11,950",
"twofivesixGB": "",
"fiveonetwoGB": "20,710",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,830",
"SubBattery": "",
"SPenKit": "2,300",
"Camera": [{
"Front": "1,670",
"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": "15,390",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "2,600",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "9,670",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,670",
"SubBattery": "",
"SPenKit": "1,600",
"Camera": [{
"Front": "1,510",
"FrontSub": "",
"Depth": "",
"Back": "4,930",
"Iris": "",
"TOF": "",
"Macro": "",
"UltraWide": "",
"AutoFocus": "",
"Wide": "",
"Tele": "670"
}],
"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": "2,620",
"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": "12,130",
"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": "N/A",
"Camera": [{
"Front": "900",
"FrontSub": "",
"Depth": "",
"Back": "2,460",
"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": "6,490",
"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": "N/A",
"Camera": [{
"Front": "1,220",
"FrontSub": "",
"Depth": "",
"Back": "2,460",
"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 A26 5G",
"ModelNumber": "SM-A266B",
"Display": "4,780",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "770",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "10,440",
"twofivesixGB": "11,390",
"fiveonetwoGB": "",
"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-a26-5g.png"
},{
"Series": "Galaxy A",
"Product": "Galaxy A36 5G",
"ModelNumber": "SM-A366E",
"Display": "5,990",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,300",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "9,760",
"twofivesixGB": "11,900",
"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-a36-5g.png"
},{
"Series": "Galaxy A",
"Product": "Galaxy A56 5G",
"ModelNumber": "SM-A566E",
"Display": "",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "",
"oled": "4,970",
"frame": "",
}],
"BackGlass": "1,170",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "11,300",
"twofivesixGB": "13,310",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,540",
"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-a56-5g.png"
},{
"Series": "Galaxy A",
"Product": "Galaxy A06 5G",
"ModelNumber": "SM-A066B",
"Display": "2,640",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "550",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "6,800",
"onetwoeightGB": "7,940",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,390",
"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-a06-5g.png"
},{
"Series": "Galaxy A",
"Product": "Galaxy A16 5G",
"ModelNumber": "SM-A166P",
"Display": "4,160",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "440",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "12,320",
"twofivesixGB": "14,200",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,530",
"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-a16-5g.png"
},{
"Series": "Galaxy A",
"Product": "Galaxy A06",
"ModelNumber": "SM-A065F",
"Display": "2,770",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "510",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "5,890",
"onetwoeightGB": "6,750",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,110",
"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-a06.png"
},{
"Series": "Galaxy A",
"Product": "Galaxy A55 5G",
"ModelNumber": "SM-A556E",
"Display": "",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "",
"oled": "5,400",
"frame": "3,320",
}],
"BackGlass": "1,180",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "11,020",
"twofivesixGB": "12,720",
"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": "5,390",
"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": "3,370",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "650",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "8,190",
"twofivesixGB": "7,610",
"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,280",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "330",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "5,870",
"onetwoeightGB": "6,390",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "960",
"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": "4,570",
"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,600",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "240",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "7,310",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,300",
"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,320",
}],
"BackGlass": "1,540",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "12,020",
"twofivesixGB": "",
"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-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": "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-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,560",
"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": "4,620",
"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": "3,400",
"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,140",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "320",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "4,940",
"sixfourGB": "5,170",
"onetwoeightGB": "6,620",
"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-a04e.png"
},{
"Series": "Galaxy A",
"Product": "Galaxy A04",
"ModelNumber": "SM-A045F",
"Display": "2,640",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "550",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "3,120",
"sixfourGB": "3,520",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,250",
"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,890",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,130",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "13,860",
"twofivesixGB": "14,850",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,020",
"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": "330",
"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,460",
"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": "330",
"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": "6,300",
"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": "330",
"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": "6,110",
"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": "8,250",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,110",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "360",
"FrontSub": "",
"Depth": "",
"Back": "220",
"Iris": "",
"TOF": "",
"Macro": "",
"UltraWide": "10",
"AutoFocus": "",
"Wide": "",
"Tele": "1,110"
}],
"Tape": [{
"Rework": "",
"Ceramic": "",
"Battery": "",
"BackGlass": "",
"FingerPrint": "",
"Bracket": "",
"Display": ""
}],
"ImageName": "product-galaxy-a03-4gb.png"
},{
"Series": "Galaxy A",
"Product": "Galaxy A03",
"ModelNumber": "SM-A032F",
"Display": "2,530",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "240",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "4,210",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "910",
"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": "7,030",
"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,720",
"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": "340",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "6,160",
"sixfourGB": "6,290",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,110",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "240",
"FrontSub": "",
"Depth": "",
"Back": "140",
"Iris": "",
"TOF": "",
"Macro": "",
"UltraWide": "50",
"AutoFocus": "",
"Wide": "",
"Tele": "730"
}],
"Tape": [{
"Rework": "",
"Ceramic": "",
"Battery": "",
"BackGlass": "",
"FingerPrint": "",
"Bracket": "",
"Display": ""
}],
"ImageName": "product-galaxy-a03s.png"
},{
"Series": "Galaxy A",
"Product": "Galaxy A22 6GB",
"ModelNumber": "SM-A225F",
"Display": "4,440",
"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": "3,140",
"onetwoeightGB": "4,390",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "940",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "",
"FrontSub": "",
"Depth": "",
"Back": "280",
"Iris": "",
"TOF": "1,570",
"Macro": "",
"UltraWide": "460",
"AutoFocus": "",
"Wide": "",
"Tele": "330"
}],
"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": "4,060",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "690",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "19,010",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,680",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "620",
"FrontSub": "",
"Depth": "",
"Back": "530",
"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": "7,490",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,150",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "9,520",
"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": "5,930",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,010",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "8,110",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,720",
"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,600",
"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": "280",
"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": "3,450",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "940",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "810",
"FrontSub": "",
"Depth": "",
"Back": "1,050",
"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,460",
"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,230",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,190",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "10,150",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "630",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "1,590",
"FrontSub": "",
"Depth": "",
"Back": "2,640",
"Iris": "",
"TOF": "",
"Macro": "",
"UltraWide": "",
"AutoFocus": "",
"Wide": "",
"Tele": "390"
}],
"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,140",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "990",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "8,990",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,300",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "1,540",
"FrontSub": "",
"Depth": "",
"Back": "2,160",
"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,090",
"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,900",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "850",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "780",
"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": "3,700",
"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,390",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,550",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "5,830",
"sixfourGB": "7,660",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,490",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "620",
"FrontSub": "",
"Depth": "",
"Back": "760",
"Iris": "",
"TOF": "",
"Macro": "",
"UltraWide": "1,220",
"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,150",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "900",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "4,410",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,490",
"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": "8,470",
"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,270",
"FrontSub": "",
"Depth": "",
"Back": "5,270",
"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": "1,830",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "640",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "440",
"FrontSub": "",
"Depth": "",
"Back": "540",
"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,420",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,610",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "6,350",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "850",
"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": "4,110",
"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": "850",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "1,040",
"FrontSub": "",
"Depth": "",
"Back": "1,570",
"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,450",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "980",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "3,430",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "850",
"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,900",
"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": "200",
"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": "7,280",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "2,230",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "9,590",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,090",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "1,990",
"FrontSub": "",
"Depth": "",
"Back": "4,630",
"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,870",
"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,830",
"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": "5,560",
"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,170",
"FrontSub": "",
"Depth": "",
"Back": "2,230",
"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": "5,030",
"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,640",
"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": "2,390",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,460",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "2,240",
"FrontSub": "",
"Depth": "",
"Back": "2,320",
"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": "6,190",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,540",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "5,360",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,180",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "2,090",
"FrontSub": "",
"Depth": "",
"Back": "2,990",
"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": "8,070",
"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,570",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,070",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "1,330",
"FrontSub": "",
"Depth": "",
"Back": "1,820",
"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": "520",
"FrontSub": "",
"Depth": "",
"Back": "2,120",
"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,900",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "3,840",
"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,440",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "920",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "1,330",
"FrontSub": "",
"Depth": "",
"Back": "1,820",
"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": "520",
"FrontSub": "",
"Depth": "",
"Back": "2,120",
"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 M16 5G",
"ModelNumber": "SM-M166P",
"Display": "3,730",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "410",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "9,740",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,530",
"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-m16-5g.png"
},{
"Series": "Galaxy M",
"Product": "Galaxy M56 5G",
"ModelNumber": "SM-M566B",
"Display": "5,560",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,200",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "10,560",
"twofivesixGB": "11,760",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,820",
"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-m56-5g.png"
},{
"Series": "Galaxy M",
"Product": "Galaxy M06 5G",
"ModelNumber": "SM-M066B",
"Display": "2,410",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "550",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "7,940",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,390",
"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-m06-5g.png"
},{
"Series": "Galaxy M",
"Product": "Galaxy M05",
"ModelNumber": "SM-M055F",
"Display": "2,280",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "320",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "5,830",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "960",
"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-m05.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,050",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "19,800",
"twofivesixGB": "22,020",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,540",
"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,940",
"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": "4,690",
"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": "6,950",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,290",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "15,400",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,630",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "1,590",
"FrontSub": "",
"Depth": "",
"Back": "350",
"Iris": "",
"TOF": "",
"Macro": "",
"UltraWide": "2,440",
"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,770",
"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": "330",
"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,920",
"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,140",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "480",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "6,390",
"onetwoeightGB": "7,300",
"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-m04.png"
},{
"Series": "Galaxy M",
"Product": "Galaxy M42 5G 8GB",
"ModelNumber": "SM-M426B",
"Display": "5,170",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "980",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "9,070",
"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,650",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "820",
"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": "280",
"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,250",
"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": "3,430",
"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": "330",
"AutoFocus": "",
"Wide": "",
"Tele": "440"
}],
"Tape": [{
"Rework": "",
"Ceramic": "",
"Battery": "",
"BackGlass": "",
"FingerPrint": "",
"Bracket": "",
"Display": ""
}],
"ImageName": "product-galaxy-m12.png"
},{
"Series": "Galaxy M",
"Product": "Galaxy M02s",
"ModelNumber": "SM-M025F",
"Display": "2,740",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "730",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "4,940",
"threetwoGB": "6,830",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "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-m02s.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,200",
"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": "380"
}],
"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,590",
"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": "1,200",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "220",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "1,690",
"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": "5,140",
"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,540",
"FrontSub": "",
"Depth": "",
"Back": "2,870",
"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,150",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "720",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "4,320",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,490",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "690",
"FrontSub": "",
"Depth": "",
"Back": "910",
"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": "870",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "5,740",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,190",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "390",
"FrontSub": "",
"Depth": "",
"Back": "580",
"Iris": "",
"TOF": "",
"Macro": "",
"UltraWide": "",
"AutoFocus": "",
"Wide": "",
"Tele": "540"
}],
"Tape": [{
"Rework": "",
"Ceramic": "",
"Battery": "",
"BackGlass": "",
"FingerPrint": "",
"Bracket": "",
"Display": ""
}],
"ImageName": "product-galaxy-m11.png"
},{
"Series": "Galaxy M",
"Product": "Galaxy M01",
"ModelNumber": "SM-M015G",
"Display": "2,580",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "680",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "4,790",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "820",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "350",
"FrontSub": "",
"Depth": "",
"Back": "750",
"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,250",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,160",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "4,630",
"onetwoeightGB": "5,040",
"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": "3,810",
"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,600",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,000",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "2,890",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "850",
"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,100",
"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,480",
"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": "4,240",
"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": "780",
"FrontSub": "",
"Depth": "",
"Back": "2,060",
"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": "4,440",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "910",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "3,070",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "800",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "290",
"FrontSub": "",
"Depth": "",
"Back": "1,040",
"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,210",
"threetwoGB": "1,200",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "800",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "200",
"FrontSub": "",
"Depth": "",
"Back": "730",
"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 F16 5G",
"ModelNumber": "SM-E166P",
"Display": "3,730",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "380",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "9,740",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,530",
"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-f16-5g.png"
},{
"Series": "Galaxy F and Other",
"Product": "Galaxy F06 5G",
"ModelNumber": "SM-E066B",
"Display": "2,410",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "550",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "7,940",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,390",
"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-f06-5g.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,260",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "14,910",
"twofivesixGB": "16,370",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,540",
"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,940",
"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": "5,850",
"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,140",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "270",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "5,220",
"onetwoeightGB": "",
"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-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,820",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "860",
"BackGlassCeramic": "",
"MotherBoard": [{
"eightGB": "",
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "7,020",
"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": "4,060",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "680",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "9,830",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,680",
"SubBattery": "",
"SPenKit": "",
"Camera": [{
"Front": "620",
"FrontSub": "",
"Depth": "",
"Back": "530",
"Iris": "",
"TOF": "",
"Macro": "",
"UltraWide": "",
"AutoFocus": "",
"Wide": "",
"Tele": "2,490"
}],
"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": "4,100",
"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": "280",
"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": "3,430",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,000",
"BackGlassCeramic": "",
"MotherBoard": [{
"eightGB": "",
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "3,430",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "800",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "440",
"FrontSub": "",
"Depth": "",
"Back": "280",
"Iris": "",
"TOF": "330",
"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,740",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "730",
"BackGlassCeramic": "",
"MotherBoard": [{
"eightGB": "",
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "2,760",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "990",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "440",
"FrontSub": "",
"Depth": "",
"Back": "940",
"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": "12,140",
"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": "4,240",
"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": "780",
"FrontSub": "",
"Depth": "",
"Back": "2,060",
"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,030",
"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-G615F",
"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,280",
"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,250",
"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": "3,480",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "2,290",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "3,390",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "860",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "680",
"FrontSub": "",
"Depth": "",
"Back": "1,320",
"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": "3,480",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,890",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "2,230",
"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": "2,510",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "720",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "1,790",
"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,420",
"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": "2,530",
"FrontSub": "",
"Depth": "",
"Back": "2,230",
"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,060",
"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": "3,110",
"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": "1,200",
"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": "4,570",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "2,780",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "4,750",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,160",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "1,270",
"FrontSub": "",
"Depth": "",
"Back": "1,230",
"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": "3,090",
"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": "520",
"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,190",
"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": "720",
"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": "1,800",
"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": "1,050",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,120",
"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 S10 FE+ Wi-Fi",
"ModelNumber": "SM-X620N",
"Display": "10,500",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "5,780",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "11,160",
"twofivesixGB": "13,220",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,780",
"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-s10-fe-plus-wi-fi.png"
},{
"Series": "Galaxy Tab",
"Product": "Galaxy Tab S10 FE+ 5G",
"ModelNumber": "SM-X626B",
"Display": "10,500",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "5,780",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "12,350",
"twofivesixGB": "14,410",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,780",
"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-s10-fe-plus-5g.png"
},{
"Series": "Galaxy Tab",
"Product": "Galaxy Tab S10 FE 5G",
"ModelNumber": "SM-X526B",
"Display": "7,720",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "5,240",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "12,340",
"twofivesixGB": "14,400",
"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-s10-fe-5g.png"
},{
"Series": "Galaxy Tab",
"Product": "Galaxy Tab S10 FE Wi-Fi",
"ModelNumber": "SM-X520N",
"Display": "7,720",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "5,240",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "11,060",
"twofivesixGB": "13,120",
"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-s10-fe-wi-fi.png"
},{
"Series": "Galaxy Tab",
"Product": "Galaxy Tab S10 Ultra 5G",
"ModelNumber": "SM-X926B",
"Display": "26,880",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "6,460",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "26,380",
"fiveonetwoGB": "28,900",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "3,110",
"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-s10-ultra-5g.png"
},{
"Series": "Galaxy Tab",
"Product": "Galaxy Tab S10 Ultra",
"ModelNumber": "SM-X920N",
"Display": "26,880",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "6,460",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "22,730",
"fiveonetwoGB": "25,250",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "3,110",
"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-s10-ultra.png"
},{
"Series": "Galaxy Tab",
"Product": "Galaxy Tab S10+ 5G",
"ModelNumber": "SM-X826B",
"Display": "19,480",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "6,380",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "26,380",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,660",
"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-s10-plus-5g.png"
},{
"Series": "Galaxy Tab",
"Product": "Galaxy Tab S10+",
"ModelNumber": "SM-X820N",
"Display": "19,480",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "6,380",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "22,740",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,660",
"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-s10-plus.png"
},{
"Series": "Galaxy Tab",
"Product": "Galaxy Tab S9 FE+ Wi-Fi",
"ModelNumber": "SM-X610N",
"Display": "10,860",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "5,300",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "12,000",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,590",
"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,280",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "4,980",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "13,260",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,460",
"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,280",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "4,980",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "8,320",
"twofivesixGB": "11,360",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,460",
"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,620",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,200",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "6,050",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,330",
"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-tab-a9-lte.png"
},{
"Series": "Galaxy Tab",
"Product": "Galaxy Tab A9 Wi-Fi",
"ModelNumber": "SM-X110N",
"Display": "3,310",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,110",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "4,860",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,330",
"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-tab-a9-wi-fi.png"
},{
"Series": "Galaxy Tab",
"Product": "Galaxy Tab S9 Ultra 5G",
"ModelNumber": "SM-X916B",
"Display": "26,580",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "6,720",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "30,560",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "3,040",
"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-tab-s9-ultra-5g.png"
},{
"Series": "Galaxy Tab",
"Product": "Galaxy Tab S9 Ultra",
"ModelNumber": "SM-X910N",
"Display": "26,580",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "6,870",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "28,030",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "3,040",
"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-tab-s9-ultra.png"
},{
"Series": "Galaxy Tab",
"Product": "Galaxy Tab S9+ 5G",
"ModelNumber": "SM-X816B",
"Display": "17,510",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "6,360",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "31,370",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,590",
"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-tab-s9-plus-5g.png"
},{
"Series": "Galaxy Tab",
"Product": "Galaxy Tab S9+",
"ModelNumber": "SM-X810N",
"Display": "17,510",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "6,480",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "27,000",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,590",
"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,020",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "6,090",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "27,030",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,660",
"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-tab-s9-5g.png"
},{
"Series": "Galaxy Tab",
"Product": "Galaxy Tab S9",
"ModelNumber": "SM-X710N",
"Display": "12,020",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "6,170",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "25,050",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,660",
"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-tab-s9.png"
},{
"Series": "Galaxy Tab",
"Product": "Galaxy Tab S8 Ultra 5G",
"ModelNumber": "SM-X906B",
"Display": "26,720",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "6,670",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "26,550",
"twofivesixGB": "28,800",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "3,460",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "1,840",
"FrontSub": "",
"Depth": "",
"Back": "2,240",
"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": "26,720",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "6,660",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "23,730",
"twofivesixGB": "25,550",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "3,460",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "1,840",
"FrontSub": "",
"Depth": "",
"Back": "2,240",
"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,230",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "26,070",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,620",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "2,240",
"FrontSub": "",
"Depth": "",
"Back": "910",
"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,230",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "23,040",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,620",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "2,240",
"FrontSub": "",
"Depth": "",
"Back": "910",
"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": "7,660",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "5,780",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "25,410",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,540",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "2,260",
"FrontSub": "",
"Depth": "",
"Back": "910",
"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": "7,660",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "5,780",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "22,710",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,540",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "2,260",
"FrontSub": "",
"Depth": "",
"Back": "910",
"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": "5,380",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,540",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "6,580",
"sixfourGB": "6,300",
"onetwoeightGB": "7,850",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,940",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "220",
"FrontSub": "",
"Depth": "",
"Back": "450",
"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": "5,380",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,720",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "5,650",
"sixfourGB": "5,760",
"onetwoeightGB": "7,610",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,940",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "220",
"FrontSub": "",
"Depth": "",
"Back": "450",
"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": "4,780",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "670",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "5,160",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,400",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "340",
"FrontSub": "",
"Depth": "",
"Back": "650",
"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,000",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "750",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "4,300",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,400",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "340",
"FrontSub": "",
"Depth": "",
"Back": "650",
"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,430",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "24,240",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,650",
"SubBattery": "",
"SPenKit": "2,480",
"Camera": [{
"Front": "670",
"FrontSub": "",
"Depth": "",
"Back": "2,060",
"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,430",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "16,340",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,650",
"SubBattery": "N/A",
"SPenKit": "2,480",
"Camera": [{
"Front": "670",
"FrontSub": "",
"Depth": "",
"Back": "2,060",
"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,200",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "2,020",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "6,450",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,940",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "320",
"FrontSub": "",
"Depth": "",
"Back": "520",
"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,410",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "16,490",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,540",
"SubBattery": "",
"SPenKit": "",
"Camera": [{
"Front": "670",
"FrontSub": "",
"Depth": "",
"Back": "2,090",
"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,910",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "16,340",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,320",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "760",
"FrontSub": "",
"Depth": "",
"Back": "2,110",
"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,410",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "",
"sixfourGB": "",
"onetwoeightGB": "26,960",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,540",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "670",
"FrontSub": "",
"Depth": "",
"Back": "2,090",
"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,650",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "1,320",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "4,710",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "1,350",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "270",
"FrontSub": "",
"Depth": "",
"Back": "700",
"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,080",
"LCD": "",
"SubDisplay": "",
"DisplayRepair": "",
"screencomponent": [{
"componentscreenrepair": "N/A",
"oled": "",
"frame": "",
}],
"BackGlass": "2,250",
"BackGlassCeramic": "",
"MotherBoard": [{
"onesixGB": "",
"threetwoGB": "5,210",
"sixfourGB": "",
"onetwoeightGB": "",
"twofivesixGB": "",
"fiveonetwoGB": "",
"oneTB": "",
"Subboard": ""
}],
"MainBattery": "2,350",
"SubBattery": "",
"SPenKit": "N/A",
"Camera": [{
"Front": "460",
"FrontSub": "",
"Depth": "",
"Back": "830",
"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": "N/A",
"Camera": [{
"Front": "770",
"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,450",
"SubBattery": "",
"SPenKit": "N/A",
"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"
}, ];
});