ADVERTISEMENT

Six months with the Huawei Mate 40 Pro

Published Apr 26, 2021 11:23 am

It's still one of the best mobile phones for photography, 5G connectivity, and overall performance.

Tech giant Huawei released the Mate 40 Pro during the pandemic. This incredible tech device did not get the attention it deserved, just like any other product introduced during the global health crisis. After six months of its official release, packed with future-ready features and combined with powerful hardware and software capabilities is still one of the best 5G flagship smartphones available today, even better than many of the latest mobile devices recently released.

There are a lot of flagship phones released after the Mate 40 Pro. Still, the China-based global tech company has made sure to stay ahead of the pack by setting the bar for 5G flagship devices high enough to take the lead of the bandwagon. With the Mate 40 series, Huawei assures itself to be in the upper echelon of the flagships, both present and upcoming.

The Huawei Mate 40 Pro.

The Mate 40 Pro (and the Mate 40 Pro Plus) is the first phone series to use the world's first commercially available 5nm chip with a built-in 5G modem. With the Mate 40 Pro, Filipino users can experience the latest 5G connectivity offerings of Globe and Smart, enjoy the phone's improved performance, and experience better battery efficiency. Also, users would have a better phone in terms of specs even if compared side by side with newer devices, plus it looks stunning.

Huawei Mate 40 Pro

Like the younger siblings of the Mate 40, One of the reasons you would want this Huawei device is excellent camera performance. I have been using the Mate 40 Pro for six months now, and its camera has so far given me the results that I want to see -- nature, food, wide-angle, night, and even macro shots look simply fantastic.

Macro shot using the Huawei Mate 40 Pro.

But what could a great camera do if its battery won't allow you to take as many pictures as you want to? Or what's the use of having amazing images if you only got storage for a few photos and videos? There's nothing to worry about.

While the Mate 40 Pro has a 4,400mAh battery, a power source that looks like an average capacity for its segment. I could say that its power lasts longer than other flagships with 4,500mAh power packs or even those with 5,000mAh cells that I have used. And, if you use all-original accessories from Huawei, you could make "power drain a thing of the past." With the 66-watt Supercharge, you need around 40 minutes to get 100% power from a fully drained battery. It also supports reverse charging technology if you need to charge your other devices while on the go.

Storage? No problem. The Huawei Mate 40 Pro that I got has 256 GB of storage and 8 GB of RAM, plus I got an additional 256 GB Nano Memory card. No more power and storage anxiety for me.

Many phones have curved displays, but the implementation of the Mate 40's "curviness" on its 6.7-inch screen is unique, giving it a more premium feel and amazing looks that would surely get the people's attention near you.

Another feature why I could not let go of a Huawei device is its ability to connect to a laptop with just one tap. With Huawei's One Tap Share feature, I could immediately connect the Mate 40 Pro to my Huawei Matebook, where I could share files between the two devices and make my phone display bigger by using the laptop's screen. Using the laptop's mouse, I could easily drag and drop files between the Mate 40 Pro and the Matebook. Before, I either emailed the files from my phone or sent it via an app to use the files on my laptop.

Taken using the Mate 40 Pro, auto mode.

I got my Huawei Mate 40 Pro in October of 2020, a few days after the global release. After six months of use, I could say that this device never disappointed me when taking photos, sharing files, and collaborating with others.

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.