# Install POS Applications

### Using ADB Commands

* Prerequisites:
  * ADB commands can only be used in engineer mode terminals.
  * Ensure the USB driver is installed on your PC. For Qualcomm modules, download drivers from Qualcomm's official website or compatible driver tools.
* Driver Downloads for Q1:
  * ADB Driver: Download from <http://adbdriver.com/>
  * USB Driver:
    * [Download Here](/cloudpossdk/faq/usb-serial-port/install-terminal-usb-drivers.md)
  * Install Android SDK from Google on your PC.
* Installation Steps:
  * Connect the terminal to the PC.
  * Open a DOS window on your PC.
  * Enter the command: 'adb install -r XXX.apk' (replace XXX with your APK file name).

### Using WizarView

* WizarView is wizarPOS's terminal management system, allowing remote APK management on terminals.
* To use WizarView, apply for an account from wizarPOS.

### Using a TF-Card

* Folder Creation:

  * Option 1: Create '\wizarpos\homesettings\homesettings\_\[logo]\apks'. Replace '\[logo]' with the name found in terminal settings (Settings > About POS>Kernel version>logo in oem version).

  &#x20;     *For example, if oem = AA.BB-1.0.0xxx, then the folder name should be      \wizarpos\homesettings\homesettings\_AA\apks'*

  * Option 2: Create '\cloudpos\app'. This requires PosSysAssistant app version 2.11.22 or above.
* Installation Process:
  * Copy the APK files to the created folder.
  * Insert the TF-card and start the terminal.
  * Follow the on-screen instructions to install the APK.

### Using a Thumb Driver

* Setup:

  * Connect the thumb driver(pen driver) to the type-A usb port.&#x20;
  * For terminal only has type-C usb port, please use a converter to connect the thumb drive to the terminal's micro USB interface. A converter is like the follow up picture:

  <div align="left"><figure><img src="/files/livxMWO75qcGFk7hLS21" alt=""><figcaption></figcaption></figure></div>
* Folder Creation:
  * Create '\cloudpos\app'. This requires PosSysAssistant app version 2.11.22 or above.
* Installation Process:
  * Copy the APK files to the created folder.
  * Insert the pen driver to the usb port, an system update screen will popup.
  * Click system update, select the apk which want to install, then click Confirm button.
  * Follow the on-screen instructions to install the APK.

### Additional Resources

* Refer to the [TF(Micro SD) suggestion](/cloudpossdk/faq/hardware-repair/tf-micro-sd-card-suggestion.md) for further guidance.


---

# 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://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/install-pos-applications.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.
