Application Deployment
152
Figure 17 Accept Installation Screen
11.To confirm installation and accept what the application affects, touch Install otherwise touch Cancel.
12.Touch Open to open the application or Done to exit the installation process. The application appears in the
App list.
Installing Applications Using the Android Debug Bridge
Use ADB commands to install application onto the device.
Ensure that the ADB drivers are installed on the host computer. See ADB USB Setup on page 150.
1. Connect the device to a host computer using USB. See USB Communication.
2. By default, the Developer Options are hidden. To un-hide the developer options, swipe down from the
Status bar to open the Quick Access panel and then touch .
3. Touch System > About phone. Scroll down to Build number. Tap Build number seven times until You
are now a developer appears.
4. Touch System > Developer options.
5. Slide the switch to the ON position.
6. Touch USB Debugging. A check appears in the check box. The Allow USB debugging? dialog box
appears.
7. Touch OK.
8. On the host computer, open a command prompt window and use the adb command:
adbinstall<application>
where: <application> = the path and filename of the apk file.
9. Disconnect the device from the host computer. See USB Communication.