Hello!
I am creating an application for the reader, and I have a problem with creating a .deb application package for fx9600 and fx7500 readers.
I have implemented an application that successfully launches and works through the command console. Then I created a .deb package with this application. I have added start and stop scripts. This package installs successfully, but when I click on the start button in the gui reader, the application does not start.
If I run the script through the console, the application starts and the button in the gui lights up in green. Also, the application successfully stops through the gui. I press the button and it lights red. But if I try to launch the app again by clicking the button, the app doesn't start. Only manually through the console. What could be the problem? Are there any additional specifics when creating a .deb package for an application for a reader?
Problem with run app on FX9600// Expert user has replied. |
7 Replies
Can anyone help me?
Hi,
Have you taken a look at our integration guide? There are some specific tips on creating .deb packages:
To create packages for the FX Series readers, use any of the standard Debian package creation tools, or create
them manually. The FX Series SDK Programmers Guide provides details on creating application packages to
install on the reader.
The reader executes the packages with the privileges of rfidadm user account. See the user accounts section for information on the rfidadm user privileges.
roman.tolmacho,
I can probably help you, I created a .deb package successfully in the past.
From the image provided on attachment, click on the red circle to select the start/stop button.- This should let the application start.
it is defaulted to the red stop circle telling user the application has not been started yet.
You can also select checkbox for auto start for when reader is powered cycled or loss of power.
Thanks for your answer. I did exactly as described here and in the documentation. My package installs successfully but does not run through the Zebra GUI. The permissions of the files are "-rwxrwxr-x 1 rfidadm appsadms". As far as I understand, the file permissions are correct. What else could be the problem?
Perhaps you could try running the sample app included with the SDK to ensure that works as expected? And if so, then compare your script w/ the working one to see if there are any obvious differences or errors?
please send an email to: christian.alejandro.amz@gmail.com