Does the SmartOp panel support region specific localization codes?
The SmartOp panel only supports the following Country codes:
Chinese:
Chinese([zh-rCn] or [zh-rTw])
Portuguese:
Portugues[pt] and Brazilian Portuguese[pt-rBr]
No support for additional country codes are allowed.
Is it possible to set the Server Function remotely?
In the SmartOp panel you can activate or deactivate Server Function settings. (All remote HTTP calls to the SmartOp Panel is based on this setting.) Is it possible to set User Tools->Screen Features->Screen Device Settings->Server Settings->Server Function remote?
You can only change this remotely via Web Image Monitor 1 by 1:
What is the maximum DNS packet size that I can use in the SmartOp Panel?
The maximum DNS packet size is 4096 bytes
How to determine the SmartSDK version?
Since the SmartSDK is comprised of various components: SDKService, WebAPI and the Web BrowserNX, obtaining a single version number will not provide you with the correct information in regards to what capability of the SmartSDK specification is supported. Therefore, there are two ways to get the version of supporting API's within the various specification API's in the SmartSDK. For Android based applications you will be required to get both in order to determine supported specification capability.
See below:
Can SmartSDK Applications use Google Play Services?
The Google Play Services application (APK) is not installed on our Smart Operation Panel. You'll have to access any APIs via their Web APIs..
Can an Android Activity access an Android Servlet?
No, per specification an Android SOP* activity and SOP Android servlet can only be accessible via the intent mechanism of Android OS. Please review the ServletSample application source code inside obj\ServletSample.zip.
*Smart Operational Panel
How to modify the localization of the sample Web Browser NX App?
Since the current BrowserNX sample app supports just English and Japanese, here is some information that you can use to support other languages:
The sample app utilizes "i18next" for multi-languages support. You can add another language by adding locales file and deploying the file to the specific directory.
Please try the following steps:
What are the available socket ports in SDK/J?
According to the documentation
---------------------------------------
Contact us for the available port numbers. Except for the following ports that are reserved for SDK/J platform,
most ports with numbers 50000 or above will be available.
TCP : 51001 - 51030
UDP : 51001 - 51030
---------------------------------------
Below is a list of ports that are occupied:
MFP/LP system are using following ports:
Is AngularJS supported in the Web BrowserNX platform?
AngularJS is not officially supported by the core engineering team. This doesn't mean that it will not work with our current release, it just means that it is left to individual developers to create and debug(if needed) any AngularJS code without our involvement.