Skip to content

Settings

NikitaSunny edited this page May 2, 2024 · 3 revisions

This screen allows for viewing and editing the application settings. A global Device Config exists on the server which is downloaded whenever an Operator successfully logs in. The Device Config from the server is used to create these settings available on this screen.

N.B. these settings will always be overridden from the server-side Device Config after an operator has logged in i.e. manual changes to these settings done on this screen will be short-lived until the device downloads the latest settings from the server. However, manually changing the URLs can allow one to point the mobile app to a different server and from that point onwards the device will use that server going forward because since it will get new settings from the new server upon first successful operator login.

The following settings are available on this screen:

  • App Version: the version of the application that is currently running on the device.
  • Delivery Disclaimer: the disclaimer message that is shown to the receiver on the signature capture screen.
  • Web Service Base Url: the URL of the web service through which the mobile app communities with the server.
  • Connection Timeout: the web request timeout in milliseconds to the web service.
  • Socket Timeout: the socket (TCP/IP) connection timeout in milliseconds to the web service.
  • User Name: the user name to use when authenticating against the web service.
  • Password: the password to use when authenticating against the web service.
  • FTP Server Address: the IP address or hostname of the FTP server which the mobile app communities with.
  • FTP Connection Timeout: the timeout in milliseconds when making connections with the FTP server.
  • FTP Server Port: the port on which the thee FTP server is listening on.
  • FTP Buffer Size: the size of the buffer in number of bytes when traversing data to/from the FTP server.
  • FTP Server User Name: the user name to use when authenticating against the FTP server.
  • FTP Server Password: the password to use when authenticating against the FTP server.
  • Camera Image Quality: the quality of the images taken by the camera on the device. The higher the quality the larger the images will be, therefore the slower the uploads/downloads of the images to and from the server.
  • Camera Image Max Width: the maximum width of an image taken by the device's camera. It's recommended that this setting not be changed during normal operations.
  • Camera Image Max Height: the maximum width of an image taken by the device's camera. It's recommended that this setting not be changed during normal operations.
  • Log Off Timeout Seconds: the seconds display here in which time your api response have to come otherwise it gives timeout error.

Clone this wiki locally