@@ -43,25 +43,26 @@ This project gives the opportunity to use your phone even with a broken screen.
4343## Configuration
4444
4545There 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.
4849
4950### Run ADB server on your own
5051
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:
5354
54- ```
55+ ``` bash
5556adb start-server
5657```
5758
5859** Note** :
5960
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.
6263
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.
6566
6667### Provide correct ` app.properties ` file
6768
@@ -78,7 +79,7 @@ Both absolute and relative paths are supported.
7879
7980Example of valid ` app.properties ` could be find [ here] ( app.properties ) .
8081
81- Also we have got some valid OS-specific examples:
82+ Also, we have got some valid OS-specific examples:
8283
8384* [ OSX app.properties] ( adb/macosx/app.properties )
8485* [ Windows app.properties] ( adb/windows/app.properties )
@@ -112,7 +113,7 @@ app.native.look=false
112113
113114Application is available using Java web start technology via [ androidscreencast.jnlp] [ jnlp ] .
114115
115- [ jnlp ] : http ://xsavikx.github.io/AndroidScreencast/jnlp/androidscreencast.jnlp
116+ [ jnlp ] : https ://xsavikx.github.io/AndroidScreencast/jnlp/androidscreencast.jnlp
116117
117118### Java security configuration
118119
@@ -136,7 +137,7 @@ replacing `VERSION` with the current version.
136137
137138For example, ` java -jar target/androidscreencast-0.0.10s-executable.jar ` .
138139
139- Additionally OS-packages would be created with ADB executables bundled:
140+ Additionally, OS-packages would be created with ADB executables bundled:
140141
141142* ` androidscreencast-VERSION-windows.zip `
142143* ` androidscreencast-VERSION-linux.tar.gz `
0 commit comments