@@ -43,25 +43,26 @@ This project gives the opportunity to use your phone even with a broken screen.
43
43
## Configuration
44
44
45
45
There are 2 ways to run application:
46
- 1 . Run ADB server on your own
47
- 2 . Provide correct ` app.properties ` file
46
+
47
+ 1 . Run ADB server on your own.
48
+ 2 . Provide a correct ` app.properties ` file.
48
49
49
50
### Run ADB server on your own
50
51
51
- In order to run server on your own you have to run already installed (or one from our
52
- OS-specific bundle) ` adb ` with following command:
52
+ In order to run server on your own you have to run already installed (or one from our OS-specific bundle) ` adb ` with
53
+ following command:
53
54
54
- ```
55
+ ``` bash
55
56
adb start-server
56
57
```
57
58
58
59
** Note** :
59
60
60
- If ` app.properties ` will have ` adb.path ` filled - AndroidScreencast will shutdown ADB server
61
- on application termination.
61
+ If ` app.properties ` will have ` adb.path ` filled, AndroidScreencast will shutdown the ADB server on application
62
+ termination.
62
63
63
- Additionally, in order to use, for example, remote ADB server with ssh forwarding you should not
64
- use ` app.properties ` or ` adb.path ` property should be commented.
64
+ Additionally, in order to use for example remote ADB server with ssh forwarding you should not use ` app.properties `
65
+ or ` adb.path ` property should be commented.
65
66
66
67
### Provide correct ` app.properties ` file
67
68
@@ -78,7 +79,7 @@ Both absolute and relative paths are supported.
78
79
79
80
Example of valid ` app.properties ` could be find [ here] ( app.properties ) .
80
81
81
- Also we have got some valid OS-specific examples:
82
+ Also, we have got some valid OS-specific examples:
82
83
83
84
* [ OSX app.properties] ( adb/macosx/app.properties )
84
85
* [ Windows app.properties] ( adb/windows/app.properties )
@@ -112,7 +113,7 @@ app.native.look=false
112
113
113
114
Application is available using Java web start technology via [ androidscreencast.jnlp] [ jnlp ] .
114
115
115
- [ jnlp ] : http ://xsavikx.github.io/AndroidScreencast/jnlp/androidscreencast.jnlp
116
+ [ jnlp ] : https ://xsavikx.github.io/AndroidScreencast/jnlp/androidscreencast.jnlp
116
117
117
118
### Java security configuration
118
119
@@ -136,7 +137,7 @@ replacing `VERSION` with the current version.
136
137
137
138
For example, ` java -jar target/androidscreencast-0.0.10s-executable.jar ` .
138
139
139
- Additionally OS-packages would be created with ADB executables bundled:
140
+ Additionally, OS-packages would be created with ADB executables bundled:
140
141
141
142
* ` androidscreencast-VERSION-windows.zip `
142
143
* ` androidscreencast-VERSION-linux.tar.gz `
0 commit comments