DEV Community

ADB Device Manager
ADB Device Manager

Posted on

Thoughts on Building a GUI Workflow Around scrcpy (ADB Device Manager Experiment)

Multi-window Android screen mirroring on Windows using scrcpy with an ADB-based device manager interface

I built a small Windows tool to control a full Android device directly from Windows using ADB + scrcpy.

The goal is simple:

  • See and control the entire Android screen
  • Launch and switch apps instantly
  • Manage the device without jumping between terminal commands
  • Keep everything local and private (no cloud, no tracking)

This is a personal, non-commercial experiment focused on daily usability rather than automation.

Feedback from scrcpy and ADB users is welcome.
πŸ”— GitHub repository: https://github.com/Shrey113/Adb-Device-Manager-2

Top comments (0)