ADB

BetaBeacon
May 28, 2026
A developer has created an Android port of The Simpsons: Hit & Run game, which requires the original game files to play. The port currently requires an external controller to play, but touch controls are being worked on. The game runs well on most phones from the last several years, and the developer has provided installation instructions on GitHub.
AppWizard
May 26, 2026
Morphe, an open-source app designed to enhance YouTube and YouTube Music, now allows users to create patches that remove advertisements from streaming services like Paramount Plus and Disney Plus on Android TV. Users can download official APKs or APK bundles, which Morphe modifies with custom patches. A community of users has emerged, utilizing AI tools to develop these patches, with one user sharing their experience of using Claude AI for coding assistance. The process involves downloading specific APK versions, applying patches, saving the modified APK, and transferring it to the Android TV device. While the patches disable ads during shows and movies, they do not provide free access to the services, and live content may still include ads. The community is also exploring patches for Peacock, but they are currently limited to mobile devices. Using modified APKs carries risks, including potential breaches of service terms and security vulnerabilities.
AppWizard
May 22, 2026
Android 17, set to arrive in 2026, will allow users to manually download updates by visiting Android's Developer site for ADB tools and OTA images. Users can sideload the update by booting a Google Pixel device into Recovery Mode and connecting it to a computer. For a streamlined experience, users can opt in as testers for future releases through Google Play. The Android Auto 17.0 beta will not include support for video applications like YouTube or widget support, which is planned for future updates. The update focuses on behind-the-scenes enhancements, with significant changes expected later. Once widget functionality is activated, Android Auto may transition to a three-panel interface displaying multiple information cards, and Google plans to expand widget compatibility for smartphones in supported vehicles.
AppWizard
May 21, 2026
At the Google I/O 2026 event, Google announced an expansion of its AI Studio, introducing new features for developers. Key updates include support for native Android app development, deeper integrations with Google Workspace, a mobile app for AI Studio, enhanced design customization tools, and free deployment options for new users. Developers can now create applications that utilize Google Workspace services, such as Google Sheets and Google Drive, directly within AI Studio. The platform supports direct export to Google Antigravity, allowing for streamlined local development workflows. The AI Studio Build agent can generate custom visual assets, and a new in-preview editing tool enables real-time modifications. Native Android app development is supported with production-quality Kotlin code generation, in-browser emulator support, and one-click publishing to Google Play. First-time builders can deploy their first two applications to Google Cloud for free without a credit card.
AppWizard
May 20, 2026
The Google I/O 2026 event revealed enhanced native Android app creation capabilities within the web-based Google AI Studio, significantly reducing the app development time from weeks to minutes. Google introduced Gemini AI to help users discover applications on the Play Store and the web, improving user experience and developer visibility. The new platform allows users to "vibe-code" Android applications using intuitive tools, democratizing app development for both experienced and novice developers. Apps are developed using Kotlin and Google’s Jetpack Compose toolkit, with support for various hardware sensors. An embedded Android Emulator enables real-time preview and interaction with apps, which can be installed on devices via USB. AI Studio also offers features for creating app records, package bundles, and uploading to the Google Play Console for internal testing. Developers can transfer projects to Android Studio for broader publishing, with future enhancements including app sharing and Firebase integrations. A new AI-powered overlay called "Ask Play" will assist users in discovering apps through natural conversations, while Gemini will help surface developers' apps and link users to movies, TV shows, and live sports streaming.
AppWizard
May 15, 2026
A security vulnerability in Android 16 allows malicious applications to expose a user's real IP address, even with "Always-On VPN" and "Block connections without VPN" features activated. Discovered by security researcher 0x33c0unt and disclosed on April 30, 2026, the flaw exploits the registerQuicConnectionClosePayload feature, which lacks permission checks. This vulnerability has been verified on a Pixel 8 with Proton VPN active. Google has not released a patch, but users can disable the feature via ADB commands.
AppWizard
April 25, 2026
Shizuku is an open-source tool that connects elevated Android functionalities with third-party applications, enabling access to previously restricted features. Canta allows users to uninstall any app, including bloatware and system applications, on devices like Samsung, providing guidance on safe uninstallation. ColorBlendr enhances control over Android's color-picking system, allowing users to select colors from wallpapers and standard palettes. Essentials is a toolkit for Pixel and other Android devices that unlocks hidden settings for granular adjustments and includes tools like a real-time distance calculator. Smartspacer extends the At A Glance widget's functionality beyond Pixel devices, integrating information from various sources. ShizuWall is a firewall that prevents selected apps from accessing the internet without needing a VPN or Private DNS. aShell You allows users to run ADB commands directly on their device, featuring a list of commands and bookmark support. Install With Options streamlines APK installation with modifications like bypassing SDK limits and downgrading apps. Adaptive Theme automatically switches between Dark and Light modes based on ambient light levels. SD Maid SE is a storage-cleanup tool that identifies and removes unnecessary files, with enhanced capabilities when used with Shizuku. Shappky enables users to terminate any running app, including system apps, with a simple tap.
AppWizard
April 4, 2026
Using ADB via the command line can be cumbersome, prompting the desire to create a tailored application focused on the APK installation workflow, including wireless debugging pairing, file browsing, and bundle unpacking. A recent poll indicated that 48% of respondents use ADB fairly often, while 35% have used it once or twice. The author, a moderately skilled programmer, explored AI-assisted "vibe coding" to develop an app in Go, chosen for its simplicity and cross-platform capabilities. The project began with outlining its structure and creating a basic ADB wrapper in Go, which evolved into a functional terminal application within three days of part-time effort. The app, a compact 7MB executable, manages ADB sessions, allows pairing with Android devices over USB or Wi-Fi, includes a file explorer, and supports installing and unpacking various app bundles. Despite its usefulness, the author noted a limited understanding of Go due to reliance on AI for problem-solving. The app's source code is available on the Tiny APK Installer GitHub repository.
Search