# Android Devices

### **Android Developer Options**

In order to use the REV Hardware Client the phone's developer settings and USB debugging options need to be turned on.&#x20;

The developer options on Android Devices are hidden within the phone as a default. Different phone manufactures have different ways of accessing the developer options. However, once the developer options are available in the phone's settings, the steps for activating USB debugging and development settings are similar.&#x20;

{% hint style="danger" %}
Before moving forward it is advised to look up where the developer options on your Android Device are located. For Motorola users, the [Motorola Support Page](https://en-us.support.motorola.com/app/home) has information on how to unlock the developer options.
{% endhint %}

|                                                                                                                      |                                                                                                                                         |
| -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| Open the Android Devices settings                                                                                    | <img src="/files/-MGsTYcIfGsO0d5xVW7R" alt="" data-size="original">                                                                     |
| Scroll to the bottom of the settings, where the unlocked developer options are available. Open the developer options | <img src="/files/-MGnOyKijL413uuk7knF" alt="" data-size="original"> <img src="/files/-MGsTYcJ2XQq553NNQTI" alt="" data-size="original"> |
| At the top of the developer options page is an on/off switch. Turn the developer options on.                         | <img src="/files/-MGnPDBGGK5c7fDjSZ-5" alt="" data-size="original"> <img src="/files/-MGsTYcKOB8DNceTulpZ" alt="" data-size="original"> |
| The device will open a confirmation message. Select 'OK.'                                                            | <img src="/files/-MGnPPXxOtGHr_j_mX0M" alt="" data-size="original"> <img src="/files/-MGsTYcL4Ejt2Tu8Nh3T" alt="" data-size="original"> |
| Scroll through the developer options until you find the Debugging section. Turn USB Debugging on.                    | <img src="/files/-MGnPd1do5isMW8cmfRW" alt="" data-size="original"> <img src="/files/-MGsTYcMoOQbj78hAFDU" alt="" data-size="original"> |
| Another confirmation message will appear, click 'OK.'                                                                | <img src="/files/-MGnPvVMgVSi6cRbmCQv" alt="" data-size="original"> <img src="/files/-MGsTYcNaUJ0EozEriIQ" alt="" data-size="original"> |

USB debugging is now on! You can move on to the steps for installing the application.

Depending on the device you may need to change the USB Settings from "Charging only" to "File Transfer".

Plug the Android Device with USB Debugging into the Windows PC running the REV Hardware Client.

![](/files/-MGsVXksJ-MsPn3e3VWi)


---

# 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.revrobotics.com/rev-hardware-client/duo/android-devices.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.
