Configure POS Home Settings
Downloading the Default poshomesettings.xml File
File Description
<?xml version="1.0" encoding="utf-8"?>
<!--
style: launcher theme, Q1 default is 'android'.
indicatorColor: Page indicator color of the selected page.
itemBackground: The style 'android' does not support this feature.
pageStatus: page indicator location, up / down
topBackgroundColor: the background color of favoritebar
versionCode: When update, the versionCode should larger/equals than the previous in the system.
-->
<desktop
style="android"
indicatorColor="4FA2FF"
itemBackground="false"
pageStatus="down"
topBackgroundColor="00BFFF"
versionCode="2" >
<!--
Some special application you want to define.
cols: How many cols display in one page, Q1 default is 4.
iconheight: Q1 default is 96.
iconwidth: Q1 default is 96.
rows: How many rows display in one page, Q1 default is 3.
-->
<applications
cols="4"
iconheight="96"
iconwidth="96"
rows="3" >
<!--
class: app class name, if only one entrance of the package, it can be empty.
col: at which column.
package: app package name.
page: at which page.
row: at which row.
columnSpan: icon item span columns, default is 1.
type: app or clock, default is app. Type clock will display a digital clock in home screen.
-->
<application
class=""
col="1"
columnSpan="2"
package="com.moji.mjweather"
page="3"
row="1"
type="app" />
</applications>
<!--
Define favorite bar.
cols: How many columns.
-->
<favoritebar cols="3" >
<!--
class: app class name, if only one entrance of the package, it can be empty.
col: at which column
package: app package name
-->
<application
class="com.example.testEditText.FirstActivity"
col="3"
package="com.example.testEditText" />
<application
class=""
col="2"
package="cn.kuwo.player" />
<application
class=""
col="1"
package="com.sohu.inputmethod.sogou" />
</favoritebar>
<!-- Define hidden applications. -->
<hiddenapplications>
<!--
package: app package name, if only set this, all the entrance of this package will be hide; if only one entrance, just set package name.
class: app class name, if only one entrance of the package, it can be empty.
-->
<application
class=""
package="com.example.realfullscreensample" />
</hiddenapplications>
</desktop>Updating Process via TF Card or Thumb Drive
Update via WizarView
Last updated