Redmi Note 14 Series Global Launch Date Set For January 10; Redmi Watch 5, Buds 6 Pro to Tag Along

Redmi Note 14 Series Global Launch Date Set For January 10; Redmi Watch 5, Buds 6 Pro to Tag Along

Redmi Note 14 was launched in India in December 2024 alongside the Redmi Note 14 Pro and Note 14 Pro+ handsets. The phones were also unveiled in China in September 2024. The company has now announced that the handsets will be introduced in global markets outside China and India. Besides confirming the global launch date of the smartphones, Redmi revealed that the Redmi Buds 6 Pro and the Redmi Watch 5 will also launch in global markets on the same day. The TWS earphones and the smartwatch arrived in China in November.Redmi Note 14 Series, Buds 6 Pro, Watch 5 Global LaunchThe Redmi Note 14 series, including the Redmi Note 14 Pro+ and Redmi Note 14 Pro, will launch globally on January 10, the company confirmed in an X post. A live landing page for the launch event confirms that the Redmi Buds 6 Pro and the Redmi Watch 5 will accompany the smartphones on the day. The Xiaomi 165W Power Bank 10000 will also be introduced alongside the handsets and smart wearables.Redmi Note 14 series global version will include a 200-megapixel main rear camera and AI-backed imaging and photo editing features. The lineup is teased to get an IP68-rated build for dust and water resistance alongside the anti-drop All-Star Armor Structure and Corning Gorilla Glass Victus 2 screen protection.The global variants of the devices are expected to be similar to their Chinese counterparts. . The Redmi Note 14 is powered by a MediaTek Dimensity 7025 Ultra SoC, while the Note 14 Pro and Note 14 Pro+ have MediaTek Dimensity 7300-Ultra and Snapdragon 7s Gen 3 chipsets, respectively. They ship with Android 14-based HyperOS and support up to 90W wired fast charging.The Redmi Note 14 starts at CNY 1,199 (roughly Rs. 14,300) for the 6GB + 128GB option, while the Note 14 Pro and Note 14 Pro+ begin at CNY 1,399 (roughly Rs. 13,000) for the 8GB + 128GB variant and CNY 1,899 (roughly Rs. 22,000) for the 12GB + 256GB configuration, respectively.Redmi Buds 6 Pro TWS earphones support up to 55dB ANC and are claimed to offer a total battery life of up to 36 hours. They are priced in China at CNY 399 (roughly Rs. 4,600) for the standard model and at CNY 499 (roughly Rs. 5,800) for the E-Sports version. Meanwhile, the Redmi Watch 5, starting at CNY 599 (roughly Rs. 6,600), carries a 2.07-inch AMOLED display, runs on Xiaomi’s HyperOS 2 interface and is said to offer up to 24 days of usage on a single charge.Affiliate links may be automatically generated – see our ethics statement for details.

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 *