How to Install Applications on POS Systems

From wizarPOS
Revision as of 08:55, 11 March 2019 by Mahong (talk | contribs)

By TF card

  1. In TF card,
    1. One way, create the folder \wizarpos\homesettings\homesettings_[customname]. [customname] is different for different customer. Please find this from the terminal settings, see the kernel version in Settings>About POS, if in the last line display “splash=wizarpos” , then the customname is wizarpos, the path will be \wizarpos\homesettings\homesettings_wizarpos.
    2. The other way, supported by PosSysAssistant app from the version 2.11.8, create the folder \cloudpos.
  2. In above folder, create apks folder, copy the apk to the folder.
  3. Install the TF card, start the terminal.
  4. After the terminal enter to system, will popup an install window, checked/unchecked the APK you want to install, then confirm. This step is only for 1.2, that is, the installed APK folder is \cloudpos\apks\XXX.apk.
  5. After the terminal enter to system, will popup the installation wizard, then install the APK according to the wizard.

By USB flash

The steps are same with by TF card.

By WizarView

WizarView is a TMS of WizarPOS, you can load your app to WizarView and push your app to the terminal. please make sure before using that, you have applied the account.

By ADB commands

Please notice that only in engineer mode terminal you can use ADB commands. Before use the ADB command, you must confirm the drivers have already installed in PC. The USB module is provided by Qualcomm, so you can download the driver from Qualcomm official website or some free driver tools, they can support Qualcomm USB driver.

For Q1,please download the ADB driver from http://adbdriver.com/, the USB driver from ftp://sdkuser:wizsdkar@ftp.wizarpos.com/QUD.WIN.1.1Installer-10039.2.zip (for win7) or ftp://sdkuser:wizsdkar@ftp.wizarpos.com/usbdriver_xp.rar (for winXP). Please install Android SDK to PC, please get the Android SDK from google.

The steps of install APK is like follows:

  1. Connect the terminal to PC.
  2. Open the dos window.
  3. Input the adb install –r XXX.apk.