Android Shell Commands

From MK Wiki EN
Revision as of 19:29, 3 February 2022 by MkWikiEnSysOp (talk | contribs) (Created page with "The shell can be started by <code>adb shell</code>. Each command can be sent for direct execution if appended, for example: <code>adb shell svc wifi enable</code>. == Key Pre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The shell can be started by adb shell. Each command can be sent for direct execution if appended, for example: adb shell svc wifi enable.

Key Presses And Texts

input keyevent Code
input text "Text"

For available codes, see KeyEvent in Android Developer Documentation.

The important

Start/Stop Services

svc service [enable|disable]

An example for service is wifi.