MerchantryTidbits

mobile-tooling / app

Running Services Monitor

Capability: Running Services Monitor

Use it when

  • You want to see which system and user services are actually running on an Android phone, but the Running Services screen is hidden in newer ROMs such as HyperOS
  • You need per-service details (package name, PID, process name) on Android 8+ where ActivityManager.getRunningServices is restricted for third-party apps

What it solves

Not the fit when

  • Devices without root and without Shizuku
  • modifying or stopping services (informational display only)
  • Android below 7.0
  • killing or freezing background services
  • battery drain diagnosis
  • desktop or server process monitoring
  • network device discovery

Install

Install the APK from F-Droid, Google Play, IzzyOnDroid, or GitHub releases; requires Android 7.0+ and either root access or the Shizuku app started via wireless debugging

Invoke

Open the app, grant root or Shizuku permission, then browse the All/User/System tabs or use the search bar; tap an app for package, version, PID, and process details

Alternatives

No reviewed alternatives recorded yet.