JP2006287617A - Portable terminal and program for portable terminal - Google Patents

Portable terminal and program for portable terminal Download PDF

Info

Publication number
JP2006287617A
JP2006287617A JP2005104671A JP2005104671A JP2006287617A JP 2006287617 A JP2006287617 A JP 2006287617A JP 2005104671 A JP2005104671 A JP 2005104671A JP 2005104671 A JP2005104671 A JP 2005104671A JP 2006287617 A JP2006287617 A JP 2006287617A
Authority
JP
Japan
Prior art keywords
input
output
program
output control
application
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.)
Pending
Application number
JP2005104671A
Other languages
Japanese (ja)
Inventor
Bunji Ishida
文治 石田
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP2005104671A priority Critical patent/JP2006287617A/en
Publication of JP2006287617A publication Critical patent/JP2006287617A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Mobile Radio Communication Systems (AREA)
  • Telephone Function (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a portable terminal and a program for a portable terminal capable of reducing the burden of an input operation of the portable terminal. <P>SOLUTION: An input-output control program 2 for controlling a portable terminal application 1 that uses a display device 3 of the portable terminal and an input device 4 is provided, and the input-output control program 2 registers only a data item of input-output control to be used by a user among many input-output control items. An application program sequentially instructs the execution of all data items to be inputted and outputted, and the input-output control program interrupts the execution of unregistered data items to thereby execute only data items registered by the user among many input-output control items. The user eliminates the needs of input-output, reduces extra operations involved in a skip operation and can execute only required input-output control. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は携帯端末に関し、特に、データ入力を簡略化(省力化)可能な携帯端末及び携帯端末用プログラムに関する。   The present invention relates to a mobile terminal, and more particularly, to a mobile terminal and a mobile terminal program capable of simplifying (saving labor) data input.

携帯電話に代表される携帯端末のアプリケーションでは、液晶ディスプレイに代表される限られたサイズの表示(出力)デバイス上で、ダイヤルボタンに代表される限られた入力デバイスを利用して、データの入出力を実現しなければならない。   In mobile terminal applications such as mobile phones, data can be input using limited input devices such as dial buttons on display (output) devices of limited sizes such as liquid crystal displays. Output must be realized.

一方、携帯端末で扱うデータは、アプリケーションの高機能化により個々のデータ件数の増大だけでなく、データの種類も増大してきている。
図7は携帯端末の各種アプリケーションのうち電話帳登録のアプリケーションプログラムの従来例を示す図である。図7(a)は電話帳メニュー画面の例であり、当該メニュー画面の[8]電話帳登録を選択すると、図7(b)に示すような電話帳登録の多数の入力項目(データ項目)が表示される。
On the other hand, the data handled by mobile terminals has not only increased the number of individual data items but also the types of data due to higher functionality of applications.
FIG. 7 is a diagram showing a conventional example of a phone book registration application program among various applications of a portable terminal. FIG. 7A shows an example of a phone book menu screen. When [8] Phone book registration is selected on the menu screen, a number of input items (data items) for phone book registration as shown in FIG. 7B are displayed. Is displayed.

つまり、携帯電話機に登録する相手の電話機に関し、名前入力、フリガナ入力、グループ番号入力、電話番号入力、メールアドレス入力、郵便番号/住所入力、メモ入力、画像登録等の複数の入力が可能であり、更に電話番号及びメールアドレスについても複数の入力が可能な機能を有している。   In other words, multiple inputs such as name input, reading input, group number input, telephone number input, mail address input, postal code / address input, memo input, and image registration are possible for the other party's telephone to be registered in the mobile phone. Furthermore, it has a function that allows a plurality of inputs for telephone numbers and mail addresses.

前述のように携帯電話機に代表される従来の携帯端末のアプリケーションでは、アプリケーションで利用者が利用したいデータを入力するために、利用しないデータ項目の入力欄などをスキップしたり、また、アプリケーションで利用したいデータを表示出力するには、利用しないデータ項目の表示出力などをスキップするため、非常に多くの入力デバイスの操作が必要となるという問題があった。   As described above, in the application of the conventional mobile terminal represented by the mobile phone, in order to input the data that the user wants to use in the application, the input field of the data item that is not used is skipped, or the application is used in the application. In order to display and output the desired data, the display output of data items that are not used is skipped, so that there is a problem that operations of a large number of input devices are required.

また、スキップを円滑に行えるようにするために表示データの文字サイズなどを小さくする必要があり、このため利用する表示データの視認性が悪化するという問題があった。   In addition, in order to enable smooth skipping, it is necessary to reduce the character size of display data and the like, which causes a problem that visibility of display data to be used deteriorates.

(目的)
本発明の目的は、携帯端末の入出力デバイスを利用した入力操作の負担を軽減することが可能な携帯端末及び携帯端末用プログラムを提供することにある。
(the purpose)
An object of the present invention is to provide a portable terminal and a portable terminal program capable of reducing the burden of an input operation using an input / output device of the portable terminal.

本発明の他の目的は、利用者が携帯端末のアプリケーションによる入出力デバイスによる入力をカスタマイズすることが可能な携帯端末及び携帯端末用プログラムを提供することにある。   Another object of the present invention is to provide a portable terminal and a portable terminal program that allow a user to customize input by an input / output device by an application of the portable terminal.

本発明の他の目的は、携帯端末アプリケーションの開発の省力化が可能な携帯端末及び携帯端末用プログラムを提供することにある。   Another object of the present invention is to provide a portable terminal and a portable terminal program that can save labor in developing a portable terminal application.

本発明の他の目的は、利用者によるアプリケーションによる入出力デバイスによる入力のカスタマイズにより表示デバイス上のデータの文字サイズを大きくでき、表示データの視認性を改善することが可能な携帯端末及び携帯端末用プログラムを提供することにある。   Another object of the present invention is to provide a portable terminal and a portable terminal capable of increasing the character size of data on a display device by customizing input by an input / output device by a user and improving the visibility of display data. Is to provide a program.

本発明は、携帯端末で利用されるアプリケーションで、入力デバイス(キー入力など)と出力デバイス(表示ディスプレイなど)等のデータの入出力制御を別アプリケーション又はアプリケーション内でアプリケーション利用者が変更できるように設定、実行し、利用者の負担を軽減する携帯端末及び携帯端末用プログラムに関し、携帯端末の表示デバイス3や入力デバイス4を利用する携帯端末アプリケーション1を動作させるための入出力制御プログラム2を具備する(図2)。   The present invention is an application used in a portable terminal so that an application user can change input / output control of data such as an input device (such as a key input) and an output device (such as a display) within another application or application. An input / output control program 2 for operating a mobile terminal application 1 that uses a display device 3 or an input device 4 of a mobile terminal, with respect to the mobile terminal and the mobile terminal program for setting, executing, and reducing the burden on the user (FIG. 2).

本発明の携帯端末は、入出力デバイスに対する複数のデータ項目の入出力制御を伴うアプリケーションプログラムを搭載した携帯端末において、前記複数のデータ項目のうち利用者により予め選択されたデータ項目のみの入出力制御を実行可能に制御する入出力制御プログラムを搭載したことを特徴とし、前記アプリケーションプログラムの入出力制御はデータ項目毎に入出力関数に実行命令を出力することにより実行を開始し、前記入出力制御プログラムは利用者により予め選択されたデータ項目以外のデータ項目の実行を中断するように制御することを特徴とする。   The portable terminal of the present invention is a portable terminal equipped with an application program that includes input / output control of a plurality of data items for an input / output device, and inputs / outputs only data items selected in advance by a user among the plurality of data items. An input / output control program for controlling execution is provided, and the input / output control of the application program starts execution by outputting an execution instruction to an input / output function for each data item. The control program controls the execution of data items other than the data items selected in advance by the user.

また、入出力制御プログラムの起動時に、アプリケーションプログラムから出力される前記複数のデータ項目のリストに基づき、実行する入出力制御のデータ項目が予め選択されることを特徴とし、前記アプリケーションプログラムの入出力制御は、前記データ項目のリストに基づき、入出力制御プログラムに対しデータ項目を順次出力するとともに、当該データ項目に基づく実行命令を入出力関数に順次出力することを特徴とする。   The input / output control data item to be executed is selected in advance based on the list of the plurality of data items output from the application program when the input / output control program is started. The control is characterized in that, based on the list of data items, data items are sequentially output to the input / output control program, and execution instructions based on the data items are sequentially output to the input / output function.

更に、前記複数のデータ項目のリストの出力はアプリケーションプログラムから出力される代りに携帯端末のアプリケーション解析プログラムから出力されること、入出力制御プログラムは、携帯端末のファームウェア又はアプリケーションプログラムの実行用パッチプログラムとして実装されていることを特徴とする。   Further, the output of the list of the plurality of data items is output from the application analysis program of the mobile terminal instead of being output from the application program, and the input / output control program is a patch program for executing the firmware of the mobile terminal or the application program It is implemented as.

本発明の携帯端末用プログラムは、携帯端末の制御部に、入出力デバイスに対する複数のデータ項目の入出力制御を実行する機能を実現させるためのアプリケーションプログラムと、前記複数のデータ項目のうち利用者により予め選択されたデータ項目のみの入出力制御を実行可能に制御する機能を実現させるための入出力制御プログラムと、からなることを特徴とし、前記アプリケーションプログラムの入出力制御はデータ項目毎に入出力関数に実行命令を出力することにより実行を開始し、前記入出力制御プログラムは利用者により予め選択されたデータ項目以外のデータ項目の前記実行を中断するように制御することを特徴とする。   The portable terminal program according to the present invention includes an application program for causing a control unit of a portable terminal to execute input / output control of a plurality of data items for an input / output device, and a user among the plurality of data items. And an input / output control program for realizing a function of executing input / output control of only the data item selected in advance by executing the input / output control of the application program for each data item. Execution is started by outputting an execution command to the output function, and the input / output control program controls to interrupt the execution of the data items other than the data items previously selected by the user.

また、入出力制御プログラムの起動時に、アプリケーションプログラムから出力される前記複数のデータ項目のリストに基づき、実行する入出力制御のデータ項目が予め選択されることを特徴とし、前記アプリケーションプログラムの入出力制御は前記データ項目のリストに基づき、入出力制御プログラムに対しデータ項目を順次出力するとともに、当該データ項目に基づく実行命令を入出力関数に順次出力することを特徴とする。   The input / output control data item to be executed is selected in advance based on the list of the plurality of data items output from the application program when the input / output control program is started. The control is characterized in that the data items are sequentially output to the input / output control program based on the list of data items, and the execution instructions based on the data items are sequentially output to the input / output function.

更に、前記複数のデータ項目のリストを前記アプリケーションプログラムに代えて出力する携帯端末のアプリケーション解析プログラムを含み、入出力制御プログラムは、携帯端末のファームウェア又はアプリケーションプログラムの実行用パッチプログラムであることを特徴とする。   Furthermore, it includes an application analysis program for a portable terminal that outputs a list of the plurality of data items instead of the application program, and the input / output control program is a firmware for the portable terminal or an application program execution patch program. And

本発明によれば、携帯端末アプリケーションからの入出力デバイスに対するデータ入出力を制御する入出力制御プログラムを搭載することにより、どんな携帯端末アプリケーションでも前記入出力制御プログラムに事前に入出力制御の設定によりアプリケーション名、利用者の利用データ等の入出力制御情報を入力しておくことで、利用者が自由に入出力操作を省力化することが可能である。   According to the present invention, by installing an input / output control program for controlling data input / output to / from an input / output device from a mobile terminal application, any input / output control program can be set in advance in the input / output control program for any mobile terminal application. By inputting input / output control information such as an application name and user usage data, the user can freely save input / output operations.

また、携帯端末アプリケーションの入出力デバイスに対する入出力制御に関する入出力制御の設定とこれによるデータ入出力の実行又は非実行の制御を制御側で全て処理できるから、これまでの携帯端末アプリケーションは改造することなしにそのまま利用することが可能である。   In addition, since the input / output control settings related to the input / output control for the input / output device of the mobile terminal application and the control of execution or non-execution of data input / output by this can be processed on the control side, the mobile terminal application so far is modified It can be used as it is without any problems.

更に、携帯端末アプリケーションの開発者は入出力制御のカスタマイズを利用者に委ねることで、アプリケーションの開発を省力化することが可能である。   Furthermore, the developer of the portable terminal application can save the development of the application by entrusting the user with customization of input / output control.

また、事前に入出力制御プログラムに利用するデータ項目を少なく設定することにより、表示デバイス上の表示データの文字サイズなどの表示を大きくでき、表示データの視認性を高めることができ、スキップ操作も円滑に行うことが可能となる。   In addition, by setting fewer data items to be used in the input / output control program in advance, the display size of the display data on the display device can be increased, the visibility of the display data can be improved, and skip operations can also be performed. It becomes possible to carry out smoothly.

(構成の説明)
次に、本発明の実施の形態の構成について図面を参照して詳細に説明する。
図1は本発明の一実施の形態の携帯端末のブロック構成を示す図である。
本実施の形態の携帯端末10は、ダイヤルボタン等を含むキー入力部で代表される入力デバイス4と、前記入力デバイス4からの入力データ等を表示可能な液晶ディスプレイ等で代表される表示デバイス(出力デバイス)3と、各種プログラム、入出力データを記憶するRAM、ROM、その他の記憶装置を含むメモリ部5と、前記各種プログラムにより前記入出力デバイスを制御するとともに、それぞれの機能を実現するコンピュータでなる制御部6と、携帯端末としての通信用の無線部及び音声及び各種表示音を出力する音声部等から構成される。以下、各部の構成、機能を説明する。
(Description of configuration)
Next, the configuration of the embodiment of the present invention will be described in detail with reference to the drawings.
FIG. 1 is a diagram showing a block configuration of a mobile terminal according to an embodiment of the present invention.
The mobile terminal 10 according to the present embodiment includes an input device 4 represented by a key input unit including dial buttons and a display device represented by a liquid crystal display capable of displaying input data from the input device 4 ( Output device) 3, a memory unit 5 including RAM, ROM, and other storage devices for storing various programs and input / output data, and a computer for controlling the input / output devices by the various programs and realizing the respective functions. And a wireless unit for communication as a portable terminal and a voice unit for outputting voice and various display sounds. Hereinafter, the configuration and function of each unit will be described.

メモリ部5には携帯端末の各種機能を実現する各種のアプリケーションプログラムと、アプリケーションプログラムが要求する前記入力デバイス4及び出力デバイス3(両者を纏めて「入出力デバイス」という)に対するデータの入出力を制御(入出力制御)する入出力制御プログラム等の各種プログラム及び入出力データが記憶される。   In the memory unit 5, various application programs for realizing various functions of the mobile terminal, and input / output of data to and from the input device 4 and the output device 3 (collectively referred to as “input / output device”) requested by the application program. Various programs such as an input / output control program to be controlled (input / output control) and input / output data are stored.

入力デバイス4には機能キー、数字キー等を備え、利用者からの操作によりそれぞれの入力データを制御部6に出力する。出力デバイス3は制御部6からのデータを出力し、例えば、表示デバイス上に表示する。このため入力デバイス4や出力デバイス3に関して、携帯端末の各種アプリケーションを実行するためのデバイスドライバなどのプログラムを具備することができる。   The input device 4 includes function keys, numeric keys, and the like, and outputs each input data to the control unit 6 by an operation from the user. The output device 3 outputs data from the control unit 6 and displays it on a display device, for example. Therefore, the input device 4 and the output device 3 can be provided with a program such as a device driver for executing various applications of the mobile terminal.

制御部6はコンピュータを備え、メモリ部5から各種アプリケーションプログラム及び入出力制御プログラムを読み込み、入出力デバイスを含む携帯端末の各種機能を実現する制御を行う。本実施の形態では、特定のアプリケーションプログラムの起動により、当該プログラムの機能における前記入出力デバイスを制御し、また、入出力制御プログラムにより、利用者の入出力デバイスの入出力操作の簡略化を可能とするデータの入力、入力データの表示等の入出力制御を行う機能を実現する。   The control unit 6 includes a computer, reads various application programs and input / output control programs from the memory unit 5, and performs control for realizing various functions of the mobile terminal including the input / output devices. In this embodiment, the input / output device in the function of the program is controlled by starting a specific application program, and the input / output operation of the user's input / output device can be simplified by the input / output control program. The function to perform input / output control such as input of data and display of input data is realized.

本実施の形態の入出力制御の機能としては、アプリケーションプログラムの具体的例として、例えば「電話帳登録」の機能を実現可能なプログラム機能で示すと、当該アプリケーションプログラムの起動により、利用者に対し入力を促すための表示デバイス3への氏名、ふり仮名、住所、電話番号等、入力項目(データ項目)の選択画面、個々のデータ項目の表示、及び、入力デバイス4からデータ項目へデータ入力する際の入力制御の機能、入力されたデータの表示制御の機能、つまり、入出力デバイスに対する入出力制御を行う機能である。   As an input / output control function of the present embodiment, as a specific example of an application program, for example, a program function capable of realizing the function of “phone book registration”, the application program is activated to the user. Selection screen for input items (data items) such as name, pretend kana, address, telephone number, etc. to display device 3 for prompting input, display of individual data items, and input of data from input device 4 to data items Input control function, input data display control function, that is, input / output control for the input / output device.

入出力制御プログラム2は、予め前記携帯端末にファームウェアとして実装してもよく、アプリケーションプログラム1に代表される各種の携帯端末アプリケーションの実行用パッチプログラムなどとして実装してもよい。更に、携帯端末のアプリケーションを解析するところのアプリケーション解析プログラムを具備し、前記アプリケーションプログラムの機能の一部(後述する複数のデータ項目のリストの出力等)に関し、アプリケーションプログラムに代えて当該アプリケーション解析プログラムが処理するように構成することが可能である。   The input / output control program 2 may be implemented in advance as firmware in the portable terminal, or may be implemented as an execution patch program for various portable terminal applications represented by the application program 1. Furthermore, an application analysis program for analyzing the application of the mobile terminal is provided, and a part of the function of the application program (output of a list of a plurality of data items to be described later) is replaced with the application analysis program. Can be configured to process.

図2は本実施の形態の携帯端末の入出力デバイスに対するデータ入出力の制御システムの構成を示す図である。本携帯端末で利用される各種のアプリケーションプログラム1(アプリケーション)によって出力デバイス3と入力デバイス4に対し要求される入出力に対し、同携帯端末に搭載された入出力制御プログラム2が関与し、利用者が予め選択した入出力のみを実行するように制御する構成でなる。   FIG. 2 is a diagram showing a configuration of a data input / output control system for the input / output device of the portable terminal of the present embodiment. The input / output control program 2 installed in the portable terminal is involved in the input / output required for the output device 3 and the input device 4 by the various application programs 1 (applications) used in the portable terminal. In this configuration, only the input / output selected by the user is controlled.

本実施の形態のアプリケーションプログラム1及び入出力制御プログラム2の入出力制御に関する機能は次のとおりである。
アプリケーションプログラム1は起動により前述のように入出力デバイスに対しデータの入出力を要求する。入出力制御プログラムは起動時にアプリケーションプログラムからの入出力制御の要求の待機状態となりアプリケーションプログラムから入出力制御の要求が出ると、当該入出力制御の要求に関するデータが利用者によって利用データとして登録されているか否かを判断し、登録されていなければ、入出力デバイスに対するアプリケーションプログラムの入出力制御を完了したものとして制御する。
The functions related to input / output control of the application program 1 and the input / output control program 2 of the present embodiment are as follows.
The application program 1 requests input / output of data from the input / output device as described above upon activation. When the I / O control program is in a standby state for I / O control requests from the application program at startup, when the I / O control request is issued from the application program, the data related to the I / O control request is registered as usage data by the user. If it is not registered, it is controlled that the input / output control of the application program for the input / output device is completed.

入出力制御プログラムがアプリケーションプログラムに入出力制御が完了したとして制御した場合、アプリケーションプログラムは他に入出力制御の要求があるか否かを判断し、他の入出力制御の要求があれば、入出力制御の要求を出し、以下、アプリケーションプログラムと入出力制御プログラムにより同様の処理を行う。   When the I / O control program controls the application program as I / O control is completed, the application program determines whether there is another I / O control request, and if there is another I / O control request, An output control request is issued, and thereafter, the same processing is performed by the application program and the input / output control program.

アプリケーションプログラムと入出力制御プログラムの以上の処理を繰り返して入出力制御プログラムに登録された入出力制御のみを実行し、登録されていない入出力制御は省略することにより、多数の入出力制御のうち利用者にとって入出力が不要なスキップ操作等を伴う余分の入出力操作を排除し、利用者が希望する入出力制御のみを実行可能とするものである。このため入出力制御プログラムに関し予め利用者の利用データの登録(入出力制御の設定)が行われる。   By repeating the above processing of the application program and the input / output control program, only the input / output control registered in the input / output control program is executed, and the unregistered input / output control is omitted. This eliminates an extra input / output operation involving a skip operation or the like that does not require input / output for the user, and enables only the input / output control desired by the user. Therefore, the user's usage data is registered (input / output control setting) in advance for the input / output control program.

(動作の説明)
次に、図2に示す実施の形態における入出力制御の設定及び該設定に基づくアプリケーションの実行について、フローチャートを参照してその動作を詳細に説明する。以下、図2のアプリケーションプログラム1におけるデータ入出力に関するプログラムフローをアプリケーション側(AP側)、入出力制御プログラム2におけるプログラムフローを制御側として説明する。
(Description of operation)
Next, the operation of the input / output control setting and the application execution based on the setting in the embodiment shown in FIG. 2 will be described in detail with reference to a flowchart. Hereinafter, the program flow related to data input / output in the application program 1 in FIG. 2 will be described as the application side (AP side), and the program flow in the input / output control program 2 will be described as the control side.

図3は本実施の形態の入出力制御の設定を行う際のフローチャートを示す図である。
まず、利用者は表示ディスプレイ上の機能画面上等に表示された入出力制御をカスタマイズするための設定機能の開始操作を行う。利用者の前記開始操作により制御側が起動し(スタート)、制御側は表示ディスプレイに設定可能なアプリケーションのリストを表示し、利用者はリスト中から本実施の形態の入出力制御の対象として設定するアプリケーション(AP)を選択する(s1)。
FIG. 3 is a diagram showing a flowchart when setting the input / output control of the present embodiment.
First, the user performs a setting function start operation for customizing the input / output control displayed on the function screen on the display. The control side is activated (started) by the user's start operation, the control side displays a list of applications that can be set on the display, and the user sets the target of input / output control according to the present embodiment from the list. An application (AP) is selected (s1).

制御側は入出力制御をカスタマイズするアプリケーション(AP)が選択されると(s1)、アプリケーション側を起動する(スタート)。
アプリケーション側は制御側からの起動により、当該アプリケーションの機能におけるアプリケーションが要求する入出力のデータ項目(名)のリスト(データ項目リスト)を制御側に出力し(s2)、アプリケーション側の入出力制御の設定に関する処理フローを終了する(エンド)。
When an application (AP) for customizing input / output control is selected on the control side (s1), the application side is activated (start).
Upon startup from the control side, the application side outputs a list (data item list) of input / output data items (names) requested by the application in the function of the application to the control side (s2), and input / output control on the application side End the processing flow related to the setting of (End).

制御側はアプリケーション側からのデータ項目リストを入手すると、当該データ項目リストから利用者が利用したい1ないし複数のデータ項目(利用データ)を利用者が選択可能に表示デバイスに表示し、利用者がデータ項目リストからデータ項目を選択すると(s3)、制御側は選択された利用データをそのプリケーション名と関連させて入出力制御情報として登録(保管)し(s4)、制御側のデータ入出力制御の設定に関する処理フローを終了する(エンド)。なお、制御側は1つのアプリケーションの設定の終了時(エンド)にステップs1のアプリケーションのリストの表示画面に戻るように構成することにより、連続して複数のアプリケーションの設定も可能である。   When the control side obtains the data item list from the application side, it displays one or more data items (usage data) that the user wants to use from the data item list on the display device so that the user can select the data item list. When a data item is selected from the data item list (s3), the control side registers (stores) the selected use data in association with the application name as input / output control information (s4), and data input / output on the control side The processing flow related to the control setting is ended (END). The control side is configured to return to the application list display screen in step s1 at the end (end) of setting of one application, so that a plurality of applications can be set continuously.

以上により、利用者によるアプリケーションの起動時に、当該アプリケーションで入出力するデータ項目の入出力を制御する制御側の入出力制御プログラムの設定を完了する。   As described above, when the user starts the application, the setting of the input / output control program on the control side that controls the input / output of the data items input / output by the application is completed.

図4は、図3に示すデータ入出力制御の設定に従って携帯端末アプリケーションを実行する際のフローチャートを示す図である。
利用者が携帯端末の機能画面等から特定のアプリケーションを起動すると(スタート)、アプリケーション側は当該アプリケーション名を出力し(s11)、制御側を起動する(スタート)。
FIG. 4 is a diagram showing a flowchart when the mobile terminal application is executed in accordance with the setting of the data input / output control shown in FIG.
When the user activates a specific application from the function screen or the like of the portable terminal (start), the application side outputs the application name (s11) and activates the control side (start).

制御側は受け取ったアプリケーション名(AP名)が入出力制御情報のアプリケーション名として登録されているか否かを判断し(s21)、登録されていなければ入出力制御プログラムを終了し(エンド)、以降のデータ入出力制御は当該アプリケーションが直接入出力デバイスに要求して以下のように入出力を実行する。   The control side determines whether or not the received application name (AP name) is registered as the application name of the input / output control information (s21). If not registered, the input / output control program is terminated (end), and thereafter. In this data input / output control, the application directly requests the input / output device to execute input / output as follows.

つまり、アプリケーション側は制御側へのアプリケーション名の通知後、タイマ(1)により設定した制御側ステップs21の処理時間(一定時間)を待った後(s12)に、当該アプリケーションの入出力のデータ項目リストの先頭のデータ項目(名)を制御側及びアプリケーション側に出力する(s13)。ここで制御側はデータ項目(名)の通知に対し既に入出力制御プログラムは終了しており動作しないが、アプリケーション側では予め用意された個々のデータ項目のデータ入力及びデータ表示の機能を有する入出力関数(s16)に当該データ項目に関する実行命令を出力する(s14)。入出力関数(s16)による当該データ項目の入出力制御が終了し、入出力関数(s16)から処理の終了が通知されると、データ項目リストに基づき次のデータ項目の要求があるか否かを判断し(s15)、次のデータ項目があればステップs13からの同様の処理を行い、データ項目リストの全てのデータ項目が終了するまで同様の処理を繰り返し(s13〜s16)、制御側の入出力制御プログラムとは独立した入出力制御を終了する(エンド)。   In other words, after the application side notifies the control side of the application name, after waiting for the processing time (a fixed time) of the control side step s21 set by the timer (1) (s12), the input / output data item list of the application side The first data item (name) is output to the control side and the application side (s13). Here, the input / output control program for the notification of the data item (name) has already been completed and does not operate on the control side, but the application side has an input function for data input and data display of individual data items prepared in advance. An execution instruction related to the data item is output to the output function (s16) (s14). When the input / output control of the data item by the input / output function (s16) ends and the end of processing is notified from the input / output function (s16), whether or not there is a request for the next data item based on the data item list. (S15), if there is a next data item, the same processing from step s13 is performed, and the same processing is repeated until all data items in the data item list are completed (s13 to s16). End input / output control independent of the input / output control program (end).

制御側のステップs21でアプリケーション側から通知されたアプリケーション名が登録されていれば、以降の入出力制御には制御側が関与し、入出力デバイスに対する当該アプリケーションにおける入出力を制御する。   If the application name notified from the application side in step s21 on the control side is registered, the control side is involved in the subsequent input / output control and controls the input / output in the application for the input / output device.

アプリケーション側は制御側へのアプリケーション名の通知後、タイマ(1)により設定した制御側ステップs21の処理時間(一定時間)を待った後(s12)に、当該アプリケーションの入出力のデータ項目リストの先頭のデータ項目(名)を制御側に通知する(s13)とともに、予め用意された入出力関数(s16)に当該データ項目に関する実行命令を出力する(s14)。アプリケーション側からのデータ項目(名)を受信した制御側は、当該データ項目が利用者によって利用データとして登録されているか否かを判断し(s22)、登録されていれば、次のデータ項目の受信の待機状態に戻ることで、当該データ項目に関するアプリケーション側の入出力の実行命令に基づく入出力関数(s16)による入出力制御の処理に関与しない。また、前記データ項目が利用者によって利用データとして登録されていなければ、アプリケーション側の当該データ項目の実行命令による入出力関数(s16)による入出力制御の処理を中断させる(Nonオペレーション化)制御を行う(s24)。   After notifying the control side of the application name, the application side waits for the processing time (fixed time) of the control side step s21 set by the timer (1) (s12), and then starts the input / output data item list of the application. The data item (name) is notified to the control side (s13), and an execution instruction related to the data item is output to the input / output function (s16) prepared in advance (s14). The control side that has received the data item (name) from the application side determines whether or not the data item is registered as usage data by the user (s22). By returning to the reception standby state, it is not involved in the input / output control processing by the input / output function (s16) based on the input / output execution instruction on the application side regarding the data item. Further, if the data item is not registered as usage data by the user, control for interrupting the input / output control processing by the input / output function (s16) by the execution instruction of the data item on the application side (non-operational) is performed. Perform (s24).

アプリケーション側は、入出力制御の実行命令の出力(s14)後、当該データ項目の入出力制御が終了し入出力関数(s16)から処理の終了の通知を受けると、データ項目リストに基づき次のデータ項目の要求があるか否かを判断し(s15)、次のデータ項目があればステップs13からの同様の処理を行い、データ項目リストの全てのデータ項目が終了するまで同様の処理を繰り返す(s13〜s16)。   After the output of the input / output control execution command (s14), the application side ends the input / output control of the data item and receives the notification of the end of processing from the input / output function (s16). It is determined whether there is a data item request (s15). If there is a next data item, the same processing from step s13 is performed, and the same processing is repeated until all the data items in the data item list are completed. (S13 to s16).

また、以上の処理の繰り返し動作において、制御側はアプリケーション側からのデータ項目の通知後のステップs22、s24及びs16により必要とする処理時間以上の所定時間のタイマ(2)により、全データ項目に関する処理の終了を監視しており、アプリケーション側からのデータ項目名の通知がなくなると、タイマ(2)が所定時間を満了してタイムアウトし(s23)、制御側の処理も終了する(エンド)。   In the repeated operation of the above processing, the control side relates to all data items by the timer (2) for a predetermined time longer than the processing time required by steps s22, s24 and s16 after the notification of the data item from the application side. When the end of the process is monitored and no notification of the data item name is received from the application side, the timer (2) expires a predetermined time and times out (s23), and the process on the control side is also ended (END).

以上のようにアプリケーション側は、携帯端末アプリケーションが終了するまで、データ項目の通知による入出力制御の要求を繰り返し、制御側はアプリケーション側の入出力制御の要求に基づくデータ入出力の制御を入出力デバイスに要求するか否かの制御をアプリケーション側の処理と独立して実行し、データ項目の通知による入出力制御の要求が終了するとデータ入出力制御も終了する。   As described above, the application side repeats the input / output control request based on the data item notification until the mobile terminal application is terminated, and the control side inputs / outputs the data input / output control based on the application side input / output control request. Whether to make a request to the device is executed independently of the processing on the application side, and when the input / output control request by the notification of the data item ends, the data input / output control also ends.

本実施の形態では、データ入出力制御の設定とデータ入出力制御を制御側で全て処理するため、これまでの携帯端末アプリケーションを改造することなしに利用することが可能である。   In this embodiment, since the data input / output control setting and the data input / output control are all processed on the control side, it is possible to use the mobile terminal application without modification.

(他の実施の形態)
以上の実施の形態では、図3に示すデータ入出力制御の設定を行う際、データ項目リストの制御側への出力をアプリケーション側が出力する構成で説明したが、前記データ項目リストはアプリケーション自身が出力する代わりに携帯端末のアプリケーション解析プログラムが代行するなどの構成とすることが可能である。
(Other embodiments)
In the above embodiment, when the data input / output control shown in FIG. 3 is set, the application side outputs the data item list to the control side. However, the data item list is output by the application itself. Instead, it is possible to adopt a configuration in which an application analysis program of the mobile terminal is substituted.

また、データ入出力制御の設定に従って携帯端末アプリケーションを実行する際に、アプリケーション名を制御側に出力する制御においてアプリケーション側が行う構成により説明したが、これはアプリケーション自身が実行する代わりに携帯端末のアプリケーションタスク管理プログラムが代行するなどのプログラム構成とすることが可能である。   Moreover, when executing the mobile terminal application according to the setting of the data input / output control, it has been described by the configuration that the application side performs in the control of outputting the application name to the control side. It is possible to adopt a program configuration in which a task management program is substituted.

次に、図3、4に示すフローチャートによるより具体的な実施例の動作について以下説明する。
図5は本実施例のデータ項目リスト、入出力データ及び制御データの例を示す図である。入出力制御プログラムの電話帳登録のアプリケーションへの適用例を示しており、本例では電話帳登録の入出力制御の多数のデータ項目のうち「氏名」と「電話番号」のみについて入出力デバイスの入出力を実行するようにカスタマイズした例を示している。
Next, the operation of a more specific embodiment according to the flowcharts shown in FIGS. 3 and 4 will be described below.
FIG. 5 is a diagram illustrating an example of a data item list, input / output data, and control data according to the present embodiment. An example of application of the input / output control program to the phone book registration application is shown. In this example, only the “name” and “phone number” of the input / output control of the phone book registration are used for the input / output device. An example customized to execute I / O is shown.

まず、図3の入出力制御の設定においては、制御側の起動後に図5(a)に示す入出力制御の設定のアプリケーションのリストが出力され、表示デバイス上には図5(b)の設定メニュー画面が表示され、利用者は電話帳登録のアプリケーションを選択する(s1)。これによりアプリケーション側から図5(c)に示すデータ項目リストが出力され(s2)、表示デバイス上には図6(a)に示す画面が表示される。利用者はデータ項目リストのうち「氏名」と「電話番号」のみを選択し(s3)、登録操作を行うと(s4)、メモリ部5のフラグ記憶領域に当該データ項目リストのデータ項目の番号1、2、…、iとそれぞれの選択/非選択のフラグ(ビット)“1”/“0”の関連付けデータである制御データが記憶され、これによりカスタマイズの設定が終了する。   First, in the input / output control setting of FIG. 3, after the control side is started, the input / output control setting application list shown in FIG. 5 (a) is output, and the setting shown in FIG. 5 (b) is displayed on the display device. A menu screen is displayed, and the user selects an application for telephone directory registration (s1). As a result, the data item list shown in FIG. 5C is output from the application side (s2), and the screen shown in FIG. 6A is displayed on the display device. When the user selects only “name” and “phone number” from the data item list (s3) and performs a registration operation (s4), the number of the data item in the data item list is stored in the flag storage area of the memory unit 5. Control data which is association data of 1, 2,..., I and respective selection / non-selection flag (bit) “1” / “0” is stored, thereby completing the customization setting.

次に、図4に示す携帯端末アプリケーションの実行においては、利用者が「電話帳登録」を起動すると、アプリケーション側はアプリケーション名「電話帳登録」を制御側及びアプリケーション側に出力する(s11)。アプリケーション側は、タイマ(1)により設定した制御側ステップs21の処理完了後に、「電話帳登録」のデータ項目リストの一番目のデータ項目の「名前」を制御側に通知する(s13)とともに、予め用意された入出力関数(s16)に当該「名前」に関する実行命令を出力する(s14)。   Next, in the execution of the mobile terminal application shown in FIG. 4, when the user activates “phone book registration”, the application side outputs the application name “phone book registration” to the control side and the application side (s11). The application side notifies the control side of the “name” of the first data item in the “phone book registration” data item list after the completion of the control side step s21 set by the timer (1) (s13), The execution instruction relating to the “name” is output to the input / output function (s16) prepared in advance (s14).

データ項目「名前」を受信した制御側は、当該「氏名」が利用者によって利用データとして登録されているか否かをデータ項目の番号からフラグを参照することにより判断し(s22)、本例ではフラグ“1”として登録されているので、直ちに制御側は次のデータ項目「フリガナ」の受信の待機状態に戻り、入出力関数(s16)による当該データ項目「名前」の入出力制御の処理に関与しないことで、「名前」の入出力制御が実行される。   Upon receiving the data item “name”, the control side determines whether or not the “name” is registered as usage data by the user by referring to the flag from the number of the data item (s22). Since the flag is registered as “1”, the control side immediately returns to the standby state for reception of the next data item “Reading”, and the input / output function (s16) performs input / output control processing of the data item “name”. By not participating, "name" input / output control is executed.

次にアプリケーション側はデータ項目リストに基づき第2番目のデータ項目があるか否かを判断し(s15)、第2番目にはデータ項目「フリガナ」があるから、ステップs13からの同様の処理を開始する。制御側は第2番目のデータ項目「フリガナ」の通知を受けると、「フリガナ」はフラグ“0”でデータ項目として登録されていないから、アプリケーション側の入出力実行命令による入出力関数s16の処理を中断する。   Next, the application side determines whether or not there is a second data item based on the data item list (s15). Since there is a data item “reading” in the second, the same processing from step s13 is performed. Start. When the control side receives the notification of the second data item “Reading”, since “Reading” is not registered as a data item with the flag “0”, the processing of the input / output function s16 by the input / output execution instruction on the application side is performed. Interrupt.

以下同様にして第3番目のデータ項目「グループ」は、フラグ“0”でデータ項目として登録されていないから、アプリケーション側の入出力実行命令による入出力関数s16の処理は中断し、第4番目のデータ項目「電話」はフラグ“1”として登録されているので、アプリケーション側は入出力実行命令による入出力関数s16の処理により入出力が実行される。   Similarly, since the third data item “group” is not registered as a data item with the flag “0”, the processing of the input / output function s16 by the input / output execution instruction on the application side is interrupted, and the fourth data item “group” is stopped. Since the data item “telephone” is registered as the flag “1”, input / output is executed on the application side by the processing of the input / output function s16 by the input / output execution command.

更に、アプリケーション側から制御側へのデータ項目が順次通知されるが、何れもフラグ“0”であり制御側による制御により入出力関数s16の処理は何れも実行が中断され、全ての処理が終了するとタイマ(2)がタイムアウトして電話登録のアプリケーションは終了する。   Further, data items are sequentially notified from the application side to the control side, but all of them are flag “0”, and the processing of the input / output function s16 is interrupted by the control by the control side, and all the processes are completed. Then, the timer (2) times out and the telephone registration application ends.

以上の処理により、携帯端末に登録する相手の電話機に関連して、名前入力、フリガナ入力、グループ番号入力、電話番号入力、メールアドレス入力、郵便番号/住所入力、メモ入力、画像登録等の入力が可能であり、更に電話番号及びメールアドレスについては複数の入力が可能な機能であるが、利用者の前記カスタマイズにより、データ項目「氏名」、「電話番号」の2つの入出力制御のみが実行される。   Through the above processing, name input, reading input, group number input, telephone number input, mail address input, postal code / address input, memo input, image registration, etc. related to the other party's telephone to be registered in the mobile terminal The phone number and e-mail address can be input multiple times, but only two input / output controls for the data items "name" and "phone number" are executed by the user's customization. Is done.

表示デバイス上の電話帳登録画面も図6(b)に示すように利用者の登録したデータ項目のみとし、利用しないデータ項目のスキップ操作等の利用者の操作負担を削減することが可能である。また、データ項目数もカスタマイズ前より大幅に削減可能であるから、データ項目数にあわせて表示データの文字サイズを可変制御する表示処理を行うことにより、同図に示すように電話帳登録画面を大文字表示とすることができ視認性を向上させることも可能となる。   As shown in FIG. 6B, the phone book registration screen on the display device is also limited to data items registered by the user, and it is possible to reduce the user's operation burden such as a skip operation of data items that are not used. . In addition, since the number of data items can be significantly reduced before customization, the phone book registration screen is displayed as shown in the figure by performing display processing that variably controls the character size of display data according to the number of data items. Uppercase letters can be displayed, and visibility can be improved.

電話帳やiアプリなどに代表される携帯電話上に搭載するアプリケーション用途に適用可能である。また、入出力デバイスがデスクトップPCなどに比べて制限される携帯端末上に搭載するカーナビ、PDAやポータブルAV機器などのアプリケーション用途に広く適用可能である。
The present invention can be applied to application applications mounted on mobile phones typified by phone books and i-applis. In addition, the present invention can be widely applied to application uses such as car navigation, PDA, and portable AV equipment mounted on a portable terminal whose input / output devices are limited compared to a desktop PC or the like.

本発明の携帯端末のブロック構成を示す図である。It is a figure which shows the block configuration of the portable terminal of this invention. 本発明の一実施の形態の携帯端末のデータ入出力の制御システムの例を示す図である。It is a figure which shows the example of the control system of the data input / output of the portable terminal of one embodiment of this invention. 本実施の形態の入出力制御の設定を行う際のフローチャートを示す図である。It is a figure which shows the flowchart at the time of performing the setting of the input / output control of this Embodiment. 本実施の形態の入出力制御の設定に従って携帯端末アプリケーションを実行する際のフローチャートを示す図である。It is a figure which shows the flowchart at the time of performing a portable terminal application according to the setting of the input / output control of this Embodiment. 本発明の実施例の各種データを示す図である。It is a figure which shows the various data of the Example of this invention. 本実施例のカスタマイズの例を示す図である。It is a figure which shows the example of customization of a present Example. 従来の入出力デバイスに対する入出力制御の例を示す図である。It is a figure which shows the example of the input / output control with respect to the conventional input / output device.

符号の説明Explanation of symbols

1 アプリケーションプログラム
2 入出力制御プログラム
3 出力(表示)デバイス
4 入力デバイス
5 メモリ部
6 制御部
1 Application Program 2 I / O Control Program 3 Output (Display) Device 4 Input Device 5 Memory Unit 6 Control Unit

Claims (12)

入出力デバイスに対する複数のデータ項目の入出力制御を伴うアプリケーションプログラムを搭載した携帯端末において、
前記複数のデータ項目のうち利用者により予め選択されたデータ項目のみの入出力制御を実行可能に制御する入出力制御プログラムを搭載したことを特徴とする携帯端末。
In a portable terminal equipped with an application program that involves input / output control of multiple data items for an input / output device,
A portable terminal, comprising: an input / output control program that controls execution of input / output control of only a data item selected in advance by a user among the plurality of data items.
前記アプリケーションプログラムの入出力制御はデータ項目毎に入出力関数に実行命令を出力することにより実行を開始し、前記入出力制御プログラムは利用者により予め選択されたデータ項目以外のデータ項目の実行を中断するように制御することを特徴とする請求項1記載の携帯端末。 The input / output control of the application program is started by outputting an execution instruction to the input / output function for each data item, and the input / output control program executes the data item other than the data item preselected by the user. The mobile terminal according to claim 1, wherein the mobile terminal is controlled to be interrupted. 入出力制御プログラムの起動時に、アプリケーションプログラムから出力される前記複数のデータ項目のリストに基づき、実行する入出力制御のデータ項目が予め選択されることを特徴とする請求項1又は2記載の携帯端末。 3. The mobile device according to claim 1, wherein data items for input / output control to be executed are selected in advance based on the list of the plurality of data items output from the application program when the input / output control program is started. Terminal. 前記アプリケーションプログラムの入出力制御は、前記データ項目のリストに基づき、入出力制御プログラムに対しデータ項目を順次出力するとともに、当該データ項目に基づく実行命令を入出力関数に順次出力することを特徴とする請求項3記載の携帯端末。 The input / output control of the application program is characterized by sequentially outputting data items to the input / output control program based on the list of data items and sequentially outputting execution instructions based on the data items to the input / output function. The portable terminal according to claim 3. 前記複数のデータ項目のリストの出力はアプリケーションプログラムから出力される代りに携帯端末のアプリケーション解析プログラムから出力されることを特徴とする請求項3又は4記載の携帯端末。 5. The mobile terminal according to claim 3, wherein the output of the list of the plurality of data items is output from an application analysis program of the mobile terminal instead of being output from the application program. 入出力制御プログラムは、携帯端末のファームウェア又はアプリケーションプログラムの実行用パッチプログラムとして実装されていることを特徴とする請求項1ないし5の何れかの請求項記載の携帯端末。 6. The mobile terminal according to claim 1, wherein the input / output control program is implemented as a firmware for the mobile terminal or an application program execution patch program. 携帯端末の制御部に、入出力デバイスに対する複数のデータ項目の入出力制御を実行する機能を実現させるためのアプリケーションプログラムと、前記複数のデータ項目のうち利用者により予め選択されたデータ項目のみの入出力制御を実行可能に制御する機能を実現させるための入出力制御プログラムと、からなることを特徴とする携帯端末用プログラム。 An application program for realizing a function of executing input / output control of a plurality of data items for the input / output device in the control unit of the mobile terminal, and only data items preselected by the user among the plurality of data items A portable terminal program comprising: an input / output control program for realizing a function of executing input / output control in an executable manner. 前記アプリケーションプログラムの入出力制御はデータ項目毎に入出力関数に実行命令を出力することにより実行を開始し、前記入出力制御プログラムは利用者により予め選択されたデータ項目以外のデータ項目の前記実行を中断するように制御することを特徴とする請求項7記載の携帯端末用プログラム。 The input / output control of the application program starts execution by outputting an execution instruction to the input / output function for each data item, and the input / output control program executes the execution of the data item other than the data item previously selected by the user. The mobile terminal program according to claim 7, wherein control is performed so as to be interrupted. 入出力制御プログラムの起動時に、アプリケーションプログラムから出力される前記複数のデータ項目のリストに基づき、実行する入出力制御のデータ項目が予め選択されることを特徴とする請求項7又は8記載の携帯端末用プログラム。 9. The mobile device according to claim 7, wherein data items for input / output control to be executed are selected in advance based on the list of the plurality of data items output from the application program when the input / output control program is started. Terminal program. 前記アプリケーションプログラムの入出力制御は前記データ項目のリストに基づき、入出力制御プログラムに対しデータ項目を順次出力するとともに、当該データ項目に基づく実行命令を入出力関数に順次出力することを特徴とする請求項9記載の携帯端末用プログラム。 The input / output control of the application program sequentially outputs data items to the input / output control program based on the list of data items, and sequentially outputs execution instructions based on the data items to the input / output function. The portable terminal program according to claim 9. 前記複数のデータ項目のリストを前記アプリケーションプログラムに代えて出力する携帯端末のアプリケーション解析プログラムを含むことを特徴とする請求項9又は10記載の携帯端末用プログラム。 11. The portable terminal program according to claim 9, further comprising a portable terminal application analysis program that outputs the list of the plurality of data items instead of the application program. 入出力制御プログラムは、携帯端末のファームウェア又はアプリケーションプログラムの実行用パッチプログラムであることを特徴とする請求項7ないし11の何れかの請求項記載の携帯端末用プログラム。 The portable terminal program according to any one of claims 7 to 11, wherein the input / output control program is a patch program for executing firmware of the portable terminal or an application program.
JP2005104671A 2005-03-31 2005-03-31 Portable terminal and program for portable terminal Pending JP2006287617A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005104671A JP2006287617A (en) 2005-03-31 2005-03-31 Portable terminal and program for portable terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005104671A JP2006287617A (en) 2005-03-31 2005-03-31 Portable terminal and program for portable terminal

Publications (1)

Publication Number Publication Date
JP2006287617A true JP2006287617A (en) 2006-10-19

Family

ID=37409046

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005104671A Pending JP2006287617A (en) 2005-03-31 2005-03-31 Portable terminal and program for portable terminal

Country Status (1)

Country Link
JP (1) JP2006287617A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010021600A (en) * 2008-07-08 2010-01-28 Brother Ind Ltd Communication apparatus

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010021600A (en) * 2008-07-08 2010-01-28 Brother Ind Ltd Communication apparatus
US8427710B2 (en) 2008-07-08 2013-04-23 Brother Kogyo Kabushiki Kaisha Communication device and method for rejecting to store data in a disabled database field

Similar Documents

Publication Publication Date Title
JP5242043B2 (en) Portable terminal device and display method
JP4342578B2 (en) Information processing apparatus and program
US7937077B2 (en) Electronic apparatus and computer-readable recording medium
KR100700171B1 (en) Sub display expression device of the mobile communication terminal and controlling method therefore
US20110130173A1 (en) Mobile device and control method thereof
JP2007036796A (en) Wireless communication apparatus and system starting method thereof
KR100650954B1 (en) Method and apparatus for displaying plural screens at the same time in the mobile phone
KR20030054620A (en) Method, storage medium, and cellular phone for providing multi windows on the one display
US20110134130A1 (en) Method and apparatus for operating optional key map of portable terminal
JP2004062369A (en) Multitasking mobile terminal and mobile communication terminal
JP4438690B2 (en) Communication system and portable terminal device
KR100424475B1 (en) Apparatus and method for performing communication function using hot keys in a mobile communication terminal equipment
JP2007141064A (en) Portable terminal and menu display switching method
US20170223177A1 (en) Mobile phone, display control method, and non-transitory computer-readable recording medium
JP2006287617A (en) Portable terminal and program for portable terminal
JP2011205254A (en) Information terminal and screen display method
JP2007226712A (en) Portable terminal device and language selection method thereof
JP2003101629A (en) Portable telephone
JP5042617B2 (en) Portable information terminal
JP2003174497A (en) Portable telephone set and operating method therefor
JP5163509B2 (en) Mobile terminal customization system, mobile terminal customization method
JP5284584B2 (en) Portable information terminal
JP2015135551A (en) Information terminal device
KR100791577B1 (en) Method and apparatus of supplying service in mobile communication terminal using command input window
US20060205440A1 (en) Multiple page sound tone dialog in communication device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080213

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090605

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20090702

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090804

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20091201