mz-dev
Zhuang Ma 8 years ago
parent 19b9e8e1a8
commit 503f37e3f2
  1. 47
      README.en.md

@ -28,9 +28,42 @@ Other languages:
* [Wireless connection (need to use the USB cable)](#wireless-connection-need-to-use-the-usb-cable) * [Wireless connection (need to use the USB cable)](#wireless-connection-need-to-use-the-usb-cable)
* [Wireless connection (without using the USB cable)](#wireless-connection-without-using-the-usb-cable) * [Wireless connection (without using the USB cable)](#wireless-connection-without-using-the-usb-cable)
* [Application Management](#application-management) * [Application Management](#application-management)
* [Check the list of](#check-the-list-of)
* [All applications](#all-applications) * [All applications](#all-applications)
* [system applications](#system-applications)
* [third-party usage](#third-party-usage)
* [Application package name contains a string](#application-package-name-contains-a-string)
* [Install APK](#install-apk)
* [Uninstalling](#uninstalling)
* [Clear app cache data](#clear-app-cache-data)
* [View Reception Activity](#view-reception-activity)
* [Applications to interact with](#applications-to-interact-with)
* [Transferred from Activity](#transferred-from-activity)
* [Transferred from the Service](#transferred-from-the-service)
* [Transmits broadcast](#transmits-broadcast)
* [Forcibly stop the application](#forcibly-stop-the-application)
* [File Management](#file-management)
* [Copy files to the computer equipment in](#copy-files-to-the-computer-equipment-in)
* [Copy computer files to the device](#copy-computer-files-to-the-device)
* [Analog Keys / inputs](#analog-keys--inputs)
* [Power button](#power-button)
* [menu](#menu)
* [HOME key](#home-key)
* [return key](#return-key)
* [volume control](#volume-control)
* [Media Control](#media-control)
* [On / Off screen](#on--off-screen)
* [Slide to unlock](#slide-to-unlock)
* [Enter text](#enter-text)
* [View Log](#view-log)
* [Android log](#android-log)
* [Filter the log by level](#filter-the-log-by-level)
* [Filter by tag and log level](#filter-by-tag-and-log-level)
* [Log format](#log-format)
* [Clear log](#clear-log)
* [Kernel log](#kernel-log) * [Kernel log](#kernel-log)
* [View device information](#view-device-information) * [View device information](#view-device-information)
* [Model](#model)
* [Battery Status](#battery-status) * [Battery Status](#battery-status)
* [Screen Resolution](#screen-resolution) * [Screen Resolution](#screen-resolution)
* [Screen density](#screen-density) * [Screen density](#screen-density)
@ -300,7 +333,7 @@ If you can not connect, verify that Android devices and the computer is connecte
If that does not work, by `adb kill-server` restart the adb and then try it all over again. If that does not work, by `adb kill-server` restart the adb and then try it all over again.
** ** The wireless connection **The wireless connection**
command: command:
@ -345,7 +378,7 @@ Since we want to achieve a wireless connection, it can all step down are wireles
## Application Management ## Application Management
Check the list of ### ### Check the list of
Check the list of basic commands format Check the list of basic commands format
@ -954,19 +987,19 @@ If no password lock screen is unlocked by sliding gestures, so you can `input sw
Command (parameter models Nexus 5, swipe up to unlock, for example): Command (parameter models Nexus 5, swipe up to unlock, for example):
`` `Sh ```sh
adb shell input swipe 300 1000 300 500 adb shell input swipe 300 1000 300 500
``` ```
`3001000300 parameters represent` 500` starting x coordinate of the start point y coordinate of the end point x coordinate y coordinate of the end point '. `3001000300 parameters represent` 500` starting x coordinate of the start point y coordinate of the end point x coordinate y coordinate of the end point '.
Enter text ### ### Enter text
When the focus is in a text box, you can enter text by `input` command. When the focus is in a text box, you can enter text by `input` command.
command: command:
`` `Sh ```sh
adb shell input text hello adb shell input text hello
``` ```
@ -986,7 +1019,7 @@ Format:
Common usage are listed below: Common usage are listed below:
Filter the log level by #### ### Filter the log by level
Android log divided into the following levels: Android log divided into the following levels:
@ -1162,7 +1195,7 @@ By kernel log, we can do some things, such as a measure of the kernel boot time,
## View device information ## View device information
Model ### ### Model
command: command:

Loading…
Cancel
Save