If you are enrolling any rugged devices (Honeywell, Zebra, Panasonic etc) using Android Enterprise in Workspace One through the QR method then you will need to manually generate your own QR Code using an online QR Code Generator in order to get the option to enable the System Apps.
1.) Prepare your JSON code below. You can choose where your agent is hosted in my example I decided to host it in Dropbox. Make sure the download URL is set to dl=1 so the download start immediately.
Enter then your server URL, your Group ID, Username and Password.
{
“android.app.extra.PROVISIONING_DEVICE_ADMIN_COMPONENT_NAME”:”com.airwatch.androidagent/com.airwatch.agent.DeviceAdministratorReceiver”,
“android.app.extra.PROVISIONING_DEVICE_ADMIN_SIGNATURE_CHECKSUM”:”6kyqxDOjgS30jvQuzh4uvHPk-0bmAD-1QU7vtW7i_o8=\n”,
“android.app.extra.PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_LOCATION”:”https://www.dropbox.com/s/6jslw8cyvp6udym/airwatchagent.apk?dl=1″,
“android.app.extra.PROVISIONING_LEAVE_ALL_SYSTEM_APPS_ENABLED“:true,
“android.app.extra.PROVISIONING_SKIP_ENCRYPTION”: false,
“android.app.extra.PROVISIONING_ADMIN_EXTRAS_BUNDLE”: {“serverurl”: “https://cna13.awmdm.com”, “gid”: “Your_GID”, “un”:”Username”, “pw”:”Password”
}
}
2.) Copy the txt above and go to any free Online QR code generator in my case I use https://www.webtoolkitonline.com/qrcode-generator.html and then paste the code into the field as below screenshot:
3.) You can now after you factory reset your device (Android 7 and above) tap 6 time at the top right of the screen to then proceed to QR reader. In some OEM like Honeywell you can directly use their scanner to scan the QR code.
Leave a Reply