HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

cmd — Android service manager. More information: <https://cs.android.com/android/platform/superproject/+/m

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandcliinformationcmdserviceandroidmoremanager
mobile

Problem

How to use the cmd command: Android service manager. More information: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/cmd/>.

Solution

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 ...}}

Code Snippets

[l]ist all running services

cmd -l

Call a specific service

cmd {{service}}

Call a service with specific arguments

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

Context

tldr-pages: android/cmd

Revisions (0)

No revisions yet.