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:
-
Copy all configuration parts from mobile.xml or mobile-workforce.xml to samo-mobile.xml
-
Change root element from modelMobile or modelMobileWorkforce to modelSamoMobile
-
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:
- 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>