logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Android Service Manager - Control Services with CMD | Online Free DevTools by Hexmos

Control Android system services easily with CMD service manager. List services, invoke methods, and debug system processes. Free online tool, no registration required.

cmd

Android service manager. More information: https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/cmd/.

  • [l]ist all running services:

cmd -l

  • Call a specific service:

cmd {{service}}

  • Call a service with specific arguments:

cmd {{service}} {{argument1 argument2 ...}}

See Also