Code Monkey home page Code Monkey logo

hmdm-android's Introduction

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.

hmdm-android's People

Contributors

vmayorow avatar h-mdm avatar m-pastuszek-leo avatar loisspitz avatar eretl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.