How to Adapt Applications for Q1 (4G) Devices: Difference between revisions

From wizarPOS
No edit summary
No edit summary
Line 1: Line 1:
The Android version of Q1 (4G) terminal is 7.0, so the application of the lower version should be debugged in Q1 (4G) before use, even if the application runs successfully in Q1 (non 4G) terminal. Here are some of the problems we encountered:
The Android version of Q1 (4G) terminal is 7.0, so the application of the lower version should be debugged in Q1 (4G) before use, even if the application runs successfully in Q1 (non 4G) terminal. Here are some of the problems we encountered:


* When occur this error, "dlopen failed: library "libwizarposHAL.so" not found", please contact WizarPOS, this system library can not run in Q1-4G, it should be replaced by libwizarposDriver.so.
* When the error "dlopen failed: library "libwizarposHAL.so" not found" is encountered, please contact WizarPOS. This system library cannot run in Q1(4G), and should be replaced with libwizarposdriver.so.
* In Q1-4G, the Bluetooth address is not fixed, the address will generate when restart.
* If your application uses compiled so files, copy the JNIInterface and so files from the latest APIDemo to your project.
* PinpadUI problem, when call calculate PINPAD interface, the screen will change dark.
* If app using the compiled so files, please get the new APIDemo, and compiled so files, then copy the JNIInterface and new so files.

Revision as of 08:17, 26 March 2020

The Android version of Q1 (4G) terminal is 7.0, so the application of the lower version should be debugged in Q1 (4G) before use, even if the application runs successfully in Q1 (non 4G) terminal. Here are some of the problems we encountered:

  • When the error "dlopen failed: library "libwizarposHAL.so" not found" is encountered, please contact WizarPOS. This system library cannot run in Q1(4G), and should be replaced with libwizarposdriver.so.
  • If your application uses compiled so files, copy the JNIInterface and so files from the latest APIDemo to your project.