Oppo Smartphone With 6330mAh Battery Surfaces on TENAA; Speculated to Debut as Oppo A5

Oppo Smartphone With 6330mAh Battery Surfaces on TENAA; Speculated to Debut as Oppo A5

Oppo could be working on a new smartphone that could join the A5 Pro model that was launched last month. An unreleased Oppo handset was spotted on a Chinese certification website which hints towards its imminent launch in China. Although the official moniker remains unknown, it is believed to be the next generation Oppo A5. The listing also shows several key specifications of the purported phone and reveals its design. It may come with a 6.7-inch AMOLED screen and a 6,500mAh battery.Oppo A5 TENAA ListingFirst spotted by tipster Digital Chat Station (translated from Chinese) and shared on the Chinese social media platform Weibo, the purported Oppo phone has been listed on China’s TENAA website sporting the model number PKQ110 — it is speculated to arrive as the Oppo A5. The handset is allegedly equipped with a 6.7-inch (1,080×2,412 pixels) full HD+ AMOLED screen with an under-display fingerprint scanner for biometric authentication.Purported Oppo A5 images on TENAAPhoto Credit: TENAAThe phone is said to have a dual rear camera unit housed in a circular camera module, comprising a 50-megapixel primary camera and a 2-megapixel secondary sensor. The front camera will likely use an 8-megapixel sensor for selfies and video calls.The images of the purported Oppo A5 on TENAA show a phone in a bluish silver colourway with a flat display, rounded corners, and a centre-aligned circular rear camera module.As per the listing, the Oppo A5 could be powered by a 2.2GHz octa-core processor which is speculated to be the Snapdragon 670. It is expected to be available in 8GB and 12GB RAM configurations, paired with 256GB and 512GB of inbuilt storage. The device may pack a 6,330mAh battery with support for 45W fast charging.It is expected to join the Oppo A5 Pro which was launched in China in December and appears to sport a similar design. In terms of dimensions, it could measure 161.57 × 74.47 × 7.65mm and weigh 185g. It is listed to support Bluetooth and USB connectivity.

Credit-Read More

News kiosk Latest Posts

// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts

// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);

// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);

// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;

// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `

${description} Read more

`;

// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}

// Call the function to fetch and display the latest posts
fetchLatestPosts();

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

If you want to dive deeper into the topic, click on Read More:

Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!

Share to Spread

Leave a Reply

Your email address will not be published. Required fields are marked *