Skip to main content

Configuration Migration to SAMO Mobile (Android only)

If you have existing configuration for LIDS Mobile or Mobile Workforce in mobile.xml or mobile-workforce.xml, you can easily migrate it to new SAMO Mobile configuration in samo-mobile.xml.

Main steps of the migration:

  1. Copy all configuration parts from mobile.xml or mobile-workforce.xml to samo-mobile.xml

  2. Change root element from modelMobile or modelMobileWorkforce to modelSamoMobile

  3. Encapsulate old configuration (except the version element) into one ber:configuration element in new ber:configurationArray element (see the begining of samo-mobile.xml chapter)

One additional step if you are migrating from mobile.xml:

  1. Add ber:screenArray element with one ber:screen definition with "map" screen type for full map screen definition (see Screen types chapter)

Example:

<ber:screen name="Map" type="map">
<ber:icon xlink:href="resource.xml#map"/>
</ber:screen>