Skip to content

v1.0.1

Choose a tag to compare

@CoryCharlton CoryCharlton released this 11 Jun 16:03
7bd8dd1

First stable release.

App Manager — Device Owner makes the App Manager Android app the device owner on a connected device. It lists online adb devices, lets you pick one, and runs the device-owner command, reporting success or failure.

Highlights

  • No adb? No problem. When adb can't be found, the app offers to download Google's standalone SDK Platform Tools, extracts it to a persistent per-user location, and reuses it on later launches — no manual SDK setup required.
    • Desktop: a modal download dialog with progress bar, bytes, speed, and ETA.
    • Console: a text progress line; honors --yes for scripting.
  • Live device list. The desktop app auto-refreshes every few seconds and preserves your selected device across refreshes.
  • Cross-platform (Windows, macOS, Linux), built on .NET 10 and Avalonia.

Usage

  • Desktop: launch the app, pick a device, and click Set device owner.
  • Console: [--serial <serial>] [--yes].