-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
DVRCameras | ||
========== | ||
|
||
Android application to watch DVR camers | ||
Android client application for AV-TECH AV787 monitoring system. | ||
|
||
Probably will work with other devices, however tested just on AV787. | ||
|
||
Created just for fun. IRL you can just use EagleEyes from GooglePlay. | ||
|
||
---------- | ||
|
||
Create .apk using | ||
|
||
mvn clean install | ||
|
||
You will need | ||
|
||
JDK 1.6+ | ||
Android SDK with 2.2 platform | ||
Maven 3.0.4 | ||
|
||
Also you must set: | ||
JAVA_HOME="/path/to/your/jdk" | ||
ANDROID_HOME="/path/to/your/android/sdk" | ||
|
||
|