These installation steps are different to the standard steps used by the majority of the other applications.
1. Copy the following files into a temporary folder on the mobile device using Microsoft Active Sync:
o NETCFv35.wm.armv4i.CAB
o NETCFv35.Messages.EN.wm.CAB
o sql.ppc.wce5.armv4i.CAB
o symbol.all.arm.CAB
o SDF.CAB
o PocketRepair.CAB
2. Run the files on the mobile device in the order shown above.
If you have already installed some of the files when installing another mobile application you will not need to install them again.
3. On the mobile device navigate to Program Files > PocketRepair on the mobile device.
4. Edit Settings.xml. The contents of the file will resemble the following:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="Server" value="server_name" />
<add key="Database" value="database_name" />
<add key="User" value="userID" />
<add key="Password" value="password" />
<add key="Station" value="station_code" />
<add key="ShowCloseButton" value="1 or 0" />
<add key="AllowUserCodeLogin" value="1 or 0" />
</appSettings>
</configuration>
Settings.xml will probably have to be copied to the PC in order to edit it. Once edited it can be copied back over.
5. Modify the following details:
o Server: Name of the server where Inspect database resides.
o Database: Inspect database name.
o User ID: SQL login.
o Password: SQL password.
o Station: The station code that will be associated to this mobile device. By default it is set to ??? which will mean that the operator must enter the station code on startup. The entered station code will then be stored in the xml file so that the operator doesn't need to enter it again.
o Show Close Button: Display a close button in the application (1=yes, 0=no).
o Allow User Code Login: Allows user to toggle between login screen with username/password and one with user code only. Using the code option allows a user to quickly login via a single step scan.
6. Save and close the file.
Mobile Repair will now start automatically the next time you restart the mobile device.