Why Android Without Google Services Needed a Quick Share Alternative
Quick Share has become one of those invisible Android conveniences: you tap share, pick a nearby device, confirm a PIN, and the file just moves. But this experience assumes your phone ships with Google Play Services. Devices that omit Google’s stack, phones running Chinese firmware builds, and many custom ROM installations are simply locked out of this ecosystem. For these users, cross-device file sharing often falls back to clunky workarounds: USB cables, third‑party clouds, or ad‑ridden apps of dubious provenance. That gap matters more as Android users work across laptops, tablets, and multiple phones. A consistent, low‑friction way to move photos, documents, and folders has become part of what people expect from a modern OS. The absence of Quick Share is no longer just a missing feature; it’s a productivity tax. Into this vacuum steps Bada, an open source file sharing project that aims to re-create Quick Share’s core capabilities on Android without Google services.

Bada: Rebuilding Quick Share From Scratch for Forgotten Devices
Bada is an open source Android app by developer Kyujin-cho that effectively speaks Google’s Quick Share language without relying on Google Play Services. Instead of wrapping existing libraries, the developer reimplemented the Quick Share protocol from the ground up, targeting phones that never shipped with the feature. Once installed on a device lacking Quick Share, Bada can interoperate with nearby Quick Share-enabled phones over the same Wi‑Fi network. In practice, that means you can send files from any Android app via the regular share sheet, receive files into a chosen folder (downloads by default), and even transfer entire folders while preserving their directory structure. Device discovery works over Wi‑Fi LAN with Bluetooth Low Energy used for identification on stock Android and Samsung One UI devices. Early testing has already shown successful transfers with flagship phones like the Galaxy S26 Ultra and Z Fold 7, and the developer explicitly targets future compatibility with NearDrop on macOS and the Quick Share app on Windows.

How Bada Works Day-to-Day—and Where It Still Stumbles
Bada focuses on mimicking the Quick Share experience closely enough that most users barely notice they’re using a different stack. After installation, you choose whether your phone is visible during scans or always visible, then use two main buttons to send files or entire folders. On the receiving end, both devices show the familiar four‑digit PIN, and transfers proceed once both sides confirm the match. You can also define a specific receive folder and customize the name that appears to other Quick Share devices. Real‑world testing suggests the app is already useful but far from flawless. Transfers over the same Wi‑Fi network generally work, but Wi‑Fi Direct support is inconsistent, and some users report temperamental behavior when sending from a Quick Share phone to a Bada device. File sending via QR code functions, yet Bada cannot receive via QR code just yet. Attempts to send files to a Windows Quick Share client have failed despite the app reporting success, and AirDrop support is explicitly off the table for now.
Security, Open Source, and the Broader Trend Beyond Google
Any sideloaded sharing app raises understandable security questions, but Bada’s open source codebase helps mitigate some of that concern. The developers state that transfers continue to use Quick Share’s existing encryption, and technically inclined users can audit the GitHub repository to verify what happens to their data. The app requests a focused set of permissions—Bluetooth advertising, nearby device access, Bluetooth connections, notifications, and file access—aligning with its stated purpose. More broadly, Bada exemplifies a growing pattern: community developers rebuilding critical Android features for environments where Google services are missing or restricted. For owners of devices that ship without Quick Share, enthusiasts on custom ROMs, or users in regions where GMS is unavailable, open source file sharing tools like Bada and alternatives such as LocalSend are becoming essential infrastructure. While Bada is still early, its very existence shows that when platform vendors leave gaps, the Android developer community is increasingly willing—and able—to fill them.
