JP2007293862A - Mobile communication terminal - Google Patents

Mobile communication terminal Download PDF

Info

Publication number
JP2007293862A
JP2007293862A JP2007114191A JP2007114191A JP2007293862A JP 2007293862 A JP2007293862 A JP 2007293862A JP 2007114191 A JP2007114191 A JP 2007114191A JP 2007114191 A JP2007114191 A JP 2007114191A JP 2007293862 A JP2007293862 A JP 2007293862A
Authority
JP
Japan
Prior art keywords
data
application program
storage means
storage
communication terminal
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2007114191A
Other languages
Japanese (ja)
Other versions
JP4477035B2 (en
Inventor
Osamu Otaka
理 大鷹
Mineko Moroto
美年子 諸戸
Koki Watanabe
工起 渡邊
Tomohiko Murakami
智彦 村上
Satoshi Ogawa
智 小川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SoftBank Corp
Original Assignee
SoftBank Mobile Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by SoftBank Mobile Corp filed Critical SoftBank Mobile Corp
Priority to JP2007114191A priority Critical patent/JP4477035B2/en
Publication of JP2007293862A publication Critical patent/JP2007293862A/en
Application granted granted Critical
Publication of JP4477035B2 publication Critical patent/JP4477035B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Reverberation, Karaoke And Other Acoustics (AREA)
  • Telephone Function (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To operate an application program appropriately, while suppressing the delay of operation of the application program to the minimum in a mobile communication terminal such as a cellular phone. <P>SOLUTION: It memorizes a music name list of a music data in a storage area for a platform managed on a telephone platform at start time of a music player to a storage area for the application managed by a program execution environment. When a user chooses a specific music name from music name list, a music data corresponding to the music name is reproduced. When the music data is deleted for example during suspending of the music player, notification of that effect is made to the program execution environment from the telephone platform at resumption time. If this notification is received, it synchronizes the music name list of the storage region for the application with the storage area for the platform. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、アプリケーションプログラムを実行可能な携帯電話機等の移動体通信端末に関するものである。   The present invention relates to a mobile communication terminal such as a mobile phone that can execute an application program.

従来、この種の移動体通信端末としては、プラットフォームに依存しないオブジェクト指向のプログラミング言語で記述されたアプリケーションプログラムを実行可能な携帯電話機が知られている。例えば、JAVA(サンマイクロシステムズ社の登録商標。以下、同様である。)仮想マシン機能を実装し、JAVAで記述されたアプリケーションプログラムを実行できるようにした携帯電話機が知られている(特許文献1参照)。このような携帯電話機では、アプリケーションプログラムを実行することにより、携帯電話機のディスプレイ上に3次元動画からなる待ち受け画面を表示させたり、携帯電話機上でゲームや占いを行ったり、音楽を再生したりすることができる。   Conventionally, as this type of mobile communication terminal, a mobile phone capable of executing an application program written in an object-oriented programming language independent of a platform is known. For example, JAVA (registered trademark of Sun Microsystems, Inc., the same applies hereinafter) is known which has a virtual machine function and can execute an application program described in JAVA (Patent Document 1). reference). In such a mobile phone, by executing an application program, a standby screen composed of a three-dimensional video is displayed on the display of the mobile phone, a game or fortune-telling is performed on the mobile phone, and music is played back. be able to.

アプリケーションプログラムを実行するためのプログラム実行環境(JAVA仮想マシン等)は、携帯電話機の電話機プラットフォームが管理するプラットフォーム用記憶領域(第1の記憶手段)に対し、電話機プラットフォームを介して、そのデータの読出処理又は削除、変更、追加などの更新処理を行うための機能を有している。よって、アプリケーションプログラムの中には、この機能を用い、プラットフォーム用記憶領域に記憶されたデータを用いて実行されるものがある。例えば、ユーザーが通信ネットワークを介してダウンロードし、プラットフォーム用記憶領域に記憶した着信メロディデータを用いて、その着信メロディを再生するアプリケーションプログラムがある。   A program execution environment (such as a JAVA virtual machine) for executing an application program reads data from a platform storage area (first storage means) managed by a mobile phone phone platform via the phone platform. It has a function for performing update processing such as processing or deletion, change, and addition. Therefore, some application programs are executed using data stored in the platform storage area using this function. For example, there is an application program that reproduces an incoming melody using incoming melody data downloaded by a user via a communication network and stored in a platform storage area.

このようなアプリケーションプログラムを実行するプログラム実行環境は、電話機プラットフォームを介して読出処理や更新処理を行うために、プラットフォーム用記憶領域の記憶内容を予め把握しておく必要がある。そのため、プログラム実行環境は、アプリケーションプログラムの実行開始時に、プラットフォーム用記憶領域に記憶されたデータを特定するための特定データを取得する処理を行う。具体的には、上述した着信メロディを再生するアプリケーションプログラムを例に挙げれば、その実行開始時に、プラットフォーム用記憶領域に記憶されたすべての着信メロディの名前データ(特定データ)を取得する。そして、プログラム実行環境は、取得した名前データを、自らがデータの削除、変更及び追加を行うことができるアプリケーション用記憶領域(第2の記憶手段)に記憶する記憶処理を行う。その後、プログラム実行環境は、ユーザーにより特定の着信メロディが選択されたら、アプリケーション用記憶領域に記憶されたその選択に係る名前データに基づき、電話機プラットフォームを介して、プラットフォーム記憶領域に記憶されたその名前データに対応する着信メロディデータを再生させるための処理を行う。   A program execution environment for executing such an application program needs to grasp in advance the storage contents of the platform storage area in order to perform read processing and update processing via the telephone platform. Therefore, the program execution environment performs processing for acquiring specific data for specifying data stored in the platform storage area at the start of execution of the application program. Specifically, taking the above-described application program for playing ringtones as an example, name data (specific data) of all ringtones stored in the platform storage area is acquired at the start of execution. Then, the program execution environment performs a storage process of storing the acquired name data in an application storage area (second storage unit) where the name data can be deleted, changed, and added. Thereafter, when the user selects a specific ringing melody by the user, the name is stored in the platform storage area via the telephone platform based on the name data related to the selection stored in the application storage area. A process for reproducing the incoming melody data corresponding to the data is performed.

特開2000−347867号公報JP 2000-347867 A

ところが、上記のような記憶処理を行った後、その特定データに基づき、プラットフォーム用記憶領域に記憶されたデータを用いてアプリケーションプログラムを実行する場合には、次のような問題が発生する。
すなわち、アプリケーションプログラムは、一般に、その実行中に、例えば着信があったときやメール送信などの別の処理を行うときには、その実行が自動的に一時停止される。この一時停止中においては、ユーザーにより、プラットフォーム用記憶手段に記憶されたデータが変更されたり、削除されたり、あるいは、新規データが追加されたりして、その記憶内容が更新される場合がある。このような更新が一時停止中に行われると、アプリケーション用記憶領域内の特定データとプラットフォーム用記憶手段内のデータとの間の対応関係が一致しなくなる。その結果、再開したアプリケーションプログラムが適切に動作できないおそれがあるという問題が発生する。例えば、上述した着信メロディを再生するアプリケーションプログラムを例に挙げれば、一時停止中にプラットフォーム用記憶領域内の着信メロディデータが削除された場合、その削除されたデータに対応する名前データについては、アプリケーション用記憶領域に削除されないまま存在する。そのため、再開したアプリケーションプログラムは、その名前データに基づき、既に削除されていて存在しない着信メロディデータを再生しようと動作してしまうことがある。また、一時停止中に新たな着信メロディデータが追加された場合、その追加されたデータに対応する名前データはアプリケーション用記憶領域には存在しない。そのため、一時停止中に追加された着信メロディデータを、再開したアプリケーションプログラムによって再生することはできない。
However, when the application program is executed using the data stored in the storage area for the platform based on the specific data after performing the storage process as described above, the following problem occurs.
That is, in general, the application program is automatically paused during execution, for example, when an incoming call is received or when another process such as mail transmission is performed. During the suspension, the stored data may be updated by the user when the data stored in the platform storage means is changed, deleted, or new data is added. If such an update is performed during a pause, the correspondence between the specific data in the application storage area and the data in the platform storage means will not match. As a result, there is a problem that the resumed application program may not operate properly. For example, in the case of the application program for playing the above-mentioned ringing melody, when the ringing melody data in the platform storage area is deleted during the pause, the name data corresponding to the deleted data is Exists in the storage area without being deleted. For this reason, the resumed application program may operate to reproduce ringtone melody data that has already been deleted and does not exist based on the name data. When new incoming melody data is added during the pause, name data corresponding to the added data does not exist in the application storage area. Therefore, the incoming melody data added during the pause cannot be played by the resumed application program.

また、上述した携帯電話機において、上記プラットフォーム用記憶領域が携帯電話機本体に着脱可能なメモリカード等の記憶手段である場合、アプリケーションプログラムの一時停止中に、その記憶手段が取り外されたり、新しい記憶手段が装着されたりするときにも、アプリケーションプログラムが適切に動作できないという問題が発生する。
すなわち、例えば、上述した着信メロディを再生するアプリケーションプログラムを例に挙げれば、一時停止中にユーザーが記憶手段を携帯電話機本体から取り外した場合、アプリケーション用記憶領域には名前データが削除されないまま存在する。そのため、再開したアプリケーションプログラムは、その名前データに基づき、既に取り外された記憶手段内の着信メロディデータを再生しようと動作してしまうことがある。また、一時停止中に新しい記憶手段が装着された場合、アプリケーション用記憶領域にはその新しい記憶手段内の着信メロディデータに対応する名前データが存在しない。そのため、一時停止中に取り換えられた新しい記憶手段内の着信メロディデータを、再開したアプリケーションプログラムによって再生することはできない。
Further, in the mobile phone described above, when the storage area for the platform is a storage means such as a memory card that can be attached to and detached from the mobile phone body, the storage means may be removed or a new storage means during the temporary suspension of the application program. Even when the device is mounted, there arises a problem that the application program cannot operate properly.
That is, for example, in the case of the application program for reproducing the above-mentioned ringing melody, when the user removes the storage means from the mobile phone body during the pause, the name data is not deleted in the application storage area. . For this reason, the resumed application program may operate to reproduce the incoming melody data in the storage means that has been removed based on the name data. In addition, when a new storage means is attached during the pause, there is no name data corresponding to the incoming melody data in the new storage means in the application storage area. Therefore, the incoming melody data in the new storage means replaced during the pause cannot be reproduced by the resumed application program.

また、上記着信メロディデータのほかにも、ユーザーが入力したデータ(電話番号データ、電子メールアドレスデータ等)や、通信ネットワークを介して取得したデータ(画像データ、着信メロディデータ等)など、プラットフォーム用記憶領域に記憶されたデータを用いて、アプリケーションプログラムを実行するものも開発されている。例えば、プラットフォーム用記憶領域に記憶された電子メールアドレスデータを用いて、電子メールを送信する電子メール用のアプリケーションプログラムが開発されている。このアプリケーションプログラムを実行して電子メールを送信しよう場合、上述した携帯電話機では、その送信のたびに、宛先アドレスデータを電話機プラットフォームを介していちいち取得する処理を行うことになる。これでは、処理の遅延につながる。よって、アプリケーションプログラムが用いるデータが宛先アドレスデータ等の比較的小さなデータである場合には、アプリケーションプログラムの実行開始時に、プラットフォーム用記憶領域に記憶されたデータを複製して、これをアプリケーション用記憶領域に記憶する記憶処理を行うのが望ましい。
しかし、一時停止中に、プラットフォーム用記憶手段に記憶されたデータが変更されたり、新規データが追加されたりした場合、その変更又は追加されたデータの複製データは、アプリケーション用記憶領域に存在しない。そのため、再開したアプリケーションプログラムは、その変更又は追加されたデータを用いることはできず、アプリケーションプログラムが適切に動作できないおそれがあるという問題が発生する。
In addition to the above ringtone melody data, data entered by the user (phone number data, e-mail address data, etc.), data obtained via a communication network (image data, ringtone melody data, etc.), etc. for platforms Some have been developed to execute application programs using data stored in a storage area. For example, an e-mail application program for transmitting an e-mail using e-mail address data stored in a platform storage area has been developed. When this application program is executed to send an e-mail, the above-described mobile phone performs a process of acquiring destination address data via the phone platform each time the e-mail is sent. This leads to processing delay. Therefore, when the data used by the application program is relatively small data such as destination address data, the data stored in the platform storage area is copied at the start of execution of the application program, and this is stored in the application storage area. It is desirable to perform storage processing stored in
However, when the data stored in the platform storage means is changed or new data is added during the suspension, duplicate data of the changed or added data does not exist in the application storage area. Therefore, the resumed application program cannot use the changed or added data, and there is a problem that the application program may not operate properly.

一方で、アプリケーションプログラムの再開時に、アプリケーション用記憶領域の記憶内容がプラットフォーム用記憶領域の記憶内容に対応するように同期をとったり、携帯電話機本体に着脱可能な記憶手段の着脱状態を確認したりするようにすれば、アプリケーションプログラムを適切に動作させることが可能となる。しかし、この場合、プログラム実行環境は、アプリケーションプログラムを再開するたびに、毎回、その同期処理や着脱状態の確認処理を行う必要が生じてしまう。これでは、アプリケーションプログラムの動作の遅延を招く結果となる。   On the other hand, when the application program is resumed, synchronization is performed so that the storage contents of the application storage area correspond to the storage contents of the platform storage area, and the attachment / detachment state of the storage means that can be attached to and detached from the mobile phone body is confirmed By doing so, the application program can be appropriately operated. However, in this case, every time the application program is restarted, the program execution environment needs to perform the synchronization process and the attachment / detachment state confirmation process. This results in a delay in the operation of the application program.

なお、上述した問題は、プラットフォーム記憶領域の記憶内容の更新や、携帯電話機本体に着脱可能な記憶手段の着脱がアプリケーションプログラムの一時停止中に行われる場合に限らず、その実行中に行われる場合にも同様に生じ得るものである。また、上述した問題は、携帯電話機を例に挙げて説明したが、他の移動体通信端末においても、同様に生じ得る。   The above-mentioned problem is not limited to the case where the update of the storage contents of the platform storage area or the attachment / detachment of the storage means that can be attached to and detached from the mobile phone body is performed during the suspension of the application program, but the case where the storage means is executed Can also occur in the same way. Moreover, although the above-described problem has been described by taking a mobile phone as an example, the same problem may occur in other mobile communication terminals.

本発明は、上記問題に鑑みなされたものであり、その目的とするところは、アプリケーションプログラムの動作の遅延を最小限に抑えつつ、そのアプリケーションプログラムを適切に動作させることが可能な移動体通信端末を提供することである。   The present invention has been made in view of the above problems, and an object of the present invention is to provide a mobile communication terminal capable of appropriately operating an application program while minimizing a delay in the operation of the application program. Is to provide.

上記目的を達成するために、請求項1の発明は、データを記憶する第1の記憶手段及び第2の記憶手段と、該第1の記憶手段に記憶されたデータを変更し若しくは削除し、又は新たなデータを該第1の記憶手段に追加する更新処理を行う更新処理手段と、該第1の記憶手段に記憶されたデータの少なくとも一部を複製して該第2の記憶手段に記憶する記憶処理、又は、該第1の記憶手段に記憶されたデータを特定するための特定データを該第2の記憶手段に記憶する記憶処理を行った後、該複製したデータを用いて又は該特定データにより特定される該第1の記憶手段に記憶されたデータを用いて、アプリケーションプログラムを実行するプログラム実行手段とを備えた移動体通信端末であって、上記更新処理手段は、上記記憶処理を行った後上記プログラム実行手段がアプリケーションプログラムの実行を終了するまでの間に上記更新処理を行った場合、その旨を示す通知を該プログラム実行手段に対して送ることを特徴とするものである。
この移動体通信端末においては、更新処理手段から送られる通知により、プログラム実行手段が、第1の記憶手段に記憶されたデータが更新されたことを認識することができる。よって、プログラム実行手段は、この通知を受けたときにだけ、上記記憶処理、すなわち、第2の記憶手段内の記憶内容を第1の記憶手段の更新後の記憶内容に対応するように同期させる処理を行うことが可能となる。したがって、その同期処理の回数を最小限に抑えることが可能となり、アプリケーションプログラムの動作の遅延を最小限に抑えることが可能となる。そして、このような同期処理を行うことで、アプリケーションプログラムの一時停止中等に第1の記憶手段の記憶内容が更新されても、アプリケーションプログラムを適切に動作させることが可能となる。なお、上記通知を受けた場合に同期処理を行うか否かは、プログラム実行手段が実行するアプリケーションプログラムの内容に応じて決まる。
In order to achieve the above object, the invention of claim 1 includes a first storage means and a second storage means for storing data, and changing or deleting the data stored in the first storage means, Alternatively, update processing means for performing update processing for adding new data to the first storage means, and at least a part of the data stored in the first storage means are duplicated and stored in the second storage means Or the storage process for storing the specific data for specifying the data stored in the first storage means in the second storage means, and then using the copied data or A mobile communication terminal comprising program execution means for executing an application program using data stored in the first storage means specified by specific data, wherein the update processing means includes the storage processing Did If the program execution unit has performed the update process until the completion of the execution of the application program, it is characterized in sending a notification to that effect to said program execution means.
In this mobile communication terminal, the program execution means can recognize that the data stored in the first storage means has been updated by the notification sent from the update processing means. Therefore, the program execution means synchronizes the storage process, that is, the storage contents in the second storage means so as to correspond to the updated storage contents of the first storage means only when receiving this notification. Processing can be performed. Therefore, it is possible to minimize the number of times of the synchronization processing, and it is possible to minimize the delay of the operation of the application program. By performing such a synchronization process, the application program can be appropriately operated even when the storage content of the first storage unit is updated during the suspension of the application program. Whether or not to perform the synchronization process when receiving the notification depends on the contents of the application program executed by the program execution means.

また、請求項2の発明は、請求項1の移動体通信端末において、上記プログラム実行手段は、上記通知を受けた場合、上記複製したデータを用いる前に、又は、上記特定データにより特定される上記第1の記憶手段に記憶されたデータを用いる前に、上記記憶処理を再度行うことを特徴とするものである。
この移動体通信端末においては、プログラム実行手段が、第2の記憶手段内の複製データ、又は、第2の記憶手段内の特定データにより特定される第1の記憶手段に記憶されたデータを用いる際には、その第2の記憶手段内の記憶内容と第1の記憶手段内の記憶内容とが常に同期した状態となる。よって、アプリケーションプログラムを適切に動作させることができる。
The invention of claim 2 is the mobile communication terminal of claim 1, wherein the program execution means is specified before using the duplicated data or by the specific data when receiving the notification. The storage process is performed again before using the data stored in the first storage means.
In this mobile communication terminal, the program execution means uses the replicated data in the second storage means or the data stored in the first storage means specified by the specific data in the second storage means. At that time, the storage contents in the second storage means and the storage contents in the first storage means are always synchronized. Therefore, the application program can be appropriately operated.

また、請求項3の発明は、請求項2の移動体通信端末において、上記通知には、上記更新処理により更新されたデータを特定するための更新データ情報が含まれており、上記プログラム実行手段は、該更新データ情報により特定されるデータについてのみ、上記記憶処理を行うことを特徴とするものである。
この移動体通信端末においては、第1の記憶手段内の更新されたデータについてのみ、第2の記憶手段内の記憶内容の同期をとるので、第2の記憶手段内の全記憶内容について同期をとる場合に比べて、その同期処理の迅速化を図ることができる。
According to a third aspect of the present invention, in the mobile communication terminal of the second aspect, the notification includes update data information for specifying data updated by the update process, and the program execution means Is characterized in that the storage process is performed only for data specified by the update data information.
In this mobile communication terminal, since only the updated data in the first storage means is synchronized with the storage contents in the second storage means, all the storage contents in the second storage means are synchronized. Compared with the case where it takes, the synchronization processing can be speeded up.

また、請求項4の発明は、データを記憶し、移動体通信端末本体に着脱可能な第1の記憶手段と、データを記憶する第2の記憶手段と、該移動体通信端末本体に対する該第1の記憶手段の着脱状態を認識する認識手段と、該第1の記憶手段に記憶されたデータの少なくとも一部を複製して該第2の記憶手段に記憶する記憶処理、又は、該第1の記憶手段に記憶されたデータを特定するための特定データを該第2の記憶手段に記憶する記憶処理を行った後、該複製したデータを用いて又は該特定データにより特定される該第1の記憶手段に記憶されたデータを用いて、アプリケーションプログラムを実行するプログラム実行手段とを備えた移動体通信端末であって、上記認識手段は、上記記憶処理を行った後上記プログラム実行手段がアプリケーションプログラムの実行を終了するまでの間に、該第1の記憶手段が該移動体通信端末本体から取り外された場合、又は、該第1の記憶手段が該移動体通信端末本体に装着された場合、その旨を示す通知を該プログラム実行手段に対して送ることを特徴とするものである。
この移動体通信端末においては、認識手段から送られる通知により、プログラム実行手段が、第1の記憶手段が移動体通信端末本体から取り外されたこと、又は、新たに第1の記憶手段が移動体通信端末本体に装着されたことを認識することができる。よって、プログラム実行手段は、例えば、第1の記憶手段が移動体通信端末本体から取り外された旨の通知を受けたときにだけ、第1の記憶手段が移動体通信端末本体から取り外されたときに行うべき処理、例えば、ユーザーに警告を発したり、アプリケーションプログラムの実行を一時停止したりするなどの処理を行うことが可能となる。したがって、この処理の回数を最小限に抑えることが可能となり、アプリケーションプログラムの動作の遅延を最小限に抑えることが可能となる。また、プログラム実行手段は、例えば、新たに第1の記憶手段が移動体通信端末本体に装着された旨の通知を受けたときにだけ、第2の記憶手段内の記憶内容を第1の記憶手段の記憶内容に対応するように同期させる処理を行うことが可能となる。したがって、この同期処理の回数を最小限に抑えることが可能となり、アプリケーションプログラムの動作の遅延を最小限に抑えることが可能となる。そして、第2の記憶手段の記憶内容を第1の記憶手段に常に同期させることが可能となるので、アプリケーションプログラムの一時停止中等に新しい第1の記憶手段が装着されても、アプリケーションプログラムを適切に動作させることが可能となる。
According to a fourth aspect of the present invention, there is provided a first storage means for storing data and detachably attached to the mobile communication terminal body; a second storage means for storing data; and the first storage means for storing the data. A recognizing means for recognizing the attachment / detachment state of one storage means and a storage process for copying at least a part of the data stored in the first storage means and storing it in the second storage means, or the first After performing the storing process for storing the specific data for specifying the data stored in the storage means in the second storage means, the first specified by using the duplicated data or by the specific data A mobile communication terminal comprising a program execution means for executing an application program using data stored in the storage means, wherein the recognition means performs the storage processing and then the program execution means The first storage means is removed from the mobile communication terminal main body or the first storage means is attached to the mobile communication terminal main body until the execution of the execution program is terminated. In this case, a notification indicating that is sent to the program execution means.
In this mobile communication terminal, the program execution means detects that the first storage means has been removed from the main body of the mobile communication terminal or that the first storage means has newly been moved by the notification sent from the recognition means. It can be recognized that it is attached to the communication terminal body. Therefore, the program execution means is, for example, when the first storage means is removed from the mobile communication terminal body only when the first storage means is notified that it has been removed from the mobile communication terminal body. For example, it is possible to perform processing such as issuing a warning to the user or temporarily stopping execution of the application program. Therefore, it is possible to minimize the number of times of this process, and it is possible to minimize the delay of the operation of the application program. Further, the program execution means, for example, stores the content stored in the second storage means only when it receives a notification that the first storage means is newly attached to the mobile communication terminal body. It is possible to perform a process of synchronizing so as to correspond to the stored contents of the means. Therefore, it is possible to minimize the number of times of the synchronization processing, and it is possible to minimize the delay of the operation of the application program. Since the storage contents of the second storage means can be always synchronized with the first storage means, the application program can be appropriately executed even when a new first storage means is mounted during temporary suspension of the application program. Can be operated.

また、請求項5の発明は、請求項4の移動体通信端末において、上記プログラム実行手段は、上記第1の記憶手段が上記移動体通信端末本体に装着された旨を示す上記通知を受けた場合、上記記憶処理を再度行うことを特徴とするものである。
この移動体通信端末においては、プログラム実行手段が、第2の記憶手段内の複製データ、又は、第2の記憶手段内の特定データにより特定される第1の記憶手段に記憶されたデータを用いる際には、その第2の記憶手段内の記憶内容と第1の記憶手段内の記憶内容とが常に同期した状態となる。よって、アプリケーションプログラムを適切に動作させることができる。
According to a fifth aspect of the present invention, in the mobile communication terminal of the fourth aspect, the program execution means receives the notification indicating that the first storage means is attached to the main body of the mobile communication terminal. In this case, the storage process is performed again.
In this mobile communication terminal, the program execution means uses the replicated data in the second storage means or the data stored in the first storage means specified by the specific data in the second storage means. At that time, the storage contents in the second storage means and the storage contents in the first storage means are always synchronized. Therefore, the application program can be appropriately operated.

なお、上記「移動体通信端末」としては、PDC(Personal Digital Cellular)方式、GSM(Global System for Mobile Communication)方式、TIA(Telecommunications Industry Association)方式等の携帯電話機、IMT(International Mobile Telecommunications)−2000で標準化された携帯電話機、PHS(Personal Handyphone Service)、自動車電話機等の電話機のうち、汎用アプリケーションプログラムを実行可能なものが挙げられる。また、この「移動体通信端末」としては、上記電話機のほか、電話機能を有しないPDA(Personal Digital Assistance)等の移動型の移動体通信端末も挙げられる。   The “mobile communication terminal” includes a mobile phone such as a PDC (Personal Digital Cellular) method, a GSM (Global System for Mobile Communication) method, a TIA (Telecommunications Industry Association) method, and an IMT (International Mobile Telecommunications) -2000. Among the telephones such as mobile telephones, PHS (Personal Handyphone Service), and automobile telephones that are standardized by the mobile phone, those that can execute a general-purpose application program are listed. Examples of the “mobile communication terminal” include a mobile mobile communication terminal such as a PDA (Personal Digital Assistance) that does not have a telephone function in addition to the above-described telephone.

請求項1乃至5の発明によれば、アプリケーションプログラムの動作の遅延を最小限に抑えつつ、そのアプリケーションプログラムを適切に動作させることが可能となるという優れた効果がある。
特に、請求項2、3及び5の発明によれば、第2の記憶手段内の記憶内容と第1の記憶手段内の記憶内容との対応関係が常に一致した状態となるので、アプリケーションプログラムの一時停止中等に、第1の記憶手段の記憶内容が更新されたり、新たな第1の記憶手段が装着されたりしても、アプリケーションプログラムを適切に動作させることが可能となるという優れた効果がある。
また、請求項3の発明によれば、第2の記憶手段内の記憶内容と第1の記憶手段内の記憶内容との対応関係を一致させるための同期処理を迅速化することができるので、アプリケーションプログラムの動作の遅延を更に抑えることが可能となるという優れた効果がある。
According to the first to fifth aspects of the invention, there is an excellent effect that the application program can be appropriately operated while minimizing the delay of the operation of the application program.
In particular, according to the inventions of claims 2, 3 and 5, since the correspondence relationship between the storage contents in the second storage means and the storage contents in the first storage means is always consistent, Even when the storage content of the first storage unit is updated or a new first storage unit is installed during a temporary stop or the like, the application program can be appropriately operated. is there.
In addition, according to the invention of claim 3, since the synchronization processing for matching the correspondence between the storage content in the second storage means and the storage content in the first storage means can be speeded up, There is an excellent effect that the delay of the operation of the application program can be further suppressed.

〔実施形態1〕
以下、本発明の一実施形態1(以下、本実施形態1を「実施形態1」という。)を図面を参照しながら説明する。
図2は、本実施形態1に係る移動体通信システムの全体構成を説明するための説明図である。
この移動体通信システムにおいて、ユーザー1が使用する移動体通信端末としての携帯電話機20は、ユーザー1によって登録されたアプリケーションプログラムに付随するプロパティ情報中の設定データに従って、そのアプリケーションプログラムを実行可能な構成を有している。本実施形態1において、このアプリケーションプログラムは、プラットフォームに依存しないオブジェクト指向プログラミングによって開発されたものである。このようなアプリケーションプログラムとしては、JAVAで記述されたアプリケーションプログラムなどが挙げられる。この携帯電話機20は、通信ネットワークとしての携帯電話通信網10に接続可能である。また、この携帯電話通信網10には、プログラム提供用サーバとしてのアプリケーションプログラムダウンロードサーバ(以下、「ダウンロードサーバ」という。)11が接続されている。このダウンロードサーバ11は、携帯電話機20からのダウンロード要求を受け付けると、その要求に係るアプリケーションプログラムを携帯電話機20に対して送信する。
Embodiment 1
Hereinafter, a first embodiment of the present invention (hereinafter, the first embodiment will be referred to as “first embodiment”) will be described with reference to the drawings.
FIG. 2 is an explanatory diagram for explaining the overall configuration of the mobile communication system according to the first embodiment.
In this mobile communication system, the mobile phone 20 as a mobile communication terminal used by the user 1 can execute the application program in accordance with setting data in property information attached to the application program registered by the user 1 have. In the first embodiment, this application program is developed by object-oriented programming independent of the platform. Examples of such application programs include application programs written in JAVA. The mobile phone 20 can be connected to a mobile phone communication network 10 as a communication network. Further, an application program download server (hereinafter referred to as “download server”) 11 as a program providing server is connected to the mobile phone communication network 10. When the download server 11 receives a download request from the mobile phone 20, the download server 11 transmits an application program related to the request to the mobile phone 20.

ダウンロードサーバ11から提供されるアプリケーションプログラムは、アプリケーションプログラムの開発元2から提供される。具体的には、例えば、アプリケーションプログラム開発元2側のパーソナルコンピュータ等から、専用回線や公衆回線を介してダウンロードサーバ11にアップロードして提供する。なお、開発したアプリケーションプログラムを記録した光ディスクや磁気ディスク等の記録媒体を、アプリケーションプログラム開発元2からダウンロードサーバ11を管理・運営する通信事業者に送り、その記録媒体内のアプリケーションプログラムをダウンロードサーバ11で読み取るようにして、提供してもよい。このようにして提供されたアプリケーションプログラムは、携帯電話機20から携帯電話通信網10を介してダウンロード可能な状態でダウンロードサーバ11に登録される。   The application program provided from the download server 11 is provided from the application program developer 2. Specifically, for example, it is uploaded from the personal computer on the application program developer 2 side to the download server 11 via a dedicated line or a public line. Note that a recording medium such as an optical disk or a magnetic disk on which the developed application program is recorded is sent from the application program developer 2 to a communication carrier that manages and operates the download server 11, and the application program in the recording medium is downloaded to the download server 11. You may read and provide. The application program thus provided is registered in the download server 11 in a state where it can be downloaded from the mobile phone 20 via the mobile phone communication network 10.

図3は、上記ダウンロードサーバ11のハードウェア構成を示す概略構成図である。
このダウンロードサーバ11は、システムバス100、CPU101、内部記憶装置、外部記憶装置104、入力装置105及び出力装置106を備えている。上記内部記憶装置は、RAM102やROM103等で構成されている。上記外部記憶装置は、ハードディスクドライブ(HDD)や光ディスクドライブ等で構成されている。上記入力装置105は、外部記憶装置104、マウスやキーボード等で構成されている。上記出力装置106は、ディスプレイやプリンタ等で構成されている。更に、このダウンロードサーバ11は、携帯電話通信網10を介して各ユーザー1の携帯電話機20と通信するための携帯電話用通信装置107を備えている。
上記CPU101やRAM102等の構成要素は、システムバス100を介して、互いにデータやプログラムの命令等のやり取りを行っている。このダウンロードサーバ11を所定の手順に従って動作させるためのプログラムは、ROM103や外部記憶装置104に記憶されており、必要に応じてCPU101やRAM102上の作業エリアに呼び出されて実行される。また、このダウンロードサーバ11には、携帯電話機20に提供するアプリケーションプログラムが外部記憶装置104に記憶されている。ダウンロードサーバ11は、携帯電話機20からのダウンロード要求に応じ、CPU101、RAM102、携帯電話通信網用通信装置107等が協働して、外部記憶装置104に記憶されているアプリケーションプログラムを、携帯電話通信網10を介して携帯電話機20に送信する機能を有している。なお、このダウンロードサーバ11は、専用の制御装置として構成してもいいし、汎用のコンピュータシステムを用いて構成してもよい。また、1台のコンピュータで構成してもいいし、複数の機能をそれぞれ受け持つ複数台のコンピュータをネットワークで結んで構成してもよい。
FIG. 3 is a schematic configuration diagram showing a hardware configuration of the download server 11.
The download server 11 includes a system bus 100, a CPU 101, an internal storage device, an external storage device 104, an input device 105, and an output device 106. The internal storage device includes a RAM 102, a ROM 103, and the like. The external storage device includes a hard disk drive (HDD), an optical disk drive, and the like. The input device 105 includes an external storage device 104, a mouse, a keyboard, and the like. The output device 106 includes a display, a printer, and the like. The download server 11 further includes a mobile phone communication device 107 for communicating with the mobile phone 20 of each user 1 via the mobile phone communication network 10.
The components such as the CPU 101 and the RAM 102 exchange data and program instructions with each other via the system bus 100. A program for operating the download server 11 according to a predetermined procedure is stored in the ROM 103 or the external storage device 104, and is called up and executed in the work area on the CPU 101 or the RAM 102 as necessary. In the download server 11, an application program to be provided to the mobile phone 20 is stored in the external storage device 104. In response to a download request from the mobile phone 20, the download server 11 cooperates with the CPU 101, the RAM 102, the mobile phone communication network communication device 107, and the like to transfer the application program stored in the external storage device 104 to the mobile phone communication It has a function of transmitting to the mobile phone 20 via the network 10. The download server 11 may be configured as a dedicated control device or may be configured using a general-purpose computer system. Further, it may be configured by a single computer, or may be configured by connecting a plurality of computers each having a plurality of functions via a network.

図4は、上記携帯電話機20の外観を示す正面図であり、図5は、その携帯電話機20のハードウェア構成を示す概略構成図である。
この携帯電話機20は、クラムシェル(折り畳み)タイプの携帯電話機であり、システムバス200、CPU201、RAM202やROM203等からなる内部制御装置、入力装置204、出力装置205、携帯電話用通信装置206、シェル開閉センサ207を備えている。また、本携帯電話機20は、その本体に対してメモリカード32が着脱可能な構成となっている。CPU201やRAM202等の構成要素は、システムバス200を介して、互いに各種データや後述のプログラムの命令等のやり取りを行っている。上記入力装置204は、データ入力キー(テンキー、*キー、#キー)21、通話開始キー22、終話キー23、スクロールキー24、多機能キー25、マイク26等から構成されている。上記出力装置205は、液晶ディスプレイ(LCD)27、スピーカ28等から構成されている。上記携帯電話用通信装置206は、携帯電話通信網10を介して他の携帯電話機や上述したサーバ11,12と通信するためのものである。シェル開閉センサ207は、液晶ディスプレイ27が備わった図4中上部の筐体部分に設けられた突起30aと、データ入力キー21等が備わった図4中下部の筐体部分に設けられた凹部30bと、その内部に設けられた図示しないセンサによって構成されている。クラムシェルが閉じると、液晶ディスプレイ27が図4中下部の筐体部分に覆われて外部から視認できない状態になる。そして、この状態になると、突起30aが凹部30b内に入り込み、これがセンサによって検知されることで、クラムシェルが閉じたことが認識される。
4 is a front view showing the appearance of the mobile phone 20, and FIG. 5 is a schematic configuration diagram showing the hardware configuration of the mobile phone 20. As shown in FIG.
The mobile phone 20 is a clamshell (folding) type mobile phone, and includes an internal control device including a system bus 200, a CPU 201, a RAM 202, a ROM 203, an input device 204, an output device 205, a mobile phone communication device 206, a shell. An open / close sensor 207 is provided. Further, the mobile phone 20 is configured such that the memory card 32 can be attached to and detached from the main body. Components such as the CPU 201 and the RAM 202 exchange various data and instructions of a program to be described later via the system bus 200. The input device 204 includes a data input key (ten key, * key, # key) 21, a call start key 22, an end key 23, a scroll key 24, a multi-function key 25, a microphone 26, and the like. The output device 205 includes a liquid crystal display (LCD) 27, a speaker 28, and the like. The mobile phone communication device 206 is for communicating with other mobile phones and the above-described servers 11 and 12 via the mobile phone communication network 10. The shell open / close sensor 207 includes a protrusion 30a provided in the upper housing part in FIG. 4 provided with the liquid crystal display 27, and a recess 30b provided in the lower housing part in FIG. 4 provided with the data input key 21 and the like. And a sensor (not shown) provided therein. When the clamshell is closed, the liquid crystal display 27 is covered with the lower casing in FIG. 4 and cannot be seen from the outside. In this state, the protrusion 30a enters the recess 30b and is detected by the sensor, so that it is recognized that the clamshell is closed.

図6は、上記携帯電話機20の主要部を抽出して示したブロック図であり、図7は、その携帯電話機20におけるソフトウェア構造の説明図である。
この携帯電話機20は、電話通信部211、データ通信部212、操作部213、プログラム実行手段としてのアプリケーションプログラム実行管理部214、更新処理手段としての主制御部215、出力部216、シェル開閉検知部217、メモリカード装着部218等を備えている。
FIG. 6 is a block diagram showing an extracted main part of the mobile phone 20, and FIG. 7 is an explanatory diagram of the software structure in the mobile phone 20.
The cellular phone 20 includes a telephone communication unit 211, a data communication unit 212, an operation unit 213, an application program execution management unit 214 as a program execution unit, a main control unit 215 as an update processing unit, an output unit 216, and a shell open / close detection unit. 217, a memory card mounting portion 218, and the like.

上記電話通信部211は、他の携帯電話機や固定電話機と電話通信を行うために、携帯電話通信網10の基地局と無線通信を行うものであり、上述のハードウェア構成上の携帯電話用通信装置206等に対応する。   The telephone communication unit 211 performs wireless communication with a base station of the mobile phone communication network 10 in order to perform telephone communication with other mobile phones or fixed phones. This corresponds to the device 206 and the like.

上記データ通信部212は、上記電話通信部211と同様に、上述のハードウェア構成上の携帯電話用通信装置206等に対応する。このデータ通信部212は、携帯電話機通信網10を介して他の携帯電話機とメールのやり取りを行ったり、携帯電話機通信網10からゲートウェイサーバを介して、インターネット等の外部の通信ネットワークに接続し、インターネット上での電子メールのやり取りやWebページの閲覧等を行ったりするためのものである。また、このデータ通信部212は、携帯電話機通信網10を介して、ダウンロードサーバ11が提供するアプリケーションプログラムをダウンロードするためにも用いられる。   Similar to the telephone communication unit 211, the data communication unit 212 corresponds to the mobile phone communication device 206 having the above-described hardware configuration. The data communication unit 212 exchanges mail with other mobile phones via the mobile phone communication network 10 or connects to an external communication network such as the Internet from the mobile phone communication network 10 via a gateway server. This is for exchanging e-mails on the Internet, browsing web pages, and the like. The data communication unit 212 is also used to download an application program provided by the download server 11 via the mobile phone communication network 10.

上記操作部213は、ユーザー1が操作可能な上述のテンキー21、通話開始キー22、終話キー23等で構成されている。この操作部213を操作することにより、ユーザーは、携帯電話機20に対してURL等のデータを入力したり、電話着信の際に通話の開始及び終了を行ったり、アプリケーションプログラムの選択、起動及び停止を行ったりすることができる。また、ユーザーは操作部213を操作することにより、上記ダウンロードサーバ11からアプリケーションプログラムをダウンロードすることもできる。   The operation unit 213 includes the above-described numeric keypad 21, call start key 22, end call key 23, and the like that can be operated by the user 1. By operating the operation unit 213, the user inputs data such as a URL to the mobile phone 20, starts and ends a call when receiving a call, and selects, starts, and stops an application program. Can be done. The user can also download the application program from the download server 11 by operating the operation unit 213.

上記アプリケーションプログラム実行管理部214は、上述のシステムバス200、CPU201やRAM202等で構成されている。このアプリケーションプログラム実行管理部214は、図7のソフトウェア構造上において中央の「プログラム実行環境」に対応しており、オブジェクト指向プログラミングで開発されたアプリケーションプログラムに利用されるクラスライブラリ、実行環境管理ライブラリ、アプリケーション管理等のソフトウェアを提供し、アプリケーションプログラムの実行環境を管理する。
ここで、アプリケーションプログラムは、クラスライブラリAPI(アプリケーションインターフェース)を介して上記プログラム実行環境内にある関数等のクラスライブラリを呼び出して使用できるようになっている。この関数等のクラスライブラリの呼び出しの履歴は、アプリケーションプログラムの仮想的な実行環境(仮想マシン:VM)が終了するまで、RAM202内におけるプログラム実行環境が管理する第2の記憶手段としてのアプリケーション用記憶領域に記憶される。また、プログラム実行環境は、アプリケーションプログラムの実行に際して用いる各種データも、そのアプリケーション用記憶領域に一時的に記憶する。そして、この各種データを用いるときには、このアプリケーション用記憶領域から読み出したり、書き込んだりする。また、プログラム実行環境内の実行環境管理ライブラリは、電話機プラットフォームAPIを介して後述の電話機プラットフォーム内の電話機プラットフォームライブラリを呼び出して使用できるようになっている。
The application program execution management unit 214 includes the system bus 200, the CPU 201, the RAM 202, and the like. The application program execution management unit 214 corresponds to the central “program execution environment” in the software structure of FIG. 7, and includes a class library, an execution environment management library, used for application programs developed by object-oriented programming, Software such as application management is provided to manage the execution environment of application programs.
Here, the application program can be used by calling a class library such as a function in the program execution environment via a class library API (application interface). The call history of the class library such as this function is stored in the application memory as the second storage means managed by the program execution environment in the RAM 202 until the virtual execution environment (virtual machine: VM) of the application program ends. Stored in the area. The program execution environment also temporarily stores various data used when executing the application program in the application storage area. When these various data are used, they are read from or written to the application storage area. The execution environment management library in the program execution environment can be used by calling a telephone platform library in the telephone platform described later via the telephone platform API.

上記主制御部215は、上記電話通信部211、データ通信部212、操作部213、メモリカード装着部218を制御するものであり、上述のシステムバス200、CPU201やRAM202等で構成されている。この主制御部215は、アプリケーションプログラム実行管理部214との間で制御命令や各種データのやりとりを行い、これらと協働して制御を行う。また、主制御部215は、図7のソフトウェア構造上において最下部の「電話機プラットフォーム」に対応しており、上記電話通信部211等を制御するための制御用プログラムやユーザインターフェースを実行したり、電話機プラットフォームライブラリを提供したりする。この電話機プラットフォームは、上記プログラム実行環境内の実行環境管理ライブラリに対してイベントを送ることにより、アプリケーションプログラムにおいて各種処理を実行したり、アプリケーション管理APIを介して上記プログラム実行環境内のアプリケーション管理のソフトウェアを呼び出して使用したりできるようになっている。また、プログラム実行環境が電話機プラットフォームAPIを介して電話機プラットフォームライブラリを呼び出して使用したとき、電話機プラットフォームは、その電話機プラットフォームライブラリに応じた処理を実行する。例えば、電話機プラットフォームは、電話機プラットフォームライブラリを利用したプログラム実行環境からの指示に基づき、RAM202内における電話機プラットフォームが管理する第1の記憶手段としてのプラットフォーム用記憶領域に記憶されたデータや、電話機プラットフォームが管理するメモリカード装着部218に装着されたメモリカード32に記憶されたデータを読み出したり、書き換えたり、あるいは新しいデータを書き込んだりすることができる。   The main control unit 215 controls the telephone communication unit 211, the data communication unit 212, the operation unit 213, and the memory card mounting unit 218, and includes the system bus 200, the CPU 201, the RAM 202, and the like. The main control unit 215 exchanges control commands and various data with the application program execution management unit 214 and performs control in cooperation with them. The main control unit 215 corresponds to the lowermost “telephone platform” on the software structure of FIG. 7, and executes a control program and user interface for controlling the telephone communication unit 211 and the like. Or provide a phone platform library. The telephone platform executes various processes in the application program by sending an event to the execution environment management library in the program execution environment, and the application management software in the program execution environment via the application management API. Can be called and used. When the program execution environment calls and uses the telephone platform library via the telephone platform API, the telephone platform executes processing according to the telephone platform library. For example, the telephone platform is based on an instruction from a program execution environment using the telephone platform library, and data stored in the storage area for the platform as the first storage means managed by the telephone platform in the RAM 202, Data stored in the memory card 32 attached to the memory card attachment unit 218 to be managed can be read, rewritten, or new data can be written.

上記出力部216は、上述の液晶ディスプレイ27、スピーカ28等からなる出力装置205等で構成されている。この出力部216は、上記データ通信部212で受信したWebページ画面を液晶ディスプレイ27に表示する。また、この出力部216の液晶ディスプレイ27は、上記電話通信部211やデータ通信部212で情報を着信した旨をユーザーに報知するときに用いられる。具体的には、その情報を着信すると、主制御部215により、出力部216の液晶ディスプレイ27に着信報知画像を表示したり、スピーカ28から着信音を出力させたりする。更に、この出力部216は、プログラム実行環境で実行されるアプリケーションプログラムの実行中に、そのプログラム実行に関連したメニュー画面等の表示や音楽の出力にも用いられる。   The output unit 216 includes the output device 205 including the liquid crystal display 27 and the speaker 28 described above. The output unit 216 displays the Web page screen received by the data communication unit 212 on the liquid crystal display 27. The liquid crystal display 27 of the output unit 216 is used when the telephone communication unit 211 or the data communication unit 212 notifies the user that information has been received. Specifically, when the information is received, the main control unit 215 displays an incoming call notification image on the liquid crystal display 27 of the output unit 216 or outputs a ring tone from the speaker 28. Further, the output unit 216 is also used for displaying a menu screen or the like related to the execution of the program or outputting music during execution of the application program executed in the program execution environment.

上記シェル開閉検知部217は、上述のシェル開閉センサ207により構成されている。このシェル開閉検知部217は、クラムシェルが閉じたことを検知して、その検知信号を主制御部215に送る。この検知信号を受け取ることで、主制御部215は、クラムシェルが閉じていることを認識することができ、また、この検知信号を受け取らないことでクラムシェルが開いていることを認識することができる。本実施形態1では、主制御部215は、この検知信号を受け取ったとき、シェルが閉じた旨のイベントをアプリケーションプログラム実行管理部214に対して送る。そして、アプリケーションプログラム実行管理部214は、このイベントを受け付けると、実行中のアプリケーションプログラムを一時停止させる処理を実行する。   The shell open / close detection unit 217 includes the shell open / close sensor 207 described above. The shell open / close detection unit 217 detects that the clamshell is closed and sends a detection signal to the main control unit 215. By receiving this detection signal, the main control unit 215 can recognize that the clamshell is closed, and can recognize that the clamshell is open by not receiving this detection signal. it can. In the first embodiment, when receiving the detection signal, the main control unit 215 sends an event indicating that the shell is closed to the application program execution management unit 214. When the application program execution management unit 214 receives this event, the application program execution management unit 214 executes processing for temporarily stopping the application program being executed.

上記メモリカード装着部218は、携帯電話機20の本体に対して着脱可能なメモリカード32を装着する図示しないカードスロット、主制御部215の制御下でメモリカード32内のデータを変更したり、削除したり、新規データを追加したりする更新処理を行うための図示しないデータ書込読出装置により構成されている。メモリカード32に対してデータの更新処理を行う場合には、主制御部215及びメモリカード装着部218のデータ書込読出装置が更新処理手段として機能する。また、メモリカード装着部218には、カードスロット内のメモリカード32の有無を検知する図示しない検知センサが設けられており、この検知センサの検知結果は、認識手段として機能する主制御部215に送られる。よって、主制御部215では、メモリカード装着部218にメモリカード32が装着されているか又は取り外されているかを認識することができる。   The memory card mounting unit 218 changes or deletes data in the memory card 32 under the control of the main control unit 215, a card slot (not shown) in which the removable memory card 32 is mounted to the main body of the mobile phone 20. Or a data writing / reading device (not shown) for performing an updating process for adding new data. When data update processing is performed on the memory card 32, the data writing / reading device of the main control unit 215 and the memory card mounting unit 218 functions as update processing means. The memory card mounting unit 218 is provided with a detection sensor (not shown) that detects the presence or absence of the memory card 32 in the card slot. The detection result of the detection sensor is sent to the main control unit 215 that functions as a recognition unit. Sent. Therefore, the main control unit 215 can recognize whether the memory card 32 is attached to or removed from the memory card attachment unit 218.

携帯電話機20を所定の手順に従って動作させる電話機プラットフォームを構築するための制御用プログラムは、RAM202やROM203に記憶されている。また、基本OS(オペレーティングシステム)のプログラムや、上記プログラム実行環境を構築するためのプログラム及びアプリケーションプログラムも、RAM202やROM203に記憶されている。そして、これらのプログラムは、必要に応じてCPU201やRAM202中の作業エリアに呼び出されて実行される。   A control program for constructing a telephone platform for operating the mobile telephone 20 according to a predetermined procedure is stored in the RAM 202 and the ROM 203. A basic OS (operating system) program, a program for constructing the program execution environment, and an application program are also stored in the RAM 202 and the ROM 203. These programs are called up and executed in the work area in the CPU 201 or RAM 202 as necessary.

次に、ダウンロードサーバ11からダウンロードしたアプリケーションプログラムを実行するための処理動作について説明する。なお、ここでは、RAM202のプラットフォーム用記憶領域に記憶された音楽データを再生する音楽プレイヤーのアプリケーションプログラムを例に挙げて説明する。   Next, a processing operation for executing an application program downloaded from the download server 11 will be described. Here, a music player application program that reproduces music data stored in the platform storage area of the RAM 202 will be described as an example.

図8は、本実施形態1におけるアプリケーションプログラムを実行するための処理の流れを示すフローチャートである。
まず、ユーザー1は、音楽プレイヤーのアプリケーションプログラムが用いる音楽データを、本携帯電話機20を用いて、既知の方法により、予め通信ネットワークを介してダウンロードして取得し、これをプラットフォーム用記憶領域に登録しておく(S11)。具体的には、例えば、ユーザー1は、操作部213のキーを操作して、音楽データを提供する通信ネットワーク上のサーバにアクセスする。これにより、ダウンロード可能な音楽データを選択するための音楽データ選択画面が液晶ディスプレイ27上に表示される。そして、その音楽データ選択画面において、ユーザーが希望する音楽データをスクロールキー24を用いて選択し、多機能キー25を押下すると、主制御部215がデータ通信部212を制御して、その音楽データをダウンロードする。このようにしてダウンロードした音楽データは、主制御部215により、RAM202のプラットフォーム用記憶領域に記憶される。
FIG. 8 is a flowchart showing a flow of processing for executing the application program in the first embodiment.
First, the user 1 downloads and acquires the music data used by the application program of the music player in advance by using a known method using the mobile phone 20 via a communication network, and registers this in the storage area for the platform. (S11). Specifically, for example, the user 1 operates a key on the operation unit 213 to access a server on a communication network that provides music data. As a result, a music data selection screen for selecting downloadable music data is displayed on the liquid crystal display 27. Then, on the music data selection screen, when the user selects music data desired by the scroll key 24 and presses the multi-function key 25, the main control unit 215 controls the data communication unit 212, and the music data Download. The music data downloaded in this way is stored in the platform storage area of the RAM 202 by the main control unit 215.

次いで、ユーザー1は、音楽プレイヤーのアプリケーションプログラムをダウンロードサーバ11からダウンロードして取得し、これを登録する(S12)。具体的には、ユーザー1は、操作部213のキーを操作して、ダウンロードサーバ11にアクセスする。これにより、ダウンロード可能なアプリケーションプログラムを選択するためのダウンロード選択画面が液晶ディスプレイ27上に表示される。そして、そのダウンロード選択画面において、実行対象となる音楽プレイヤーのアプリケーションプログラムをスクロールキー24を用いて選択し、多機能キー25を押下すると、主制御部215がデータ通信部212を制御して、そのアプリケーションプログラムをダウンロードサーバ11からダウンロードする。   Next, the user 1 downloads and acquires the application program of the music player from the download server 11, and registers it (S12). Specifically, the user 1 accesses the download server 11 by operating a key of the operation unit 213. As a result, a download selection screen for selecting a downloadable application program is displayed on the liquid crystal display 27. Then, on the download selection screen, when the application program of the music player to be executed is selected using the scroll key 24 and the multi-function key 25 is pressed, the main control unit 215 controls the data communication unit 212, and An application program is downloaded from the download server 11.

ここで、本実施形態1におけるアプリケーションプログラムは、プロパティ情報であるJADファイル(テキストデータ)とプログラム本体であるJARファイル(バイナリデータ)とからなる。JADファイルには、アプリケーション名、アプリケーションのバージョン、アプリケーションのベンダー名、JARファイルが保存されているURLデータなどの基本データのほか、当該アプリケーションプログラムが認証済みのものか、当該アプリケーションプログラムがネットワークに接続した状態で使用されるものか、当該アプリケーションプログラムが常駐型のものであるかなどの設定データが含まれている。そして、上記ダウンロード選択画面において実行対象となる音楽プレイヤーのアプリケーションプログラムが選択されると、主制御部215がデータ通信部212を制御して、まず、そのアプリケーションプログラムのうちJADファイルだけをダウンロードする。その後、主制御部215は、そのJADファイルの中から、JARファイルが保存されているURLデータを読み出し、そのURLにアクセスし、JARファイルをダウンロードする。このようにしてダウンロードされたJADファイル及びJARファイルからなるアプリケーションプログラムは、主制御部215により、RAM102に記憶される。   Here, the application program in the first embodiment includes a JAD file (text data) that is property information and a JAR file (binary data) that is a program body. The JAD file includes application data, application version, application vendor name, basic data such as URL data where the JAR file is stored, and whether the application program has already been authenticated, or the application program is connected to the network. This includes setting data such as whether the application program is used in a state in which the application program is used or whether the application program is resident. When the application program of the music player to be executed is selected on the download selection screen, the main control unit 215 controls the data communication unit 212 and first downloads only the JAD file of the application program. Thereafter, the main control unit 215 reads URL data in which the JAR file is stored from the JAD file, accesses the URL, and downloads the JAR file. The application program composed of the JAD file and the JAR file downloaded in this way is stored in the RAM 102 by the main control unit 215.

このようにしてダウンロードしたアプリケーションプログラムを実行する場合、ユーザー1は、操作部213のキーを操作して、実行するアプリケーションプログラムを選択するためのアプリケーション選択画面を液晶ディスプレイ27上に表示させる。そして、そのアプリケーション選択画面において、実行対象である音楽プレイヤーのアプリケーションプログラムをスクロールキー24を用いて選択し、多機能キー25を押下すると、図7に示した電話機プラットフォームすなわち図6に示した主制御部215に、アプリケーションプログラムの実行指示が入力される(S13)。これにより、主制御部215は、図7に示したプログラム実行環境すなわち図6に示したアプリケーションプログラム実行管理部214を起動させる(S14)。そして、アプリケーションプログラム実行管理部214は、JARファイルを読み出してこれを参照し、そのアプリケーションプログラムに適した実行環境に設定する(S15)。このようにして、アプリケーションプログラムごとに適した環境が設定されたら、アプリケーションプログラム実行管理部214は、JARファイルを読み出してアプリケーションプログラムを起動する(S16)。   When executing the application program downloaded in this manner, the user 1 operates the keys of the operation unit 213 to display an application selection screen for selecting an application program to be executed on the liquid crystal display 27. When the application program of the music player to be executed is selected on the application selection screen using the scroll key 24 and the multi-function key 25 is pressed, the telephone platform shown in FIG. 7, that is, the main control shown in FIG. The application program execution instruction is input to the unit 215 (S13). As a result, the main control unit 215 activates the program execution environment shown in FIG. 7, that is, the application program execution management unit 214 shown in FIG. 6 (S14). Then, the application program execution management unit 214 reads the JAR file, refers to it, and sets an execution environment suitable for the application program (S15). When an appropriate environment is set for each application program in this way, the application program execution management unit 214 reads the JAR file and activates the application program (S16).

このようにして音楽プレイヤーのアプリケーションプログラムが起動したら、まず、RAM202のプラットフォーム用記憶領域に記憶された全音楽データの特定データである名前データのリスト(以下、「曲名リスト」という。)を取得する(S17)。具体的には、図9に示すように、まず、プログラム実行環境において、起動したアプリケーションプログラムは、アプリケーションプログラム実行管理部214に対して、曲名リストの取得要求を送る。これを受けたアプリケーションプログラム実行管理部214は、電話機プラットフォームの主制御部215に対して曲名リストの取得要求を送る。これを受けた主制御部215は、RAM202に記憶されている音楽データの曲名リストをアプリケーションプログラム実行管理部214に送り、この曲名リストはアプリケーションプログラムに渡される。   When the application program of the music player is activated in this way, first, a list of name data (hereinafter referred to as “song name list”) which is specific data of all music data stored in the platform storage area of the RAM 202 is acquired. (S17). Specifically, as shown in FIG. 9, first, in the program execution environment, the activated application program sends a song name list acquisition request to the application program execution management unit 214. Receiving this, the application program execution management unit 214 sends an acquisition request for the song name list to the main control unit 215 of the telephone platform. Receiving this, the main control unit 215 sends the song name list of the music data stored in the RAM 202 to the application program execution management unit 214, and this song name list is passed to the application program.

その後、液晶ディスプレイ27に表示される曲名リストの中からユーザーが希望する曲名が選択されると、その曲名に対応する音楽データが再生される(S18)。具体的には、図9に示すように、ユーザーにより特定の曲名が選択されると、アプリケーションプログラムからアプリケーションプログラム実行管理部214に対して、その曲名に対応する音楽データの再生要求が送られる。これを受けたアプリケーションプログラム実行管理部214は、その曲名に対応する名前データをRAM202のアプリケーション用記憶領域から読み出し、その名前データに対応する音楽データの再生要求を、電話機プラットフォームの主制御部215に出す。これにより、主制御部215は、その要求に係る音楽データをRAM202のプラットフォーム用記憶領域から読み出し、これを再生する。
このようにして、本音楽プレイヤーのアプリケーションプログラムを実行することにより、ユーザーは、RAM202のプラットフォーム用記憶領域に記憶された音楽データを再生して聴くことができる。
Thereafter, when a song name desired by the user is selected from the song name list displayed on the liquid crystal display 27, music data corresponding to the song name is reproduced (S18). Specifically, as shown in FIG. 9, when a specific song name is selected by the user, a reproduction request for music data corresponding to the song name is sent from the application program to the application program execution management unit 214. In response to this, the application program execution management unit 214 reads name data corresponding to the song name from the application storage area of the RAM 202, and sends a music data reproduction request corresponding to the name data to the main control unit 215 of the telephone platform. put out. As a result, the main control unit 215 reads the music data according to the request from the platform storage area of the RAM 202 and reproduces it.
In this way, by executing the application program of the music player, the user can reproduce and listen to the music data stored in the platform storage area of the RAM 202.

次に、本発明の特徴部分である、ユーザーがクラムシェルを閉じてアプリケーションプログラムが一時停止した後、そのアプリケーションプログラムを再開するときの処理動作について説明する。なお、ここでは、クラムシェルが閉じて一時停止する場合を例に挙げて説明するが、着信があったり、ユーザー操作がされない状態が一定時間継続したりして一時停止する場合でも同様である。   Next, the processing operation when the application program is resumed after the user closes the clamshell and the application program is temporarily stopped, which is a characteristic part of the present invention, will be described. Here, the case where the clamshell is closed and paused will be described as an example. However, the same applies to the case where the incoming call is received or the user does not perform any operation for a certain period of time.

図1は、本実施形態1におけるアプリケーションプログラムの再開時の処理の流れを示すフローチャートである。
アプリケーションプログラム実行管理部214がアプリケーションプログラムを実行している最中に、ユーザーがクラムシェルを閉じると、図6に示したシェル開閉検知部217がこれを検知し、クラムシェルが閉じた旨の検知信号が主制御部215に入力される。これにより、主制御部215は、クラムシェルが閉じたことが認識し、シェルが閉じた旨のイベントがアプリケーションプログラム実行管理部214に出力される。そして、アプリケーションプログラム実行管理部214は、実行中のアプリケーションプログラムを一時停止させる処理を実行する。このようにして一時停止したアプリケーションプログラムは、ユーザーが所定の再開操作を行うことで、再開することができる。
FIG. 1 is a flowchart showing the flow of processing when the application program is restarted in the first embodiment.
When the user closes the clamshell while the application program execution management unit 214 is executing the application program, the shell open / close detection unit 217 shown in FIG. 6 detects this and detects that the clamshell is closed. A signal is input to the main control unit 215. As a result, the main control unit 215 recognizes that the clamshell is closed, and outputs an event indicating that the shell is closed to the application program execution management unit 214. Then, the application program execution management unit 214 executes processing for temporarily stopping the application program being executed. The application program paused in this way can be resumed by the user performing a predetermined resumption operation.

具体的には、ユーザーが所定の再開操作を行うと(S1)、その操作内容は操作部213から主制御部215に送られ、主制御部215は、再開指示をアプリケーションプログラム実行管理部214に送る。ここで、アプリケーションプログラムの一時停止中に、ユーザーがRAM202のプラットフォーム用記憶領域に記憶された音楽データを削除したり、変更したり、この記憶領域に新しい音楽データを追加したりして、プラットフォーム用記憶領域の記憶内容が更新された場合、そのプラットフォーム用記憶領域に記憶された音楽データと、アプリケーション用記憶領域に記憶された曲名リストとの対応関係が一致せず、再開したアプリケーションプログラムが適切に動作しないおそれがある。   Specifically, when the user performs a predetermined resumption operation (S1), the operation content is sent from the operation unit 213 to the main control unit 215, and the main control unit 215 sends a resumption instruction to the application program execution management unit 214. send. Here, while the application program is paused, the user can delete or change the music data stored in the platform storage area of the RAM 202, or add new music data to the storage area. When the storage contents of the storage area are updated, the correspondence between the music data stored in the platform storage area and the song name list stored in the application storage area does not match, and the restarted application program is properly May not work.

そこで、本実施形態1では、アプリケーションプログラムの一時停止中に、プラットフォーム用記憶領域の記憶内容が更新された場合、主制御部215は、音楽データが更新された旨を示す更新通知を、アプリケーションプログラム実行管理部214に送る(S2)。これを受けたアプリケーションプログラム実行管理部214は、上述したS17の処理と同様、曲名リストの取得処理を再度行う(S3)。その後、アプリケーションプログラム実行管理部214は、アプリケーションプログラムを再開させる(S4)。これにより、再開したアプリケーションプログラムにより上述した音楽データの再生処理(S18)がなされる場合には、プラットフォーム用記憶領域に記憶された音楽データと、アプリケーション用記憶領域に記憶された曲名リストとの対応関係が一致した状態となる。   Therefore, in the first embodiment, when the storage contents of the platform storage area are updated during the suspension of the application program, the main control unit 215 sends an update notification indicating that the music data has been updated to the application program. The data is sent to the execution management unit 214 (S2). Receiving this, the application program execution management unit 214 performs the song name list acquisition process again in the same manner as the process of S17 described above (S3). Thereafter, the application program execution management unit 214 restarts the application program (S4). Thus, when the music data reproduction process (S18) is performed by the resumed application program, the correspondence between the music data stored in the platform storage area and the song name list stored in the application storage area The relationship is in agreement.

一方、アプリケーションプログラムの一時停止中に、プラットフォーム用記憶領域の記憶内容が更新されていない場合、主制御部215は、上記更新通知をアプリケーションプログラム実行管理部214に送らない。この場合、プラットフォーム用記憶領域に記憶された音楽データと、アプリケーション用記憶領域に記憶された曲名リストとの対応関係は一致した状態にあるので、アプリケーションプログラム実行管理部214は、曲名リストの取得処理は行わず、そのままアプリケーションプログラムを再開させる(S4)。   On the other hand, when the storage contents of the platform storage area are not updated during the suspension of the application program, the main control unit 215 does not send the update notification to the application program execution management unit 214. In this case, since the correspondence relationship between the music data stored in the platform storage area and the song name list stored in the application storage area is in agreement, the application program execution management unit 214 obtains the song name list. The application program is resumed as it is (S4).

以上、本実施形態1によれば、プラットフォーム用記憶領域に記憶された音楽データと、アプリケーション用記憶領域に記憶された曲名リストとの対応関係を常に一致させることができるので、例えば、再開したアプリケーションプログラムによりプラットフォーム用記憶領域内の音楽データを再生しようとしたときにその音楽データが削除されていて再生できないという事態がなくなる。また、例えば、一時停止中に新しく音楽データが追加された場合でも、再開したアプリケーションプログラムによりその音楽データを再生することができるようになる。しかも、本実施形態1によれば、アプリケーションプログラム実行管理部214は、主制御部215から送られる更新通知の有無により、アプリケーションプログラムの一時停止中にプラットフォーム用記憶領域の記憶内容が更新されたか否かを認識することができる。したがって、再開のたびに毎回曲名リストを取得する処理を行う場合に比べて、アプリケーションプログラムの動作の遅延を抑えることができる。   As described above, according to the first embodiment, the correspondence relationship between the music data stored in the platform storage area and the song name list stored in the application storage area can be always matched. When the program tries to reproduce the music data in the platform storage area, the music data is deleted and cannot be reproduced. Further, for example, even when new music data is added during the pause, the music data can be reproduced by the resumed application program. Moreover, according to the first embodiment, the application program execution management unit 214 determines whether the storage contents of the platform storage area have been updated during the suspension of the application program based on the presence or absence of an update notification sent from the main control unit 215. Can be recognized. Therefore, the operation delay of the application program can be suppressed as compared with the case where the process of acquiring the song name list is performed every time the program is restarted.

本実施形態1においては、主制御部215がアプリケーションプログラム実行管理部214に送る通知は、単に更新された旨を示すものである。そのため、アプリケーションプログラム実行管理部214は、データ更新の内容までは認識することができない。すなわち、アプリケーションプログラム実行管理部214は、音楽データが削除されたのか、変更されたのか、追加されたのかを区別して認識することができず、また、どの音楽データが更新されたのかを認識することもできない。そのため、本実施形態1では、更新通知を受けた場合、アプリケーションプログラムの起動時における曲名リストの取得処理(S17)と同じように、全音楽データについての曲名リストを取得する処理を行っている。プラットフォーム用記憶領域内の音楽データの数が少ない場合、その曲名リストのデータ量は比較的小さいものとなるため、全音楽データについての曲名リストを取得するような処理であっても、動作の遅延にはあまり影響がない。しかし、プラットフォーム用記憶領域内の音楽データの数が多い場合には、曲名リストのデータ量が大きくなり、動作の遅延を招くおそれがある。   In the first embodiment, the notification sent from the main control unit 215 to the application program execution management unit 214 simply indicates that it has been updated. Therefore, the application program execution management unit 214 cannot recognize the contents of the data update. In other words, the application program execution management unit 214 cannot recognize whether the music data has been deleted, changed, or added, and recognizes which music data has been updated. I can't do that either. Therefore, in the first embodiment, when an update notification is received, a process for acquiring a song name list for all music data is performed in the same manner as the process for acquiring a song name list (S17) when the application program is activated. When the number of music data in the platform storage area is small, the data volume of the song name list is relatively small. Therefore, even if processing such as obtaining a song name list for all music data is performed, the operation delay is delayed. Has little effect. However, when the number of music data in the platform storage area is large, the data amount of the song name list becomes large, which may cause a delay in operation.

そこで、例えば一時停止中に新しい音楽データが追加された場合に、その音楽データの記憶場所を示すアドレスデータ等(更新データ情報)を上記更新通知に含ませるようにしてもよい。この場合、アプリケーションプログラム実行管理部214は、そのアドレスデータに係る音楽データの名前データについてのみ、主制御部215に対して取得要求を出し、その名前データのみを取得するようにする。これにより、音楽データの数が多い場合であっても、動作の遅延を招くおそれはなくなる。なお、このような動作は、一般に、主制御部215から取得してアプリケーション用記憶領域に記憶されるデータ量が大きい場合には有効である。   Therefore, for example, when new music data is added during a pause, address data indicating the storage location of the music data (update data information) may be included in the update notification. In this case, the application program execution management unit 214 issues an acquisition request to the main control unit 215 only for the name data of the music data related to the address data, and acquires only the name data. As a result, even when the number of music data is large, there is no possibility of causing an operation delay. Such an operation is generally effective when the amount of data acquired from the main control unit 215 and stored in the application storage area is large.

なお、本実施形態1では、RAM202のプラットフォーム用記憶領域に記憶された音楽データを用いる場合について説明したが、第1の記憶手段としてのメモリカード32に記憶された音楽データを用いる場合であっても、同様である。
また、本実施形態1では、RAM202のプラットフォーム用記憶領域に記憶された音楽データの曲名リストをアプリケーション用記憶領域に記憶し、この曲名リストにより特定されるプラットフォーム用記憶領域内の音楽データを再生する場合について説明したが、プラットフォーム用記憶領域に記憶された音楽データを複製してこれをアプリケーション用記憶領域に記憶し、この複製データを再生する場合でも同様である。
In the first embodiment, the case where the music data stored in the platform storage area of the RAM 202 is used has been described. However, the case where the music data stored in the memory card 32 as the first storage unit is used is described. The same is true.
In the first embodiment, the music data list of music data stored in the platform storage area of the RAM 202 is stored in the application storage area, and the music data in the platform storage area specified by the music name list is reproduced. Although the case has been described, the same applies to the case where the music data stored in the platform storage area is copied and stored in the application storage area and the copy data is reproduced.

〔実施形態2〕
次に、本発明の他の実施形態(以下、本実施形態を「実施形態2」という。)について説明する。
本実施形態2においては、第1の記憶手段としてのメモリカード32に記憶された音楽データの曲名リストをアプリケーション用記憶領域に記憶し、この曲名リストにより特定されるメモリカード32内の音楽データを再生する場合について説明する。なお、以下の説明において、上記実施形態1と同様の部分については、その説明を省略する。
[Embodiment 2]
Next, another embodiment of the present invention (hereinafter, this embodiment is referred to as “Embodiment 2”) will be described.
In the second embodiment, a song name list of music data stored in the memory card 32 as the first storage means is stored in the application storage area, and the music data in the memory card 32 specified by this song name list is stored. A case of reproduction will be described. In the following description, the description of the same parts as those in the first embodiment will be omitted.

図10は、本実施形態2におけるアプリケーションプログラムの再開時の処理の流れを示すフローチャートである。
上記実施形態1と同様にアプリケーションプログラムを実行したアプリケーションプログラム実行管理部214は、そのアプリケーションプログラムの実行中に、ユーザーによりクラムシェルが閉じられると、その実行を一時停止させる。そして、ユーザーが所定の再開操作を行うと(S1)、主制御部215は、再開指示をアプリケーションプログラム実行管理部214に送る。ここで、アプリケーションプログラムの一時停止中にユーザーがメモリカード32を携帯電話機20の本体から取り外して、その再開時にメモリカード32が装着されていない場合、再開したアプリケーションプログラムが音楽を再生しようとしても、その音楽データを記憶したメモリカード32がない。そのため、再開したアプリケーションプログラムが適切に動作しないおそれがある。
FIG. 10 is a flowchart showing the flow of processing when the application program is restarted in the second embodiment.
As in the first embodiment, the application program execution management unit 214 that has executed the application program temporarily stops the execution of the clamshell when the user closes the clamshell during execution of the application program. When the user performs a predetermined resumption operation (S1), the main control unit 215 sends a resumption instruction to the application program execution management unit 214. Here, if the user removes the memory card 32 from the main body of the mobile phone 20 while the application program is paused, and the memory card 32 is not attached at the time of the restart, even if the restarted application program tries to play music, There is no memory card 32 that stores the music data. Therefore, the resumed application program may not operate properly.

そこで、本実施形態2では、ユーザーにより所定の再開操作が行われた後(S1)、主制御部215は、メモリカード装着部218に設けられるメモリカード32の着脱状態を検知する検知センサからの検知結果を取得して、メモリカード32の着脱状態を確認する(S21)。そして、メモリカード32が取り外されている場合、主制御部215は、メモリカード32が取り外された旨を示すカード無し通知を、アプリケーションプログラム実行管理部214に送る(S22)。これを受けたアプリケーションプログラム実行管理部214は、主制御部215を介して出力部216の液晶ディスプレイ27に、メモリカード32が取り外されている旨の警告画面を表示する処理を行う(S23)。この場合、メモリカード32が装着されるまでは、アプリケーションプログラムは再開されない。   Therefore, in the second embodiment, after a predetermined resumption operation is performed by the user (S1), the main control unit 215 detects from the detection sensor that detects the attachment / detachment state of the memory card 32 provided in the memory card attachment unit 218. A detection result is acquired and the attachment / detachment state of the memory card 32 is confirmed (S21). If the memory card 32 has been removed, the main control unit 215 sends a card no-notification indicating that the memory card 32 has been removed to the application program execution management unit 214 (S22). Receiving this, the application program execution management unit 214 performs a process of displaying a warning screen indicating that the memory card 32 is removed on the liquid crystal display 27 of the output unit 216 via the main control unit 215 (S23). In this case, the application program is not resumed until the memory card 32 is inserted.

また、アプリケーションプログラムの一時停止中に、ユーザーがメモリカード32を携帯電話機20の本体から取り外して新しいメモリカード32を装着した場合、その新しいメモリカード32に記憶された音楽データと、アプリケーション用記憶領域に記憶された曲名リストとの対応関係が一致しない。すなわち、新しいメモリカード32に記憶されている音楽データに対応する曲名リストがアプリケーション用記憶領域に存在しない。そのため、再開したアプリケーションプログラムにより新しいメモリカード32に記憶されている音楽データを再生することができず、再開したアプリケーションプログラムが適切に動作しないおそれがある。
そこで、本実施形態2では、アプリケーションプログラムの一時停止中に、メモリカード32が交換された場合、主制御部215は、新しいメモリカードが装着された旨を示すカード交換通知を、アプリケーションプログラム実行管理部214に送る(S24)。これを受けたアプリケーションプログラム実行管理部214は、上記実施形態1において音楽データが更新された場合と同様、曲名リストの取得処理を再度行う(S3)。その後、アプリケーションプログラム実行管理部214は、アプリケーションプログラムを再開させる(S4)。これにより、再開したアプリケーションプログラムにより上述した音楽データの再生処理(S18)がなされる場合には、メモリカード32に記憶された音楽データと、アプリケーション用記憶領域に記憶された曲名リストとの対応関係が一致した状態となる。
When the user removes the memory card 32 from the main body of the mobile phone 20 and inserts a new memory card 32 while the application program is paused, the music data stored in the new memory card 32 and the application storage area The correspondence relationship with the song name list stored in is not consistent. That is, there is no song name list corresponding to the music data stored in the new memory card 32 in the application storage area. Therefore, the music data stored in the new memory card 32 cannot be reproduced by the resumed application program, and the resumed application program may not operate properly.
Therefore, in the second embodiment, when the memory card 32 is replaced while the application program is paused, the main control unit 215 notifies the card replacement notification indicating that a new memory card has been installed. The data is sent to the unit 214 (S24). Receiving this, the application program execution management unit 214 performs the song name list acquisition process again as in the case where the music data is updated in the first embodiment (S3). Thereafter, the application program execution management unit 214 restarts the application program (S4). Thereby, when the music data reproduction process (S18) described above is performed by the resumed application program, the correspondence between the music data stored in the memory card 32 and the song name list stored in the application storage area Are matched.

一方、アプリケーションプログラムの一時停止中に、メモリカード32が交換されなかった場合、主制御部215は、上記カード交換通知をアプリケーションプログラム実行管理部214に送らない。この場合、装着されているメモリカード32に記憶された音楽データと、アプリケーション用記憶領域に記憶された曲名リストとの対応関係は一致した状態にあるので、アプリケーションプログラム実行管理部214は、曲名リストの取得処理は行わず、そのままアプリケーションプログラムを再開させる(S4)。   On the other hand, if the memory card 32 is not replaced while the application program is paused, the main control unit 215 does not send the card replacement notification to the application program execution management unit 214. In this case, since the correspondence between the music data stored in the attached memory card 32 and the song name list stored in the application storage area is in agreement, the application program execution management unit 214 uses the song name list. Is not performed, and the application program is resumed as it is (S4).

以上、本実施形態2によれば、取り外されて存在しないメモリカード32に記憶された音楽データを再生しようとするなどの動作がされなくなるので、再開したアプリケーションプログラムは適切に動作することができる。しかも、本実施形態では、アプリケーションプログラム実行管理部214は、主制御部215から送られるカード無し通知やカード交換通知の有無により、メモリカード32が取り外されているか、新しいメモリカード32が装着されたかを認識することができる。したがって、再開のたびに、メモリカードが装着されているかを毎回確認したり、曲名リストを再取得する処理を毎回行ったりする場合に比べて、アプリケーションプログラムの動作の遅延を抑えることができる。   As described above, according to the second embodiment, an operation such as trying to reproduce music data stored in the memory card 32 that has been removed and does not exist is not performed, so that the resumed application program can operate appropriately. In addition, in this embodiment, the application program execution management unit 214 determines whether the memory card 32 has been removed or a new memory card 32 has been installed depending on whether there is a card-notification notification or a card replacement notification sent from the main control unit 215. Can be recognized. Accordingly, it is possible to suppress the delay of the operation of the application program, as compared with the case where it is checked every time whether the memory card is inserted each time the process is restarted or the process of reacquiring the song name list is performed every time.

なお、上述した実施形態1及び2では、JAVA等のプログラム言語を用いたプラットフォームに依存しないオブジェクト指向のプログラミングで開発されたアプリケーションプログラムを実行できる携帯電話機について説明したが、これに限られるものではない。
また、本発明は、携帯電話機のほか、PHS、自動車電話機等の電話機のほか、携帯型のPDAの場合についても適用でき、同様な効果が得られるものである。
In the first and second embodiments described above, a mobile phone that can execute an application program developed by object-oriented programming that does not depend on a platform using a program language such as JAVA has been described. However, the present invention is not limited to this. .
Further, the present invention can be applied not only to mobile phones, but also to portable PDAs in addition to phones such as PHS and automobile phones, and similar effects can be obtained.

本発明の実施形態1に係る移動体通信システムを構成する携帯電話機におけるアプリケーションプログラムの再開時の処理の流れを示すフローチャート。4 is a flowchart showing a flow of processing when an application program is resumed in the mobile phone configuring the mobile communication system according to the first embodiment of the present invention. 同移動体通信システムの全体構成を説明するための説明図。Explanatory drawing for demonstrating the whole structure of the mobile communication system. 同移動体通信システムを構成するダウンロードサーバのハードウェア構成を示す概略構成図。The schematic block diagram which shows the hardware constitutions of the download server which comprises the mobile communication system. 同携帯電話機の外観を示す正面図。The front view which shows the external appearance of the mobile phone. 同携帯電話機のハードウェア構成を示す概略構成図。The schematic block diagram which shows the hardware constitutions of the mobile phone. 同携帯電話機の主要部を抽出して示したブロック図。The block diagram which extracted and showed the principal part of the mobile phone. 同携帯電話機におけるソフトウェア構造の説明図。Explanatory drawing of the software structure in the mobile phone. 同携帯電話機におけるアプリケーションプログラムを実行するための処理の流れを示すフローチャート。The flowchart which shows the flow of the process for performing the application program in the mobile phone. 同アプリケーションプログラムによる音楽データの再生処理を行うときのシーケンス図。The sequence diagram when performing the reproduction | regeneration processing of the music data by the application program. 本発明の実施形態2における携帯電話機におけるアプリケーションプログラムの再開時の処理の流れを示すフローチャート。The flowchart which shows the flow of a process at the time of the restart of the application program in the mobile telephone in Embodiment 2 of this invention.

符号の説明Explanation of symbols

10 携帯電話通信網
11 ダウンロードサーバ
20 携帯電話機
27 液晶ディスプレイ
32 メモリカード
212 データ通信部
213 操作部
214 アプリケーションプログラム実行管理部
215 主制御部
216 出力部
217 シェル開閉検知部
218 メモリカード装着部
DESCRIPTION OF SYMBOLS 10 Mobile phone communication network 11 Download server 20 Mobile phone 27 Liquid crystal display 32 Memory card 212 Data communication part 213 Operation part 214 Application program execution management part 215 Main control part 216 Output part 217 Shell opening / closing detection part 218 Memory card attachment part

Claims (5)

データを記憶する第1の記憶手段及び第2の記憶手段と、
該第1の記憶手段に記憶されたデータを変更し若しくは削除し、又は新たなデータを該第1の記憶手段に追加する更新処理を行う更新処理手段と、
該第1の記憶手段に記憶されたデータの少なくとも一部を複製して該第2の記憶手段に記憶する記憶処理、又は、該第1の記憶手段に記憶されたデータを特定するための特定データを該第2の記憶手段に記憶する記憶処理を行った後、該複製したデータを用いて又は該特定データにより特定される該第1の記憶手段に記憶されたデータを用いて、アプリケーションプログラムを実行するプログラム実行手段とを備えた移動体通信端末であって、
上記更新処理手段は、上記記憶処理を行った後上記プログラム実行手段がアプリケーションプログラムの実行を終了するまでの間に上記更新処理を行った場合、その旨を示す通知を該プログラム実行手段に対して送ることを特徴とする移動体通信端末。
First storage means and second storage means for storing data;
Update processing means for performing update processing for changing or deleting data stored in the first storage means or adding new data to the first storage means;
A storage process for duplicating at least a part of the data stored in the first storage means and storing it in the second storage means, or a specification for specifying the data stored in the first storage means After performing a storage process for storing data in the second storage means, an application program using the copied data or using data stored in the first storage means specified by the specific data A mobile communication terminal comprising program execution means for executing
When the update processing unit performs the update process after the storage process and before the program execution unit finishes executing the application program, the update processing unit sends a notification to that effect to the program execution unit. A mobile communication terminal characterized by sending.
請求項1の移動体通信端末において、
上記プログラム実行手段は、上記通知を受けた場合、上記複製したデータを用いる前に、又は、上記特定データにより特定される上記第1の記憶手段に記憶されたデータを用いる前に、上記記憶処理を再度行うことを特徴とする移動体通信端末。
The mobile communication terminal according to claim 1, wherein
When the program execution unit receives the notification, the program execution unit performs the storage process before using the duplicated data or before using the data stored in the first storage unit specified by the specific data. A mobile communication terminal characterized by performing the operation again.
請求項2の移動体通信端末において、
上記通知には、上記更新処理により更新されたデータを特定するための更新データ情報が含まれており、
上記プログラム実行手段は、該更新データ情報により特定されるデータについてのみ、上記記憶処理を行うことを特徴とする移動体通信端末。
The mobile communication terminal according to claim 2, wherein
The notification includes update data information for specifying data updated by the update process,
The mobile communication terminal characterized in that the program execution means performs the storage process only for data specified by the update data information.
データを記憶し、移動体通信端末本体に着脱可能な第1の記憶手段と、
データを記憶する第2の記憶手段と、
該移動体通信端末本体に対する該第1の記憶手段の着脱状態を認識する認識手段と、
該第1の記憶手段に記憶されたデータの少なくとも一部を複製して該第2の記憶手段に記憶する記憶処理、又は、該第1の記憶手段に記憶されたデータを特定するための特定データを該第2の記憶手段に記憶する記憶処理を行った後、該複製したデータを用いて又は該特定データにより特定される該第1の記憶手段に記憶されたデータを用いて、アプリケーションプログラムを実行するプログラム実行手段とを備えた移動体通信端末であって、
上記認識手段は、上記記憶処理を行った後上記プログラム実行手段がアプリケーションプログラムの実行を終了するまでの間に、該第1の記憶手段が該移動体通信端末本体から取り外された場合、又は、該第1の記憶手段が該移動体通信端末本体に装着された場合、その旨を示す通知を該プログラム実行手段に対して送ることを特徴とする移動体通信端末。
First storage means for storing data and detachable from the mobile communication terminal body;
Second storage means for storing data;
Recognition means for recognizing the attachment / detachment state of the first storage means with respect to the mobile communication terminal body;
A storage process for duplicating at least a part of the data stored in the first storage means and storing it in the second storage means, or a specification for specifying the data stored in the first storage means After performing a storage process for storing data in the second storage means, an application program using the copied data or using data stored in the first storage means specified by the specific data A mobile communication terminal comprising program execution means for executing
The recognizing means, when the first storage means is removed from the mobile communication terminal main body after the storage processing and before the program execution means finishes executing the application program, or A mobile communication terminal characterized in that, when the first storage means is attached to the mobile communication terminal main body, a notification to that effect is sent to the program execution means.
請求項4の移動体通信端末において、
上記プログラム実行手段は、上記第1の記憶手段が上記移動体通信端末本体に装着された旨を示す上記通知を受けた場合、上記記憶処理を再度行うことを特徴とする移動体通信端末。
The mobile communication terminal according to claim 4, wherein
The mobile communication terminal according to claim 1, wherein the program execution unit performs the storage process again when the notification indicating that the first storage unit is attached to the mobile communication terminal main body is received.
JP2007114191A 2007-04-24 2007-04-24 Mobile communication terminal Expired - Lifetime JP4477035B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007114191A JP4477035B2 (en) 2007-04-24 2007-04-24 Mobile communication terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007114191A JP4477035B2 (en) 2007-04-24 2007-04-24 Mobile communication terminal

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2003140990A Division JP3968326B2 (en) 2003-05-19 2003-05-19 Mobile communication terminal

Publications (2)

Publication Number Publication Date
JP2007293862A true JP2007293862A (en) 2007-11-08
JP4477035B2 JP4477035B2 (en) 2010-06-09

Family

ID=38764372

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007114191A Expired - Lifetime JP4477035B2 (en) 2007-04-24 2007-04-24 Mobile communication terminal

Country Status (1)

Country Link
JP (1) JP4477035B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105810220A (en) * 2016-03-22 2016-07-27 广东欧珀移动通信有限公司 Control method, apparatus and system for music playback system
JP2019120898A (en) * 2018-01-11 2019-07-22 アルパイン株式会社 Audio apparatus

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105810220A (en) * 2016-03-22 2016-07-27 广东欧珀移动通信有限公司 Control method, apparatus and system for music playback system
CN105810220B (en) * 2016-03-22 2018-09-04 广东欧珀移动通信有限公司 The control method of music playing system, apparatus and system
JP2019120898A (en) * 2018-01-11 2019-07-22 アルパイン株式会社 Audio apparatus

Also Published As

Publication number Publication date
JP4477035B2 (en) 2010-06-09

Similar Documents

Publication Publication Date Title
WO2009156577A1 (en) Method, apparatus, and computer program product for personalizing a device
JP2006100885A (en) Streaming data receiving and reproducing terminal
JP3968116B2 (en) Mobile communication device and application execution environment software for mobile communication device
JP4701639B2 (en) Backup data storage system and method, information server, portable terminal and program used therefor
WO2007036935A2 (en) A self-contained portable device
JP2002359694A (en) Mobile phone and data storage system employing it
WO2004102932A1 (en) Mobile communication terminal
JP4477035B2 (en) Mobile communication terminal
JP4833146B2 (en) Mobile communication terminal
EP1811423A1 (en) Linking operation method, and communication terminal device
JP3968326B2 (en) Mobile communication terminal
JP3968325B2 (en) Mobile communication terminal
JP3981653B2 (en) Mobile communication terminal
JP2002259367A (en) Information registering method for electronic equipment, electronic equipment and computer program
JP2008015578A (en) Terminal equipment and program
JP4657647B2 (en) Mobile communication terminal
JP5042616B2 (en) Portable information terminal
JP5258697B2 (en) Portable electronic devices
JP4751439B2 (en) Communication terminal device
JP4496053B2 (en) Mobile communication system and mobile communication terminal
JP4638200B2 (en) Streaming data reception / playback terminal
JP3872989B2 (en) Information communication terminal that can execute application programs
JP4268458B2 (en) Mobile communication terminal
JP2012014244A (en) Information terminal
JP2010271981A (en) Content related menu display method, program therefor, device therefor, and portable terminal device

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090911

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20091110

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20091211

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100205

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100226

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100310

R150 Certificate of patent or registration of utility model

Ref document number: 4477035

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130319

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130319

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20160319

Year of fee payment: 6

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

EXPY Cancellation because of completion of term