How to Configure System Settings in possystemsettings.xml: Difference between revisions

From wizarPOS
(Replaced content with "{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/firmware/configure-pos-system-settings}}")
Tag: Replaced
 
(20 intermediate revisions by 4 users not shown)
Line 1: Line 1:
You can config some system settings by using possystemsettings.xml.
{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/firmware/configure-pos-system-settings}}
== possystemsettings.xml file description ==
<syntaxhighlight lang="java">
<?xml version="1.0" encoding="utf-8"?>
<!--系统语言-->  <!--系统时区-->
<terminal language = "CHINA" timezone = "Asia/Shanghai">
    <!--msr类型-->
    <msr type="MMD1100.SPI"/>
    <!--pinpad类型-->
    <pinpad type="newland.pp70"/>
 
    <!--默认wifi和下面network‘ssid’一致--><!--强制打开-->
    <wifi defaultssid="enetwork1" forceopen="false"/>
    <!--wifi自定义参数-->
    <networklist>
        <network ssid="HuiYin" security="WPA/WPA2_PSK" password="wizarpossystem"/>
        <network ssid="HuiYin1" security="WPA/WPA2_PSK" password="wizarpossystem"/>
        <network ssid="HuiYin2" security="WPA/WPA2_PSK" password="wizarpossystem"/>
        <network ssid="HuiYin3" security="WPA/WPA2_PSK" password="wizarpossystem"/>
        <network ssid="test" security="NONE" password="wizarpossystem"/>
    </networklist>
 
    <!--默认apn,和下面的apn‘name’一致-->
    <defaultapn defaultapn="apn111name"/>
    <!--apn自定义参数-->
    <apnlist>
        <!--name,apn。-->  <!--mcc,mnc必须设置正确-->
        <apn name="apn111name" apn="apn222apn" mcc="mcc" mnc="mnc"/>
        <apn name="apn222name" apn="apn111apn" mcc="mcc" mnc="mnc"/>
    </apnlist>
 
    <!--自动时间-->      <!--自动时区-->      <!--24小时制-->
    <datetime autodatetime="true" autotimezone="true" use24format="true"/>
    <!--自动旋转-->  <!--字体大小-->
    <display autorotate="true" fontsize="huge"/>
    <!--默认输入法-->
    <inputmethod inputmethodname="shurufa"/>
    <!--位置开关-->
    <location state="true"/>
    <!--清除客户序列号-->
    <removecustomsn removesn="true"/>
 
    <version>0.0.0</version>
    <versioncode>111</versioncode>
</terminal>
</syntaxhighlight >
 
== update process ==
Create the folder:
 
1) \wizarpos\homesettings\homesettings_XXX\, XXX default is wizarpos, please check the kernel version, it includes splash=XXX, this values is same with the splash value.
 
2) Or \cloudpos\, this requires PosSysAssistant app version > 2.11.8.
 
Copy the possystemsettings.xml to this folder, then update, the process is like install APK or update firmware.

Latest revision as of 08:36, 7 April 2024

Please visit new link of same subject:

https://smartpossdk.gitbook.io/cloudpossdk/faq/firmware/configure-pos-system-settings

We're making a move! Our site's content is migrating to a new URL, to provide you with an enhanced browsing experience. Please update your bookmarks accordingly. Thank you for your continuous support!