gerryz / onemdm-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Java 99.5%Language:Shell 0.5%