How to Adapt Applications for Q1 (4G) Devices: Difference between revisions
No edit summary |
m (Jeff moved page Notice about adapting app to Q14G to Notes on application adaptation to Q1 (4G)) |
(No difference)
|
Revision as of 07:52, 26 March 2020
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.