Options to consider while building an MDM Solution

leena

December 10, 2015

Let’s assume you have a good overview of the MDM landscape. You’ve done your “build vs buy” analysis and have chosen to go for “build”.

Let’s now look what options are available to build an MDM solution that potentially solves a business problem. I'll be focusing on Android in this post and will cover the iOS ecosystem in the upcoming parts of the series.

Before I talk about the options, let’s take a look at two key concepts: Rooting and Custom ROMs.

Rooting

Rooting of a device means gaining full control of the device. Android uses Linux Kernel, and rooting gives you the super user permission on the device which allows you to do pretty much anything on the device. There are apps available in the Android Market, which helps you to managepermission.

When to use

With rooting, you can install apps as System Apps, those apps which have more privileges than user apps, the apps that we normally install from Play Store. System Apps get installed in thepartition of your device which is read only. Most of the pre-installed apps that we see in the device, especially those from the device manufacturer, are system apps. Users will not be able to uninstall System Apps.

Pros

Cons

Custom ROMs

A Custom ROM as the name suggests, is a custom built distribution of the stock Android OS or tweaked versions of the Android ROM provided by the device manufacturer. Custom ROMs make the device suited for very specific needs.

When to use

Custom ROMs make sense when the device is owned by an organization, say an organization providing devices to the field staff. Other use cases include where the device is used as anInformation Kiosk, orPOS Systems.

Pros

Cons

Our Experience building MDM with Custom ROM

One ofour MDM Customershad the requirement to play Adobe Flash video ads on the devices. Adobe had removedFlash App from Google Playstorewith the release of Android 4.1. We tried to convert the flash videos to HTML5 videos, but hit bottlenecks with animations and annotations in the videos. Many advertising firms still use Adobe Flash for videos, so asking the content distributors to distribute the videos in non-flash format was not a viable option.

That is when we decided to go with Custom ROM which would help us:

How to build MDM without Custom ROM and Rooting

Using Android API, along with a Push Technology [such asGoogle Cloud Messaging],we can create an MDM solution to:

At Multunus, we have started an Open Source MDM - OneMDM  to help those who need a barebones MDM solution. Please take a look at the Live Demo section if you would like to give a try.

Feel free to contribute to the same by submitting PRs, raising issues.. We are looking forward for comments and/or suggestions.

Device Administration API

Android also providesDevice Administration API, which provides device administration features at the system level to create security-aware applications that are useful in enterprise settings. The API supports enabling password policies, storage encryption and disabling camera based on context or time.

The user must explicitly enable the application for the policies to be enforced. If the user chooses not to enable the application it will still be present on the device, without any policies being enforced, and the user will not get any of the application's benefits.

The following is a sample prompt to the user to enable an app as Device Administration app:

Android Device Administration

Android For Work

Android for Work is Google’s recent initiative for corporate customers with a simplified BYOD platform. With Lollipop, Android introduced support for multiple profiles on device which in turn allows to separate the personal apps from work apps. The Corporate Profile that is setup on the device can be controlled by the administrators. The administrators can set which apps are available for the corporate profile along with separate storage areas.

For devices running below Lollipop i.e. Ice Cream Sandwich and newer,Google Play for Work, can be installed to get similar functionalities.

If you are a Google Enterprise App (not the legacy free tier) user, Android for Work is a useful solution as it offers a simple device registration and administration features.

To create apps for Android For Work, one needs to be enrolled as a partner, which is right now available only on request basis. It is expected that in the immediate future, Android For Work should help many enterprises manage BYOD with app distribution, data management and security management.

Coming Up

In the upcoming posts, I will be sharing our learnings [both technical and non-technical] we had while building multiple MDM solutions.

I am speaking at the upcoming DroidCon India conference about MDM. Come and say hi if you are attending the conference.