Frequently Asked Question
Enroll Android Devices in MobiControl Using a QR Code and JSON Code
Summary
This document helps customers generate QR codes to aid in rapid device provisioning.
Related SOTI ONE Platform Products
SOTI MobiControl
Related Device OS
Android Classic, Android Enterprise
Environment
Requires an Android device with a camera (to scan QR codes).
Process Description
Enrolling Devices with QR code
- Generate an enrollment ID in MobiControl. Save the enrollment ID for later use in your QR code.
- Access the web page https://www.the-qrcode-generator.com/ . Click the Free Text tab:
- Paste the following text into the Enter text to share here field. You have to change some data, such as the enrollment ID and the MobiControl version you want to use (or the token afw#mobicontrol which downloads the latest version):
{
"android.app.extra.PROVISIONING_DEVICE_ADMIN_COMPONENT_NAME":"net.soti.mobicontrol.androidwork/net.soti.mobicontrol.admin.DeviceAdminAdapter",
"android.app.extra.PROVISIONING_DEVICE_ADMIN_SIGNATURE_CHECKSUM":"hn8mSNJMPcovWbnnWrb-uMpWZjNlNp-jyV_2A-Whumc\=",
"android.app.extra.PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_LOCATION":"https://downloads.soti.net/apk/AEAgent/GoogleMobiControl1515_1049.apk",
"android.app.extra.PROVISIONING_LEAVE_ALL_SYSTEM_APPS_ENABLED": true,
"android.app.extra.PROVISIONING_SKIP_ENCRYPTION": true,
"android.app.extra.PROVISIONING_ADMIN_EXTRAS_BUNDLE": {
"enrollmentId":"CHANGEME"
}
}
In this example we are using the MobiControl device agent version 15.1.5 build 1049 but you can change this to target your desired agent version. The output looks like this:
- Factory reset a device and in the first welcome window tap the screen 7 times to enable the generic QR code reader on the device (which uses the device camera). You must download the reader after accessing a Wi-Fi network.
- When the device and reader are ready, scan the QR code and complete all of the guided steps to finish the enrollment.
Provisioning android devices using QR Codes
https://discussions.soti.net/articles/provisioning-android-devices-using-qr-codes
Enroll Android Devices in MobiControl Using a QR Code and JSON Code
https://discussions.soti.net/articles/enroll-android-devices-in-mobicontrol-using-a-qr-code-and-json-code
How to find Enrollment ID on new SOTI WebConsole?
https://discussions.soti.net/thread/how-to-find-enrollment-id-on-new-soti-webconsole
Getting Started With MobiControl: Android Enrollment