Scan2Stage

Create a Profile Easily !

Scan2Stage is one of the Point Mobile provisioning solutions.

You can easily create a profile for provisioning using Scan2Stage without programming knowledge.

When using Scan2Stage, the profile is saved as JSON format. And it can be used in the various ways to perform provisioning.
Also, it is perfectly compatible with PMDM profile.





Process Overview

1

Creating a Profile

1) Launch Scan2Stage and determine the configurations as you want.

2) Save as JSON file and Upload the JSON file to web-based server (ex.Dropbox)


2

Provisioning Devices with JSON

Determine provisioning method among QR Code, Automatic Provisioning, PMDM.


* Click the title of each step to see the detailed guide.



Compatibility

Provisioning through JSON format profile

Point Mobile devices with Android 7 or later

Scan2Stage Console

Windows PC



<script type="text/javascript" src="/includes/js/page-js/PMDM_introduction.js"></script>

<style>
    .m_title {
        font-weight: bold;
        font-size: 16px;
        text-decoration: underline 1px dotted;
        cursor: pointer;
    }

    .description td {
        background-color: rgb(225, 225, 225);
        height: 50px;
        line-height: 1.7;
    }

    .tb_profileFeature {
        border-collapse: collapse;
        width: 65%;
        margin-right: auto;
        margin-left: auto;
    }

    .tb_profileFeature td {
        color: #002b36;
        border-bottom: 1px dashed #2A463A;
        font-size: 14px;
        height: 35px;
        padding: 6px 8px;
        text-align: left;
    }

    .tb_profileFeature th.header {
        background-color: rgb(225, 225, 225);
        font-size: 14px;
        padding: 6px 8px;
        text-align: left;
    }

    .tb_profileFeature th.category {
        background-color: rgb(225, 225, 225, 0.3);
        border-bottom: 1.2px solid #2A463A;
        border-top: 1.2px solid #2A463A;
        color: #444444;
        font-size: 16px;
        padding: 6px 8px;
        text-align: left;
    }

</style>

<div style="text-align: center;">
    <p style="font-weight: bold; font-size: 20px;">Configurable Profiles</p>
</div>
<br>
<div style="width: 100%; text-align: center;">
    <table class="tb_profileFeature">
        <thead>
            <tr>
                <th class="header">Configuration</th>
                <th class="header">Description</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <th class="category" colspan="3">Device profile</th>
            </tr>
            <tr>
                <td><span style="font-weight: bold;">Android system setting</span></td>
                <td>Control Android-based system settings</td>
            </tr>
            <tr>
                <td><span style="font-weight: bold;">Network & Certifications</span></td>
                <td>Add and manage Wi-Fi to use. Able to set whitelist Wi-Fi or manage even hidden network.<br>Also, install certifications easily.</td>
            </tr>
            <tr>
                <td><span style="font-weight: bold;">System restriction</span></td>
                <td>Secure devices with comprehensive restrictions even without kiosk mode.</td>
            </tr>
            <tr>
                <td><span style="font-weight: bold;">Device settings</span></td>
                <td>Manage device settings. Security feature such as screen lock is also configurable.</td>
            </tr>
            <tr>
                <td><span style="font-weight: bold;">Scanner Settings</span></td>
                <td>Manage scanner settings to optimize scanning action.</td>
            </tr>
            <tr>
                <td><span style="font-weight: bold;">OS update</span></td>
                <td>Update OS version through FOTA server.</td>
            </tr>
            <tr>
                <td><span style="font-weight: bold;">Scheduled deployment</span></td>
                <td>Run the tasks based on a schedule when devices are not in use, to avoid the distraction of work.</td>
            </tr>
            <tr>
                <th class="category" colspan="2">Files</th>
            </tr>
            <tr>
                <td><span style="font-weight: bold;">Managing file</span></td>
                <td>Download, copy, and remove files on the device. You can deploy the configuration file from 3rd party app and save a file
                to the Enterprise folder that retains the contents even after a factory reset.</td>
            </tr>
            <tr>
                <th class="category" colspan="2">Apps</th>
            </tr>
            <tr>
                <td><span style="font-weight: bold;">Automated distribution</span></td>
                <td>Install, update, and remove apps on the device. If you want, you can make an app be installed with no confirmation of
                users (silent install).</td>
            </tr>
            <tr>
                <td><span style="font-weight: bold;">Play Store Security</span></td>
                <td>Restrict app installation or update through Google Play Store.</td>
            </tr>
            <tr>
                <td><span style="font-weight: bold;">App Permission</span></td>
                <td>Grant or deny the app permissions.</td>
            </tr>
            <tr>
                <td><span style="font-weight: bold;">App Blocklist</span></td>
                <td>Block specific apps.</td>
            </tr>
            <tr>
                <th class="category" colspan="2">Kiosk Mode</th>
            </tr>
            <tr>
                <td><span style="font-weight: bold;">Enable Kiosk Mode with Password</span></td>
                <td>Make devices one-purpose devices by enabling kiosk mode and restricting app or webpage access, etc. Admin password is
                required to escape the mode.</td>
            </tr>
            <tr>
                <td><span style="font-weight: bold;">Accessible settings & features</span></td>
                <td>Allow some device settings (display, Wi-Fi, etc.) or system features (screenshot, etc.) if they are
                    necessory to use device.</td>
            </tr>
            <tr>
                <td><span style="font-weight: bold;">Custom Home Screen</span></td>
                <td>For consistent user experience, set the home screen layout and locate allowed apps.</td>
            </tr>
            <tr>
                <td><span style="font-weight: bold;">Background apps</span></td>
                <td>Some apps can be executed without locating on the home screen.</td>
            </tr>
        </tbody>
    </table>
</div>