How To - Siemens TC65 JAVA User Manual

Cellular
Hide thumbs Also See for TC65 JAVA:
Table of Contents

Advertisement

TC65 JAVA User's Guide
Strictly confidential / Draft
9.10

How to

This chapter is supposed to be a step-by-step guideline for using OTAP.
1. Do you need OTAP? Is there any chance that it might be necessary to update the Java
application, install a new one or delete it? The reason might be that your device is in the
field and you cannot or do not want to do it over the serial line. If the answer is "yes" then
read through the following steps, if the answer is "no" then just consider setting the OTAP
SMS password to protect your system. Then you are done with OTAP.
2. Take a look at the parameters (chapter 9.3), which control OTAP. You have to decide
which of them you want to allow to be changed over the air (by SMS) and which you do
not. This is mainly a question of security and what you can fit into a short message. Then
set the "unchangeable" parameters with the AT command (at^sjotap).
3. Prepare the http server. The server must be reachable by your device over TCP/IP. That
means there is a route from your device over the air interface to the http server and back.
When in doubt, write a small Java application using the httpConnection Interface to test
it.
4. Prepare the JAR and JAD files which are to be loaded over the air. Make sure that these
files conform to the requirements named in chapter 9.5 and that they represent a valid
application which can be started by at^sjra.
5. Put the files (JAR and JAD) on the http Server. The files can either be publicly available
or protected through basic authentication. When in doubt try to download the files from
the server by using a common web browser on a PC, which can reach your http server
through TCP/IP.
6. Prepare the SMS sender. The sender must be able to send SMs, which conform to
chapter 9.4, to your device. When in doubt try to send "normal" SMs to your device which
can than be read out through the AT command interface.
7. Test with a local device. Send a suitable short message to your device, which completes
the necessary parameter, set and starts the operation. The operation is finished when the
device reboots. You can now check the content of the file system, if the correct jar and
jad file was loaded into the correct location.
8. Analyze error. If the above test failed, looking at your devices behavior and your http
servers access log can give you some hints on what went wrong:
If the device did not terminate the running Java application and did not reboot, not
-
even after the safety timeout, either your SM was not understood (probably wrong
format) or did not properly authenticate (probably wrong password) or your
parameter set is incomplete for the requested operation.
If the device terminated the running Java application, but did not access your http
-
server, and rebooted after the safety timeout, there were most likely some
problems when opening the network connection. Check your network parameters.
If the device downloaded the jad and probably even the jar file but then rebooted
-
without saving them in the file system, most likely one of the errors named in
chapter 9.5 occurred. These are also the only error conditions, which can also be
reported back. They are posted to the http server if the jad file contains the
required URL.
9. Start update of remote devices. If you were able to successfully update your local device,
which is hopefully a mirror of all your remote devices, you can start the update of all other
devices.
TC65 JAVA User's Guide_V01
Page 48 of 69
s
11.03.2005

Advertisement

Table of Contents
loading

Table of Contents