# Device Issues

## Troubleshooting Device Issues <a href="#troubleshooting-device-issues" id="troubleshooting-device-issues"></a>

### How do I issue Android Debug Bridge (adb) commands from a computer to a managed/dedicated device? <a href="#how-do-i-issue-android-debug-bridge-adb-commands-from-a-computer-to-a-manageddedicated-device" id="how-do-i-issue-android-debug-bridge-adb-commands-from-a-computer-to-a-manageddedicated-device"></a>

1. *adb* will not be available if the company device has “Debugging Features Allowed” disabled, which is the default setting.
2. In *EMM Console*, in the *Security* section of the policy, enable “Debugging Features Allowed.”
3. On the device, check if *Developer options* are present in *Settings* > *System*.
4. If *Developer options* are not present, enable them by going to *About phone* in *Settings* and clicking *Build number* 5 times.
5. In *Developer options*, enable “USB debugging”.
6. Connect the device to the computer via USB and allow USB debugging when the dialogue displays on the device.
7. On the computer, in the command prompt/terminal run the command `adb devices` to verify that the computer and device are bridged. Further commands and device manipulation can proceed from there. See [Android Debug Bridge (adb)](https://developer.android.com/studio/command-line/adb) for additional guidance.

### How do I regain control of a device that is stuck offline? <a href="#how-do-i-regain-control-of-a-device-that-is-stuck-offline" id="how-do-i-regain-control-of-a-device-that-is-stuck-offline"></a>

1. A managed or dedicated device with restrictions on network configuration will stop receiving policy changes if it is off of mobile data and other network connections (most commonly WiFi).
2. Check on the policy or on the device if factory reset or enterprise reset is allowed (*Settings* > *System* > *Reset options*).
3. Conduct a factory or enterprise reset from Settings if allowed, and follow steps in the “Provisioning” documentation to re-enroll the device.
4. If factory and enterprise reset are disabled in Settings via policy, look up instructions on the device manufacturer’s website for booting into recovery mode. Then follow steps in the “Provisioning” section to re-enroll the device.

   ![](https://emsdocs-staging.bluefletch.com/assets/img/emmImg/troubleshooting_resetDisabled.png)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bluefletch.com/bluefletch-enterprise/product-guides/portal/emm-console/troubleshooting/device-issues.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
