h-mdm / hmdm-android

Mobile Device Management (MDM) System for Android (mobile agent - launcher). Used for silent app installation and sending the info to the server. See more info on the website!

Home Page:https://h-mdm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Headwind MDM: free and open-source MDM launcher

Starting work

Open the project directory in Android Studio (use default settings).

Debugging on the device

  1. Connect the device by USB

  2. Click "Run 'App'" icon in Android Studio

  3. After successful run, add device owner rights to the app (optional).

    Run in the console

    adb shell

    Run the command in the adb console

    dpm set-device-owner com.hmdm.launcher/.AdminReceiver

Building the APK

Build the APK after you successfully build the app.

  1. Setup the keys for signing the app
  2. Select Build - Generate signed Bundle / APK
  3. Select the place you'd like to save APK

Building the library

  1. Select the 'lib' item in the project tree
  2. Select Build - Make Module 'lib'
  3. Find the library in the 'lib/build/outputs/aar' directory

Building the project in the command line

  1. Install the Gradle plugin v5.1.1 (Linux only)
  2. Install Android Studio or download the standalone Android SDK
  3. Create the file local.properties and store the SDK location in this file:

sdk.dir=/path/to/sdk

  1. Run the command

gradlew build

  1. Find the resulting APK in the app/build/outputs/apk/release/ directory.

About

Mobile Device Management (MDM) System for Android (mobile agent - launcher). Used for silent app installation and sending the info to the server. See more info on the website!

https://h-mdm.com

License:Apache License 2.0


Languages

Language:Java 99.7%Language:AIDL 0.3%