Showing 93 open source projects for "adb a"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1

    adb

    Open Source pyton

    Open source testing applications
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    ADB Driver

    ADB Driver

    ADB Driver Backup

    Just A Mirror Backup Of ADB Driver. By: Snoop05 Profile: https://xdaforums.com/m/snoop05.4638083/ XDA: https://xdaforums.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/ Installation YT Video Provided, Click Video Link And Set Audio Track To English For Better Understanding
    Leader badge
    Downloads: 1,082 This Week
    Last Update:
    See Project
  • 3
    Shizuku

    Shizuku

    Using system APIs directly with adb/root privileges from normal apps

    Shizuku is a powerful Android tool that allows apps to use system-level APIs with ADB or root privileges, without requiring the apps themselves to be rooted. It acts as a service layer that proxies system API access, enabling developers and advanced users to build powerful system utilities or tweak tools while preserving user security and sandboxing.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 4
    ShizuTools

    ShizuTools

    Contains many tools to control android system via shizuku

    ...It also includes tools that change day-to-day behavior, like enforcing picture-in-picture for apps that don’t expose it, enabling multiple audio streams at once, and giving per-app audio controls beyond what Android typically allows. For power users and automation fans, it offers shells that can execute raw ADB-style commands directly, including an intent-driven mode designed to be triggered by automation apps like Tasker or MacroDroid.
    Downloads: 352 This Week
    Last Update:
    See Project
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 5
    ADB Util

    ADB Util

    Utilities for Android ADB

    ...Wireless: Use adb wireless over Wi-Fi, no root required.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 6
    scrcpy

    scrcpy

    Display and control your Android device

    ...It offers plenty of great features and is non-intrusive, with nothing left installed inside the device. scrcpy works with Android devices with at least API 21 (Android 5.0) and adb debugging must be enabled on the device.
    Downloads: 10,039 This Week
    Last Update:
    See Project
  • 7
    SecondScreen

    SecondScreen

    Better screen mirroring for Android devices

    SecondScreen is an application designed for power users that frequently connect their Android devices to external displays. It works with your existing screen mirroring solution to give you the best experience possible. With SecondScreen, you can change your device's resolution and density to fit your TV or monitor, enable always-on desktop mode in Chrome, and even turn your device's backlight off, among several other features.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 8
    my-tv

    my-tv

    Android IPTV player supporting custom TV sources and quick install

    my‑tv is a popular open-source Android app for live TV streaming via custom IPTV sources. With over 32k GitHub stars, it allows users to watch TV channels by installing directly on devices like TV boxes via APK or ADB. Features include USB and Xiaomi TV Assistant install options, remote‑configurable channel lists via QR code or JSON, and flexible support for text, M3U, and JSON playlists. The app emphasizes simplicity—install and play—with a community-driven source list and regular enhancements aimed at providing a stable, ad-free, and customizable viewing experience.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 9
    15 Seconds ADB installer [2024]
    15 Seconds ADB Installer v2.0.7 [2024] by Funky (based on work by Snoop05) Android Debug Bridge version 1.0.41 Google USB Driver version 11.0.0000.00000
    Leader badge
    Downloads: 754 This Week
    Last Update:
    See Project
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 10
    Robotgo

    Robotgo

    RobotGo, Go Native cross-platform GUI automation

    Golang Desktop Automation. Control the mouse, keyboard, bitmap and image, read the screen, process, Window Handle and global event listener. RobotGo supports Mac, Windows, and Linux(X11); and robotgo supports arm64 and x86-amd64. Package robotgo Go native cross-platform system automation. Please make sure Golang, GCC is installed correctly before installing RobotGo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Android Emulator Container Scripts

    Android Emulator Container Scripts

    Minimal scripts to run the emulator in a container for various systems

    android-emulator-container-scripts turns the Android Emulator into a cloud-native service you can run in Docker and Kubernetes, so teams can provision ephemeral Android devices on demand. It includes scripts and container images that configure the emulator for headless operation, wire up networking, and expose endpoints for ADB and web access. A built-in WebRTC bridge lets you stream the emulator screen to a browser with interactive input, which is ideal for CI dashboards, remote debugging, or demo environments. The project focuses on reproducibility and scale: you define which system image to boot, how to persist or reset data, and how many instances to run, then schedule them like any other workload. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Open-AutoGLM

    Open-AutoGLM

    An open phone agent model & framework

    ...It aims to create an “AI phone agent” that can perceive on-screen content, reason about user goals, and execute sequences of taps, swipes, and text input via automated device control interfaces like ADB, enabling hands-off completion of multi-step tasks such as navigating apps, filling forms, and more. Unlike traditional automation scripts that depend on brittle heuristics, Open-AutoGLM uses pretrained large language and vision-language models to interpret visual context and natural language instructions, giving the agent robust adaptability across apps and interfaces.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    Android Use

    Android Use

    Automate native Android apps with AI using accessibility APIs

    ...The project works by using Android’s accessibility API to extract structured UI state (as XML) from the device, which is then fed to a large language model (LLM) like OpenAI’s models for decision-making, and actions are executed via the Android Debug Bridge (ADB). This approach bypasses expensive vision-based models and provides faster, cheaper automation with fine-grained interaction capabilities (for example, tapping buttons, typing text, navigating screens).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    App Manager

    App Manager

    A full-featured package manager and viewer for Android

    ...App Manager supports installing, uninstalling, sharing, backing up, and restoring APK files, including split APK formats. Advanced tools like a logcat viewer, debloater, code editor, and file manager are built directly into the app. For power users, it offers root and ADB-based controls to manage permissions, processes, and system behavior. Overall, App Manager consolidates the functionality of multiple utility apps into one comprehensive Android management tool.
    Downloads: 154 This Week
    Last Update:
    See Project
  • 15
    ADB-App-Remover
    Công cụ hỗ trợ gỡ ứng dụng hệ thống (bloatware) trên thiết bị Android thông qua ADB, không cần root. --Hướng dẫn sử dụng 0.Tải và giải nén phần mềm 1.Kết nối điện thoại Android với máy tính bằng cáp USB 2.Bật Gỡ lỗi USB trong Tùy chọn nhà phát triển 3.Chạy file ADB-App-Remover.exe 4.Làm theo hướng dẫn để chọn và gỡ ứng dụng mong muốn
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    OpenMTP

    OpenMTP

    Advanced Android File Transfer Application for macOS

    ...The official "Android File Transfer" app for macOS from Google comes with bugs, and innumerable limitations, some of which include - not being able to transfer files larger than 4GB, frequent disconnections, unable to rename the folders or files on the android/MTP devices. Most of the other apps available online use either WiFi or ADB protocol to transfer the files, which is an extremely time-consuming process. Countless searches to find an app to solve these problems and failing to find one made me restless. So, I took the leap and decided to create an app for us that could help us have a smooth and hassle-free file transfer process from macOS to Android/MTP devices.
    Downloads: 44 This Week
    Last Update:
    See Project
  • 17
    The Ocular Migraine

    The Ocular Migraine

    The Ocular Migraine {Dev Mode} Master Control Program

    The Ocular Migraine is a powerful utility application designed for Meta Quest VR headsets that provides deep control over system-level performance, recording, and application behavior through an advanced interface. It operates as a “master control program” that leverages ADB-level access to modify device settings that are typically hidden from standard users, enabling extensive customization of CPU, GPU, and rendering parameters. The application allows users to create custom performance profiles that can automatically apply when launching specific games or applications, optimizing both visuals and performance. ...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 18
    Docker-Android

    Docker-Android

    Android in docker solution with noVNC supported and video recording

    ...Emulator for different devices/skins, such as Samsung Galaxy S6, LG Nexus 4, HTC Nexus One and more. Ability to connect to Selenium Grid. Ability to control emulator from the outside container by using adb connect. Supports real devices with screen mirroring. Ability to record video during test execution for debugging. Integrated with other cloud solutions, e.g. Genymotion Cloud. Open-source with more features coming.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 19

    Delphi Wrapper for Android Debug Bridge

    Delphi Wrapper to copy files to/from phone

    ...Android Debug Bridge must be installed on your computer for this to work. Note: you will have to change adbExeLocation in AndroidDebugBridge.pas so that it contains the correct path to adb.exe. This has been tested using ADB version 1.0.41, Delphi 11.3 Community Edition and a Moto G Stylus 5G (2022) phone using Android 13.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 20
    LAMDA

    LAMDA

    Android reverse engineering & automation framework

    ...Do you want to operate a mobile phone thousands of miles away in a different place? Do you have the need to programmatically control your phone? Are you still paying for expensive IP switching , remote ADB debugging , RPA automation and even logcat logs from some cloud mobile phone manufacturers? If so, then yes, just one LAMDA can solve all this.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 21
    NativeScript Command-Line Interface

    NativeScript Command-Line Interface

    Command-line interface for building NativeScript apps

    The NativeScript CLI lets you create, build, and deploy NativeScript-based apps on iOS and Android devices. NativeScript is a cross-platform JavaScript framework that lets you develop native iOS and Android apps from a single code base. The framework provides JavaScript access to the native APIs, user interface, and rendering engines of iOS and Android. By using JavaScript or TypeScript, you can create one project that builds into an iOS or Android app with completely native user experience....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Android Device ToolKit

    Android Device ToolKit

    Android Device Info Manage Your Android Device Easily Graphically.

    Android Device Toolkit is a robust GUI application crafted in Python using tkinter, tailored for seamless management of Android devices through ADB commands. It simplifies device connectivity with automatic detection and list display, facilitating quick identification and selection. Detailed device insights such as battery status and properties are readily accessible, enhancing diagnostic capabilities. Users can execute custom ADB commands flexibly, leveraging predefined options or entering commands directly, with real-time output display for immediate feedback. ...
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • 23
    Shizuku-Keeper

    Shizuku-Keeper

    Keep Shizuku or standalone ADB running without root, Wi-Fi, or cables!

    Powerful Automate flows for Android that start Shizuku or standalone ADB on boot and keep it running continuously without root. Shizuku Keeper harnesses USB debugging without cables or Wi-Fi using the premium version of Automate while two lightweight flows effectively employ separate techniques to maintain Shizuku or standalone ADB via wireless debugging on the free version. Follow external links for complete details.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    XiaoMiTool V2

    XiaoMiTool V2

    A powerful cross-platform toolkit for Xiaomi devices management

    XiaoMiTool V2 is a comprehensive, user-friendly application designed for managing Xiaomi and Redmi devices. This cross-platform tool provides essential functionality for device unlocking, ROM flashing, recovery installation, and system management operations.
    Leader badge
    Downloads: 305 This Week
    Last Update:
    See Project
  • 25
    ADev

    ADev

    Lightweight Android development tool. Wraps Ant, 'android' and 'adb'.

    A lightweight Android development tool. Wraps the Android SDK's Ant, 'android' and 'adb'. Create and build: Gradle, Flutter, Kotlin and Android Ant projects. Gradle, Flutter and Kotlin projects can use the latest Android SDK. Integrated Java Debug Wire Protocol debugger. Flutter debugger. - Runs on Windows, Linux, and Mac. - Supports Gradle: clean, assembleDebug, assembleRelease, ( uninstall and install handled by adb ) - Keystore generator for App Bundles...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB