ADVERTISEMENT

A new game changer enters the PH smartphone market on July 14

Published Jul 11, 2022 01:44 pm

narzo

narzo welcomes the second half of the year by officially establishing itself as a standalone brand within the realme ecosystem. Slated for a live launch on Facebook and LazLive on July 14, narzo Philippines confidently gears itself as a game changer that will elevate the entry-level and mid-range experience for Filipinos by offering two new 5G-capable models: the narzo 50 5G and narzo 50 Pro 5G. This is in addition to its existing lineup of narzo 50, 50A, and 50A Prime.

“We are beyond excited to announce narzo’s official arrival in the local market,” says Allen Yin, the Country Manager for narzo PH.

“This is the very first time that narzo will be its own unique entity, and not just a smartphone series under the realme brand. Out of the six other countries in Southeast Asia wherein narzo is present, we specifically chose to launch it first in the Philippines because of how well-received our earlier models have been in the past two years.”

Inheriting realme’s genes for disrupting the market with consumer-centric innovation, narzo’s game changing stance is backed by cutting-edge technology at an accessible price point. This is aligned with the brand’s goal of empowering more and more Filipinos in the digital age through competitive smartphones that offer the best bang for their buck.

Snag the ultimate value for money with narzo 50 Pro 5G

The narzo 50 Pro 5G is a striker both in form and function. It packs one of the fastest 5G processors in its segment, the MediaTek Dimensity 920, which uses the latest TSMC 6nm Octa-Core node to assure power efficiency, all correlated to faster app response and better connectivity. It can boost to a clock speed of up to 2.5GHz, further complemented by Dynamic RAM Expansion (DRE) of up to 5GB additional Dynamic RAM for even the most hardware-intensive games.

Its 6.4-inch Super AMOLED display comes with a 90Hz refresh rate and 360Hz touch sampling rate, ensuring each swipe is smooth and seamless. At the back, the narzo 50 Pro 5G also allows for impressive photography with its 48MP Triple Camera Setup, with a 48MP main camera, an 8MP super-wide angle camera at 120 degrees, and a 4cm Macro lens.

It also features a new generation in-display fingerprint scanner with a Heart Rate Sensor, enabling users to not only rapidly unlock their smartphones but also to keep track of their health. The narzo 50 Pro 5G will be available in two colors inspired by Kevlar: Hyper Blue and Hyper Black, and will come in a single variant of 8GB+128GB.

Enjoy game changing efficiency with narzo 50 5G

The narzo 50 5G on the other hand offers uncompromising specs for those looking for a breath of fresh air in the entry-level budget range. It has a 6.6-inch FHD+ Ultra Smooth Display that ensures there are no lags or stutters when playing games, and a 90.7% screen-to-body ratio that gives a more immersive watching experience with its thin bezels. It is powered by a MediaTek Dimensity 810 5G processor that can clock up to 2.4GHz, and also comes with DRE of up to 5GB Dynamic RAM.

Inside the sturdy and stylish Kevlar shell, the narzo 50 5G sports a 5000mAh Massive Battery with 33W Dart Charge that can juice up your device from zero to a hundred in just 72 minutes. It also features the Smart 5G Power Saving Technology, which senses the surrounding signal environment and intelligently switches between 4G and 5G, allowing the reduction of the smartphone’s power consumption by up to 30%.

On top of that, the narzo 50 5G’s large 128GB built-in memory can be expanded with up to 1TB of external MicroSD storage. Similarly, it will also be available in two colors: Hyper Blue and Hyper Black, and will come in a single variant of 6GB+128GB.

Don’t miss out on the narzo brand launch

To discover more about narzo and its expanding lineup, head over to narzo Philippines’ official Facebook page and tune in to the livestream this coming July 14, Thursday 6PM. Big announcements, full product details, and offers for the narzo smartphones will be revealed during the launch, so make sure to turn on your notifications. See you there!

Related Tags

narzo narzo 50 5G narzo 50 Pro 5G
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.