samsung galaxy m17 5G in india

Samsung Galaxy M17 5G Smartphone Processor Good Chipset: Samsung Exynos 1330 (5nm) CPU: Octa-core (2×2.4 GHz Cortex-A78 + 6×2.0 GHz Cortex-A55) RAM: 4 GB / 6 GB (RAM Plus support) Display Good Size: 6.6 inches PLS LCD Resolution: Full HD+ (1080 × 2408 pixels) Refresh Rate: 90 Hz Design: Waterdrop Notch Display Rear Camera Good Setup: Triple Camera Primary: 50 MP Wide Camera Secondary: 5 MP Ultra-Wide + 2 MP Depth Video: 1080p @30fps Front Camera Average Resolution: 13 MP Features: Portrait, HDR Video: 1080p @30fps Battery Good Capacity: 6,000 mAh Charging: 25W Fast Charging (USB Type-C) General SIM: Dual Nano SIM (5G + 5G) 5G: Supported (SA / NSA) Storage: 128 GB (Expandable up to 1 TB) Security: Side-mounted Fingerprint Sensor OS: One UI based on Android 14 Price in India Amazon: ₹11,999 – ₹13,999 Buy Now Flipkart: ₹11,999 – ₹13,999 Buy Now
Sale!

Samsung Galaxy M17 5G Smartphone

Processor Good

Chipset: Samsung Exynos 1330 (5nm)
CPU: Octa-core (2×2.4 GHz Cortex-A78 + 6×2.0 GHz Cortex-A55)
RAM: 4 GB / 6 GB (RAM Plus support)

Display Good

Size: 6.6 inches PLS LCD
Resolution: Full HD+ (1080 × 2408 pixels)
Refresh Rate: 90 Hz
Design: Waterdrop Notch Display

Rear Camera Good

Setup: Triple Camera
Primary: 50 MP Wide Camera
Secondary: 5 MP Ultra-Wide + 2 MP Depth
Video: 1080p @30fps

Front Camera Average

Resolution: 13 MP
Features: Portrait, HDR
Video: 1080p @30fps

Battery Good

Capacity: 6,000 mAh
Charging: 25W Fast Charging (USB Type-C)

General

SIM: Dual Nano SIM (5G + 5G)
5G: Supported (SA / NSA)
Storage: 128 GB (Expandable up to 1 TB)
Security: Side-mounted Fingerprint Sensor
OS: One UI based on Android 14

Price in India

Amazon: ₹11,999 – ₹13,999 Buy Now
Flipkart: ₹11,999 – ₹13,999 Buy Now

Subscribe to our Newsletter

Subscribe to our email newsletter to get the latest posts delivered right to your email.
Pure inspiration, zero spam ✨
document.addEventListener("DOMContentLoaded", function () { const emblaNode = document.querySelector(".testimonial-embla"); if (!emblaNode) return; const prevButton = document.querySelector(".testimonial-prev"); const nextButton = document.querySelector(".testimonial-next"); const progressBar = document.querySelector(".progress-line"); const embla = EmblaCarousel( emblaNode, { loop: true, align: "start", skipSnaps: false, dragFree: false } ); nextButton.addEventListener("click", function(){ embla.scrollNext(); }); prevButton.addEventListener("click", function(){ embla.scrollPrev(); }); function updateProgress(){ const totalSlides = embla.scrollSnapList().length; const currentIndex = embla.selectedScrollSnap(); const progress = ((currentIndex + 1) / totalSlides) * 100; progressBar.style.width = progress + "%"; } embla.on("select", updateProgress); embla.on("init", updateProgress); updateProgress(); document.addEventListener( "keydown", function(e){ if(e.key === "ArrowLeft"){ embla.scrollPrev(); } if(e.key === "ArrowRight"){ embla.scrollNext(); } } ); let autoplay; function startAutoplay(){ autoplay = setInterval(()=>{ embla.scrollNext(); },5000); } function stopAutoplay(){ clearInterval(autoplay); } startAutoplay(); emblaNode.addEventListener( "mouseenter", stopAutoplay ); emblaNode.addEventListener( "mouseleave", startAutoplay ); });