Application Deployment
143
3. On the device, swipe down from the Status bar to open the Quick Access panel and then touch .
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:
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.
9. Type:
adb reboot recovery
10.Press Enter. The System Recovery screen appears.
11.Press the Volume Up and Volume Down buttons to navigate to apply from adb.
12.Press the Power button.
13.On the host computer command prompt window type:
adb sideload <file>
where: <file> = the path and filename of the zip file.
14.Press Enter. The Factory Reset package installs and then the Recovery screen appears.
15.Press the Power button to reboot the device.
Storage
The device contains the following types of file storage:
• Random Access Memory (RAM)
• Internal storage
• External storage (microSD card) or
• Enterprise folder.
Random Access Memory
Executing programs use RAM to store data. Data stored in RAM is lost upon a reset. The operating system
manages how applications use RAM. It only allows applications and component processes and services to use
RAM when required. It may cache recently used processes in RAM, so they restart more quickly when opened
again, but it will erase the cache if it needs the RAM for new activities.
1. To view the amount of free and used memory, swipe down from the Status bar to open the Quick Access
panel and then touch .