How to Install Applications on POS Systems: Difference between revisions

From wizarPOS
(Replaced content with "{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/install-pos-applications}}")
Tag: Replaced
 
(30 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== By TF card ==
{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/install-pos-applications}}
# In tf card, create the path \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.
# In above folder, create apks folder, if customname is wizarpos, then copy the apk to the path, \wizarpos\homesettings\homesettings_wizarpos\apks\.
# After install the TF card, the terminal will popup the installation wizard, then install the apk according to the wizard.
 
== By USB flash driver==
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 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 websit 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.1
Installer-10039.2.zip (for win7) or
ftp://sdkuser:wizsdkar@ftp.wizarpos.com/usbdriver_xp.rar (for winXP).
Install Android SDK to PC, please get the Android SDK from google.
1) Connect the terminal to PC.
2) Open the dos window.
3) Input the adb install –r XXX.apk.

Latest revision as of 03:16, 8 April 2024

Please visit new link of same subject:

https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/install-pos-applications

We're making a move! Our site's content is migrating to a new URL, to provide you with an enhanced browsing experience. Please update your bookmarks accordingly. Thank you for your continuous support!