crash

AppWizard
September 25, 2026
Google is rolling out Android 17 QPR2 Beta 6 to Pixel testers to fix various issues, including crashes and unexpected reboots. The update addresses a reboot issue with the Pixel 9 Pro Fold related to third-party apps when opening the camera viewfinder. It follows the release of QPR2 Beta 5 and achieves Platform Stability, with all devices aligned on build numbers. Notable fixes include resolving a system kernel crash during simultaneous access to the camera and microphone, a visual regression affecting content display, a blank screensaver issue while charging, problems with dismissing locked applications, and device crashes during scrolling. Google has also temporarily removed blurred notifications on the lock screen to address certain bugs.
AppWizard
September 23, 2026
The Android development community has historically addressed memory optimization reactively, but new performance requirements from Google Play, effective February 2027, emphasize proactive memory management. These requirements include metrics for dynamic memory usage, bitmap memory, and DEX code optimization, with apps needing at least 25% optimization coverage. Memory usage can now hinder releases even without local crash replication, necessitating its integration into the pre-production process alongside other performance metrics. Dynamic memory usage is defined as anonymous RSS plus swap, excluding file-backed data. Google Play will evaluate this across different application states and device performance categories. Bitmap memory is scrutinized for the retention of invisible bitmaps, and DEX optimization aims to reduce memory footprint and improve performance. Investigating memory growth involves using Android Studio’s Memory Profiler to monitor memory changes during specific user flows and conducting heap dumps to identify retained objects. Issues often arise from retained state, where components hold onto callbacks that reference image data, necessitating a focus on lifecycle management rather than merely cache size. Bitmap memory should be carefully managed, as the decoded size can significantly exceed the compressed file size. Downsampling images to match UI dimensions is crucial. Memory checks should occur before production, with a focus on establishing a memory budget based on actual measurements and defining representative memory scenarios for testing. A pre-release memory checklist includes running user flows repeatedly, testing on various devices, inspecting heap dumps, examining image configurations, and reviewing optimization metrics. Monitoring Android vitals and Play Console warnings is essential to detect potential issues before they lead to user-reported crashes.
AppWizard
September 21, 2026
In August 2026, Google Play announced new performance requirements for memory management that will be enforced starting February 2027. These requirements include metrics for dynamic memory usage, bitmap memory, and DEX code optimization. Applications that exceed these thresholds may face reduced visibility and publishing capabilities on the platform. Dynamic memory usage is defined as the sum of anonymous RSS and swap, excluding file-backed data. Google is focused on whether applications retain non-visible bitmaps and requires at least 25% coverage in DEX optimization. Memory issues can be difficult to reproduce, and developers are encouraged to use Android Studio’s Memory Profiler to investigate memory growth. A thorough investigation involves monitoring memory changes, taking heap dumps, and understanding reference paths. Bitmap memory should be carefully managed, as the runtime cost of images can exceed their file size. Google will provide real-world memory metrics through the Play Console, and teams are advised to establish memory budgets and perform pre-release checks to identify potential issues before they lead to out-of-memory (OOM) crashes.
AppWizard
September 19, 2026
The Dusklight team has released Patch 2.0.0 for their unofficial PC port of The Legend of Zelda: Twilight Princess, introducing several new features: - A built-in mod browser for easy mod management. - Randomizer options for shuffling items and dungeon elements. - A cosmetics mod for customizing character appearances and HUD colors. - Expanded mod capabilities for creators, including new actors and game modes. - Support for Japanese GameCube discs and a wider range of Wii discs. - A new Save Manager for importing, exporting, and backing up saves. - Performance improvements for smoother gameplay and faster transitions. - Audio upgrades supporting surround sound and improved audio settings. Players can download the update from the official site, where a trailer is available. The gaming community has also produced various unofficial PC ports of classic titles, including Super Mario 64 and Donkey Kong Country. Recent additions to unofficial ports include games like Gears of War 2, Diddy Kong Racing, and more.
AppWizard
September 18, 2026
Cybersecurity experts have identified a new Android malware named RatHat, believed to be operated by Chinese threat actors. RatHat is distributed primarily through smishing and malvertising campaigns, leading users to deceptive download portals. It employs an automated multi-stage infection process and exploits Accessibility features along with a local ADB self-pairing mechanism to escape the Android application sandbox. The malware uses various anti-analysis techniques, including container tampering, manifest bombs, DEX bytecode poisoning, and dual string-encryption. RatHat's architecture consists of a malicious Android application, a Go agent, and an FRP reverse-proxy client, which together enable it to gain critical system permissions and perform various malicious activities such as credential capturing, screen recording, and SMS interception. Even if uninstalled, the malware retains shell access to the device, allowing attackers to reinstall it. RatHat can serialize the device's Accessibility tree to XML and communicate with a Generative AI assistant for tasks like screen coordinate determination and text extraction. The Go Agent, masquerading as a native library, exploits shell access to execute commands and establish a persistent connection to a command-and-control server via the FRP client. The C2 server can issue extensive commands to collect sensitive information, including SMS messages, credentials, files, and keystrokes, and RatHat also features a hardware-level keylogger.
AppWizard
September 17, 2026
On September 15, 2026, Google released the beta OS update "Android 17 QPR2 Beta 5" for Google Pixel devices in the Android Beta Program. This update includes support for new Pixel devices: "Pixel 11," "Pixel 11 Pro," "Pixel 11 Pro XL," and "Pixel 11 Pro Fold," while excluding "Pixel 6" and "Pixel 6 Pro." The update is distributed via Over-the-Air (OTA) to 23 models, including "Pixel 6a," "Pixel 7," and "Pixel 8 Pro." Key features include "Call Forwarding Hardening," which restricts access to call-forwarding USSD codes to enhance security against scams. The update also includes eight bug fixes, addressing issues with Bluetooth device type display, unexpected reboots, volume slider UI, text rendering, Private Space unlocking, HDR mode, Camera app crashes, and Bluetooth audio distortion. The build number changes to "CP41.260828.004.A8" or "CP41.260828.005.A6," with the Android security patch level updated to "August 5, 2026," and "Google Play services" upgraded to version 26.28.33 or later.
AppWizard
September 15, 2026
An unofficial PC port of the Nintendo GameCube game Super Smash Bros. Melee has been released. The game, originally launched in 2001, features a unique damage system, various attack types, and diverse stages. It includes several game modes such as Classic Mode, Adventure Mode, and Event Matches, with unlockable characters and content. The PC version supports keyboard and gamepad inputs, allows for resolution adjustments and visual customizations, but lacks online play and widescreen support. Users need to provide their own ROM to play. This release is part of a trend of unofficial PC ports of classic games, including titles like Super Mario 64 and The Legend of Zelda: Ocarina of Time.
AppWizard
September 13, 2026
The review of "Beneath A Steel Sky" gives it an impressive score of 81%. The game is set in a dystopian future where corrupt corporations have taken control after the collapse of the world government. The protagonist, Robert Foster, is abducted and stranded in this chaotic environment. The gameplay features around 100 locations, numerous puzzles, and a robotic companion named Joey. Players must navigate the city to uncover a conspiracy while evading security forces. The game follows conventional adventure mechanics but is noted for its rich storytelling and design. However, it faces criticism for inconsistencies in tone, with some elements feeling out of place. Despite these issues, it is regarded as a solid entry in the adventure genre.
Search