iPhone 17 Air and Samsung Galaxy S25 Slim Tipped to Get Smaller Batteries than Standard Models
Apple and Samsung are said to be preparing ‘slim’ versions of their upcoming flagship phones. A tipster now suggests that the purported devices, dubbed the iPhone 17 Air and Samsung Galaxy S25 Slim, may ship with much smaller battery capacities than their flagship equivalents. This move is speculated to be in order to maintain the thin form factor of the handsets. Notably, the iPhone 17 Air is expected to debut in September alongside other models in the iPhone 17 series, and while the Galaxy S25 series is scheduled to launch next week, the arrival of the Samsung Galaxy S25 Slim may have been delayed till May.iPhone 17 Air, Samsung Galaxy S25 Slim Battery CapacitiesIn a post on the Chinese social media platform Weibo, Digital Chat Station (translated from Chinese) shared details about the expected battery capacities of the Apple and Samsung phones. As per the tipster, both models will be equipped with batteries in the 3,000-4,000mAh range. The phones are tipped to put their heat dissipation capabilities and battery life to the test with their “ultra-thin” design which could measure between 5.xmm-6.xmm.Tipster Digital Chat Station’s Claims About the Galaxy S25 Slim and iPhone 17 AirPhoto Credit: Weibo/Digital Chat StationMeanwhile, Chinese smartphone makers are expected to launch ‘slim’ models of their own and they might have batteries with capacity around 5,000mAh. Recent models launched by OEMs in China have adopted Silicon-Carbon technology that allows them to have better energy density.However, global giants such as Apple and Samsung are yet to do so, and thus may have smaller battery capacities with reduced screen on-time. compared to their standard counterparts.iPhone 17 Air and Samsung Galaxy S25 LeaksAs per a previous report, Apple’s ‘ultra-thin iPhone’ may measure around 5.5mm in thickness, potentially making it the thinnest iPhone ever built. It is said to lack a physical SIM card slot and only supports eSIM due to its thin form factor. The phone is rumored to come with a 6.6-inch OLED display with 120Hz ProMotion technology and Apple’s Dynamic Island. For optics, it may sport a single 48-megapixel rear camera and a 24-megapixel selfie camera.On the other hand, the Samsung Galaxy S25 Slim (model no. SM-S937x/DS) could have a 6.66-inch display, which should be similar to the Galaxy S25+ model. It is said to feature a 200-megapixel primary camera, a 50-megapixel ultra-wide angle lens, and a 50-megapixel 3.5X telephoto camera.
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!