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

From wizarPOS
(Created page with " Q1-4G android version is 7.0, so the third-party app should debug in Q1-4G before using normally, even the app has run successfully in Q1(android version is 4.4). The foll...")
 
No edit summary
Line 1: Line 1:
     Q1-4G android version is 7.0, so the third-party app should debug in Q1-4G before using normally, even the app has run successfully in Q1(android version is 4.4). The follows are some problem we have met:
     Q1-4G android version is 7.0, so the third-party app should debug in Q1-4G before using normally, even the app has run successfully in Q1(android version is 4.4). The follows are some problem we have met:


* When occured this error, "dlopen failed: library "libwizarposHAL.so" not found", please contact WizarPOS, this system libary can not run in Q1-4G, it should be replaced by libwizarposDriver.so.
* 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.
* In Q1-4G, the bluetooth address is not fixed, the address will generate when restart.
* In Q1-4G, the Bluetooth address is not fixed, the address will generate when restart.
* PinpadUI problem, when call calculate pinpad interface, the screen will change dark.
* 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.
* 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:33, 11 March 2019

   Q1-4G android version is 7.0, so the third-party app should debug in Q1-4G before using normally, even the app has run successfully in Q1(android version is 4.4). The follows are some problem we have met:
  • 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.
  • In Q1-4G, the Bluetooth address is not fixed, the address will generate when restart.
  • 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.