How to Change the Terminal's Time Zone Setting: Difference between revisions

From wizarPOS
No edit summary
(Replaced content with "{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/settings-menu/update-terminal-time-zone}}")
Tag: Replaced
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=== By auto update ===
{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/settings-menu/update-terminal-time-zone}}
Insert a SIM card, after it connect to network, the time zone will be auto updated.
=== By manual ===
Go to menu Settings, At Q2/K2, Click on top right,you will see the whole menu, Click Date & time, close "Automatic time zone" ,and then you can click "Select time zone", to set your timezone.
=== By API ===
Snippet code:
    AlarmManager mAlarmManager = (AlarmManager)getSystemService(Context.ALARM_SERVICE);mAlarmManager.setTimeZone("GMT+08:00"); 
and add permission "<uses-permission android:name="android.permission.SET_TIME_ZONE" />" at manifest file.
=== By TF Card===
Write an XML file, named is possystemsettings.xml, put it the the folder \cloudpos\ of TF Card, the process is same with using TF Card to install APK and update firmware.
    <?xml version="1.0" encoding="utf-8"?>
    // change the timezone value.
    <terminal timezone = "GMT+08:00">
    </terminal>

Latest revision as of 08:53, 7 April 2024

Please visit new link of same subject:

https://smartpossdk.gitbook.io/cloudpossdk/faq/settings-menu/update-terminal-time-zone

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!