Itel Zeno 10 With 5,000mAh Battery Launched in India: Price, Specifications

Itel Zeno 10 With 5,000mAh Battery Launched in India: Price, Specifications

Itel Zeno 10 was launched in India on Thursday as the latest entry-level smartphone from the Chinese smartphone brand. It runs on an octa-core chipset with up to 4GB of RAM and 64GB of storage. The handset offers a RAM expansion feature as well. The Itel Zeno 10 comes in two color options with an 8-megapixel rear camera setup. It packs a 5,000mAh battery. The Itel Zeno 10 has a Dynamic Bar feature that displays notifications around the front camera cutout.Itel Zeno 10 PriceThe Itel Zeno 10 is priced at Rs. 5,999 for the 3GB RAM + 64GB storage variant and Rs. ₹6,499 for the 4GB RAM + 64GB storage version. It is available for purchase in the country exclusively through Amazon. It is offered in Phantom Crystal and Opal Purple color options. As an introductory offer, Amazon is providing a Rs. Rs.500 instant cashback for all transactions. Itel Zeno 10 SpecificationsThe dual SIM Itel Zeno 10 runs on Android 14 and features a 6.56-inch HD+ IPS display with 60Hz refresh rate. Like recent Itel smartphones, it gets a Dynamic Bar feature that shows notifications like battery charging details and incoming call alerts around the selfie camera cutout. It runs on an unspecified octa-core chipset with 3GB and 4GB RAM options. The onboard RAM can be expanded up to 8GB with additional unused storage. It has 64GB of onboard storage.For optics, the Itel Zeno 10 has an AI-backed dual rear camera setup comprising an 8-megapixel main sensor. On the front, it has a 5-megapixel camera for selfies and video chats. The phone has a fingerprint sensor for authentication and supports a face unlock feature. Connectivity options on the handset include Wi-Fi, Bluetooth, and a USB Type-C port.The Itel Zeno 10 is backed by a 5,000mAh battery. It measures ‎164x76x9mm and weighs ‎186 grams. Affiliate links may be automatically generated – see our ethics statement for details. Catch the latest from the Consumer Electronics Show on Gadgets 360, at our CES 2025 hub. Microsoft Open Sources Phi-4 Small Language Model, Available For Download on Hugging Face

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 *