Skip to content

Commit 04bc467

Browse files
committed
Add screenshots of the app.
Fixes #63.
1 parent 1e92923 commit 04bc467

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/assets/exec-command.png

251 KB
Loading

docs/assets/main.png

172 KB
Loading

docs/index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ AndroidScreencast was developed to view and control your android device from a P
1010

1111
This project gives the opportunity to use your phone even with a broken screen.
1212

13+
![AndroidScreencast - Main screen](./assets/main.png)
14+
15+
![AndroidScreencast - Execute command](./assets/exec-command.png)
16+
1317
## Features
1418

1519
- No client needed
@@ -40,12 +44,14 @@ To use JNLP, please follow this article: [How can I configure the Exception Site
4044

4145
# Requirements
4246

43-
Currently AndroidScreencast works directly with `adb input` program through `ddmlib` and abuse functionality of:
47+
Currently, AndroidScreencast works directly with `adb input` program through `ddmlib` and uses functionality of:
48+
4449
- `adb input key`
4550
- `adb input tap`
4651
- `adb input swipe`
4752

48-
Regarding this point, to use AndroidScreencast you need Smartphone running on Android with specific `input` program version. `adb input tap` and `adb input swipe` were introduced in [Android 4.1.1][Android_4_1_1_Input].
53+
Regarding this point, to use AndroidScreencast you need Smartphone running on Android with specific `input`
54+
program version. `adb input tap` and `adb input swipe` were introduced in [Android 4.1.1][Android_4_1_1_Input].
4955

5056
So, right now AndroidScreencast support all Android versions equal or greater than Android 4.1.1.
5157

0 commit comments

Comments
 (0)