All Projects → h-mdm → hmdm-android

h-mdm / hmdm-android

Licence: Apache-2.0 license
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!

Programming Languages

java
68154 projects - #9 most used programming language
AIDL
53 projects

Projects that are alternatives of or similar to hmdm-android

Ubuntu-Launcher
An Android Launcher (having Ubuntu-Gnome flavour) build with Flutter
Stars: ✭ 241 (+225.68%)
Mutual labels:  launcher, android-launcher
Launcher
🚀 A distraction-free minimal homescreen for Android.
Stars: ✭ 116 (+56.76%)
Mutual labels:  launcher, android-launcher
Last-Launcher
Lightweight: Faster than light, Low on memory
Stars: ✭ 148 (+100%)
Mutual labels:  launcher, android-launcher
LaunchTime
An alternative launcher/home for Android
Stars: ✭ 65 (-12.16%)
Mutual labels:  launcher
BoilR
Synchronize games from other platforms into your Steam library
Stars: ✭ 664 (+797.3%)
Mutual labels:  launcher
glpi-plugin
Flyve MDM Plugin for GLPI
Stars: ✭ 45 (-39.19%)
Mutual labels:  mdm
OneLauncher
Launcher and Addon Manager for LOTRO and DDO
Stars: ✭ 21 (-71.62%)
Mutual labels:  launcher
ModuleLauncher.Re
Cross-platform Minecraft Launcher library for .NET
Stars: ✭ 41 (-44.59%)
Mutual labels:  launcher
mindful-android-launcher
Siempo Android Launcher - Smartphone interface for mental health and wellbeing
Stars: ✭ 38 (-48.65%)
Mutual labels:  launcher
SDKLauncher-OSX
A small OS X application to serve as a launcher/testbed for the Readium SDK on the Mac.
Stars: ✭ 21 (-71.62%)
Mutual labels:  launcher
sol
MacOS launcher & command palette
Stars: ✭ 1,335 (+1704.05%)
Mutual labels:  launcher
minecraft-launcher
Simple script for launch Minecraft without official launcher
Stars: ✭ 57 (-22.97%)
Mutual labels:  launcher
scout-public
A tool to aggregate devices across multiple MDM servers
Stars: ✭ 22 (-70.27%)
Mutual labels:  mdm
habpanelviewer
An openHAB integrated kiosk browser
Stars: ✭ 68 (-8.11%)
Mutual labels:  launcher
launchlet
Make the web yours.
Stars: ✭ 34 (-54.05%)
Mutual labels:  launcher
Bulletproof-Arma-Launcher
Customisable mod installer and launcher for Arma 3 mods that takes care of *everything* for your community players! Why "bulletproof", you ask? Because "Idiotensicher" was mean :)
Stars: ✭ 21 (-71.62%)
Mutual labels:  launcher
trivrost
A repurposable application-downloader and -launcher
Stars: ✭ 36 (-51.35%)
Mutual labels:  launcher
Thrive-Launcher
Thrive Launcher for installing and automatically updating Thrive
Stars: ✭ 185 (+150%)
Mutual labels:  launcher
WTAppLauncher
IOS App Launcher
Stars: ✭ 18 (-75.68%)
Mutual labels:  launcher
fmon
File monitor
Stars: ✭ 31 (-58.11%)
Mutual labels:  launcher

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].