LogMeIn support sites no longer support Microsoft's Internet Explorer (IE) browser. Please use a supported browser to ensure all features perform as they should (Chrome / FireFox / Edge).

The GoTo support site no longer supports Safari 15. Please upgrade your browser to Safari 16 (or newer) or switch to a supported browser such as Google Chrome, Mozilla Firefox, or Microsoft Edge.

Simply secure and manage all devices. Discover LogMeIn Resolve Mobile Device Management.

We are currently experiencing an unplanned outage for this product.
  • Support
  • Products

    Explore support by product

    GoTo Connect

    All-in-one phone, meeting and messaging software

    GoTo Meeting

    Video and audio meeting software

    GoTo Webinar

    All-in-one webinar and virtual events software

    GoTo Room

    Conference room hardware

    GoTo Training

    Online training software

    OpenVoice

    Audio conferencing software

    Grasshopper

    Lightweight virtual phone system

    join.me

    Video conferencing software

    LogMeIn Resolve

    IT management & support

    LogMeIn Resolve MDM

    Mobile device management

    LogMeIn Pro

    Remote device access

    LogMeIn Central

    Remote monitoring & management

    LogMeIn Rescue

    Remote IT support

    GoToMyPC

    Remote desktop access

    GoToAssist

    Remote support software

    Hamachi

    Hosted VPN service

    RemotelyAnywhere

    On-prem remote access solution
  • Community
  • Service Status
  • Try the improved My Cases portal

    Easily manage your ticket, track its status, contact us from an existing case, and more.

    Sign in to try
  • Language selector icon Language selector icon
    • English
    • Français
    • Italiano
    • Deutsch
    • Español
    • Português
    • Nederlands
  • Contact Support
  • Service Status
  • User Avatar User Avatar
    • Support
    • Contact Support
    • Browse Products
    • Service Status
    • Community
    • Sign in
    • User Avatar
    • My Account
    • Personal Info
    • Sign In & Security
    • My Cases
    • Billing Center
    • https://link.goto.com/myaccount-billing
    • My GoTo Connect
    • My Meetings
    • My Webinars
    • My Trainings
    • My Conferences
    • My Resolutions
    • My Mobile Devices
    • My Sessions
    • My Sessions
    • My Incidents
    • Sign out
  • Device Platforms
  • Android
  • Device Enrollment
product logo
Back button image Back
Back button image
product logo

Enroll Android devices without a camera or Google services

This article explains how you can enroll your Android device if it doesn't have a camera or support Google services.

Google will no longer allow sign-in on Android devices that run Android 2.3.7 or lower starting September 27, 2021. Click here to read more from Google.

Enroll a non-Google Android device to LogMeIn Resolve MDM with ADB

Requirements:

  • The android device being enrolled must be connected to a PC with a USB cable. 
  • Commands listed below can be scripted to automate and speed up the process. 
  • It may be possible to connect multiple devices to one PC with a USB hub. In this case, a script is needed to target the commands to each of the connected devices. 
  • Devices running AOSP (Android Open Source Project) (or similar non-Google Android) are not registering to Google Firebase Messaging, which is used to deliver push notifications to devices. This means an action executed in the LogMeIn Resolve MDM console will not be delivered to the device immediately, the device will receive it when the Miradore client polls for the next time. By default, the Miradore client polls the server every 3 hours, but this interval can be modified. The minimum setting is 15 minutes. 

Preparations:

  1. Download ADB (Android Debug Bridge) 
    • Media: https://developer.android.com/studio/releases/platform-tools.html (decompress to some folder on your PC) 
    • Instructions: https://developer.android.com/studio/command-line/adb
  2. Download the Miradore client installer (also known as APK) and configuration file from your LogMeIn Resolve MDM site’s System > Infrastructure diagram view.

    The layout of the screen may look different in the product.
  3. Search “Android devices” from the infrastructure diagram and hold your mouse on top of the icon to open the tooltip shown below:
  4. Click ”Download APK” to get the client media (file: mdonline_b360.apk, number follows the client version)
  5. Click ”Download custom configuration file” to download the configuration file appsettings.mdcfg
  6. Copy these files to your PC’s disk for later use 

Enroll the device to LogMeIn Resolve MDM – On the device end

  1. Start the device.
  2. Reset the device if needed.
  3. Connect the device to the WiFi (Settings > Wi-Fi).
  4. Activate “Developer options” from “Settings > About phone > Software information” by tapping “Build number” for many times until a notification appears on the screen saying that developer mode is being turned on. This would also make Developer options to appear under Settings as seen below.
    Developer Options appearing on the Samsung test device.
  5. Connect the device to your PC with a USB cable. Worth noting that the cable should be connected directly to the computer and not via a hub for example for it to function properly.
  6. Enable ”USB debugging” from the device “Settings > Developer options > USB debugging” and allow the action as seen below.
    Press OK to allow USB debugging.

Enroll the device to LogMeIn Resolve MDM – On your PC

  1. Open command prompt (Run > cmd) 
  2. Navigate to the folder where ADB was uncompressed in step 1.a. (there should be a file called adb.exe)  
  3. Run the following command ADB devices The command prompt should print something similar to the following: "List of devices attached / * daemon not running; starting now at tcp:5037 / * daemon started successfully / <serial number>  unauthorized
  4. The device will now ask for permissions for connection ”Allow USB debugging?”
  5. Select ”Always allow from this computer” and respond ”OK” as seen below
    Allow USB debugging. Please note that the key fingerprint has been blurred for security reasons.
  6. Run again following command: ADB devices The command prompt should print something similar to the following: List of devices attached <serial number>  device. The device is now connected to your PC.
  7. Copy the Miradore client’s configuration file to the device with the following command:adb push "<path to file>\appsettings.mdcfg" /sdcard/appsettings.mdcfg where <path to file> points to the folder where you copied the file in step 2.b. This could be for example the default Download folder found under the user-specific files. As a confirmation, you should see 1 pushed, and 0 skipped.
  8. Install the Miradore client by running the following command: adb install "<path to file>\mdonline_b360.apk" where <path to file> points to the folder where you copied the file in step 2.b. Make sure that the file name corresponds to the one you downloaded. Please note that mdonline_b360.apk is referring to the most recent version of the file and the filename might be different when you're installing the client and the command should be amended accordingly. You should now see the following text: Performing Streamed Install – Success
  9. Elevate the Miradore client as device owner by running the following command: "adb shell dpm set-device-owner com.miradore.client.v2/com.miradore.client.admin.AdminReceiver"

    You should see the following text:

    Success: Device owner set to package com.miradore.client.v2/com.miradore.client.admin.AdminReceiver 
    Active admin set to component com.miradore.client.v2/com.miradore.client.admin.AdminReceiver
  10. Check the client status by running the following command:adb shell dumpsys device_policy 
  11. Start the Miradore client application, which should make a connection to LogMeIn Resolve MDM. If needed click ”SYNC NOW” from the client application. The target is that the name of your site is visible on the client application and that the ”Last connection” states successfully. 

Enroll the device to LogMeIn Resolve MDM – On the LogMeIn Resolve MDM site

  1. Open view ”Mobile management > Enrollment log” and you should see the device at the top of the list.
  2. Open the device by double-clicking and setting the end user information under the “Settings” tab. You can set also other configurations like tags and warranty information. 

Specific manufacturers

Huawei

On May 16, 2019, the US government placed Huawei on its Entity List. This government action prohibits all US companies, including Google, from collaborating with Huawei. (click here to read more information from a Google employee). The latest flagship to still include Google services was Huawei P30 Pro. Devices released after that are most likely no longer supporting Google.

For further Huawei-related questions not relating to LogMeIn Resolve MDM please contact Huawei support directly.

Samsung

For Samsung devices, you can use Samsung Knox Mobile Enrollment.

For further Samsung-related questions not relating to LogMeIn Resolve MDM please contact Samsung support (for example US / Finland).

Device compatibility

To find out if your device is compatible with Google Play check out the Google Play supported devices help page or the list of supported Android devices directly.

Troubleshooting

USB cable

When connecting the device to your PC with a USB cable make sure that the cable is connected directly to the computer and not via a hub for example for it to function properly.

Related Articles:
  • Installing the Miradore client from APK
  • Samsung Knox Mobile Enrollment
  • Network usage inventory
  • Android kiosk mode
  • Managing version updates for Android APK applications
Article last updated: 3 March, 2025

Need help?

Contact icon Contact support
Manage Cases icon Manage cases
Video icon Watch videos
  • Language selector icon Language selector icon
    • English
    • Français
    • Italiano
    • Deutsch
    • Español
    • Português
    • Nederlands
  • About Us
  • Terms of Service
  • Privacy Policy
  • Trademark
  • Do Not Sell or Share My Personal Info
  • Browse Products
  • Copyright © 2025 GoTo Group, Inc. All rights reserved

Collaboration Products

GoTo Connect

GoTo Meeting

GoTo Webinar

GoTo Training

join.me

Grasshopper

OpenVoice

Remote Solutions Products

GoTo Resolve

Rescue

GoToAssist

Access Products

Pro

Central

GoToMyPC