Drivers

AppWizard
September 20, 2026
Gemini integration in Android Auto enhances hands-free functionality, allowing drivers to use natural voice commands for navigation, music, and phone features without touching their devices. Users can activate voice commands by saying "Hey Google" or using a dedicated steering wheel button, depending on the vehicle model. Navigation can be managed entirely through voice, enabling users to request routes, add stops, and report issues without screen interaction. Android Auto also supports hands-free control for calls and messages, allowing users to answer and respond without taking their hands off the wheel. Automations can be set up to start Android Auto and media playback automatically when the phone connects to the vehicle, streamlining the driving experience.
BetaBeacon
September 19, 2026
Valve has made Lepton, the compatibility layer for running Android games on the Steam Frame, open-source. The project is available on Valve's GitLab repository and aims to assist game developers in bringing their VR Android games to the Steam Frame. Lepton combines Valve's proprietary code with components from Waydroid, Anbox, Halium, and Hybris, as well as portions of the AOSP. Open-source developers may utilize Lepton's code, adapt it for various applications, or fork the project to introduce new features or optimize its functionality.
AppWizard
September 19, 2026
Valve has open-sourced Lepton, an Android compatibility layer for the Steam Frame headset, allowing VR developers to adapt existing Android games for the device. The code is available on Valve's GitLab repository and facilitates the transition without needing to reconstruct games for a different platform. Lepton is designed to create a game-optimized Android environment rather than transforming the Steam Frame into a general Android device. It disables unnecessary Android services to maintain efficiency and integrates with the SteamOS host system, supporting various graphics stacks and Vulkan tools for enhanced VR gaming. Lepton operates without requiring root access, with each process running as a non-root user, and provides developers with tools for debugging and performance profiling. The open-sourced code offers insight into Valve's approach to supporting Android games on SteamOS.
AppWizard
September 18, 2026
Google's September 2026 Pixel Update Bulletin includes patches that affect standard Android platform code, relevant to both Pixel and non-Pixel devices, which have not been included in the regular monthly Android Security Bulletin. GrapheneOS has noted that Android 17 QPR1 introduced new developer APIs not present in the Android Open Source Project (AOSP) for the first time since Android Honeycomb, with one new package and modifications to sixteen others. GrapheneOS is backporting Pixel firmware and drivers from QPR1 onto Android 17 but lacks permissions to distribute this work. Additionally, there has been a delay in Google’s compliance with a GPL source request, with access granted over two weeks after the initial request. Starting in 2027, Google will require all Android app developers to register with them and provide legal identification and signing key evidence, complicating the process of sideloading unverified apps. GrapheneOS and other organizations are advocating for the Keep Android Open campaign against these developments, which may restrict competition and tighten Google's control over the Android ecosystem.
Winsage
September 18, 2026
The Fast Startup feature in Windows, enabled by default, allows the kernel session to remain hibernated during shutdown, which results in quicker boot times by restoring a saved state. In contrast, selecting Restart clears the kernel session entirely, performing a complete boot of Windows. The process of shutting down with Fast Startup involves closing applications, logging off, keeping the kernel loaded in memory, saving the kernel and drivers to hiberfil.sys, and powering off, while Restart closes applications, logs off, ends the kernel session, and reboots immediately without saving a kernel snapshot. Fast Startup can lead to persistent issues from previous sessions, making Restart a better option for troubleshooting. To perform a full shutdown bypassing Fast Startup, users can execute the command "shutdown /s /t 0." Microsoft advises against permanently disabling Fast Startup, as it enhances shutdown-to-boot transitions.
Search