JP4842171B2 - Emulator system and program for mobile terminal emulation - Google Patents

Emulator system and program for mobile terminal emulation Download PDF

Info

Publication number
JP4842171B2
JP4842171B2 JP2007043742A JP2007043742A JP4842171B2 JP 4842171 B2 JP4842171 B2 JP 4842171B2 JP 2007043742 A JP2007043742 A JP 2007043742A JP 2007043742 A JP2007043742 A JP 2007043742A JP 4842171 B2 JP4842171 B2 JP 4842171B2
Authority
JP
Japan
Prior art keywords
model
emulation
key operation
specification data
model information
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.)
Expired - Fee Related
Application number
JP2007043742A
Other languages
Japanese (ja)
Other versions
JP2008211315A (en
Inventor
崇徳 今井
貴之 石本
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.)
Mitsubishi Electric Information Systems Corp
Original Assignee
Mitsubishi Electric Information Systems 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 Mitsubishi Electric Information Systems Corp filed Critical Mitsubishi Electric Information Systems Corp
Priority to JP2007043742A priority Critical patent/JP4842171B2/en
Publication of JP2008211315A publication Critical patent/JP2008211315A/en
Application granted granted Critical
Publication of JP4842171B2 publication Critical patent/JP4842171B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、携帯端末のエミュレーションを行うエミュレータシステムおよびプログラムに関する。   The present invention relates to an emulator system and a program for performing emulation of a portable terminal.

現在、携帯電話その他の携帯端末として、多種多様なものが使用されているが、これらの携帯端末は、その機種ごとに異なる仕様に従って動作している。
これらの仕様の相違は、Webブラウジング、電子メール、画面表示、キー操作等の広い範囲に渡る。また、仕様は携帯キャリア事業者によって異なるだけでなく、機種の開発世代、製造元であるメーカによっても異なる。
たとえば、機種ごとに異なる仕様の例として、HTTPヘッダに含まれるユーザーエージェント変数(HTTP_USER_AGENT)の設定値が挙げられる。この変数の設定値の例を図6に示す。なお、図6に示される書式は世代ごとにまとめられているが、実際には同一世代でも機種によって書式が異なる場合もある。
Currently, a wide variety of mobile phones and other mobile terminals are used, and these mobile terminals operate according to different specifications for each model.
These differences in specifications cover a wide range of web browsing, e-mail, screen display, key operation, and the like. The specifications are not only different depending on the mobile carrier, but also different depending on the model generation and manufacturer.
For example, a setting value of a user agent variable (HTTP_USER_AGENT) included in an HTTP header can be given as an example of specifications that differ for each model. An example of the setting value of this variable is shown in FIG. Although the format shown in FIG. 6 is grouped for each generation, the format may actually vary depending on the model even in the same generation.

また、これらの携帯端末を介して利用できるシステムも、多数開発され運用されている。これらのシステムを構築する側であるシステム開発者は、その開発の際に、実機またはこれに近い環境を用いてテストを行う必要がある。このテストには実機が用いられる場合もあるが、コストおよび環境等の制約から、代用としてエミュレータを用いる場合がある。
このような携帯端末のエミュレータの例は、特許文献1に示される。特許文献1では、エミュレータ・コントロール・サーバによって実現されるモバイル・エミュレータが携帯機器の仕様を模倣する。
また、携帯電話のエミュレータとして、iモードに対応する携帯電話のエミュレータが携帯キャリア事業者によって提供されている。
In addition, many systems that can be used via these portable terminals have been developed and operated. A system developer who constructs these systems needs to perform tests using an actual machine or an environment close to this in developing the system. An actual machine may be used for this test, but an emulator may be used as a substitute due to cost and environment constraints.
An example of such an emulator of a portable terminal is shown in Patent Document 1. In Patent Document 1, a mobile emulator realized by an emulator control server imitates the specifications of a portable device.
Further, as mobile phone emulators, mobile phone emulators that support i-mode are provided by mobile carrier operators.

特開2003−167863号公報JP 2003-167863 A

しかしながら、従来の携帯端末用エミュレータでは、携帯端末の各機種固有に特化された仕様まで含むエミュレーションを提供することができないという問題があった。
たとえば、特許文献1のモバイル・エミュレータでは、エミュレータ対象機器として指定できるのは「ノートPC」「タブレットPC」「PDA」の3種類のみであり、あるPDAに特化されて他のPDAとは異なるような仕様まで対応することはできない。
また、携帯キャリア事業者がインターネットを介して公開しているエミュレータもあるが、これは一定の規格、たとえば全端末に共通する大まかな仕様のみのエミュレーションを目的としており、機種ごとの動作をエミュレートする機能を持つものはない。
However, the conventional portable terminal emulator has a problem that it cannot provide emulation including specifications specific to each model of the portable terminal.
For example, in the mobile emulator disclosed in Patent Document 1, only three types of “notebook PC”, “tablet PC”, and “PDA” can be designated as emulator target devices, which are specialized for a certain PDA and different from other PDAs. Such a specification cannot be supported.
There are also emulators released by the mobile carrier over the Internet, but this is intended to emulate only a certain standard, for example, a rough specification common to all terminals, and it emulates the operation of each model. There is nothing that has the function to do.

このため、携帯端末からの利用を想定したシステムを構築する際、各機種固有の仕様まで想定した厳密な動作検証が必要となる場合には、対象とする機種すべてについて、実機を用いてのテストが必須となる。一般消費者を対象とするシステム(いわゆるBtoC)の場合には、全携帯キャリア事業者の全機種を対象とした動作の検証が必要となり、特定企業を対象とするシステム(いわゆるBtoB)であっても、何機種かの候補で同様の検証を行い、対応機種の見極めを実施する必要があるからである。   For this reason, when building a system that is expected to be used from a mobile device, if it is necessary to perform rigorous operation verification assuming specifications specific to each model, all target models will be tested using actual devices. Is essential. In the case of a system targeting general consumers (so-called BtoC), it is necessary to verify the operation targeting all models of all mobile carrier operators, and it is a system targeting so-called specific companies (so-called BtoB). This is because it is necessary to carry out the same verification for several candidates and determine the compatible models.

また、システム開発が完了して運用に入った後も、実機による検証を追加で行う必要が生じる。一般消費者を対象とするシステムの場合は、新たに発売される機種すべての検証が必要となる。特定企業を対象とするシステムの場合でも、従来の対応機種が発売停止になると次の対応機種を選定する必要がある。このため、その都度検証が必要になり、ランニングコストが増大する。また、新機種の実機を用いた検証は発売後でなければ不可能な為、検証作業の遅れからエンドユーザのクレームが発生する可能性が高い。   In addition, even after system development is completed and put into operation, verification with an actual machine needs to be additionally performed. In the case of a system targeting general consumers, all newly released models need to be verified. Even in the case of a system targeting a specific company, it is necessary to select the next compatible model when the conventional compatible model is suspended. For this reason, verification is required each time, and the running cost increases. In addition, since verification using a new model of the actual machine is only possible after the release, there is a high possibility that end user complaints will occur due to delays in verification work.

このように、携帯端末の各機種固有に特化された仕様まで含むエミュレータが提供されていないため、多機種に渡る実機のテストが必要となり、実機の購入コスト、実機使用契約のコスト等が増大する。   In this way, since emulators that include specifications specific to each model of mobile device are not provided, testing of actual devices across multiple models is required, increasing the cost of purchasing actual devices, the cost of using actual devices, etc. To do.

この発明は、このような問題点を解決するためになされたものであり、携帯端末の各機種固有に特化された仕様まで含むエミュレーション機能を実現するエミュレータシステムおよびプログラムを提供することを目的とする。   The present invention has been made to solve such problems, and an object thereof is to provide an emulator system and a program that realize an emulation function including specifications specific to each model of a portable terminal. To do.

上述の問題点を解決するため、この発明に係るエミュレータシステムは、携帯端末のエミュレーションを行うエミュレータシステムであって、エミュレータシステムは、複数の機種情報格納手段であって、それぞれ、携帯端末の異なる機種それぞれに固有の仕様を表す情報を格納する、複数の機種情報格納手段と、機種情報格納手段のいずれかを参照してエミュレーションを行う、エミュレート部であって、キー操作ウインドウを出力する、エミュレート部と、キー操作ウインドウを表示するディスプレイとを備え、機種情報格納手段は、機種の画面表示に関する仕様を表す、画面表示仕様データと、機種のキー操作に関する仕様を表す、キー操作仕様データとの少なくとも1つを含み、キー操作ウインドウは、携帯端末のキー操作をエミュレートするためのものであり、キー操作ウインドウにおける表示は、キー操作仕様データに応じたものである
In order to solve the above-described problems, an emulator system according to the present invention is an emulator system that emulates a mobile terminal, and the emulator system includes a plurality of model information storage units, each of which has a different model of the mobile terminal. An emulation unit that stores information representing specific specifications for each of them and performs emulation with reference to one of a plurality of model information storage means and model information storage means, and outputs a key operation window. The model information storage means includes screen display specification data indicating specifications related to the screen display of the model, and key operation specification data indicating specifications related to the key operation of the model. at least 1 Tsuo含seen, key operation window, emulate the key operation of the mobile terminal of the Is for over door, displayed in the key operation window, it is in accordance with the key operation specification data.

機種情報格納手段は、機種のWebブラウザとしての仕様を表す、Web通信仕様データと、機種の電子メールの送信に関する仕様を表す、メール送信仕様データとの少なくとも1つ含んでもよい。
機種情報格納手段は、機種の、外部との通信に関する仕様を表すデータを含んでもよい。
また、この発明に係るプログラムは、コンピュータを、上述のエミュレータシステムとして機能させる。
Model information storage unit, represents the specification of the Web browser model, the Web communication specification data represents a specification for transmission of the machine type of the e-mail may include at least one of mail transmission specification data.
The model information storage means may include data representing specifications of the model regarding communication with the outside.
The program according to the present invention causes a computer to function as the above-described emulator system.

この発明に係るエミュレータシステムおよびプログラムは、機種情報ファイルを参照し、機種情報ファイルに定義された仕様に従って、エミュレーション機能を提供するので、携帯端末の各機種固有に特化された仕様まで含む、きめの細かいエミュレーションの機能を提供することができる。   The emulator system and program according to the present invention refer to the model information file and provide an emulation function according to the specifications defined in the model information file. Can provide detailed emulation functions.

以下、この発明の実施の形態を添付図面に基づいて説明する。
実施の形態1.
図1は、本発明の実施の形態1に係るエミュレータシステムであって、携帯端末として機能するPC100の構成を示す。
PC100は、周知の構成を有するコンピュータであり、演算を行う演算手段であるCPUと、情報を格納するための磁気ディスクおよび半導体メモリを含む記憶手段とを備える。PC100は、さらに、入力装置であるキーボードおよびマウス、出力装置であるディスプレイおよびプリンタ、通信ネットワークに対する入力装置と出力装置とを兼ねるネットワークインタフェースを備える。
Embodiments of the present invention will be described below with reference to the accompanying drawings.
Embodiment 1 FIG.
FIG. 1 shows an emulator system according to Embodiment 1 of the present invention, and shows a configuration of a PC 100 that functions as a mobile terminal.
The PC 100 is a computer having a well-known configuration, and includes a CPU that is a calculation unit that performs a calculation, and a storage unit that includes a magnetic disk and a semiconductor memory for storing information. The PC 100 further includes a keyboard and mouse that are input devices, a display and printer that are output devices, and a network interface that serves both as an input device and an output device for a communication network.

PC100は、その記憶手段に格納されたエミュレーションプログラム(図示せず)を実行することによって、携帯端末のエミュレーションを行うエミュレータシステムの一部であるエミュレート部20として機能する。なお、ここで「エミュレーション」とは、エミュレーションプログラムを用いてあるハードウエア、たとえばPC100を異なる設計のハードウエア、たとえばある携帯端末の動作に模倣することを意味する。また、携帯端末とは、情報処理機能および通信機能を有する持ち運び可能な端末のことであり、たとえば携帯電話、PHS、PDA(携帯情報端末)を含む。   The PC 100 functions as an emulator 20 that is a part of an emulator system that emulates a mobile terminal by executing an emulation program (not shown) stored in the storage means. Here, “emulation” means imitation of certain hardware, for example, the PC 100, using the emulation program to the operation of hardware of a different design, for example, a certain portable terminal. A portable terminal is a portable terminal having an information processing function and a communication function, and includes, for example, a mobile phone, a PHS, and a PDA (personal digital assistant).

また、PC100は、その記憶手段に、複数の機種情報ファイル40および50をデータとして格納する。機種情報ファイル40および50は、それぞれ異なる特定の携帯端末機種の仕様を表す情報を格納する、機種情報格納手段である。PC100のユーザが、エミュレート部20に対して機種情報ファイル40または50のいずれかを指定すると、エミュレート部20は、指定された機種情報ファイル40または50のいずれかを参照し、これに沿った仕様のエミュレーション機能を提供する。
なお、図1では、機種情報ファイルとして機種情報ファイル40および50の2つが示されているが、PC100は1以上の任意の数の機種情報ファイルを格納することができる。
Further, the PC 100 stores a plurality of model information files 40 and 50 as data in the storage means. The model information files 40 and 50 are model information storage means for storing information representing the specifications of different specific portable terminal models. When the user of the PC 100 designates either the model information file 40 or 50 for the emulator unit 20, the emulator unit 20 refers to the designated model information file 40 or 50, and follows this. Provides emulation functions with specific specifications.
In FIG. 1, two model information files 40 and 50 are shown as model information files, but the PC 100 can store any number of model information files of one or more.

エミュレート部20は、Web通信エミュレート部21、画面表示エミュレート部22、メール送信エミュレート部23、およびキー操作エミュレート部24を含む。すなわち、PC100は、エミュレーションプログラムに含まれる、Web通信エミュレーションプログラム、画面表示エミュレーションプログラム、メール送信エミュレーションプログラム、およびキー操作エミュレーションプログラムを実行することによって、それぞれ、Web通信エミュレート部21、画面表示エミュレート部22、メール送信エミュレート部23、およびキー操作エミュレート部24として機能する。
エミュレート部20は、上記の各エミュレート部21〜24をすべて含むものであるが、これらは互いに独立してインストール可能であってもよい。すなわち、たとえばエミュレート部20はWeb通信エミュレート部21および画面表示エミュレート部22のみを含んでもよく、あるいは、メール送信エミュレート部23のみを含んでもよい。
The emulation unit 20 includes a Web communication emulation unit 21, a screen display emulation unit 22, a mail transmission emulation unit 23, and a key operation emulation unit 24. That is, the PC 100 executes a Web communication emulation program, a screen display emulation program, a mail transmission emulation program, and a key operation emulation program included in the emulation program, respectively. Functions as a unit 22, a mail transmission emulation unit 23, and a key operation emulation unit 24.
The emulation unit 20 includes all the emulation units 21 to 24 described above, but these may be installable independently of each other. That is, for example, the emulation unit 20 may include only the Web communication emulation unit 21 and the screen display emulation unit 22, or may include only the mail transmission emulation unit 23.

機種情報ファイル40および50は、それぞれ、Web通信仕様データ41および51、画面表示仕様データ42および52、メール送信仕様データ43および53、ならびにキー操作仕様データ44および54を含む。
Web通信仕様データ41および51は、特定の機種、すなわち機種情報ファイル40および50それぞれに関連する機種の、Web(ウエブ)ブラウザとしての仕様を表す。この仕様は、たとえばHTTPプロトコルに関連するものである。
画面表示仕様データ42および52は、特定の機種の、画面表示に関する仕様を表す。
メール送信仕様データ43および53は、特定の機種の、電子メールの送信に関する仕様を表す。この仕様は、たとえばSMTPプロトコルおよびPOPプロトコルに関連するものである。
キー操作仕様データ44および54は、特定の機種の、キー配置に関する仕様及びキー操作の結果に関する仕様(キー操作によりどのような結果が得られるかを定めた仕様)を表す。なお、エミュレート部20が対応するすべての機種について、その機種の各キー(ボタン)の動作は、キー操作(ボタン操作)のパターンごとにあらかじめ定義されている。同様に、すべての機種の特殊キーの動作は、あらかじめ定義されている。
ここで、Web通信仕様データ41および51と、メール送信仕様データ43および53とは、特定の機種の、外部との通信に関する仕様を表すデータである。また、Webブラウザおよび電子メール以外の手段について、外部との通信を行う機能を有する機種の場合は、機種情報ファイル40および50はその通信に関する仕様を表すデータをさらに含んでもよい。
The model information files 40 and 50 include Web communication specification data 41 and 51, screen display specification data 42 and 52, mail transmission specification data 43 and 53, and key operation specification data 44 and 54, respectively.
Web communication specification data 41 and 51 represent specifications of a specific model, that is, a model related to the model information files 40 and 50, respectively, as a Web (web) browser. This specification relates to, for example, the HTTP protocol.
The screen display specification data 42 and 52 represent specifications related to screen display of a specific model.
The mail transmission specification data 43 and 53 represent specifications regarding transmission of electronic mail of a specific model. This specification relates to, for example, the SMTP protocol and the POP protocol.
The key operation specification data 44 and 54 represent specifications related to key arrangement and key operation results (specifications that determine what results can be obtained by key operation) for a specific model. For all models supported by the emulator unit 20, the operation of each key (button) of the model is defined in advance for each key operation (button operation) pattern. Similarly, the operation of special keys for all models is predefined.
Here, the Web communication specification data 41 and 51 and the mail transmission specification data 43 and 53 are data representing specifications regarding communication with the outside of a specific model. Further, in the case of a model having a function of performing communication with the outside as a means other than the Web browser and e-mail, the model information files 40 and 50 may further include data representing specifications regarding the communication.

図2は、機種情報ファイル40の具体例を示す。この例では機種情報ファイル40はテキストファイルの形式であり、そのファイル名はたとえば「.ini」という拡張子を持つ。なお、ファイル形式はテキストファイルに限らず、XML形式等、他の任意の形式が使用可能である。   FIG. 2 shows a specific example of the model information file 40. In this example, the model information file 40 is in the form of a text file, and the file name has an extension of “.ini”, for example. The file format is not limited to the text file, and any other format such as an XML format can be used.

図2の例で[Web通信機能]として示されるWeb通信仕様データ41によれば、この携帯端末は、HTML7.0として定義される仕様に従って通信を行い、またHTTPヘッダに含まれるユーザーエージェント変数には「Xcorporation/2.0 A100x(a100;ABC123)」という値を設定する。ここで、たとえばXcorporationは携帯キャリア事業者の名称であり、ABC123は機種名である。また、SSL通信の際に使用される証明書はAuthCorporation社のものである。
[画面表示機能]として示される画面表示仕様データ42によれば、この携帯端末は、全角文字を横11文字×縦16文字表示可能であり、一度に表示可能な全角文字数は176文字である。また、画像データは、横230ピクセル×縦320ピクセルの解像度で表示可能であり、26144色を使用可能である。
[メール送信機能]として示されるメール送信仕様データ43は、この携帯端末が送信する電子メールのヘッダ部分の内容の一部を示す。なお、メール送信仕様データ43の形式は、そのまま電子メールのヘッダ行として使用され得る形式であってもよい。
[キー操作機能]として示されるキー操作仕様データ44によれば、この携帯端末の配列パターン(KeyType)は、Aタイプというキー配列のパターンを使用する。配列パターン(KeyType)は、キー配列及び、配列されたキーのキー番号(key1、key2等)を定義している。また、この携帯端末の第一のキー(key1)は「Menuキー」という名称で定義される処理を指示し、第二のキー(key2)は「文字キー」という名称で定義される処理を指示する。図2では図示していないが、[キー操作機能]ではAタイプで定義されているキー番号について、どの機能を割り振るかを随時、定義する。
According to the Web communication specification data 41 shown as [Web communication function] in the example of FIG. 2, this mobile terminal performs communication according to the specification defined as HTML 7.0, and the user agent variable included in the HTTP header Sets the value "Xcorporation / 2.0 A100x (a100; ABC123)". Here, for example, Xcorporation is the name of the mobile carrier, and ABC123 is the model name. The certificate used for SSL communication is from Auth Corporation.
According to the screen display specification data 42 shown as “screen display function”, this portable terminal can display full-width characters of 11 horizontal characters × 16 vertical characters, and the number of full-width characters that can be displayed at one time is 176 characters. Further, the image data can be displayed with a resolution of horizontal 230 pixels × vertical 320 pixels, and 26144 colors can be used.
The mail transmission specification data 43 shown as [Mail transmission function] indicates a part of the contents of the header part of the electronic mail transmitted by the portable terminal. It should be noted that the format of the mail transmission specification data 43 may be a format that can be used as it is as an e-mail header line.
According to the key operation specification data 44 shown as [Key operation function], the arrangement pattern (KeyType) of the portable terminal uses a key arrangement pattern of A type. The arrangement pattern (KeyType) defines a key arrangement and a key number (key1, key2, etc.) of the arranged keys. In addition, the first key (key1) of this portable terminal indicates a process defined by the name “Menu key”, and the second key (key2) indicates a process defined by the name “character key”. To do. Although not shown in FIG. 2, in [Key operation function], it is defined as needed which function is assigned to the key number defined in the A type.

Web通信エミュレート部21、画面表示エミュレート部22、メール送信エミュレート部23、およびキー操作エミュレート部24は、それぞれ、Web通信仕様データ41、画面表示仕様データ42、メール送信仕様データ43、およびキー操作仕様データ44に表される仕様に従って、携帯端末のエミュレーションを行う。
なお、機種情報ファイル40の各仕様データ41〜44に含まれる項目は、図2に示されるものに限られない。エミュレート部20が実現すべき仕様に応じて、新たな項目が追加されてもよい。
The web communication emulation unit 21, the screen display emulation unit 22, the mail transmission emulation unit 23, and the key operation emulation unit 24 respectively include web communication specification data 41, screen display specification data 42, mail transmission specification data 43, The mobile terminal is emulated in accordance with the specifications shown in the key operation specification data 44.
The items included in the specification data 41 to 44 of the model information file 40 are not limited to those shown in FIG. New items may be added according to the specifications to be realized by the emulator unit 20.

機種情報ファイル50と、これに含まれるWeb通信仕様データ51、画面表示仕様データ52、メール送信仕様データ53、およびキー操作仕様データ54も、それぞれ上述の機種情報ファイル40と、これに含まれるWeb通信仕様データ41、画面表示仕様データ42、メール送信仕様データ43、およびキー操作仕様データ44と同様の構成を有する。ただし、機種情報ファイル40および機種情報ファイル50はそれぞれ異なる特定の端末に関するデータなので、それぞれの端末の仕様に応じて各項目の設定内容は異なる。   The model information file 50, the Web communication specification data 51, the screen display specification data 52, the mail transmission specification data 53, and the key operation specification data 54 included therein are also the model information file 40 and the Web included therein, respectively. The communication specification data 41, the screen display specification data 42, the mail transmission specification data 43, and the key operation specification data 44 have the same configuration. However, since the model information file 40 and the model information file 50 are data relating to different specific terminals, the setting contents of each item differ depending on the specifications of each terminal.

図3は、エミュレート部20がPC100のディスプレイに出力する画面の例である。エミュレート部20は、画面表示ウインドウ70およびキー操作ウインドウ80を出力する。なお、以下ではエミュレート部20は機種情報ファイル40を参照してエミュレーションを行うものとして説明するが、機種情報ファイル50が参照される場合も同様である。   FIG. 3 is an example of a screen that the emulator unit 20 outputs to the display of the PC 100. The emulation unit 20 outputs a screen display window 70 and a key operation window 80. In the following description, it is assumed that the emulation unit 20 performs emulation by referring to the model information file 40. However, the same applies when the model information file 50 is referred to.

画面表示ウインドウ70は、画面表示エミュレート部22が携帯端末の画面表示をエミュレートするために表示される。エミュレートされた画面表示は、画面表示仕様データ42に応じたものとなる。たとえば図2の機種情報ファイル40が用いられる場合、画面表示は横230×縦320ピクセルおよび横11文字×縦16文字のサイズとなる。
また、携帯端末の機種によらず一定の仕様となる表示内容は、画面表示仕様データ42の内容に関わらず一定の形式で表示される。図3では、電波の受信状況を示すアンテナのマークと、バッテリーの残量を示す電池のマークとが表示されている。
なお、これらのマークも、画面表示仕様データ42に定義されるものであってもよい。その場合は、エミュレート部20はその定義内容に従ってこれらの表示を行う。
The screen display window 70 is displayed for the screen display emulation unit 22 to emulate the screen display of the mobile terminal. The emulated screen display corresponds to the screen display specification data 42. For example, when the model information file 40 of FIG. 2 is used, the screen display has a size of horizontal 230 × 320 pixels and horizontal 11 characters × vertical 16 characters.
Further, the display content having a constant specification regardless of the model of the mobile terminal is displayed in a constant format regardless of the content of the screen display specification data 42. In FIG. 3, an antenna mark indicating the reception status of radio waves and a battery mark indicating the remaining battery level are displayed.
These marks may also be defined in the screen display specification data 42. In that case, the emulation unit 20 performs these displays according to the definition contents.

キー操作ウインドウ80は、キー操作エミュレート部24が携帯端末のキー操作をエミュレートするために表示される。画面内に表示される各キーは、ユーザのマウスクリック等の操作に応じて動作する。
エミュレートされたキー操作に関する表示および各キーの動作は、キー操作仕様データ44に応じたものとなる。たとえば、図2の機種情報ファイル40が用いられる場合、キー操作ウインドウ80にはAタイプというパターンに対応するキー配列が表示され、第一のキー81は「Menuキー」という処理を指示し、第二のキー82は「文字キー」という処理を指示する。
The key operation window 80 is displayed so that the key operation emulation unit 24 emulates the key operation of the portable terminal. Each key displayed in the screen operates according to an operation such as a mouse click by the user.
The display relating to the emulated key operation and the operation of each key are in accordance with the key operation specification data 44. For example, when the model information file 40 of FIG. 2 is used, a key layout corresponding to the pattern of A type is displayed in the key operation window 80, the first key 81 instructs the process of “Menu key”, and The second key 82 instructs a process of “character key”.

図4は、上述のようなエミュレート部20の機能を実現するエミュレーションプログラムが、PC100の記憶手段に格納、すなわちインストールされる流れを示す。
エミュレーションサービス事業者200は、エミュレーションプログラムおよび機種情報ファイル40を作成する事業者である。携帯キャリア事業者210は、携帯端末の各機種の仕様を決定する事業者である。エミュレーションサービス事業者200は、携帯キャリア事業者210から携帯端末の各機種の仕様、すなわち機種固有情報を受け取り、これに基づいて機種情報ファイル40と同様の構成を有する複数の機種情報ファイルを作成する。
なお、ここで、機種情報ファイル40は発売済みの機種のものでなくともよい。すなわち、発売前の機種であっても、その仕様の一部あるいは全部が決定されている場合、これに応じて機種情報ファイル40が作成されればよい。
FIG. 4 shows a flow in which the emulation program that realizes the function of the emulator 20 as described above is stored in the storage unit of the PC 100, that is, installed.
The emulation service provider 200 is a provider that creates an emulation program and a model information file 40. The mobile carrier 210 is a business that determines the specifications of each model of mobile terminal. The emulation service provider 200 receives specifications of each model of the portable terminal, that is, model-specific information from the portable carrier provider 210, and creates a plurality of model information files having the same configuration as the model information file 40 based on the specifications. .
Here, the model information file 40 does not have to be of a released model. That is, even if the model is a model before release, if a part or all of the specification is determined, the model information file 40 may be created accordingly.

システム開発者110は、携帯端末を用いて利用されるシステムの開発者あるいは運営者であり、PC100のユーザである。システム開発者110は、エミュレーションサービス事業者200とエミュレーションプログラムに関する契約を締結してサービスに加入し、エミュレーションサービス事業者200からエミュレーションプログラムおよび機種情報ファイルを受け取る。これらを受け取る際には、システム開発者110は、たとえばインターネット等の通信ネットワークを介した転送、すなわちダウンロードを行う。さらにシステム開発者110は受け取ったエミュレーションプログラムおよび機種情報ファイルをPC100にインストールし、これによってPC100はエミュレート部20として機能するようになる。   The system developer 110 is a developer or operator of a system that is used using a portable terminal, and is a user of the PC 100. The system developer 110 concludes an emulation program contract with the emulation service provider 200 and subscribes to the service, and receives the emulation program and model information file from the emulation service provider 200. When receiving these, the system developer 110 transfers, that is, downloads via a communication network such as the Internet. Further, the system developer 110 installs the received emulation program and model information file in the PC 100, so that the PC 100 functions as the emulator unit 20.

図5は、システム開発者110が機種情報ファイルをダウンロードする際に使用するインタフェース画面120の例である。このインタフェース画面120は、たとえばエミュレーションサービス事業者200が管理するサーバによって生成されるHTMLファイルに基づくものであり、通信ネットワークを介してPC100に転送され、PC100のディスプレイに表示される。システム開発者110は、PC100を介してインタフェース画面120上で操作を行う。   FIG. 5 shows an example of the interface screen 120 used when the system developer 110 downloads the model information file. This interface screen 120 is based on, for example, an HTML file generated by a server managed by the emulation service provider 200, transferred to the PC 100 via the communication network, and displayed on the display of the PC 100. The system developer 110 performs an operation on the interface screen 120 via the PC 100.

インタフェース画面120は、契約内容表示部130、機種情報選択部140、およびダウンロードボタン150を備える。
契約内容表示部130は、ダウンロードされるべき機種情報ファイルに含まれる仕様データの種類を表示する手段である。
システム開発者110は、エミュレーションサービス事業者200と、エミュレート部20に含まれる各エミュレート部(Web通信エミュレート部21、画面表示エミュレート部22、メール送信エミュレート部23、およびキー操作エミュレート部24)のいずれを使用するかに関する契約を締結しており、契約内容表示部130の表示はこれに基づいてなされる。たとえば図5の例では、Web通信エミュレート部21およびメール送信エミュレート部23を使用し、画面表示エミュレート部22およびキー操作エミュレート部24は使用しない契約内容となっている。
The interface screen 120 includes a contract content display unit 130, a model information selection unit 140, and a download button 150.
The contract content display unit 130 is means for displaying the type of specification data included in the model information file to be downloaded.
The system developer 110 includes the emulation service provider 200 and each of the emulation units included in the emulation unit 20 (Web communication emulation unit 21, screen display emulation unit 22, mail transmission emulation unit 23, and key operation emulation). A contract regarding which of the rate sections 24) is used is concluded, and the display of the contract content display section 130 is made based on this. For example, in the example of FIG. 5, the Web communication emulation unit 21 and the mail transmission emulation unit 23 are used, and the screen display emulation unit 22 and the key operation emulation unit 24 are not used.

機種情報ファイルに含まれる仕様データは、この契約の内容によって決定される。すなわち、図5の例に従ってダウンロードされるべき機種情報ファイルは、Web通信仕様データ41およびメール送信仕様データ43を含むが、画面表示仕様データ42およびキー操作仕様データ44は含まない内容となる。また、エミュレート部20がこの機種情報ファイルを参照してエミュレーションを行う場合、Web通信エミュレート部21およびメール送信エミュレート部23は、上述のように機種固有の仕様に沿ったエミュレーション機能を提供するが、画面表示エミュレート部22およびキー操作エミュレート部24は、エミュレーション機能を提供しない。ただし、画面表示エミュレート部22およびキー操作エミュレート部24は、あらかじめ定義されている汎用的な仕様のエミュレーション機能のみを提供するものであってもよい。   The specification data included in the model information file is determined by the contents of this contract. That is, the model information file to be downloaded according to the example of FIG. 5 includes Web communication specification data 41 and mail transmission specification data 43, but does not include screen display specification data 42 and key operation specification data 44. Further, when the emulation unit 20 refers to the model information file and performs emulation, the Web communication emulation unit 21 and the mail transmission emulation unit 23 provide an emulation function in accordance with the model-specific specifications as described above. However, the screen display emulation unit 22 and the key operation emulation unit 24 do not provide an emulation function. However, the screen display emulation unit 22 and the key operation emulation unit 24 may provide only a general-purpose emulation function defined in advance.

機種情報選択部140は、機種をシステム開発者110に選択させるための手段である。機種情報選択部140はさらに、キャリア指定部141および機種指定部142を含む。キャリア指定部141は、その携帯端末の携帯キャリア事業者のリストをプルダウン方式で表示し、そのうちから一つを選択させるための手段である。すなわち、システム開発者110は、キャリア指定部141を使用して、図4の携帯キャリア事業者210を指定する。
機種指定部142は、キャリア指定部141で指定された携帯キャリア事業者に関連する携帯端末の機種のリストをプルダウン方式で表示し、そのうちから一つを選択させるための手段である。すなわち、システム開発者110は、機種指定部142を使用して、所望の機種を指定する。
The model information selection unit 140 is a means for causing the system developer 110 to select a model. The model information selection unit 140 further includes a carrier designation unit 141 and a model designation unit 142. The carrier designation unit 141 is a means for displaying a list of portable carrier operators of the portable terminal in a pull-down manner and selecting one of them. That is, the system developer 110 uses the carrier designation unit 141 to designate the mobile carrier company 210 of FIG.
The model designation unit 142 is a means for displaying a list of portable terminal models related to the mobile carrier specified by the carrier designation unit 141 in a pull-down manner and selecting one of them. That is, the system developer 110 designates a desired model using the model designation unit 142.

ダウンロードボタン150は、契約内容表示部130および機種情報選択部140で指定された内容に沿った機種情報ファイルのダウンロードを開始するための手段である。システム開発者110によってダウンロードボタン150が操作されると、エミュレーションサービス事業者200のサーバがデータの転送を開始し、PC100がダウンロードを開始する。
なお、このダウンロード操作に関連して、契約内容およびダウンロードの内容に応じて課金が行われてもよい。
The download button 150 is a means for starting to download the model information file in accordance with the contents specified by the contract content display unit 130 and the model information selection unit 140. When the download button 150 is operated by the system developer 110, the server of the emulation service provider 200 starts data transfer, and the PC 100 starts downloading.
In connection with this download operation, charging may be performed according to the contract content and the download content.

以上説明されるように、本発明の実施の形態1に係るエミュレータシステムであるPC100は、エミュレート部20によって機種情報ファイル(たとえば機種情報ファイル40)を参照し、機種情報ファイルに定義された仕様に従って、携帯端末の動作を模倣するエミュレーション機能を提供する。これによって、エミュレート部20は、従来のような、携帯キャリア事業者の全携帯端末に共通の仕様のみのエミュレーションとは異なり、携帯端末の各機種固有に特化された仕様まで含む、きめの細かいエミュレーションの機能を提供することができる。
このため、システム開発者110は、PC100を実機と同一の仕様を持つ擬似携帯端末として扱うことができ、携帯端末用に開発されるシステムの動作検証をより高い精度で行うことができる。また、エミュレーションによる動作検証が正確に行えるので、開発の最終段階においても実機による検証が不要となり、実機の購入や実機の使用契約に要求されるコストを削減できる。さらに、システム完成後に新たに発表された機種であっても、実機なしで動作の検証が可能となるので、システムのランニングコストも削減することができる。
As described above, the PC 100 that is the emulator system according to the first embodiment of the present invention refers to the model information file (for example, the model information file 40) by the emulator unit 20, and the specifications defined in the model information file. Thus, an emulation function that imitates the operation of the mobile terminal is provided. As a result, the emulation unit 20 is different from the conventional emulation only for the specifications common to all mobile terminals of mobile carrier operators, and includes a specification that is specific to each model of mobile terminal. A fine emulation function can be provided.
Therefore, the system developer 110 can handle the PC 100 as a pseudo mobile terminal having the same specifications as the actual machine, and can perform operation verification of a system developed for the mobile terminal with higher accuracy. In addition, since the operation verification by emulation can be performed accurately, verification by the actual machine is not required even at the final stage of development, and the cost required for the purchase of the actual machine or the contract for using the actual machine can be reduced. Furthermore, even if the model is newly announced after the system is completed, the operation can be verified without an actual machine, so that the running cost of the system can be reduced.

また、機種情報ファイルは機種ごとに作成され、エミュレート部20が使用するものを適宜選択することによって、異なる機種のエミュレーション機能を提供することができる。すなわち、エミュレーションプログラム自体は単一のものでよく、エミュレート部20は携帯端末の機種によらず共通して用いることができる。また、機種ごとに異なる仕様は、図2の機種情報ファイル40のような比較的簡素な構成のデータによって提供されるので、複数の機種のエミュレーションを効率的に実現しつつ、簡素な構成を保つことができる。   Also, the model information file is created for each model, and the emulation function of different models can be provided by appropriately selecting what the emulator unit 20 uses. That is, the emulation program itself may be a single one, and the emulation unit 20 can be used in common regardless of the model of the portable terminal. In addition, since specifications different for each model are provided by relatively simple configuration data such as the model information file 40 in FIG. 2, it is possible to efficiently implement emulation of a plurality of models while maintaining a simple configuration. be able to.

また、機種情報ファイルは、発売前の機種であっても仕様を定義することができるので、実機の発売前の段階で動作検証を行うことができ、実機の発売からシステムの完成までの遅れをなくすことができる。   In addition, since the model information file can define specifications even for pre-release models, operation verification can be performed before the actual machine is released, and there is a delay between the release of the actual machine and the completion of the system. Can be eliminated.

また、機種情報ファイルは、含まれる仕様データを選択することが可能となっている。すなわち、システム開発者110は、Web通信仕様データ41、画面表示仕様データ42、メール送信仕様データ43、およびキー操作仕様データ44のうち必要なものだけをダウンロードして使用することができる。このため、システム開発において検証が必要な機能のみにエミュレート部20を特化させることができ、不要な構成を省いて全体の構成を簡素にすることができる。また、エミュレーションサービス事業者200とシステム開発者110との間の契約についても、必要なデータのみをより安価に提供する形態とすることができる。   In addition, specification data included in the model information file can be selected. That is, the system developer 110 can download and use only necessary ones of the Web communication specification data 41, the screen display specification data 42, the mail transmission specification data 43, and the key operation specification data 44. For this reason, the emulation unit 20 can be specialized only for functions that need to be verified in system development, and the entire configuration can be simplified by omitting unnecessary configurations. In addition, for the contract between the emulation service provider 200 and the system developer 110, only necessary data can be provided at a lower cost.

本発明の実施の形態1に係るエミュレータシステムの構成を示す図である。It is a figure which shows the structure of the emulator system which concerns on Embodiment 1 of this invention. 図1の機種情報ファイルの例を示す図である。It is a figure which shows the example of the model information file of FIG. 図1のエミュレータシステムが出力する画面の例である。It is an example of the screen which the emulator system of FIG. 1 outputs. 本発明の実施の形態1に係るエミュレーションプログラムがインストールされる流れを示す図である。It is a figure which shows the flow in which the emulation program which concerns on Embodiment 1 of this invention is installed. 図1の機種情報ファイルをダウンロードする際に使用するインタフェース画面の例を示す図である。It is a figure which shows the example of the interface screen used when downloading the model information file of FIG. 機種ごとに異なるユーザーエージェント変数の設定値の例を示す図である。It is a figure which shows the example of the setting value of a user agent variable which changes for every model.

符号の説明Explanation of symbols

20 エミュレート部、40、50 機種情報ファイル、41、51 通信仕様データ、42、52 画面表示仕様データ、43、53 メール送信仕様データ、44、54 キー操作仕様データ、100 PC(エミュレータシステム)。   20 Emulation section, 40, 50 Model information file, 41, 51 Communication specification data, 42, 52 Screen display specification data, 43, 53 Mail transmission specification data, 44, 54 Key operation specification data, 100 PC (emulator system).

Claims (4)

携帯端末のエミュレーションを行うエミュレータシステムであって、
前記携帯端末の異なる機種それぞれに固有の仕様を表す情報を格納する、複数の機種情報格納手段と、
前記機種情報格納手段のいずれかを参照して、前記携帯端末の仕様をエミュレーションする、エミュレート部であって、キー操作ウインドウを出力する、エミュレート部と、
前記キー操作ウインドウを表示するディスプレイと
を備え、
前記機種情報格納手段は、
前記機種の画面表示に関する仕様を表す、画面表示仕様データと、
前記機種のキー操作に関する仕様を表す、キー操作仕様データと
の少なくとも1つを含み、
前記キー操作ウインドウは、前記携帯端末のキー操作をエミュレートするためのものであり、
前記キー操作ウインドウにおける表示は、前記キー操作仕様データに応じたものである
エミュレータシステム。
An emulator system that emulates a mobile terminal,
Storing information representative of the specifications unique to the different models each of said portable terminal, a plurality of model information storage unit,
An emulation unit that emulates the specifications of the portable terminal with reference to any of the model information storage means, and that outputs a key operation window; and
A display for displaying the key operation window ;
The model information storage means includes
Screen display specification data representing specifications related to the screen display of the model;
Representing the specifications for the key operation of the model, seen at least 1 Tsuo含of a key operation specification data,
The key operation window is for emulating the key operation of the mobile terminal,
The display in the key operation window is in accordance with the key operation specification data . Emulator system.
前記機種情報格納手段は、
前記機種のWebブラウザとしての仕様を表す、Web通信仕様データと、
前記機種の電子メールの送信に関する仕様を表す、メール送信仕様データと
の少なくとも1つを含む、請求項1に記載のエミュレータシステム。
The model information storage means includes
Web communication specification data representing specifications as a Web browser of the model;
The emulator system according to claim 1, wherein the emulator system includes at least one of mail transmission specification data representing specifications related to transmission of electronic mail of the model.
前記機種情報格納手段は、前記機種の、外部との通信に関する仕様を表すデータを含む、請求項1または2に記載のエミュレータシステム。   The emulator system according to claim 1, wherein the model information storage unit includes data representing specifications related to communication with the outside of the model. コンピュータを、請求項1〜3に記載のエミュレータシステムとして機能させるプログラム。   A program for causing a computer to function as the emulator system according to claim 1.
JP2007043742A 2007-02-23 2007-02-23 Emulator system and program for mobile terminal emulation Expired - Fee Related JP4842171B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007043742A JP4842171B2 (en) 2007-02-23 2007-02-23 Emulator system and program for mobile terminal emulation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007043742A JP4842171B2 (en) 2007-02-23 2007-02-23 Emulator system and program for mobile terminal emulation

Publications (2)

Publication Number Publication Date
JP2008211315A JP2008211315A (en) 2008-09-11
JP4842171B2 true JP4842171B2 (en) 2011-12-21

Family

ID=39787282

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007043742A Expired - Fee Related JP4842171B2 (en) 2007-02-23 2007-02-23 Emulator system and program for mobile terminal emulation

Country Status (1)

Country Link
JP (1) JP4842171B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5436506B2 (en) * 2010-08-31 2014-03-05 株式会社ベリサーブ Design verification apparatus, design verification method, and design verification program
CA2838691C (en) * 2011-06-29 2021-11-16 Amazon Technologies, Inc. Data locker synchronization
JP2015122010A (en) * 2013-12-25 2015-07-02 株式会社リコー Information processing apparatus, information processing system, information processing method, and program

Also Published As

Publication number Publication date
JP2008211315A (en) 2008-09-11

Similar Documents

Publication Publication Date Title
US8612947B2 (en) System and method for remotely compiling multi-platform native applications for mobile devices
CN108897562B (en) Installation package updating method, device, medium and equipment
CN1892639B (en) Theme change system, portable communication device, server apparatus and computer program
CN108345543B (en) Data processing method, device, equipment and storage medium
JP5171790B2 (en) Information processing apparatus, communication system, and program
US7266370B2 (en) System and method for developing and deploying device independent applications
CN102667717A (en) A method, apparatuses and a system for compilation
WO2008106643A2 (en) Forms conversion and deployment system for mobile devices
CN106445548B (en) Test packet issuing method and device
CN101142550A (en) Dynamic simulation in computing device
CN110011875B (en) Dial testing method, device, equipment and computer readable storage medium
US20150341416A1 (en) Cloud management systems and methods for executing applications of android systems
KR20130129253A (en) Virtual input/output device for printers
US20070124367A1 (en) Integrated Mobile Diagnostics and Electronic Customer Care Test Script with Browser
US9692808B2 (en) Code path directives for controlling in-app experiences
US9198009B2 (en) System and method for providing end to end interactive mobile applications using SMS
CN110750243A (en) Project code development method and system
JP4842171B2 (en) Emulator system and program for mobile terminal emulation
WO2013111144A2 (en) System for inserting services in a software application
KR100609667B1 (en) Renewal system for Graphical User Interface
US20130007622A1 (en) Demonstrating a software product
US20130132467A1 (en) Method of using application, gateway using the method, terminal using the method, and terminal system using the method
Göth Testing techniques for mobile device applications
JP5959535B2 (en) Server, method, and program for causing a computer to function as a server for accessing a mobile terminal from a client via a network
TWI305324B (en)

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090306

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090317

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090428

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20091124

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110908

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: 20111005

R150 Certificate of patent or registration of utility model

Ref document number: 4842171

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: 20141014

Year of fee payment: 3

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

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

LAPS Cancellation because of no payment of annual fees