Enable Developer Mode on AE managed device - TC25

BL
Benedict Lumabi
Wireless Services Asia Inc.

How to enable developer mode on AE managed devices? Our devices is Zebra TC25. 

I found here in forum, that it is possible via integration of SOTI to MX layer. But appreciate if someone can share step by step on how to do it. 


Thanks

6 years ago
Android
ANSWERS
AG
Allen Gulbrand
6 years ago

writeprivateprofstring DeviceFeature DisableUSBDebugging 2

writeprivateprofstring DeviceFeature DisableDeveloperOptions 0

apply featurecontrol

CS

Hello Allen, can you provide a little more information on how to process the commands, please?
Simply send to device via script (script type: legacy)?

In my case the device is a TC8300 with Android 11 (LIFEGUARD UPDATE 11-35-05.00-RG-U10) and I want to check if my MX-Profiles set the correct settings. Because I was able to activate "StayAwake", but it wasn't possible to disable it.

Thanks.

MD
Matt Dermody Diamond Contributor
6 years ago

I have not used Allen's approach but I take it that would work as well. Alternatively, to use MX you need to build an MX based XML using Zebra Stagenow including the configuration changes you want to apply. Then Package that XML file for delivery somewhere on the /sdcard/ (or use a File Sync rule). Then have a post-install script with the mxconfig script applied to the path where you placed the .XML file. Note that the TC20 and TC25 have a purposefully reduced set of valid MX configuration settings than the rest of the Zebra Mobility DNA Android devices so not all MX settings will apply.