No description
Find a file
2017-07-15 20:36:42 +05:30
app Update service icon in the notification bar 2016-03-11 18:41:14 +05:30
gradle/wrapper Initial commit 2015-10-15 16:20:12 +05:30
.gitignore Change the Config file to be copied @ runtime, Add warning and error to logging 2015-11-06 17:21:06 +05:30
build.gradle Integrate Code Quality report tools 2016-01-28 16:30:27 +05:30
gradle.properties Increase the build number 2016-03-10 12:33:20 +05:30
gradlew Initial commit 2015-10-15 16:20:12 +05:30
gradlew.bat Initial commit 2015-10-15 16:20:12 +05:30
om.enc Add signing of APK, publish to S3 2015-11-06 18:31:52 +05:30
OneMDM.iml Initial commit 2015-10-15 16:20:12 +05:30
publish.sh Change the script to upload debug APK as demo 2015-12-10 16:56:49 +05:30
README.md Add message that the repo is no longer maintained 2017-07-15 20:36:42 +05:30
settings.gradle Initial commit 2015-10-15 16:20:12 +05:30
wercker.yml Change slack channel nam 2016-03-10 15:26:20 +05:30

This repo is no longer maintained


OneMDM Mobile Client

wercker status codecov.io

OneMDM is an open source Mobile Device Management (MDM) solution. For more details of the server, please visit the OneMDM page.

Setting up OneMDM client

Clone the repo:

git clone https://github.com/multunus/onemdm-client.git
cd onemdm-client
cp src/main/java/com/multunus/onemdm/config/Config.java.example src/main/java/com/multunus/one_mdm_client/Config.java

Change the following constant(s) in Config.java:

  • HOST_URL

Build the debug version of the APK from the command line:

./gradlew clean installDebug

TODO

  • How to build the release version
  • How to change the version number