JP2007272760A - Portable terminal device - Google Patents

Portable terminal device Download PDF

Info

Publication number
JP2007272760A
JP2007272760A JP2006100142A JP2006100142A JP2007272760A JP 2007272760 A JP2007272760 A JP 2007272760A JP 2006100142 A JP2006100142 A JP 2006100142A JP 2006100142 A JP2006100142 A JP 2006100142A JP 2007272760 A JP2007272760 A JP 2007272760A
Authority
JP
Japan
Prior art keywords
display
application
application program
terminal device
java
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
JP2006100142A
Other languages
Japanese (ja)
Inventor
Takahide Todoroki
高秀 等々力
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.)
Aplix Corp
Original Assignee
Aplix 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 Aplix Corp filed Critical Aplix Corp
Priority to JP2006100142A priority Critical patent/JP2007272760A/en
Publication of JP2007272760A publication Critical patent/JP2007272760A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a portable terminal device which does not cause problems of application development and a system load even though screen display is easily customized and changed by performing screen display in each display by a different application program. <P>SOLUTION: An application performing part 503 of the portable terminal device 500 performs a first application program 506 when a display selection part 504 selects a first display 501, and performs a second application program 507 when the display selection part 504 selects a second display 502. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、携帯端末装置に関する。   The present invention relates to a mobile terminal device.

近年、移動体通信の分野は急速に発展を遂げており、その一形態である携帯電話端末の年間出荷台数は2005年に8億台を超えるものと予測されており、その加入者も2005年12月には全世界で17億人を超えようとしている。また、単に出荷台数や加入者数が増加しているだけではなく、移動体通信事業者が提供しているサービスも多種多様となっており、メーカーが製造している携帯電話端末についても大幅に高機能化・多機能化が進んでいる。   In recent years, the field of mobile communication has been rapidly developing, and the annual shipment of mobile phone terminals as one form is expected to exceed 800 million in 2005, and its subscribers are also in 2005. In December, it is going to exceed 1.7 billion people worldwide. In addition, the number of shipments and subscribers is not only increasing, but the services provided by mobile operators are also diversified, and the mobile phone terminals manufactured by manufacturers are greatly increased. High functionality and multi-function are progressing.

携帯電話端末の多機能化を実現している技術の一つに、Java(登録商標)アプリケーションへの対応が挙げられる。Java(登録商標)とは高級プログラミング言語の一種であるが、CPU上にソフトウェアないしハードウェアによりJava(登録商標)仮想マシンという一種の仮想的なコンピュータを構築することにより、CPUに依存しないプログラムを実現した技術である。Java(登録商標)アプリケーションへの対応とは、このような仮想マシン、すなわちJava(登録商標)実行環境を携帯電話端末に搭載することであり、これにより異なるCPUやOSを使った携帯電話端末であっても同じJava(登録商標)アプリケーションが動作するようになる。また、Java(登録商標)には言語レベルでサポートしている高度なセキュリティ機構によって悪意あるコードは実行されないので、安全にプログラム配信が可能であり、ウィルス等の心配をすることなく製品出荷後にプログラムを追加することができる。   One of the technologies that realize the multi-functionality of mobile phone terminals is the correspondence to Java (registered trademark) applications. Java (registered trademark) is a kind of high-level programming language, but by constructing a kind of virtual computer called Java (registered trademark) virtual machine on the CPU by software or hardware, a program that does not depend on the CPU can be executed. This technology has been realized. The correspondence to the Java (registered trademark) application means that such a virtual machine, that is, the Java (registered trademark) execution environment is installed in the cellular phone terminal, and thus the cellular phone terminal using a different CPU or OS can be used. Even if it exists, the same Java (registered trademark) application can be operated. In addition, since malicious code is not executed in Java (registered trademark) by the advanced security mechanism supported at the language level, it is possible to distribute the program safely and program after shipment without worrying about viruses. Can be added.

また、2つのディスプレイを有する携帯端末装置が開発されてきており、例えば特許文献1には、第1のディスプレイでワープロやFAX送受信機のユーザーインターフェイスを表示しつつ、第2のディスプレイで機器の状態を表示する携帯型コミュータが開示されている。また、主ディスプレイと背面ディスプレイとを備えた携帯電話端末も開発されてきている。
特開平10-341290号公報
In addition, portable terminal devices having two displays have been developed. For example, in Patent Document 1, a user interface of a word processor or a FAX transmitter / receiver is displayed on the first display, and a device state is displayed on the second display. Has been disclosed. Mobile phone terminals having a main display and a back display have also been developed.
Japanese Patent Laid-Open No. 10-341290

しかしながら、特許文献1に記載された携帯型コミュータでは各ディスプレイに表示される情報は固定的であり、表示される情報をカスタマイズしたり変更したりすることはできない。また、メイン液晶および背面液晶のように2つのディスプレイを有する携帯電話が開発されているものの、背面液晶の表示は変更不可能なシステムプログラムで行われており、その表示は固定的で自由度が低いものが大部分である。また、最新の携帯電話の中には、Java(登録商標)アプリケーションによって背面液晶の表示を制御できるものもあり、そのような携帯電話では特定のJava(登録商標)アプリケーション実行することで、メイン液晶だけでなく背面液晶にもアプリケーション固有の画面を表示することが可能である。しかし、一つのアプリケーションでメイン液晶と背面液晶との双方の描画を行うことは、各ディスプレイのON/OFFやディスプレイ間の遷移を意識する必要があるため、プログラム開発の複雑化やプログラムサイズの大型化を招くという問題がある。   However, in the portable commuter described in Patent Document 1, the information displayed on each display is fixed, and the displayed information cannot be customized or changed. Although mobile phones with two displays such as the main liquid crystal and the rear liquid crystal have been developed, the display of the rear liquid crystal is performed by a system program that cannot be changed, and the display is fixed and has a high degree of freedom. Most are low. In addition, some of the latest mobile phones can control the display of the rear liquid crystal by a Java (registered trademark) application. In such a mobile phone, the main liquid crystal can be obtained by executing a specific Java (registered trademark) application. It is possible to display an application-specific screen on the rear LCD as well. However, drawing both the main LCD and the back LCD in one application requires attention to ON / OFF of each display and transition between displays, so the program development is complicated and the program size is large. There is a problem of inviting.

これに対して、メイン液晶用と背面液晶用との2つのJava(登録商標)アプリケーションを組み合わせ、それぞれ個々に画面表示を行うようにすれば上記した問題を解決することができる。また、Java(登録商標)アプリケーションを自由に組み合わせられるようにすることで、表示のカスタマイズや変更も容易となる。しかしながら、この場合には通常1つである携帯電話のCPUをどのように2つのJava(登録商標)アプリケーションに割り当てるかが課題となる。メイン液晶用と背面液晶用との2つのJava(登録商標)アプリケーションを同時に実行状態とすることは、システム負荷が大きく携帯電話のような機器では現実的でない。その一方で、各Java(登録商標)アプリケーションがシームレスに連携できるようにすることが望ましい。   On the other hand, the above-described problems can be solved by combining two Java (registered trademark) applications for the main liquid crystal and for the rear liquid crystal, and individually performing screen display. Further, by allowing Java (registered trademark) applications to be freely combined, display customization and change are facilitated. However, in this case, the problem is how to allocate the CPU of one mobile phone, which is usually one, to two Java (registered trademark) applications. It is not practical for a device such as a mobile phone to have two Java (registered trademark) applications for the main liquid crystal and the back liquid crystal simultaneously in an execution state. On the other hand, it is desirable that each Java (registered trademark) application can be seamlessly linked.

そこで、本発明は、ディスプレイごとに別のアプリケーションプログラムで画面表示を行うことにより、ディスプレイ表示のカスタマイズや変更が容易でありながら、アプリケーション開発やシステム負荷の問題を生じることがない携帯端末装置を提供することを目的とする。さらに、各アプリケーションプログラムをスムースに連携させることができる携帯端末装置を提供することを目的とする。   Therefore, the present invention provides a portable terminal device that can easily customize or change display display without causing application development or system load problems by displaying the screen with a separate application program for each display. The purpose is to do. Furthermore, it aims at providing the portable terminal device which can make each application program cooperate smoothly.

上記課題を解決するために、本発明は、選択的に利用される第1および第2のディスプレイと、前記第1のディスプレイに画面表示を行う第1のアプリケーションプログラムと、前記第2のディスプレイに画面表示を行う第2のアプリケーションプログラムとを記録した記憶部と、前記記憶部の記録したアプリケーションプログラムを実行するアプリケーション実行部と、第1および第2のディスプレイから利用するディスプレイを選択するディスプレイ選択部とを有し、前記アプリケーション実行部は、前記ディスプレイ選択部が前記第1のディスプレイを選択した場合には前記第1のアプリケーションプログラムを実行し、前記ディスプレイ選択部が前記第2のディスプレイを選択した場合には前記第2のアプリケーションプログラムを実行することを特徴とする携帯端末装置を提供する。   In order to solve the above-described problems, the present invention provides a first and second display that are selectively used, a first application program that displays a screen on the first display, and the second display. A storage unit that records a second application program that performs screen display, an application execution unit that executes the application program recorded in the storage unit, and a display selection unit that selects a display to be used from the first and second displays The application execution unit executes the first application program when the display selection unit selects the first display, and the display selection unit selects the second display. In this case, the second application program is To provide a mobile terminal apparatus characterized by rows.

このような構成によれば、前記第1のディスプレイに画面表示を行う第1のアプリケーションプログラムと、前記第2のディスプレイに画面表示を行う第2のアプリケーションプログラムとをディスプレイ選択部の選択に応じて切り替えるので、第1および第2のアプリケーションプログラムを自由に組み合わせることでディスプレイ表示のカスタマイズや変更を容易に行うことができる。また、このような第1および第2のアプリケーションプログラムは、各ディスプレイのON/OFFやディスプレイ間の遷移を意識することなく開発することができるので、容易に開発を進めることが可能である。しかも、上記のようにディスプレイ選択部の選択したディスプレイに表示を行うアプリケーションプログラムのみを実行するので、携帯電話のシステム負荷も低く抑えることができる。   According to such a configuration, the first application program for displaying the screen on the first display and the second application program for displaying the screen on the second display are selected according to the selection of the display selection unit. Since switching is performed, the display display can be easily customized or changed by freely combining the first and second application programs. In addition, such first and second application programs can be developed without being conscious of ON / OFF of each display or transition between displays, and therefore can be easily developed. Moreover, since only the application program for displaying on the display selected by the display selection unit is executed as described above, the system load on the mobile phone can be reduced.

本発明においては、前記アプリケーション実行部は、アプリケーションプログラムを一時停止する機能を有し、また好ましくは再開する機能をも有し、前記ディスプレイ選択部が利用するディスプレイを変更した際に、実行していたアプリケーションプログラムの状態を保存して一時停止させることが好ましい。また、前記ディスプレイ選択部がディスプレイを変更した際に、さらに変更後のディスプレイに画面出力するアプリケーションプログラムが一時停止されている場合には、当該アプリケーションプログラムを再開することがより好ましい。このようにすることで、前記アプリケーション実行部が実行するアプリケーションプログラムを切り替える際に、前記アプリケーション実行部およびアプリケーションプログラムの初期化処理が行われなくなるため、切り替えのオーバーヘッドを低減し、各アプリケーションプログラムをよりシームレスに連携させることが可能となる。   In the present invention, the application execution unit has a function of temporarily stopping an application program, and preferably also has a function of resuming, and is executed when the display used by the display selection unit is changed. It is preferable that the state of the application program is saved and paused. In addition, when the display selection unit changes the display, if the application program that outputs the screen to the display after the change is further suspended, it is more preferable to restart the application program. In this way, when the application program executed by the application execution unit is switched, the initialization process of the application execution unit and the application program is not performed, so that switching overhead is reduced and each application program is more It becomes possible to link seamlessly.

このような構成は、前記アプリケーション実行部に、アプリケーションプログラムの状態を保存して一時停止し、保存された状態を復元して当該アプリケーションを再開する機能を持たせることで実現することができる。   Such a configuration can be realized by providing the application execution unit with a function of saving and temporarily stopping the state of the application program, restoring the saved state, and restarting the application.

本発明においては、さらに折り畳み可能な構造の筐体を有し、前記ディスプレイ選択部は、前記筐体の折り畳み動作に応じて前記第1および第2のディスプレイから一方を選択する構成とすることができる。これにより、筐体の折り畳み動作とリンクしてアプリケーションを切り替えることができる。すなわち、アプリケーション実行部がアプリケーションプログラムを実行することにより画面表示されるディスプレイを切り替えることができる。   In the present invention, the display device may further include a housing having a foldable structure, and the display selection unit may select one of the first and second displays according to a folding operation of the housing. it can. Thereby, an application can be switched in linkage with the folding operation of the housing. That is, the display displayed on the screen can be switched when the application execution unit executes the application program.

以上のような構成の本発明において、前記アプリケーション実行部はJava(登録商標)実行環境を含み、前記第1および第2のアプリケーションプログラムはJava(登録商標)アプリケーションであることが好適である。   In the present invention configured as described above, the application execution unit preferably includes a Java (registered trademark) execution environment, and the first and second application programs are preferably Java (registered trademark) applications.

本発明の携帯端末装置によれば、ディスプレイ選択部の選択したディスプレイに画面表示を行うアプリケーションプログラムが自動的に実行されるので、各ディスプレイのそれぞれに画面表示を行うアプリケーションプログラムを並列的に実行する必要がない。したがって、ディスプレイごとに別のアプリケーションプログラムで画面表示を行うことができ、アプリケーションプログラムの差し替えにより各ディスプレイ表示のカスタマイズや変更が容易な携帯端末装置を、システム負荷や消費電力量の問題を生じることなく実現することができる。また、複数ディスプレイの画面表示を1つのアプリケーションプログラムで行おうとすると、アプリケーションプログラムの構成などが複雑化するおそれやアプリケーションプログラムによって表示が固定化するおそれがあるが、本発明では各ディスプレイに表示を行うアプリケーションプログラムを別々に準備することが可能になるので、アプリケーションプログラムの構造などの複雑化は抑制され、組み合わせの自由度も高くなり得る。   According to the mobile terminal device of the present invention, the application program for displaying the screen on the display selected by the display selection unit is automatically executed. Therefore, the application program for displaying the screen on each display is executed in parallel. There is no need. Therefore, it is possible to display the screen with a different application program for each display, and to easily change or customize each display display by replacing the application program without causing problems of system load and power consumption. Can be realized. In addition, if a single application program is used to display a plurality of displays on the screen, the configuration of the application program may be complicated or the display may be fixed by the application program. In the present invention, the display is performed on each display. Since application programs can be prepared separately, complications such as the structure of the application program can be suppressed, and the degree of freedom of combination can be increased.

以下、本発明を実施するための最良の形態について、実施形態として図を用いて開示を行なう。   Hereinafter, the best mode for carrying out the present invention will be disclosed as an embodiment with reference to the drawings.

図1は、本発明の実施形態に係る携帯端末装置500の概略的な機能ブロック図である。この携帯端末装置500は、主として、第1のディスプレイ501および第2のディスプレイ502と、アプリケーション実行部503と、ディスプレイ選択部504と、第1のアプリケーション506および第2のアプリケーション507を格納したアプリケーション保持部505とから構成されている。このような携帯端末装置500としては、例えば、移動体通信網に接続して使用される携帯電話端末やPHS端末を挙げることができる。なお、アプリケーションプログラムのことを、単にアプリケーションと記述する場合がある。   FIG. 1 is a schematic functional block diagram of a mobile terminal device 500 according to an embodiment of the present invention. This mobile terminal device 500 mainly has an application holding in which a first display 501 and a second display 502, an application execution unit 503, a display selection unit 504, a first application 506, and a second application 507 are stored. Part 505. Examples of such a mobile terminal device 500 include a mobile phone terminal and a PHS terminal used by connecting to a mobile communication network. An application program may be simply described as an application.

図2は、携帯端末装置500を折り畳み型筐体とした場合の構成例を示す図面である。この携帯端末装置600は、ヒンジ部604によって折り畳み可能になっており、折り畳みを開いた状態では図2に示すようにメイン液晶601(図1における第1のディスプレイ501に相当)と入力装置602が利用可能な状態となり、折り畳んだ状態ではメイン液晶601と入力装置602が内側に格納されて、背面液晶(図1における第2のディスプレイ502に相当、図2には不図示)のみが外側に露出した状態となる。なお、背面液晶は常に露出した状態となってもよい。もちろん、上記と逆に折り畳が行なわれることで、背面液晶が内部に格納され、メイン液晶601のみが外側に露出した状態となってもよい。また、メイン液晶601と背面液晶とを含む部分が回転し、その回転軸が、折り畳みのためのヒンジ部604と垂直(厳密に垂直である必要はない)となっていてもよい。この場合、例えば、ヒンジ部604で折り畳むことで、キー入力のためのテンキーの側にある方が、背面液晶となるように動的にメイン液晶と背面液晶とが入れ替わるようになっていてもよい。   FIG. 2 is a diagram illustrating a configuration example when the mobile terminal device 500 is a foldable housing. The portable terminal device 600 can be folded by a hinge portion 604. When the folding is opened, a main liquid crystal 601 (corresponding to the first display 501 in FIG. 1) and an input device 602 are provided as shown in FIG. In the folded state, the main liquid crystal 601 and the input device 602 are stored inside, and only the rear liquid crystal (corresponding to the second display 502 in FIG. 1, not shown in FIG. 2) is exposed to the outside. It will be in the state. The rear liquid crystal may be always exposed. Of course, the rear liquid crystal may be stored inside and only the main liquid crystal 601 may be exposed to the outside by folding in reverse to the above. In addition, a portion including the main liquid crystal 601 and the rear liquid crystal may rotate, and the rotation axis thereof may be perpendicular to the hinge portion 604 for folding (not necessarily strictly perpendicular). In this case, for example, the main liquid crystal and the rear liquid crystal may be dynamically switched so that the side closer to the numeric keypad for key input becomes the rear liquid crystal by folding at the hinge portion 604. .

以下、図1に示した各機能ブロックについて説明する。   Hereinafter, each functional block shown in FIG. 1 will be described.

第1のディスプレイ501および第2のディスプレイ502は、液晶表示装置、有機ELディスプレイ装置、プラズマ表示装置等で構成することができる。第1および第2のディスプレイ501および502は、アプリケーション実行部503と接続されており、アプリケーション実行部503上で実行されるアプリケーションから選択的に利用可能である。図2に示した例では、これら第1および第2のディスプレイ501および502は、折り畳み型筐体の携帯端末装置におけるメイン液晶画面601および背面液晶画面として構成されている(なお、以下では、メイン液晶画面を単にメイン液晶といい、背面液晶画面を背面液晶ということがある。また、「液晶」という名称を用いているが、表示の手段は液晶を用いた手段に限定されない。)。折り畳み型筐体の携帯端末装置のメイン液晶601と背面液晶は双方同時に利用されることはなく、筐体を開いた状態ではユーザにとって自然に見える位置にあるメイン液晶601が利用され、筐体を閉じた状態ではメイン液晶601が外部から視認できなくなるため背面液晶が利用されることが主に想定される。   The first display 501 and the second display 502 can be composed of a liquid crystal display device, an organic EL display device, a plasma display device, or the like. The first and second displays 501 and 502 are connected to the application execution unit 503 and can be selectively used from applications executed on the application execution unit 503. In the example shown in FIG. 2, the first and second displays 501 and 502 are configured as a main liquid crystal screen 601 and a rear liquid crystal screen in a portable terminal device of a foldable housing (hereinafter, the main liquid crystal screen 601 and the second liquid crystal screen). The liquid crystal screen is simply referred to as the main liquid crystal, and the back liquid crystal screen is sometimes referred to as the back liquid crystal, and the name “liquid crystal” is used, but the display means is not limited to means using liquid crystals. The main liquid crystal 601 and the rear liquid crystal of the portable terminal device in the foldable casing are not used at the same time, and the main liquid crystal 601 that is in a natural position for the user when the casing is opened is used. In the closed state, the main liquid crystal 601 cannot be visually recognized from the outside, so it is mainly assumed that the rear liquid crystal is used.

アプリケーション実行部503は、CPU、RAMおよびROMを含むハードウェアにて所定のソフトウェアを実行することで仮想的に構築することができる。このようなアプリケーション実行部503としては、Java(登録商標)仮想マシンを含むJava(登録商標)実行環境を用いることができる。アプリケーション実行部503は、アプリケーション保持部505に格納された第1および第2のアプリケーションを取り出して解釈・実行し、第1および第2のディスプレイ501および502に画面出力する機能を有している。また、アプリケーション実行部503は、後述するディスプレイ選択部504から第1および第2のディスプレイ501および502のいずれが選択されたかの通知を受けると、当該選択されたディスプレイに画面出力するアプリケーションを実行するように構成されている。   The application execution unit 503 can be virtually constructed by executing predetermined software on hardware including a CPU, a RAM, and a ROM. As such an application execution unit 503, a Java (registered trademark) execution environment including a Java (registered trademark) virtual machine can be used. The application execution unit 503 has a function of taking out the first and second applications stored in the application holding unit 505, interpreting and executing them, and outputting the screens to the first and second displays 501 and 502. In addition, when the application execution unit 503 receives notification from the display selection unit 504, which will be described later, which of the first and second displays 501 and 502 has been selected, the application execution unit 503 executes the application that outputs the screen to the selected display. It is configured.

ディスプレイ選択部504はアプリケーション実行部503と接続されており、アプリケーション実行部503に第1および第2のディスプレイ501および502のいずれが選択されたかを通知するものである。この通知は、選択されたディスプレイが変更されたタイミングでディスプレイ選択部504から行うようにしても良いし、アプリケーション実行部503からの問い合わせに応答する形で行うようにしても構わない。第1および第2のディスプレイ501および502のいずれが選択されたかは、例えば図2に示した構成例の携帯端末装置500では、入力装置603に対するユーザの操作に応じて決定することができる。また、折り畳み型筐体をユーザが開閉する動作をヒンジ部604で検出し、折り畳みを開ける動作がなされた場合にはメイン液晶601が選択されたものとし、折り畳みを閉じる動作をした場合には背面液晶602が選択されたものとしてもよい。携帯端末装置をユーザが開閉する動作を検出する機構を筐体のヒンジ部以外に設け、前記同様に折り畳み状態に応じたディスプレイを選択するようにしても構わない。また、操作のためのテンキーに接するように折り畳まれた方のディスプレイとは異なるディスプレイ(外側に露出するディスプレイ)が選択されるようになっていてもよい。   The display selection unit 504 is connected to the application execution unit 503 and notifies the application execution unit 503 which of the first and second displays 501 and 502 has been selected. This notification may be performed from the display selection unit 504 at a timing when the selected display is changed, or may be performed in response to an inquiry from the application execution unit 503. Which of the first and second displays 501 and 502 is selected can be determined according to the user's operation on the input device 603 in the portable terminal device 500 having the configuration example shown in FIG. In addition, when the user opens / closes the folding housing, the main liquid crystal 601 is selected when the opening of the folding is detected by the hinge unit 604, and the back when the folding operation is performed. The liquid crystal 602 may be selected. A mechanism for detecting an operation of opening and closing the mobile terminal device by the user may be provided in addition to the hinge portion of the housing, and the display corresponding to the folded state may be selected as described above. Further, a display (display exposed to the outside) different from the display folded so as to be in contact with the numeric keypad for operation may be selected.

アプリケーション保持部505は、アプリケーション実行部503と接続されており、第1のアプリケーション506および第2のアプリケーション507を格納している。このようなアプリケーション保持部505は、例えばフラッシュROMで構築することができる。第1のアプリケーション506はアプリケーション実行部503で実行することにより第1のディスプレイ501に画面出力するプログラムであり、第2のアプリケーション507はアプリケーション実行部503で実行することにより第2のディスプレイ502に画面出力するプログラムである。第1および第2のアプリケーション506および507は、アプリケーション実行部503の仕様に応じて作成されており、例えばアプリケーション実行部503をJava(登録商標)実行環境とした場合には、Java(登録商標)言語仕様に準拠して作成されたクラスファイルないしJARファイルが使用して実現され得る。なお、Java(登録商標)は一例に過ぎず、他のプログラミング言語を使用することが可能である。例えば、バーチャルマシンにより解釈実行されるプログラミング言語を使用することが可能である。   The application holding unit 505 is connected to the application execution unit 503 and stores a first application 506 and a second application 507. Such an application holding unit 505 can be constructed by, for example, a flash ROM. The first application 506 is a program that outputs a screen to the first display 501 by being executed by the application execution unit 503, and the second application 507 is a screen that is displayed on the second display 502 by being executed by the application execution unit 503. This is a program to output. The first and second applications 506 and 507 are created in accordance with the specification of the application execution unit 503. For example, when the application execution unit 503 is a Java (registered trademark) execution environment, the Java (registered trademark) is used. A class file or a JAR file created according to the language specification can be used. Note that Java (registered trademark) is merely an example, and other programming languages can be used. For example, a programming language that is interpreted and executed by a virtual machine can be used.

以上のように構成された本実施形態にかかる携帯端末装置500では、アプリケーション実行部503が第1のアプリケーション506を実行して第1のディスプレイ501に画面出力している際にディスプレイ選択部504から第2のディスプレイ502が選択されたことの通知を受けると、アプリケーション実行部503は第2のディスプレイ502に画面表示する第2のアプリケーション507を実行する。また、第2のアプリケーション507を実行して第2のディスプレイ502に画面出力している際にディスプレイ選択部504から第1のディスプレイ502が選択されたことの通知を受けると、第1のディスプレイ501に画面表示する第2のアプリケーション506を実行する。このように、ディスプレイ選択部504で検出されたディスプレイの切り替えに応じて実行するアプリケーションを切り替えることで、CPUの処理能力を、使用するディスプレイに応じたアプリケーションの実行に割り当てることができる。   In the portable terminal device 500 according to the present embodiment configured as described above, when the application execution unit 503 executes the first application 506 and outputs the screen to the first display 501, the display selection unit 504 Upon receiving notification that the second display 502 has been selected, the application execution unit 503 executes the second application 507 displayed on the screen of the second display 502. In addition, when the second application 507 is executed and the screen is output to the second display 502, when the notification indicating that the first display 502 is selected is received from the display selection unit 504, the first display 501 is displayed. The second application 506 that displays the screen is executed. As described above, by switching the application to be executed in accordance with the display switching detected by the display selection unit 504, the processing capability of the CPU can be assigned to the execution of the application in accordance with the display to be used.

本実施形態の基本的な動作は上記の通りであるが、アプリケーション実行部503にアプリケーションの状態を保存して一時停止し、保存された状態を復元してアプリケーションを再開する機能を設けることにより、さらにCPUの処理能力を有効に活用した動作が可能となる。例えばアプリケーション実行部503がJava(登録商標)実行環境を使用している場合で説明すると、アプリケーション実行中に、Java(登録商標)実行環境が使用しているメモリおよびCPUレジスタの内容を別アドレスに退避してJava(登録商標)実行環境を終了する機能を設けることによりアプリケーションを一時停止することができ、その後Java(登録商標)実行環境を再起動して退避した内容を所定のアドレスに復元する機能を設けることでアプリケーションを再開することができる。   The basic operation of the present embodiment is as described above. By providing the application execution unit 503 with a function of saving and temporarily stopping the application state, restoring the saved state, and restarting the application, Furthermore, the operation | movement which utilized the processing capacity of CPU effectively is attained. For example, when the application execution unit 503 uses the Java (registered trademark) execution environment, the contents of the memory and CPU register used by the Java (registered trademark) execution environment are set to different addresses during application execution. By providing a function to save and terminate the Java (registered trademark) execution environment, the application can be temporarily stopped, and then the Java (registered trademark) execution environment is restarted to restore the saved contents to a predetermined address. An application can be resumed by providing a function.

図3は、Java(登録商標)実行環境が使用しているメモリおよびCPUレジスタの内容を別アドレスに退避および所定アドレスに復元する機構を説明するための図面である。このJava(登録商標)実行環境は、CPU701がJava(登録商標)実行環境を構築するためのソフトウェアを実行することにより構築される。その際、Java(登録商標)実行環境をなすソフトウェアのdataセクション705a、bssセクション705bおよびスタック領域705cがRAM704の所定領域に確保され、当該ソフトウェアの実行に使用される。また、RAM704上にはJava(登録商標)ヒープ706が設けられ、Java(登録商標)アプリケーションのクラスファイルやオブジェクト等が配置されてJava(登録商標)アプリケーションの利用に供される。また、CPU701がJava(登録商標)実行環境をなすソフトウェアを実行する際には、CPU701に設けられたレジスタ702を利用して演算が行われる。   FIG. 3 is a diagram for explaining a mechanism for saving the contents of the memory and the CPU register used in the Java (registered trademark) execution environment to another address and restoring them to a predetermined address. This Java (registered trademark) execution environment is constructed by the CPU 701 executing software for constructing the Java (registered trademark) execution environment. At that time, a data section 705a, a bss section 705b, and a stack area 705c of the software constituting the Java (registered trademark) execution environment are secured in a predetermined area of the RAM 704 and used for executing the software. In addition, a Java (registered trademark) heap 706 is provided on the RAM 704, and class files and objects of the Java (registered trademark) application are arranged for use of the Java (registered trademark) application. In addition, when the CPU 701 executes software that constitutes a Java (registered trademark) execution environment, an operation is performed using a register 702 provided in the CPU 701.

このようなJava(登録商標)実行環境がアプリケーションの状態を保存して一時停止する際には、その時点でレジスタ702に格納されていた内容、dataセクション705a、bssセクション705b、スタック領域705cおよびJava(登録商標)ヒープ706の内容が、それぞれ別のメモリ領域707に保存される。また、Java(登録商標)実行環境が、保存されている状態を復元してアプリケーションを再開する際には、メモリ領域707に保存されたレジスタ702′、dataセクション705a′、bssセクション705b′、スタック領域705c′およびJava(登録商標)ヒープ706′の内容が元のアドレスに戻される。   When such a Java (registered trademark) execution environment saves the state of the application and pauses, the contents stored in the register 702 at that time, the data section 705a, the bss section 705b, the stack area 705c, and the Java The contents of the (registered trademark) heap 706 are stored in different memory areas 707. When the Java (registered trademark) execution environment restores the saved state and restarts the application, the register 702 ′, the data section 705 a ′, the bss section 705 b ′, the stack stored in the memory area 707 are used. The contents of the area 705c 'and the Java (registered trademark) heap 706' are returned to the original addresses.

図4は、図3に示した機構を備え、さらに二つのアプリケーションを切り替えることができるJava(登録商標)実行環境の動作を説明するための図面である。このように、アプリケーションの状態を保存する領域708と、別のアプリケーションの状態を補損するための領域709とを設けることにより、一方のアプリケーションの状態を保存してから他方のアプリケーションの状態を復元することで2つのアプリケーションを切り替えて実行することができる。   FIG. 4 is a diagram for explaining the operation of the Java (registered trademark) execution environment provided with the mechanism shown in FIG. 3 and capable of switching between two applications. As described above, by providing the area 708 for storing the application state and the area 709 for compensating for the state of another application, the state of one application is saved and then the state of the other application is restored. Thus, the two applications can be switched and executed.

以下、図4に示した動作を行うJava(登録商標)実行環境を本実施形態に適用した場合の動作を説明する。ここでは、図5に示した領域708が第1のアプリケーション506の状態を保存するために使用され、領域709が第2のアプリケーション507の状態を保存するために使用されている場合について、図5のフローチャートを参照しながら説明を行なう。   Hereinafter, an operation when a Java (registered trademark) execution environment performing the operation shown in FIG. 4 is applied to this embodiment will be described. Here, the case where the area 708 shown in FIG. 5 is used for saving the state of the first application 506 and the area 709 is used for saving the state of the second application 507 will be described with reference to FIG. This will be described with reference to the flowchart of FIG.

まず、アプリケーション実行部503が第1のアプリケーション506を実行して第1のディスプレイ501に画面出力している状態(S1701)で、ディスプレイ選択部504から第2のディスプレイ502が選択されたことの通知を受けると(S1702)、アプリケーション実行部503は第1のアプリケーション506の実行を一時停止し、使用していたdata領域、bss領域、スタック領域、Java(登録商標)ヒープおよびレジスタの内容を領域708に保存する(S1703)。   First, notification that the second display 502 has been selected from the display selection unit 504 in a state where the application execution unit 503 executes the first application 506 and outputs the screen to the first display 501 (S1701). When the application is received (S1702), the application execution unit 503 temporarily stops the execution of the first application 506, and the contents of the data area, the bss area, the stack area, the Java (registered trademark) heap, and the registers that have been used are stored in the area 708. (S1703).

次に、アプリケーション実行部503は領域709に保存されている第2のアプリケーション506の状態、すなわちdata領域、bss領域、スタック領域、Java(登録商標)ヒープおよびレジスタの内容を、それぞれRAM704の元のアドレスおよびレジスタ702に復元し、復元された状態から第2のアプリケーション506の実行を再開する(S1704)。   Next, the application execution unit 503 stores the state of the second application 506 stored in the area 709, that is, the contents of the data area, the bss area, the stack area, the Java (registered trademark) heap, and the register, respectively, in the original of the RAM 704. The address and register 702 are restored, and the execution of the second application 506 is resumed from the restored state (S1704).

このような動作によれば、第1,第2のアプリケーション506,507を切り替えて、必要なアプリケーションだけを実行することになるので、CPUの処理能力を有効に活用することができる。また、各アプリケーションを一時停止と再開により切り替えるので、アプリケーションを切り替える度にアプリケーションの起動及び初期化処理が行われることはなく、アプリケーション切り替え時のオーバーヘッドを小さく抑えることができる。   According to such an operation, the first and second applications 506 and 507 are switched and only necessary applications are executed, so that the processing capability of the CPU can be effectively utilized. In addition, since each application is switched by pausing and resuming, application activation and initialization processing is not performed each time the application is switched, and overhead during application switching can be reduced.

本実施形態においては、アプリケーション実行部503がアプリケーションの画面出力するディスプレイを判別する機能を持つ必要がある。このような機能は、例えばJava(登録商標)アプリケーションに添付されたJADファイルのようなディスクリプタの中に画面出力するディスプレイの情報を記述しておき、アプリケーション実行部503がディスクリプタの内容を解釈して判断することにより実現することができる。また、各ディスプレイに画面表示するアプリケーションが複数存在する場合には、第1のディスプレイ501が選択された場合に実行される第1のアプリケーション506と、第2のディスプレイ502が選択された場合に実行される第2のアプリケーション507とをそれぞれ登録しておくことにより、実行するアプリケーションを特定することができる。   In the present embodiment, the application execution unit 503 needs to have a function of determining a display that outputs an application screen. Such a function describes, for example, display information output on a screen in a descriptor such as a JAD file attached to a Java (registered trademark) application, and the application execution unit 503 interprets the contents of the descriptor. It can be realized by judging. In addition, when there are a plurality of applications for displaying the screen on each display, the first application 506 that is executed when the first display 501 is selected and the second display 502 that is executed are selected. By registering the second application 507 to be executed, the application to be executed can be specified.

また、第1のアプリケーション506から第2のアプリケーション507へ情報を伝達することにより、第1のアプリケーション506と第2のアプリケーション507とを機能的に連携させることができ、これにより複数ディスプレイの表示を有機的に利用したサービスが可能になる。   Further, by transmitting information from the first application 506 to the second application 507, the first application 506 and the second application 507 can be functionally linked, thereby displaying a plurality of displays. Services that use organically become possible.

例えば、第1のアプリケーション506にて所定の条件が満たされた状態で、ディスプレイ選択部504が第2のディスプレイ502を選択した場合に、第2のアプリケーション507を実行するアプリケーション実行部503に当該所定の条件が満たされていることを通知できるようにすることにより、第2のアプリケーション507で状況に応じた処理を実行させることができる。   For example, when the display selection unit 504 selects the second display 502 in a state where a predetermined condition is satisfied in the first application 506, the application execution unit 503 that executes the second application 507 receives the predetermined execution. By making it possible to notify that the above condition is satisfied, the second application 507 can execute processing corresponding to the situation.

以下、図2に示した折り畳み型筐体の携帯端末装置600で、このようなサービスを行う例について説明する。   Hereinafter, an example in which such a service is performed in the portable terminal device 600 having a folding housing illustrated in FIG. 2 will be described.

まず、携帯端末装置600の背面液晶602に画面表示する第2のアプリケーションとして株価チェックのアプリケーションを登録し、メイン液晶601に画面表示する第1のアプリケーションとしてオンライン株式売買のアプリケーションを登録する。この登録時に、株価チェックのアプリケーションで特定銘柄の株価が一定以上値上がりした場合を、上記の「所定の条件」として同時に登録する。また、オンライン株式売買のアプリケーションでは、「所定の条件」が満たされている通知を受けた場合の動作として、所定のユーザIDでログインし、前記特定銘柄を所定数売却する取引を行うことを登録する。このように登録することで、携帯端末装置600の筐体を折り畳んでいる状態では株価チェックのアプリケーションで特定銘柄の株価をチェックして背面液晶に表示される。そして、特定銘柄の株価が一定以上値上がりした状態で携帯端末装置600の筐体を開くと、オンライン株式売買のアプリケーションが実行され、登録された通りに株式の売却を行うように自動的に処理が進められ、ユーザが処理を確定することでオンライントレードを行う。   First, a stock price check application is registered as a second application to be displayed on the rear liquid crystal 602 of the portable terminal device 600, and an online stock trading application is registered as a first application to be displayed on the main liquid crystal 601. At the time of this registration, the case where the stock price of a specific brand has risen by a certain value or more in the stock price check application is registered simultaneously as the “predetermined condition”. In addition, in the online stock trading application, as an operation when receiving a notification that “predetermined conditions” are satisfied, login with a predetermined user ID and register to perform a transaction to sell a predetermined number of the specified issues To do. By registering in this way, in a state where the casing of the portable terminal device 600 is folded, the stock price of a specific brand is checked by a stock price check application and displayed on the rear liquid crystal. When the housing of the mobile terminal device 600 is opened while the stock price of a specific brand has risen above a certain level, an online stock trading application is executed and processing is automatically performed so that the stock is sold as registered. Proceeding and online trading is performed by the user confirming the process.

このようにして、背面液晶602に画面表示する株価チェックのアプリケーションと、メイン液晶601に画面表示するオンライン株式売買のアプリケーションとを連携させたサービスを行うことができ、これにより簡単な操作でタイミングを逃すことなく、複雑なオンライントレード等のサービスを提供することができる。   In this way, it is possible to perform a service in which the stock price check application displayed on the screen of the rear liquid crystal 602 and the online stock trading application displayed on the main liquid crystal 601 are linked. Services such as complex online trade can be provided without missing.

以上、本発明の実施形態について説明したが、本発明は上記実施形態に限定されるものではなく、その要旨を逸脱しない範囲において、種々の態様で実施することができる。例えば、上記実施形態では折り畳み型の筐体を有する携帯端末装置について説明したが、複数の表示装置のうち一方が選択的に使用される構造であれば、スライド型の筐体を有する携帯端末装置等に適用することも可能である。また、アプリケーション実行部がJava(登録商標)実行環境を含まなくても構わない。さらに、アプリケーション実行部がアプリケーションの状態を保存する方法も上記に限られたものではなく、アプリケーションの一時停止/再開を行うことができれば他の方法であってもよい。   As mentioned above, although embodiment of this invention was described, this invention is not limited to the said embodiment, In the range which does not deviate from the summary, it can implement in a various aspect. For example, in the above embodiment, the portable terminal device having a foldable casing has been described. However, if one of the plurality of display devices is selectively used, the portable terminal device having a slide-type casing is used. It is also possible to apply to the above. Further, the application execution unit may not include the Java (registered trademark) execution environment. Further, the method of saving the application state by the application execution unit is not limited to the above, and other methods may be used as long as the application can be paused / resumed.

さらにまた、背面液晶に画面表示するアプリケーションとメイン液晶に画面表示するアプリケーションとを連携させるサービスについても、背面液晶で現在のスケジュールを表示し、メイン液晶で1日全体のスケジュールを表示させる等が可能である。   Furthermore, for services that link applications that display the screen on the back LCD and applications that display the screen on the main LCD, it is possible to display the current schedule on the back LCD and display the entire schedule on the main LCD. It is.

本発明の携帯端末装置によれば、ディスプレイ選択部の選択したディスプレイに画面表示を行うアプリケーションプログラムが自動的に実行されるので、各ディスプレイのそれぞれに画面表示を行うアプリケーションプログラムを並列的に実行する必要がない。したがって、ディスプレイごとに別のアプリケーションプログラムで画面表示を行うことができ、アプリケーションプログラムの差し替えにより各ディスプレイ表示のカスタマイズや変更が容易な携帯端末装置を、システム負荷や消費電力量の問題を生じることなく実現することができる。また、複数ディスプレイの画面表示を1つのアプリケーションプログラムで行おうとすると、プログラムが複雑化するおそれやアプリケーションによって表示が固定化するおそれがあるが、本発明では各ディスプレイに表示を行うアプリケーションプログラムを別々に準備するので、プログラムの複雑化は抑制され、組み合わせの自由度も高くなり得る。したがって、本発明は産業上有用である。   According to the mobile terminal device of the present invention, the application program for displaying the screen on the display selected by the display selection unit is automatically executed. Therefore, the application program for displaying the screen on each display is executed in parallel. There is no need. Therefore, it is possible to display the screen with a different application program for each display, and to easily change or customize each display display by replacing the application program without causing problems of system load and power consumption. Can be realized. In addition, if the screen display of a plurality of displays is performed by one application program, the program may be complicated or the display may be fixed by the application. However, in the present invention, application programs for displaying on each display are separately provided. Since it prepares, complication of a program is suppressed and the freedom degree of a combination can also become high. Therefore, the present invention is industrially useful.

本発明の実施形態にかかる携帯端末装置の概略的な機能ブロック図1 is a schematic functional block diagram of a mobile terminal device according to an embodiment of the present invention. 本発明の実施形態にかかる携帯端末装置を折り畳み型筐体とした場合の構成例を示す図面The figure which shows the structural example at the time of making the portable terminal device concerning embodiment of this invention into a folding type housing | casing Java(登録商標)実行環境が使用しているメモリおよびCPUレジスタの内容を別アドレスに退避および所定アドレスに復元する機構を説明するための図面A drawing for explaining a mechanism for saving the contents of memory and CPU registers used in the Java (registered trademark) execution environment to another address and restoring them to a predetermined address 二つのアプリケーションを切り替えることができるJava(登録商標)実行環境の動作を説明するための図面Drawing for explaining operation of Java (registered trademark) execution environment capable of switching between two applications 図4に示した動作を行うJava(登録商標)実行環境を本実施形態に適用した場合の動作を説明するためのフローチャートThe flowchart for demonstrating operation | movement at the time of applying the Java (trademark) execution environment which performs operation | movement shown in FIG. 4 to this embodiment.

符号の説明Explanation of symbols

500 携帯端末装置
501 第1のディスプレイ
502 第2のディスプレイ
503 アプリケーション実行部
504 ディスプレイ選択部
505 アプリケーション保持部
506 第1のアプリケーション
507 第2のアプリケーション
500 mobile terminal device 501 first display 502 second display 503 application execution unit 504 display selection unit 505 application holding unit 506 first application 507 second application

Claims (6)

選択的に利用される第1および第2のディスプレイと、
前記第1のディスプレイに画面表示を行う第1のアプリケーションプログラムと、前記第2のディスプレイに画面表示を行う第2のアプリケーションプログラムとを記録した記憶部と、
前記記憶部の記録したアプリケーションプログラムを実行するアプリケーション実行部と、
第1および第2のディスプレイから利用するディスプレイを選択するディスプレイ選択部とを有し、
前記アプリケーション実行部は、前記ディスプレイ選択部が前記第1のディスプレイを選択した場合には前記第1のアプリケーションプログラムを実行し、前記ディスプレイ選択部が前記第2のディスプレイを選択した場合には前記第2のアプリケーションプログラムを実行することを特徴とする携帯端末装置。
First and second displays selectively utilized;
A storage unit that records a first application program that displays a screen on the first display and a second application program that displays a screen on the second display;
An application execution unit for executing the application program recorded in the storage unit;
A display selection unit for selecting a display to be used from the first and second displays,
The application execution unit executes the first application program when the display selection unit selects the first display, and executes the first application program when the display selection unit selects the second display. A mobile terminal device that executes the application program according to claim 2.
前記アプリケーション実行部は、アプリケーションプログラムを一時停止および再開する機能を有し、
前記ディスプレイ選択部が利用するディスプレイを変更した際に、実行していたアプリケーションプログラムの状態を保存して一時停止させることを特徴とする請求項1に記載の携帯端末装置。
The application execution unit has a function of pausing and resuming an application program,
The portable terminal device according to claim 1, wherein when the display used by the display selection unit is changed, the state of the application program being executed is saved and paused.
前記ディスプレイ選択部がディスプレイを変更した際に、さらに変更後のディスプレイに画面出力するアプリケーションプログラムが一時停止されている場合には、当該アプリケーションプログラムを再開することを特徴とする請求項2に記載の携帯端末装置。   3. The application program according to claim 2, wherein when the display selection unit changes the display, if the application program that outputs the screen to the display after the change is further suspended, the application program is resumed. Mobile terminal device. 前記アプリケーション実行部は、アプリケーションプログラムの状態を保存して一時停止し、保存された状態を復元して当該アプリケーションを再開する機能を有することを特徴とする請求項2または請求項3に記載の携帯端末装置。   4. The mobile phone according to claim 2, wherein the application execution unit has a function of saving and temporarily stopping a state of the application program, restoring the saved state, and restarting the application. 5. Terminal device. さらに折り畳み可能な構造の筐体を有し、
前記ディスプレイ選択部は、前記筐体の折り畳み動作に応じて前記第1および第2のディスプレイから一方を選択することを特徴とする請求項1から請求項4のいずれか1項に記載の携帯端末装置。
Furthermore, it has a housing with a foldable structure,
5. The mobile terminal according to claim 1, wherein the display selection unit selects one of the first and second displays in accordance with a folding operation of the casing. apparatus.
前記アプリケーション実行部はJava(登録商標)実行環境を含み、前記第1および第2のアプリケーションプログラムはJava(登録商標)アプリケーションであることを特徴とする請求項1から請求項5のいずれか1項に記載の携帯端末装置。   The said application execution part contains a Java (trademark) execution environment, The said 1st and 2nd application program is a Java (trademark) application, The any one of Claims 1-5 characterized by the above-mentioned. The mobile terminal device according to 1.
JP2006100142A 2006-03-31 2006-03-31 Portable terminal device Pending JP2007272760A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006100142A JP2007272760A (en) 2006-03-31 2006-03-31 Portable terminal device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006100142A JP2007272760A (en) 2006-03-31 2006-03-31 Portable terminal device

Publications (1)

Publication Number Publication Date
JP2007272760A true JP2007272760A (en) 2007-10-18

Family

ID=38675479

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006100142A Pending JP2007272760A (en) 2006-03-31 2006-03-31 Portable terminal device

Country Status (1)

Country Link
JP (1) JP2007272760A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8630088B2 (en) 2009-03-27 2014-01-14 Qualcomm Incorporated Portable docking station for a portable computing device
US8653785B2 (en) 2009-03-27 2014-02-18 Qualcomm Incorporated System and method of managing power at a portable computing device and a portable computing device docking station
US8707061B2 (en) 2009-03-27 2014-04-22 Qualcomm Incorporated System and method of providing scalable computing between a portable computing device and a portable computing device docking station
US9128669B2 (en) 2009-03-27 2015-09-08 Qualcomm Incorporated System and method of managing security between a portable computing device and a portable computing device docking station
US9201593B2 (en) 2009-03-27 2015-12-01 Qualcomm Incorporated System and method of managing displays at a portable computing device and a portable computing device docking station

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8630088B2 (en) 2009-03-27 2014-01-14 Qualcomm Incorporated Portable docking station for a portable computing device
US8653785B2 (en) 2009-03-27 2014-02-18 Qualcomm Incorporated System and method of managing power at a portable computing device and a portable computing device docking station
US8707061B2 (en) 2009-03-27 2014-04-22 Qualcomm Incorporated System and method of providing scalable computing between a portable computing device and a portable computing device docking station
US9128669B2 (en) 2009-03-27 2015-09-08 Qualcomm Incorporated System and method of managing security between a portable computing device and a portable computing device docking station
US9152196B2 (en) 2009-03-27 2015-10-06 Qualcomm Incorporated System and method of managing power at a portable computing device and a portable computing device docking station
US9201593B2 (en) 2009-03-27 2015-12-01 Qualcomm Incorporated System and method of managing displays at a portable computing device and a portable computing device docking station

Similar Documents

Publication Publication Date Title
EP3373112B1 (en) Electronic device comprising plurality of displays and method for operating same
US7752633B1 (en) Cross-platform event engine
JP2008527476A (en) User interface for different displays
US20090091537A1 (en) Electronic device with automatic switching input interfaces and switching method thereof
CN106874037B (en) Application program installation method and device and mobile terminal
US10282185B2 (en) Method and apparatus for firmware virtualization
JP2010170564A (en) Method and apparatus for emulating mobile device
US20090125839A1 (en) Method and apparatus for controlling display of windows
JP2004302518A (en) Terminal device and program
CN102090044A (en) System and method of regulating the download of data files from a server to a client device
WO2021068634A1 (en) Page jump method and apparatus, electronic device and computer-readable storage medium
JP5585708B2 (en) Information processing apparatus, information processing system, information processing method, and program recording medium
JP2007272760A (en) Portable terminal device
JP6518455B2 (en) HTML-based application providing method and system capable of controlling web actions and clients
US20060294358A1 (en) Methods and computers for presenting a graphical user interface during a boot process
US20070157194A1 (en) Post-deployment user interface update in a mobile device
CN105335200B (en) Method for upgrading system and device
WO2021027772A1 (en) Method for switching running of application and device
US20070155426A1 (en) Application access to cellular telephone settings
US20070155425A1 (en) Enabling rapid and de-coupled ui development for a cellular telephone
JP2011205254A (en) Information terminal and screen display method
KR20210137107A (en) Systems, methods, computer programs, mobile devices and kits for operating devices with low computing power
WO2022218111A1 (en) Method and apparatus for displaying application interface, and terminal and storage medium
US8166105B2 (en) Portable terminal, server, and method for realizing function of portable terminal using network
JP2013190918A (en) Image processing apparatus and image processing program