User manual

Table Of Contents
Application Deployment
109
1.
Go to Settings.
2. Touch About phone.
3. Scroll down to Build number.
4. Tap Build number seven times. The message You are now a developer! appears.
5. Touch the Back button.
6. Touch System > Advanced > Developer options.
7. Slide the USB debugging switch to the ON position.
8. Touch OK.
9. Connect the device to the host computer using the USB Cable.
The Allow USB debugging? dialog box appears on the device.
10. On the device, touch OK.
11. On the host computer, navigate to the platform-tools folder.
12. Type adb devices.
The following displays:
List of devices attached
XXXXXXXXXXXXXXX device
(where XXXXXXXXXXXXXXX is the device number).
NOTE: If device number does not appear, ensure that ADB drivers are installed properly.
13. Touch the Home button.
Application Installation
After an application is developed, install the application onto the device using one of the following
methods:
USB drive, see Installing Applications Using a USB Drive on page 109.
USB connection, see Installing Applications Using the USB Connection on page 110.
microSD Card, see Installing Applications Using a microSD Card on page 110.
Android Debug Bridge, see Installing Applications Using the Android Debug Bridge on page 111.
Mobile device management (MDM) platforms that have application provisioning. Refer to the MDM
software documentation for details.
Installing Applications Using a USB Drive
IMPORTANT: USB Drive must have FAT32 format.
1. Plug the USB drive into the USB port on the host computer.
2. On the host computer, open a file explorer application.
3. Copy the application .apk file from the host computer to the USB drive.
CAUTION: Follow the host computer’s instructions to eject the USB drive correctly to avoid losing
information.