JP4044487B2 - Communication equipment - Google Patents

Communication equipment Download PDF

Info

Publication number
JP4044487B2
JP4044487B2 JP2003141009A JP2003141009A JP4044487B2 JP 4044487 B2 JP4044487 B2 JP 4044487B2 JP 2003141009 A JP2003141009 A JP 2003141009A JP 2003141009 A JP2003141009 A JP 2003141009A JP 4044487 B2 JP4044487 B2 JP 4044487B2
Authority
JP
Japan
Prior art keywords
application program
image
background image
java
mobile device
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2003141009A
Other languages
Japanese (ja)
Other versions
JP2004342048A (en
Inventor
理 大鷹
美年子 諸戸
工起 渡邊
真一郎 井出
智 小川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SoftBank Corp
Original Assignee
SoftBank Mobile Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by SoftBank Mobile Corp filed Critical SoftBank Mobile Corp
Priority to JP2003141009A priority Critical patent/JP4044487B2/en
Publication of JP2004342048A publication Critical patent/JP2004342048A/en
Application granted granted Critical
Publication of JP4044487B2 publication Critical patent/JP4044487B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)
  • Telephone Function (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、通信機器のプラットフォーム上にアプリケーションプログラムが実装され、表示器に画像を表示させる通信機器に関するものである。特に、携帯電話機などの携帯型通信機器に適したものである。
【0002】
【従来の技術】
近年、携帯電話機(以下、単に移動機という)などの携帯通信機器は、画像表示機能を持つようになり、Java(TM)、(本明細書中、(TM)は登録商標であることを表す)などのアプリケーションプログラムが搭載されるようになってきている。このようなアプリケーションプログラムは、一時停止する場合がある。
一時停止する場合としては種々の要因がある。アプリケーションプログラム自体の要求による場合の他、移動機プログラム側においては、一時停止のユーザ操作を検出した場合、電力消費抑制のためのスリープモードに入る場合、電話や電子メールの着信呼に応答する場合などがある。
【0003】
一例として、アプリケーションプログラムを常駐させて、移動機の「待ち受け画面」を表示する機能を実現する場合について説明する。
移動機では、着信を待っている待機期間において、液晶ディスプレイなどの表示器に「待ち受け画面」を表示している。この「待ち受け画面」の背景には、一般に「壁紙」といわれる背景画像が表示される。移動機に予め組み込まれた複数の画像やユーザによって登録された1または複数の画像の中から、ユーザによって「壁紙」が選択される。このような「壁紙」を背景とする「待ち受け画面」の表示は、移動機プログラム(ネイティブ環境)で実現される。
これに対し、待ち受け期間において、アニメーションキャラクタなど、特定の表示内容の動画表示を行ったり、ユーザ操作に応じて画像を変化させたりできる「待ち受け画面」を表示するアプリケーションプログラムが提供されるようになってきている(例えば、特願2001−367264号の明細書および図面)。
【0004】
図7は、従来における、アプリケーションプログラムの状態による実画面の変化を示す説明図である。
図7(a)は、アプリケーションプログラムの終了状態における実画面11aである。移動機プログラムにより作成された画像が表示され、その背景画像は、移動機に予め設定された「壁紙」(以下、「ネイティブ壁紙」という)になっている。
図7(b)は、アプリケーションプログラムの起動状態における実画面11bである。アプリケーションプログラムにより作成された画像が表示されている。上述した「ネイティブ壁紙」は表示されない。
図7(c)は、アプリケーションプログラムの一時停止状態における実画面81である。図7(a)と同様に、移動機プログラムにより作成された画像が表示される。
一時停止状態から、アプリケーションプログラムの再開の要因が生じたときは、再開とともに、図7(b)に示す実画面11bに戻る。
【0005】
上述した待ち受け画面表示用のアプリケーションプログラムは、「待ち受け画面」にユーザの嗜好や個性を反映させることを主な利用目的としている。例えば、ユーザの好む特定のキャラクタの動画を表示させる。ところが、一時停止時には、待ち受け画面表示用のアプリケーションプログラムにより作成された画像が表示されなくなり、移動機プログラムにより作成された「待ち受け画面」が表示されるため、必ずしも特定のキャラクタで統一された画面になるとは限らない。
その結果、待ち受け画面表示用のアプリケーションプログラムで作り上げる世界観を壊してしまうことになり、このアプリケーションプログラムを利用する意図が反映されないという不都合があった。
【0006】
待ち受け画面表示用アプリケーションプログラムにとって、消費電力節減のためのスリープモードは必要不可欠であり、また、電話や電子メールの通信機能と共存させる必要があることから、一時停止モードは不可欠である。
従って、待ち受け画面表示用のアプリケーションプログラムにより作成された画像を、一時停止時にも実画面に表示させればよい。しかし、アプリケーションプログラムと移動機プログラム(ネイティブ環境)との独立性から、従来の移動機ではこのような表示は不可能であった。
また、待ち受け画面表示を主目的としないアプリケーションプログラムであっても、その一時停止時には移動機プログラムにより作成された画像が表示されることから、アプリケーションプログラムが終了してしまったかのような印象をユーザに与えてしまうという不都合がある。
【0007】
【発明が解決しようとする課題】
本発明は、上述した事情に鑑みてなされたもので、アプリケーションプログラムの一時停止時にもアプリケーションプログラムが意図する画像を表示することができ、例えば、アプリケーションプログラムの見かけ上の動作状態や世界観を継続させることができる通信機器を提供することを目的とするものである。
【0008】
【課題を解決するための手段】
本発明は、請求項1に記載の発明においては、通信機器のプラットフォーム上にアプリケーションプログラムが実装され、表示器に画像を表示させる通信機器であって、通信機器のプラットフォーム側で設定された第2の背景画像を記憶する画像記憶手段と、前記アプリケーションプログラムの起動、一時停止、再開、および終了を制御する機能を少なくとも有するアプリケーションプログラムの実行制御手段と、前記表示器に着信待ち受け画面の背景として表示させる背景画像を記憶する背景画像記憶手段と、前記アプリケーションプログラムの実行制御手段により前記アプリケーションプログラムが起動しているとき、前記アプリケーションプログラムにより作成された第1の画像を前記表示器に表示させるとともに、前記アプリケーションプログラムの実行制御手段により前記アプリケーションプログラムが一時停止している期間の少なくとも一部の期間において、前記背景画像記憶手段に記憶された背景画像を背景とする第2の画像を前記表示器に表示させる画像切り替え手段と、前記アプリケーションプログラムの実行制御手段によりアプリケーションプログラムが起動しているときに、前記アプリケーションプログラムにより設定要求があったときは、前記アプリケーションプログラムにより作成されかつ前記第1の画像に関連した第背景画像を前記背景画像記憶手段に設定し、前記アプリケーションプログラムの実行制御手段により前記アプリケーションプログラムが終了したときは、前記画像記憶手段に記憶された第2の背景画像を前記背景画像記憶手段に設定する、背景画像設定手段を有する
ものである。
ここで、第背景画像としては、変化を続ける第1の画像のあるタイミングにおける画像であったり、第1の画像とは内容的に関連性はあるが、第1の画像とは別に作成された画像であったりする。
従って、アプリケーションプログラムが一時停止中でも、アプリケーションプログラムにより作成された、アプリケーションプログラムが意図する画像を、背景画像として表示させることができる。
背景画像を背景画像として表示させるため、アプリケーションプログラムが一時停止中において、移動機プログラムが何らかの情報を表示する場合でも、第背景画像を極力表示させることが可能である。
その結果、一時停止状態の少なくとも一部の期間において、アプリケーションプログラムを見かけ上の動作継続状態にしておくことができ、また、アプリケーションプログラムの世界観を継続させることができる。
【0009】
また、アプリケーションプログラムが終了したときは、アプリケーションプログラムにより作成された画像による「壁紙」が破棄されることになるから、このアプリケーションプログラムの世界観を消去できるとともに、著作権のある画像が移動機に残存することを防止できる。
【0010】
さらにまた、アプリケーションプログラムは、起動中における任意のタイミングで、一時停止している少なくとも一部の期間において、第1の画像に関連し、背景画像とする第背景画像を設定することができる。
【0011】
請求項に記載の発明においては、請求項に記載の通信機器において、前記背景画像設定手段は、前記アプリケーションプログラムの実行制御手段によりアプリケーションプログラムが起動しているときに、前記アプリケーションプログラムにより解除要求があったときは、前記画像記憶手段に記憶された第背景画像を前記背景画像記憶手段に設定するものである。
従って、アプリケーションプログラムは、起動中における任意のタイミングで、一時停止している少なくとも一部の期間において背景画像とする第背景画像を設定して、第背景画像を破棄することができる。
【0012】
請求項記載の発明においては、請求項1または2に記載の通信機器において、仮想画面領域記憶バッファを有し、前記アプリケーションプログラムの実行制御手段は、前記第1の画像および前記第背景画像を、それぞれ、前記アプリケーションプログラムから前記仮想画面領域記憶バッファを介して、前記画像切り替え手段および前記背景画像設定手段に供給し、前記背景画像設定手段は、前記アプリケーションプログラムによる設定要求があったときに、前記仮想画面領域記憶バッファに保持された画像を前記第背景画像として前記背景画像記憶手段に設定するものである。
従って、アプリケーションプログラムと移動機プログラムとの間の独立構成を保ちながら、仮想画面領域において、アプリケーションプログラムにより作成された画像を、移動機プログラムにより作成される画像の背景画像として設定することができる。その結果、アプリケーションプログラムと移動機プログラムとの間のインターフェースを従来から大幅に変更しなくてすむ。
【0013】
請求項4に記載の発明においては、請求項1から3までのいずれか1項に記載の通信機器において、前記アプリケーションプログラムは、着信待機期間において、表示器に着信待ち受け画面を表示するアプリケーションプログラムである。
請求項に記載の発明においては、請求項1からまでのいずれか1項に記載の通信機器において、前記アプリケーションプログラムの実行制御手段は、通信機器のプラットフォーム上に実装されたアプリケーション実行環境により実現されるものである。
従って、通信機器の基本機能とは独立して、ユーザの好みに合わせて、後からアプリケーションプログラムを組み込んだり、外したりすることが容易にできる。その結果、アプリケーションプログラムにより実現される世界観を、ユーザの好みに合わせて、自由に設定したり、変更したりして楽しむことができる。
【0014】
【発明の実施の形態】
図1は、本発明の実施の一形態を示す機能構成図である。通信機器のプラットフォーム上にアプリケーションプログラムが実装され、Java(TM)アプリケーションプログラムなどのアプリケーションプログラムや移動機プログラムにより作成された画像を表示器に表示させる移動機である。
図中、1は画像記憶部であって、移動機に予め設定された第背景画像を背景画像「ネイティブ壁紙」として記憶している。
2はアプリケーションプログラムであって、後述する表示器8に表示される画像を作成して提供する表示画像作成および表示画像提供機能を有する。その起動中において、表示器8に表示させる第1の画像と、この第1の画像に関連した第背景画像を背景画像「アプリケーション壁紙」として作成する。
3はアプリケーションプログラムの実行制御部であって、アプリケーションプログラム2の起動、一時停止、再開、および終了を制御する機能を有するとともに、アプリケーションプログラム2から画像を、後述する背景画像設定部4や画像切り替え部6等のプラットフォーム側に供給する機能を有する。このアプリケーションプログラムの実行制御部3は、アプリケーション実行環境により実現される。
ネイティブ実行制御部9は、プラットフォーム側の実行制御を行うものであり、アプリケーションプログラム実行制御部3から、例えば、一時停止や終了等が通知されると、これに応じて、背景画像設定部4および画像切り替え部6を制御する。このネイティブ実行制御部9の機能は、ネイティブ環境により実現される。
これらの実行制御を行う要因は、アプリケーションプログラム2の側にある場合の他、移動機プログラムにある場合がある。
【0015】
4は背景画像設定部であって、アプリケーションプログラムの実行制御部3によりアプリケーションプログラム2が起動しているときに、ネイティブ実行制御部9の制御により、アプリケーションプログラム2により作成され、アプリケーションプログラムの実行制御部3を介して供給され、上述した表示器8に表示させるための第1の画像に関連した第背景画像を、後述する背景画像記憶部5に「アプリケーション壁紙」として設定する。
一具体例として、アプリケーションプログラム2から、アプリケーションプログラムの実行制御部3およびネイティブ実行制御部9を介して背景画像の設定要求があったときは、第背景画像を背景画像記憶部5に設定し、また、背景画像解除要求があったときは、画像記憶部1に記憶された第背景画像を背景画像記憶部5に設定する。
一方、アプリケーションプログラムの実行制御部3によるアプリケーションプログラム2が終了したときは、ネイティブ実行制御部9により、画像記憶部1に記憶された「ネイティブ壁紙」を、背景画像記憶部5に設定する。
画像切り替え部6は、アプリケーションプログラムの実行制御部3によりアプリケーションプログラム2が起動しているときは、ネイティブ実行制御部9の制御により、アプリケーションプログラム2により作成され、アプリケーションプログラムの実行制御部3を介して供給された第1の画像をビデオメモリ7に出力するとともに、アプリケーションプログラムの実行制御部3によりアプリケーションプログラム2が一時停止している期間の少なくとも一部の期間においては、ネイティブ実行制御部9の制御により、背景画像記憶部5に記憶された画像を背景画像とする第2の画像をビデオメモリ7に出力する。
ビデオメモリ7は、入力された画像を実画面として記憶し、表示器8に表示させる。
【0016】
図2は、図1に示した実施の一形態における、アプリケーションプログラムの状態による実画面の変化を示す説明図である。
アプリケーションプログラムの実行制御部3は、移動機のプラットフォーム上に実装されたアプリケーション実行環境によって実現される。
アプリケーションプログラムの一時停止は、ユーザ操作による一時停止要求、他のアプリケーションプログラムがタイマー起動されることによる常駐型アプリケーションプログラムに対する一時停止要求、一定時間にわたってキー操作がないとき、折り畳み式移動機に対し、筐体が折り畳まれた場合、着信イベントにユーザが応答した場合など、種々の要因があり、機種に依存したり、ユーザの設定により異なったりする。
一時停止状態からの再開は、例えば、ユーザの解除操作、他のアプリケーションプログラムが終了したとき、着信イベント応答処理終了等の場合に行われる。
【0017】
図2(a)に示した、アプリケーションプログラム2の終了状態において、図7(a)と同様の実画面11aが表示され、背景には移動機プログラムにより予め設定された「ネイティブ壁紙」が表示される。
図2(b)に示した、アプリケーションプログラム2の起動状態においては、図7(b)と同様に、アプリケーションプログラム2により作成された実画面11bが表示される。
図2(c)に示した、アプリケーションプログラムの一時停止状態においては、図7(c)の実画面11aとは異なる実画面11cが表示される。すなわち、実画面11cには、画像切り替え部6の制御により、背景画像記憶部5に記憶されていた「アプリケーション壁紙」が表示される。
従って、アプリケーションプログラム2が一時停止状態にあるときでも、アプリケーションプログラム2が意図する画面を表示器8に表示できることから、待ち受け画面表示用アプリケーションプログラムの世界観を保つことなどが可能となる。
なお、アプリケーションプログラムの再開要因が生じたときは、再開とともに図2(b)に示す実画面11bに戻る。
また、アプリケーションプログラムの終了要因が生じたときは、終了とともに、図2(a)に示した実画面11aのように、背景画像を「ネイティブ壁紙」に戻す。
【0018】
上述した画像切り替え部6は、アプリケーションプログラム2の一時停止状態において、実際には、移動機プログラムにより作成された画像、図2(c)をビデオメモリ7に出力するように切り替える。その際、その背景部に、背景画像記憶部5に記憶された画像が用いられることから、アプリケーションプログラム2が作成した「アプリケーション壁紙」が表示されることになる。
一時停止時に移動機プログラム側で作成された通常の「待ち受け画面」が表示される場合は、背景画像が表示される。この背景画像の前面に時計やカレンダー等の他の情報を重ね合わせ表示する場合もある
しかし、一時停止状態であっても、電話着信や電子メール着信時に、ユーザに対する通知画面(利用者への問い合わせ画面)が表示される期間や、ユーザが着信に応答して通話したり、電子メールを読んでいたりする期間などにおいては、背景画像を表示しない場合もある。従って、一時停止状態であれば常に「アプリケーション壁紙」が表示されるというわけではない。
【0019】
なお、表示器に表示される実画面11a〜11cは、全体として1つの画面として説明した。しかし、実際の移動機では、表示画面の上部に電源状態、電波状態、着信通知等に用いるピクト領域があり、表示画面の下部にソフトキーの表示領域がある。いずれも移動機プログラム(ネイティブ環境)が管理している。従って、アプリケーションプログラムが生成する画像は、両者の間の領域に表示される。
一方、移動機の機種によっては、移動機側で予め設定される「壁紙」は、上述した表示画面の上部、下部を含めて表示される場合もある。この場合、「壁紙」の前面に、上述した電源状態やソフトキーなどの表示が重ね合わされる。
【0020】
図3は、本発明の実施の一形態である移動機のハードウエア構成を示すブロック図である。
図中、21は移動機全体の制御を行うCPU(中央処理装置)である。22は記憶部であって、ROMやフラッシュメモリなどの不揮発性メモリ、DRAMなどの揮発性メモリから構成され、リアルタイムオペレーティングシステム,ネイティブアプリケーションプログラムなどの各種制御プログラム、Java(TM)実行環境プログラム、Java(TM)アプリケーションプログラム、および、各種データなどを記憶する。
23は表示器8を含む表示部、24はキー入力部である。
25はアンテナである。26は受信部であって、高周波増幅器、ミキサ、中間周波増幅器および復調器などからなる。27は送信部であって、変調器、ミキサおよび電力増幅部などからなる。28は周波数シンセサイザであって、受信部26,送信部27のミキサに高周波発振信号を供給する。29は、音声信号処理などを行う信号処理部である。30は受話用マイクロフォン、31は送話用スピーカである。
【0021】
この実施の一形態では、上述したハードウエア構成の移動機上に、Java(TM) VM(Virtual Machine:仮想マシン)環境を実装することにより、Java(TM) アプリケーションプログラムの実行が可能である。
図4は、Java(TM) VM機能を持つJava(TM)アプリケーション対応移動機41のソフトウエア構造の概要図である。
移動機プラットフォーム42の上に、Java(TM)実行環境43が実装されている。その上で、Java(TM)アプリケーションプログラム44が実行される。一方、移動機プラットフォーム42の上には、Java(TM)仮想マシン用のバイトコードを使用せず、ハードウエア機械語(ネイティブコード)を用いて、メール、ウェブブラウザ、背景画像設定等の諸機能を実現するネイティブアプリケーションプログラム45も実装されている。
移動機プラットフォーム42は、移動機のハードウエア、リアルタイムオペレーティングシステム、デバイスドライバ/プロトコルスタックスを備える。
移動機プラットフォーム42およびネイティブアプリケーションプログラム45は、ネイティブ環境を構成し、本明細書では、これらをまとめて移動機プログラムと言う。
【0022】
Java(TM)アプリケーション実行環境43は、Java(TM)アプリケーション対応移動機41のソフトウエア構造のミドルウエアに位置し、上位のJava(TM)アプリケーションプログラムと下位の移動機プログラムの実行と管理に必要なライブラリおよびプログラムを提供する。ここでは、組み込み機器用のJava(TM) 2 Platform Micro Edition (J2ME) が採用されている。
その基本部分は、CLDC(Connected, Limited Device Configuration)部と、クラスライブラリ部、アプリケーションマネージメント(AM)部で構成される。
CLDC部は、仮想マシンKVMとCLDC標準ライブラリで構成され、移動機プラットフォームへの組み込み用に特化した実行環境管理ライブラリを持つ。
クラスライブラリ部には、携帯電話用の標準プロファイルであるMIDP(Mobile Information Device Profile)に拡張クラスライブラリが追加されている。
アプリケーションマネージメント(AM)部に属するアプリケーションマネージャは、Java(TM)アプリケーションプログラムの実行制御機能および管理機能を有している。
上述した各ライブラリとプログラムを使用するために、それぞれに、アプリケーションマネージャインターフェース(API)が規定されている。
【0023】
図5は、図3,図4を参照して説明した移動機において、Java(TM)アプリケーションプログラムにより作成された画像が、表示部23の表示器に実画面として表示されるまでの経路を示す説明図である。図5中では、Java(TM)アプリケーションプログラムを、単にアプリケーションプログラムという。
移動機プラットフォーム42は、移動機仮想画面領域(オフスクリーンバッファ)51、および、ビデオメモリ53を備えている。移動機仮想画面領域51には、アプリケーションプログラム用領域51aおよび移動機プログラム用領域51bがある。ビデオメモリ53は実画面に対応する画像を記憶し、移動機仮想画面領域51における各領域51a,51bは、実画面よりも広いのが通常である。
【0024】
最初、Java(TM)アプリケーションプログラム44が終了状態にあるとき、移動機プログラムにより、画像が移動機プログラム用領域51bに書き込まれた後、図2(a)の実画面11aが切り出されてビデオメモリ53に転送される。
ただし、移動機プログラム用領域51bは、必ずしも1つの格納領域とは限らない。例えば、背景画像用の格納領域、電子メール用の格納領域など複数の格納領域を備えていたりする。
しかし、最終的には、各格納領域に記憶された画像が選択されたり、スーパーインポーズ(重ね合わせ)されたりして、移動機プログラム用領域51b上に書き込まれることになる。従って、背景用画像が専用の格納領域に格納される場合でも、背景用画像が選択され、かつ、前面に表示される画像が背景画像を全て覆ってしまわない限り、表示器の実画面に表示されることになる。
従って、通常は、画像記憶部52に記憶されている、移動機で予め設定された「ネイティブ壁紙」が、移動機プログラム用領域51bの背景画像として用いられる。
【0025】
Java(TM)アプリケーションプログラム44が起動状態にあるとき、Java(TM)アプリケーションプログラム44で作成された画像は、Java(TM)アプリケーション実行環境43により、移動機仮想画面領域51の中のアプリケーションプログラム用領域51aに書き込まれる。移動機プラットフォーム42は、アプリケーションプログラム用領域51aに書き込まれた画像から図2(b)の実画面11bを切り出してビデオメモリ53に転送する。
同時に、Java(TM)アプリケーション実行環境43は、Java(TM)アプリケーションプログラム44から「壁紙設定要求」があったとき、このときアプリケーションプログラム用領域51aに格納された画像「アプリケーション壁紙」が、移動機プログラム用領域51bの背景画像としてとして書き込まれるように、例えば、その背景画像用の格納領域に渡しておく。
【0026】
すなわち、Java(TM)アプリケーションプログラムで生成されて提供された画像を、この画像が書き込まれるJava(TM)アプリケーション用の仮想画面領域から、移動機プログラム用の仮想画面の背景画像領域に渡すことにより、移動機の背景画像を強制的に変更する。
ここで、Java(TM)アプリケーションプログラム44が、「アプリケーション壁紙」としてアプリケーションプログラム用領域51aに格納する画像は、必ずしも、Java(TM)アプリケーションプログラム44の実行中に表示させる実画面(通常は、変化を続ける動画像である)の、あるタイミングにおける画像そのものでなくてもよい。
より詳しく説明すると、「アプリケーション壁紙」は、「壁紙設定要求」をしたときの実画面の画像であるとは限らない。
表示器に表示させる実画面の画像と内容的に関連性があるが、これとは別に、特別に「アプリケーション壁紙」を作成し、アプリケーションプログラム用領域51aに一時的に格納した上で、移動機プログラム用領域51bに設定してもよい。
このように、アプリケーションプログラムと移動機プログラムとの間の独立構造を保ちながら、移動機仮想画面領域51における、アプリケーションプログラム用領域51aと移動機プログラム用領域51b間のインターフェースにより、アプリケーションプログラムにより作成された画像を、移動機プログラムにより作成される画像の背景画像として設定することができる。
【0027】
Java(TM)アプリケーションプログラム44が一時停止状態になったとき、移動機プラットフォーム42は、移動機プログラム用領域51bに書き込まれた画像の一部を実画面として切り出して、ビデオメモリ53に転送する。
その結果、ビデオメモリ53には、図2(c)に示したように、移動機プログラムにより作成された画像ではあるが、その背景画像は、Java(TM)アプリケーションプログラム44により作成された画像となる。すなわち、Java(TM)アプリケーションプログラムの一時停止状態においても、Java(TM)アプリケーションプログラムから提供された画像を実画面に表示させることができる。
【0028】
Java(TM)アプリケーションプログラム44が終了状態になったとき、移動機プログラムは、画像記憶部52に記憶された「ネイティブ壁紙」を、移動機プログラム用領域51bの背景画像領域に設定するなどして、背景画像を元に戻す。
一方、Java(TM)アプリケーションプログラム44は、その起動中において、Java(TM)アプリケーション実行環境43に対し、一旦、「壁紙設定要求」をした後、「壁紙解除要求」をすることができる。「壁紙解除要求」があれば、Java(TM)アプリケーション実行環境43は、移動機プログラムに対し、上述したJava(TM)アプリケーションプログラム44の終了時と同様に、画像記憶部52に記憶された「ネイティブ壁紙」を、移動機プログラム用領域51bの背景画像領域に設定するなどして背景画像を元に戻させる。
従って、Java(TM)アプリケーションプログラムが終了したとき、あるいは解除要求があったとき、移動機プログラムは、背景画像を、移動機に予め設定されていた「ネイティブ壁紙」に戻して、実画面をビデオメモリ53に転送し、表示器に表示させる。
【0029】
図6は、図3,図4を参照して説明した移動機において、Java(TM)アプリケーション実行環境43が、移動機プラットフォーム42に対し、「ネイティブ壁紙」と「アプリケーション壁紙」とを切り替えさせる動作の一例を示すフローチャートである。
Java(TM)アプリケーション実行環境43が実行するその他の処理については説明を省略する。ここでは、「背景画像」を省略表現して「壁紙」という。
最初、Java(TM)アプリケーションプログラムが終了状態にあるものとする。移動機の初期状態では、移動機で予め設定された「壁紙」を有する実画面11aが表示されている。
ここで、何らかの起動要因(例えば、ユーザがメニュー画面に表示されたJava(TM)アプリケーションプログラムのライブラリを見ながら、1つを選択する)が発生する。
【0030】
S61において、Java(TM)アプリケーション実行環境は、Java(TM)アプリケーションプログラムをJava(TM)VM上にロードするなどの起動処理を行う。
S62において、Java(TM)起動状態(Active状態)になり、Java(TM)対応移動機はJava(TM)実行環境の制御下にある。
S63において、Java(TM)アプリケーション実行環境43は、Java(TM)アプリケーションプログラムからの「壁紙設定要求」の有無を判定し、あればS64に処理を進め、なければS65に処理を進める。
S64において、壁紙データを移動機プログラムに渡す。移動機プログラムにおいては、この壁紙データを、移動機プログラム用領域51b(図5)の背景画像領域に書き込む処理を行う。
S66において、「壁紙解除要求」の有無を判定し、あればS6に処理を進め、なければS6に処理を進める。
S68において、Java(TM)アプリケーションプログラムからJava(TM)アプリケーション実行環境を介して「壁紙解除要求」を受けた移動機は、移動機で設定された「ネイティブ壁紙」を、移動機アプリケーション用領域51b(図5)に属する背景画像領域に書き込む。その結果、「アプリケーション壁紙」を破棄し、「ネイティブ壁紙に」差し替えることになる。S68の処理を終了すると、処理をS62に示す最初の起動状態に戻す。
【0031】
一方、S67において、Java(TM)アプリケーション実行環境は、Java(TM)アプリケーションプログラムあるいは移動機プログラムからの「一時停止要求」の有無を判定し、あればS69に処理を進め、Java(TM)アプリケーションプログラムの一時停止処理を行う。Java(TM)アプリケーション実行環境は、一時停止状態へ遷移し、Java(TM)アプリケーションプログラムで指定された「アプリケーション壁紙」を有する実画面11cが表示される。
また、S67において「一時停止要求」がなければ、さらにS70に処理を進め、Java(TM)アプリケーションプログラムあるいは移動機プログラムからの「終了要求」の有無を判定し、「終了要求」があればS71に処理を進め、Java(TM)アプリケーションプログラムの終了処理を行い、Java(TM)アプリケーション実行環境は終了状態に遷移する。
S73において、移動機プログラムは、Java(TM)アプリケーション実行環境の終了状態を受けて、移動機で予め設定された「ネイティブ壁紙」を、移動機プログラム用領域51b(図5)の背景画像領域に書き込む。すなわち、「アプリケーション壁紙」を破棄し、「ネイティブ壁紙」に差し替える。その結果、移動機で予め設定された「ネイティブ壁紙」を有した、図2(a)の実画面11aが表示器に表示される。
【0032】
また、S70において「終了要求」がなければ、さらにS72に処理を進め、Java(TM)アプリケーション実行環境は、Java(TM)アプリケーションからの「壁紙設定要求」の有無を判定し、あればS74に処理を進め、なければS66の「壁紙解除要求」有無判定に処理を戻す。
S74において、Java(TM)アプリケーション実行環境は、新たにJava(TM)アプリケーションにより作成された背景画像データを移動機プログラムに渡す。移動機プログラムは、この壁紙データを、移動機プログラム用領域51b(図5)の背景画像領域に書き込む処理を行う。その後、S66の「壁紙解除要求」判定に処理を戻す。
【0033】
S63にて「壁紙設定要求」がないときに処理が進められるS65において、Java(TM)アプリケーションプログラムあるいは移動機プログラムからの「一時停止要求」の有無を判定し、「一時停止要求」があればS75に処理を進め、Java(TM)アプリケーションプログラムの一時停止処理を行う。Java(TM)アプリケーション実行環境は、一時停止状態へ遷移し、移動機で予め設定された「ネイティブ壁紙」を有する実画面11a(図2)が表示される。
S65において、「一時停止要求」がなければ、さらにS76に処理を進め、Java(TM)アプリケーションプログラムあるいは移動機プログラムからの「終了要求」の有無を判定する。「終了要求」があればS77に処理を進め、終了処理を行う。Java(TM)アプリケーション実行環境は、終了状態へ遷移し、移動機で予め設定された「ネイティブ壁紙」を有する実画面11a(図2)が表示される。一方、「終了要求」がなければ、S62の起動状態に戻る。
【0034】
上述したS69やS75による一時停止処理において、Java(TM)アプリケーション実行環境は、実行中のJava(TM)アプリケーションプログラムが保持しているオブジェクトを揮発性記憶域に保持したまま、アプリケーションプログラムの実行を停止し、制御を移動機プログラムに移す。
Java(TM)アプリケーション実行環境が、S69やS75によって一時停止(Paused)状態であるときに再開要因が発生したときは、再開処理が行われる。
再開時には、一時停止により保持したオブジェクトを用いてJava(TM)アプリケーションプログラムの実行を再開し、起動状態と同様に、以後、S62に処理を進める。
一方、S73やS77における終了処理においては、アプリケーションプログラムが持つリソースの開放をはじめとする終了処理を行った後に移動機プログラムが制御を獲得する。
Java(TM)アプリケーション実行環境が、S71やS77によって終了状態になっているときに、新たに起動要因が発生したときは、S61と同様の起動処理が行われ、S62に処理を進める。
【0035】
上述したフローチャートからわかるように、Java(TM)アプリケーションプログラム44は、起動中において、任意のタイミングで、かつ何回でも「壁紙設定要求」とともに、新たな内容の「アプリケーション壁紙」をJava(TM)アプリケーション実行環境に提供することができ、その都度、移動機プログラムに新たな内容の「アプリケーション壁紙」を設定させることができる。設定が繰り返されるときには、以前の「壁紙」は上書きされるので破棄されることになる。
また、起動中であれば、任意のタイミングで何回でも「壁紙解除要求」をJava(TM)アプリケーション実行環境に対して行うことができ、「ネイティブ壁紙」に戻すことができる。
【0036】
上述した説明では、常駐設定した待ち受け画面表示用のJava(TM)アプリケーションプログラムについて説明した。しかし、常駐設定しないJava(TM)アプリケーションプログラムであっても、一時停止した場合に、Java(TM)アプリケーションプログラムの意図する背景画像を設定できる。その結果、このJava(TM)アプリケーションプログラムが見かけ上、その動作を継続させているかのような印象をユーザに与えることができる。
また、上述した説明では、1つのメインの表示器に表示される画像について説明した。しかし、折り畳み型の移動機においては、折り畳まれた状態でも見ることのできるサブの表示器を筐体の背面などに持つものがある。筐体が折り畳まれた状態における、このサブの表示器に対し、移動機プログラムによる画像表示に加え、Java(TM)アプリケーションプログラムにより、「待ち受け画面」等の画像表示を行わせることができる。その際、Java(TM)アプリケーションプログラムは、筐体が折り畳まれた状態においても、起動、一時停止、再開、および終了を可能とする。
従って、同様に、Java(TM)アプリケーションプログラムにより作成された画像を、Java(TM)アプリケーションプログラムが一時停止状態になり、移動機プログラムの制御下にあるときにも、背景画像として表示させることができる。
なお、筐体が開いた状態において、Java(TM)アプリケーションプログラムにより、メインの表示器だけでなくサブの表示器にも画像表示を行わせてよい。
【0037】
上述した説明では、Java(TM)アプリケーションプログラム対応の携帯電話機を例にして説明した。しかし、Java(TM)アプリケーションプログラムでなくても、アプリケーションプログラムから提供される画像を表示器に表示させる通信機器であって、このアプリケーションプログラムの起動、一時停止等を制御するものであれば、本発明を適用することができ、同様の作用効果を奏する。
具体的には、PDA(Personal Digital Assistant)端末機などの携帯型の機器、表示器を備える固定電話機、通信機能を備えたデジタルテレビジョンなどの情報家電機器に適用可能である。
特に、通信機器のプラットフォーム上に、アプリケーションプログラム実行環境を実装し、このアプリケーションプログラムの実行環境上でJava(TM)等のアプリケーションプログラムを実行するとともに、このアプリケーションプログラムの起動、一時停止等を制御する種々の通信機器に適用することができる。
【0038】
【発明の効果】
上述した説明から明らかなように、本発明によれば、アプリケーションプログラムの一時停止状態においても、アプリケーションが意図する画像を表示させることができるという作用効果がある。
その結果、アプリケーションプログラムの一時停止状態においても、利用者からはアプリケーションの動作が継続しているように見える。
従って、一時停止状態において単に見かけ上アプリケーションプログラムが終了した印象を与えないというだけでなく、アプリケーションプログラムは、一時停止状態においてもユーザに対して画像情報を提供できる。
その結果、表示する内容を工夫することによって、アプリケーションプログラムの表現の幅を広けることができる。
特に、一時停止状態においてもアプリケーションの世界観が維持されることから、待ち受け画面表示用のアプリケーションプログラムを利用する魅力を増進させることができる。
【図面の簡単な説明】
【図1】 本発明の第1の実施形態を示す機能構成図である。
【図2】 図1に示した実施の一形態における、アプリケーションプログラムの状態による実画面の変化を示す説明図である。
【図3】 本発明の実施の一形態である移動機のハードウエア構成を示すブロック図である。
【図4】 仮想マシン機能を持つアプリケーション対応移動機のソフトウエア構造の概要図である。
【図5】 図3,図4を参照して説明した移動機において、アプリケーションプログラムにより作成された画像が、表示器に実画面として表示されるまでの経路を示す説明図である。
【図6】 図3,図4を参照して説明した移動機において、アプリケーション実行環境が、移動機プログラムに対し、「ネイティブ壁紙」と「アプリケーション壁紙」とを切り替えさせる動作の一例を示すフローチャートである。
【図7】 従来における、アプリケーションプログラムの状態による実画面の変化を示す説明図である。
【符号の説明】
1…画像記憶部、2…アプリケーションプログラム、3…アプリケーションプログラムの実行制御部、4…背景画像設定部、5…背景画像記憶部、6…画像切り替え部、7…ビデオメモリ(実画面)、8…表示器、11a〜11c…実画面
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a communication device in which an application program is mounted on a communication device platform and displays an image on a display. In particular, it is suitable for portable communication devices such as mobile phones.
[0002]
[Prior art]
In recent years, mobile communication devices such as mobile phones (hereinafter simply referred to as mobile devices) have an image display function, and Java (TM) (in the present specification, (TM) represents a registered trademark). ) And other application programs are being installed. Such an application program may be temporarily stopped.
There are various factors for the temporary stop. In addition to the case of a request from the application program itself, the mobile station program side detects a paused user operation, enters a sleep mode to reduce power consumption, or responds to an incoming call by telephone or e-mail and so on.
[0003]
As an example, a case will be described in which an application program is made resident and a function of displaying a “standby screen” of a mobile device is realized.
In a mobile device, a “standby screen” is displayed on a display such as a liquid crystal display during a waiting period for waiting for an incoming call. A background image generally called “wallpaper” is displayed on the background of the “standby screen”. “Wallpaper” is selected by the user from among a plurality of images incorporated in advance in the mobile device and one or a plurality of images registered by the user. The display of such a “standby screen” with “wallpaper” as a background is realized by a mobile device program (native environment).
On the other hand, during the standby period, an application program that displays a “standby screen” that can display a moving image of a specific display content such as an animation character or change an image according to a user operation is provided. (For example, the specification and drawings of Japanese Patent Application No. 2001-367264).
[0004]
FIG. 7 is an explanatory diagram showing changes in the real screen according to the state of the application program in the prior art.
FIG. 7A shows the real screen 11a in the end state of the application program. An image created by the mobile device program is displayed, and the background image is a “wallpaper” (hereinafter referred to as “native wallpaper”) preset in the mobile device.
FIG. 7B shows a real screen 11b in the activated state of the application program. An image created by the application program is displayed. The above-mentioned “native wallpaper” is not displayed.
FIG. 7C shows a real screen 81 in a pause state of the application program. Similar to FIG. 7A, an image created by the mobile device program is displayed.
When a factor for restarting the application program occurs from the paused state, the screen returns to the real screen 11b shown in FIG.
[0005]
  The application program for displaying the standby screen described above is mainly intended to reflect the user's preference and personality in the “standby screen”. For example, a moving image of a specific character preferred by the user is displayed. However, during a pause,Standby screen display applicationSince the image created by the program is not displayed and the “standby screen” created by the mobile device program is displayed, the screen is not necessarily unified with a specific character.
  As a result, the view of the world created by the application program for displaying the standby screen is broken, and the intention to use this application program is not reflected.
[0006]
The standby mode is indispensable for the standby screen display application program, and the pause mode is indispensable because it is necessary to coexist with the communication function of telephone and e-mail.
Therefore, an image created by the application program for displaying the standby screen may be displayed on the actual screen even when paused. However, due to the independence between the application program and the mobile device program (native environment), such a display cannot be performed with a conventional mobile device.
Even if the application program is not intended for the standby screen display, the image created by the mobile device program is displayed when it is paused, giving the user the impression that the application program has ended. There is an inconvenience of giving.
[0007]
[Problems to be solved by the invention]
The present invention has been made in view of the above-described circumstances, and can display an image intended by the application program even when the application program is paused. For example, the apparent operating state and world view of the application program can be continued. It is an object of the present invention to provide a communication device that can be used.
[0008]
[Means for Solving the Problems]
  The present invention is the communication device according to the first aspect, in which the application program is mounted on the platform of the communication device, and the display device displays an image.Image storage means for storing a second background image set on the platform side of the communication device;An application program execution control means having at least a function of controlling start, pause, restart, and termination of the application program; andAs background for the incoming call waiting screenWhen the application program is activated by the background image storage means for storing the background image to be displayed and the execution control means of the application program, the display unit displays the first image created by the application program. The display device displays a second image having a background image stored in the background image storage means as a background during at least a part of a period in which the application program is temporarily stopped by the execution control means of the application program. When the application program is activated by the image switching means to be displayed on the screen and the execution control means of the application program,When there is a setting request by the application program,Created by the application programBeforeNo. related to the first image1ofbackgroundimage,Is set in the background image storage meansWhen the application program is terminated by the execution control unit of the application program, the second background image stored in the image storage unit is set in the background image storage unit.Has background image setting means
Is.
  Where1ofbackgroundThe image may be an image at a certain timing of the first image that continues to change, or may be an image that is related to the first image but created separately from the first image. .
  Therefore, even when the application program is paused, an image created by the application program and intended by the application program can be displayed as a background image.
  First1ofbackgroundBecause the image is displayed as a background image, even if the mobile program displays some information while the application program is paused,1ofbackgroundImages can be displayed as much as possible.
  As a result, the application program can be kept in an apparent operation continuation state during at least a part of the paused state, and the world view of the application program can be continued.
[0009]
  AlsoWhen the application program is terminated, the “wallpaper” created by the application program is discarded, so that the world view of the application program can be erased and the copyrighted image remains on the mobile device. Can be prevented.
[0010]
  FurthermoreThe application program is related to the first image and is used as a background image in at least a part of the paused period at an arbitrary timing during startup.1ofbackgroundImages can be set.
[0011]
  Claim2In the invention described in claim 1,1In the communication device described in the above, when the application program is activated by the execution control unit of the application program and the release request is issued by the application program, the background image setting unit stores the image in the image storage unit. The second2ofbackgroundAn image is set in the background image storage means.
  Therefore, the application program sets the background image as a background image in at least a part of the paused period at an arbitrary timing during startup.2ofbackgroundSet the image and1ofbackgroundThe image can be discarded.
[0012]
  Claim3In the described invention, the claim 1Or 2The communication device according to claim 1, further comprising a virtual screen area storage buffer, wherein the execution control means of the application program includes the first image and the first image.1ofbackgroundEach image is supplied from the application program to the image switching unit and the background image setting unit via the virtual screen area storage buffer, and the background image setting unit receives a setting request from the application program. The image held in the virtual screen area storage buffer is1ofbackgroundThis is set in the background image storage means as an image.
  Therefore, the image created by the application program can be set as the background image of the image created by the mobile device program in the virtual screen area while maintaining the independent configuration between the application program and the mobile device program. As a result, the interface between the application program and the mobile device program does not need to be significantly changed from the conventional one.
[0013]
According to a fourth aspect of the present invention, in the communication device according to any one of the first to third aspects, the application program is an application program for displaying an incoming call waiting screen on a display unit during an incoming call waiting period. is there.
  Claim5In the invention described in claim 1,4In the communication device according to any one of the above, the execution control means of the application program is realized by an application execution environment mounted on a platform of the communication device.
  Therefore, independently of the basic functions of the communication device, it is possible to easily incorporate or remove the application program later according to the user's preference. As a result, the world view realized by the application program can be freely set and changed according to the user's preference.
[0014]
DETAILED DESCRIPTION OF THE INVENTION
  FIG. 1 is a functional configuration diagram showing an embodiment of the present invention. This is a mobile device in which an application program is mounted on a platform of a communication device, and an image created by an application program such as a Java (TM) application program or a mobile device program is displayed on a display device.
  In the figure, reference numeral 1 denotes an image storage unit which is preset in the mobile device.2ofbackgroundThe image is stored as a background image “native wallpaper”.
  An application program 2 has a display image creation function and a display image provision function for creating and providing an image to be displayed on the display 8 described later. During the activation, the first image displayed on the display 8 and the first image related to the first image are displayed.1ofbackgroundCreate an image as a background image "application wallpaper".
  An application program execution control unit 3 has functions for controlling activation, suspension, resumption, and termination of the application program 2, and an image from the application program 2 is input to a background image setting unit 4 and image switching described later. It has a function of supplying to the platform side such as the unit 6. The application program execution control unit 3 is realized by an application execution environment.
  The native execution control unit 9 performs execution control on the platform side. When the application program execution control unit 3 is notified of, for example, pause or end, the background image setting unit 4 and The image switching unit 6 is controlled. The function of the native execution control unit 9 is realized by a native environment.
  Factors for performing these execution controls may be in the mobile device program as well as in the application program 2 side.
[0015]
  A background image setting unit 4 is created by the application program 2 under the control of the native execution control unit 9 when the application program 2 is activated by the execution control unit 3 of the application program. The first image related to the first image supplied via the unit 3 and displayed on the display 8 described above.1ofbackgroundThe image is set as “application wallpaper” in the background image storage unit 5 described later.
  As a specific example, when there is a request for setting a background image from the application program 2 via the execution control unit 3 and the native execution control unit 9 of the application program,1ofbackgroundWhen an image is set in the background image storage unit 5 and a background image release request is made, the second image stored in the image storage unit 1 is stored.2ofbackgroundThe image is set in the background image storage unit 5.
  On the other hand, when the application program 2 is completed by the execution control unit 3 of the application program, the “native wallpaper” stored in the image storage unit 1 is set in the background image storage unit 5 by the native execution control unit 9.
  When the application program 2 is activated by the application program execution control unit 3, the image switching unit 6 is created by the application program 2 under the control of the native execution control unit 9 and passes through the application program execution control unit 3. The first image supplied in this way is output to the video memory 7, and at least during a period during which the application program 2 is temporarily stopped by the execution control unit 3 of the application program, the native execution control unit 9 Under the control, a second image having the image stored in the background image storage unit 5 as a background image is output to the video memory 7.
  The video memory 7 stores the input image as a real screen and displays it on the display 8.
[0016]
FIG. 2 is an explanatory diagram showing changes in the real screen depending on the state of the application program in the embodiment shown in FIG.
The application program execution control unit 3 is realized by an application execution environment implemented on the platform of the mobile device.
The application program is paused by a user operation pause request, a pause request for a resident application program when another application program is started by a timer, or when there is no key operation for a certain period of time, There are various factors, such as when the case is folded, when the user responds to an incoming event, and it depends on the model or varies depending on the user's settings.
The resume from the paused state is performed, for example, in the case of a user's release operation, when another application program is finished, or when an incoming event response process is finished.
[0017]
In the end state of the application program 2 shown in FIG. 2 (a), the same real screen 11a as in FIG. 7 (a) is displayed, and “native wallpaper” preset by the mobile device program is displayed in the background. The
In the activated state of the application program 2 shown in FIG. 2B, the actual screen 11b created by the application program 2 is displayed as in FIG. 7B.
In the temporary stop state of the application program shown in FIG. 2C, a real screen 11c different from the real screen 11a in FIG. 7C is displayed. That is, the “application wallpaper” stored in the background image storage unit 5 is displayed on the real screen 11 c under the control of the image switching unit 6.
Therefore, even when the application program 2 is in a paused state, a screen intended by the application program 2 can be displayed on the display device 8, so that the world view of the standby screen display application program can be maintained.
When a cause for restarting the application program occurs, the screen returns to the real screen 11b shown in FIG.
When an application program termination factor occurs, the background image is returned to the “native wallpaper” as shown in the real screen 11a shown in FIG.
[0018]
  The image switching unit 6 described above performs switching so that the image created by the mobile device program, FIG. 2C, is actually output to the video memory 7 in the pause state of the application program 2. At that time, since the image stored in the background image storage unit 5 is used as the background portion, the “application wallpaper” created by the application program 2 is displayed.
  When a normal “standby screen” created on the mobile device program side is displayed at the time of suspension, a background image is displayed. Other information such as a clock or calendar may be displayed in front of this background image..
  However, even in the paused state, when a call or e-mail is received, a period during which a notification screen (inquiry screen for users) is displayed, the user makes a call in response to the call, e-mail The background image may not be displayed during a period when the user is reading. Therefore, “application wallpaper” is not always displayed in the paused state.
[0019]
The actual screens 11a to 11c displayed on the display device have been described as one screen as a whole. However, in an actual mobile device, there is a pictogram area used for power status, radio wave status, incoming call notification, etc. at the top of the display screen, and softkey display area at the bottom of the display screen. Both are managed by the mobile device program (native environment). Therefore, an image generated by the application program is displayed in an area between the two.
On the other hand, depending on the model of the mobile device, the “wallpaper” set in advance on the mobile device side may be displayed including the upper and lower portions of the display screen described above. In this case, the display of the above-described power state, soft key, etc. is superimposed on the front surface of “wallpaper”.
[0020]
FIG. 3 is a block diagram showing a hardware configuration of the mobile device according to the embodiment of the present invention.
In the figure, 21 is a CPU (Central Processing Unit) that controls the entire mobile device. A storage unit 22 includes a nonvolatile memory such as a ROM and a flash memory, and a volatile memory such as a DRAM. Various control programs such as a real-time operating system and a native application program, a Java (TM) execution environment program, a Java (TM) Stores application programs and various data.
Reference numeral 23 denotes a display unit including the display 8, and 24 denotes a key input unit.
Reference numeral 25 denotes an antenna. A receiving unit 26 includes a high frequency amplifier, a mixer, an intermediate frequency amplifier, a demodulator, and the like. Reference numeral 27 denotes a transmission unit, which includes a modulator, a mixer, a power amplification unit, and the like. A frequency synthesizer 28 supplies a high-frequency oscillation signal to the mixer of the receiving unit 26 and the transmitting unit 27. A signal processing unit 29 performs audio signal processing and the like. Reference numeral 30 denotes a receiving microphone, and reference numeral 31 denotes a transmitting speaker.
[0021]
In this embodiment, a Java ™ application program can be executed by mounting a Java ™ VM (Virtual Machine) environment on a mobile device having the above-described hardware configuration.
FIG. 4 is a schematic diagram of the software structure of the mobile device 41 that supports the Java (TM) application having the Java (TM) VM function.
A Java (TM) execution environment 43 is mounted on the mobile device platform 42. Then, the Java ™ application program 44 is executed. On the other hand, on the mobile device platform 42, various functions such as mail, web browser, background image setting, etc. using hardware machine language (native code) without using byte codes for Java (TM) virtual machines. A native application program 45 that implements the above is also implemented.
Mobile station platform 42 includes mobile station hardware, a real-time operating system, and device drivers / protocol stacks.
The mobile station platform 42 and the native application program 45 constitute a native environment, and are collectively referred to as a mobile station program in this specification.
[0022]
The Java ™ application execution environment 43 is located in the middleware of the software structure of the mobile device 41 corresponding to the Java ™ application, and is necessary for the execution and management of the upper Java ™ application program and the lower mobile device program. Library and program. Here, Java (TM) 2 Platform Micro Edition (J2ME) for embedded devices is adopted.
The basic part includes a CLDC (Connected, Limited Device Configuration) part, a class library part, and an application management (AM) part.
The CLDC part consists of a virtual machine KVM and a CLDC standard library, and has an execution environment management library specialized for incorporation into the mobile platform.
In the class library section, an extended class library is added to MIDP (Mobile Information Device Profile) which is a standard profile for mobile phones.
An application manager belonging to the application management (AM) unit has a Java ™ application program execution control function and a management function.
In order to use each of the libraries and programs described above, an application manager interface (API) is defined for each.
[0023]
FIG. 5 shows a path until an image created by the Java (TM) application program is displayed as a real screen on the display unit 23 in the mobile device described with reference to FIGS. It is explanatory drawing. In FIG. 5, the Java ™ application program is simply referred to as an application program.
The mobile device platform 42 includes a mobile device virtual screen area (off-screen buffer) 51 and a video memory 53. The mobile device virtual screen area 51 includes an application program area 51a and a mobile machine program area 51b. The video memory 53 stores an image corresponding to the real screen, and the areas 51a and 51b in the mobile device virtual screen area 51 are usually wider than the real screen.
[0024]
Initially, when the Java (TM) application program 44 is in an end state, an image is written into the mobile device program area 51b by the mobile device program, and then the real screen 11a in FIG. 53.
However, the mobile device program area 51b is not necessarily a single storage area. For example, a plurality of storage areas such as a background image storage area and an e-mail storage area may be provided.
However, finally, the image stored in each storage area is selected or superimposed (overlapped) and written on the mobile device program area 51b. Therefore, even if the background image is stored in the dedicated storage area, it will be displayed on the actual screen of the display unit unless the background image is selected and the image displayed on the front surface covers the entire background image. Will be.
Therefore, normally, the “native wallpaper” preset in the mobile device and stored in the image storage unit 52 is used as the background image of the mobile device program area 51b.
[0025]
When the Java (TM) application program 44 is in an activated state, an image created by the Java (TM) application program 44 is displayed for the application program in the mobile device virtual screen area 51 by the Java (TM) application execution environment 43. It is written in the area 51a. The mobile device platform 42 cuts out the real screen 11b of FIG. 2B from the image written in the application program area 51a and transfers it to the video memory 53.
At the same time, when the Java ™ application execution environment 43 receives a “wallpaper setting request” from the Java ™ application program 44, the image “application wallpaper” stored in the application program area 51a at this time is transferred to the mobile device. In order to be written as a background image of the program area 51b, for example, it is transferred to the storage area for the background image.
[0026]
In other words, by passing the image generated and provided by the Java (TM) application program from the virtual screen area for the Java (TM) application in which this image is written to the background image area of the virtual screen for the mobile device program Forcibly change the background image of the mobile device.
Here, the image stored in the application program area 51a as the “application wallpaper” by the Java ™ application program 44 is not necessarily an actual screen (usually a change) displayed during the execution of the Java ™ application program 44. Is not necessarily the image itself at a certain timing.
More specifically, the “application wallpaper” is not necessarily a real screen image when the “wallpaper setting request” is made.
Although there is a content relevance to the actual screen image displayed on the display device, a separate “application wallpaper” is created and temporarily stored in the application program area 51a. It may be set in the program area 51b.
Thus, the application program is created by the interface between the application program area 51a and the mobile station program area 51b in the mobile station virtual screen area 51 while maintaining an independent structure between the application program and the mobile station program. This image can be set as the background image of the image created by the mobile device program.
[0027]
When the Java ™ application program 44 is temporarily stopped, the mobile device platform 42 cuts out a part of the image written in the mobile device program area 51 b as a real screen and transfers it to the video memory 53.
As a result, as shown in FIG. 2C, the video memory 53 is an image created by the mobile device program, but the background image is the same as the image created by the Java (TM) application program 44. Become. That is, even when the Java (TM) application program is paused, the image provided from the Java (TM) application program can be displayed on the real screen.
[0028]
When the Java (TM) application program 44 is terminated, the mobile device program sets the “native wallpaper” stored in the image storage unit 52 as the background image region of the mobile device program region 51b. Restore the background image.
On the other hand, the Java ™ application program 44 can make a “wallpaper release request” after making a “wallpaper setting request” to the Java ™ application execution environment 43 during the startup. If there is a “wallpaper release request”, the Java (TM) application execution environment 43 gives the mobile device program the same as when the Java (TM) application program 44 described above is terminated, as stored in the image storage unit 52. The background image is restored by setting “native wallpaper” in the background image area of the mobile device program area 51b.
Therefore, when the Java (TM) application program ends or when a cancellation request is received, the mobile device program returns the background image to the `` native wallpaper '' preset for the mobile device and displays the actual screen as a video. The data is transferred to the memory 53 and displayed on the display.
[0029]
FIG. 6 shows an operation in which the Java (TM) application execution environment 43 causes the mobile device platform 42 to switch between “native wallpaper” and “application wallpaper” in the mobile device described with reference to FIGS. 3 and 4. It is a flowchart which shows an example.
Description of other processes executed by the Java ™ application execution environment 43 is omitted. Here, “background image” is abbreviated as “wallpaper”.
First, it is assumed that the Java (TM) application program is in an end state. In the initial state of the mobile device, a real screen 11a having “wallpaper” preset on the mobile device is displayed.
Here, some activation factor (for example, the user selects one while looking at the library of the Java ™ application program displayed on the menu screen) occurs.
[0030]
  In S61, the Java ™ application execution environment performs a starting process such as loading a Java ™ application program on the Java ™ VM.
  In S62, the Java (TM) activation state (Active state) is entered, and the Java (TM) compatible mobile device is under the control of the Java (TM) execution environment.
  In S63, the Java ™ application execution environment 43 determines whether or not there is a “wallpaper setting request” from the Java ™ application program. If so, the process proceeds to S64, and if not, the process proceeds to S65.
  In S64, the wallpaper data is passed to the mobile device program. In the mobile device program, the wallpaper data is written in the background image area of the mobile device program area 51b (FIG. 5).
  In S66, it is determined whether or not there is a “wallpaper release request”.8If the process proceeds to S67Proceed with the process.
  In S68, the mobile device that has received the “wallpaper release request” from the Java ™ application program via the Java ™ application execution environment uses the “native wallpaper” set in the mobile device as the mobile device application area 51b. Write to the background image area belonging to (FIG. 5). As a result, the “application wallpaper” is discarded and replaced with “native wallpaper”. When the processing of S68 is completed, the processing is returned to the initial activation state shown in S62.
[0031]
On the other hand, in S67, the Java (TM) application execution environment determines whether there is a “pause request” from the Java (TM) application program or the mobile device program. Performs program pause processing. The Java (TM) application execution environment transitions to the paused state, and the real screen 11c having the “application wallpaper” specified by the Java (TM) application program is displayed.
If there is no “pause request” in S67, the process further proceeds to S70, where it is determined whether or not there is an “end request” from the Java ™ application program or mobile device program. The Java (TM) application program is terminated, and the Java (TM) application execution environment transitions to the terminated state.
In S73, the mobile device program receives the end state of the Java (TM) application execution environment, and uses the “native wallpaper” preset in the mobile device in the background image region of the mobile device program area 51b (FIG. 5). Write. That is, the “application wallpaper” is discarded and replaced with “native wallpaper”. As a result, the real screen 11a shown in FIG. 2A having the “native wallpaper” preset on the mobile device is displayed on the display.
[0032]
If there is no “end request” in S70, the process further proceeds to S72, and the Java (TM) application execution environment determines whether there is a “wallpaper setting request” from the Java (TM) application. If the process does not proceed, the process returns to the “wallpaper release request” presence / absence determination in S66.
In S74, the Java ™ application execution environment passes the background image data newly created by the Java ™ application to the mobile device program. The mobile device program performs a process of writing this wallpaper data in the background image area of the mobile device program area 51b (FIG. 5). Thereafter, the process returns to the “wallpaper release request” determination in S66.
[0033]
The process proceeds when there is no “wallpaper setting request” in S63. In S65, it is determined whether or not there is a “pause request” from the Java (TM) application program or the mobile device program. The process proceeds to S75, and the Java (TM) application program is paused. The Java (TM) application execution environment transitions to a paused state, and a real screen 11a (FIG. 2) having a “native wallpaper” preset on the mobile device is displayed.
In S65, if there is no “pause request”, the process further proceeds to S76 to determine whether or not there is an “end request” from the Java ™ application program or mobile device program. If there is an “end request”, the process proceeds to S77 and the end process is performed. The Java (TM) application execution environment transitions to the end state, and a real screen 11a (FIG. 2) having a “native wallpaper” preset in the mobile device is displayed. On the other hand, if there is no “end request”, the process returns to the activated state in S62.
[0034]
In the suspension processing in S69 and S75 described above, the Java (TM) application execution environment executes the application program while holding the object held by the running Java (TM) application program in the volatile storage area. Stop and transfer control to the mobile program.
When a Java (TM) application execution environment is in a paused state (Paused) in S69 or S75, a restart process is performed when a restart factor occurs.
At the time of resumption, execution of the Java (TM) application program is resumed using the object held by the suspension, and thereafter, the process proceeds to S62 as in the activated state.
On the other hand, in the termination process in S73 or S77, the mobile station program acquires control after performing termination processes such as releasing resources of the application program.
When a new activation factor occurs when the Java ™ application execution environment has been terminated by S71 or S77, the activation process similar to S61 is performed, and the process proceeds to S62.
[0035]
As can be seen from the flowchart described above, the Java (TM) application program 44 creates a new “application wallpaper” along with the “wallpaper setting request” at any time and at any time during startup. It can be provided to the application execution environment, and each time the mobile device program can set a new “application wallpaper”. When the setting is repeated, the previous “wallpaper” is overwritten and discarded.
In addition, if it is running, a “wallpaper release request” can be made to the Java ™ application execution environment any number of times at any time, and it can be returned to “native wallpaper”.
[0036]
In the above description, the Java (TM) application program for displaying the standby screen set to be resident has been described. However, even if the Java (TM) application program is not set to be resident, the background image intended by the Java (TM) application program can be set when the program is paused. As a result, it is possible to give the user the impression that this Java (TM) application program is apparently continuing its operation.
In the above description, an image displayed on one main display has been described. However, some foldable mobile devices have a sub-display on the rear surface of the housing that can be seen even in a folded state. When the case is folded, the sub display can display an image such as a “standby screen” by the Java ™ application program in addition to the image display by the mobile device program. At this time, the Java (TM) application program can be started, paused, resumed, and terminated even when the casing is folded.
Therefore, similarly, an image created by a Java (TM) application program can be displayed as a background image even when the Java (TM) application program is suspended and under the control of the mobile device program. it can.
In addition, in a state where the housing is opened, the Java (TM) application program may display an image on not only the main display but also the sub display.
[0037]
In the above description, a mobile phone compatible with a Java ™ application program has been described as an example. However, even if it is not a Java (TM) application program, it is a communication device that displays an image provided by the application program on the display unit, and if it controls the activation, suspension, etc. of this application program, this The invention can be applied, and the same effects can be obtained.
Specifically, it can be applied to portable devices such as PDA (Personal Digital Assistant) terminals, fixed telephones equipped with a display, and information home appliances such as digital television equipped with a communication function.
In particular, an application program execution environment is implemented on the platform of the communication device, an application program such as Java (TM) is executed on the execution environment of the application program, and the start and suspension of the application program are controlled. The present invention can be applied to various communication devices.
[0038]
【The invention's effect】
As is apparent from the above description, according to the present invention, there is an effect that an image intended by an application can be displayed even in a paused state of the application program.
As a result, even when the application program is paused, it appears to the user that the operation of the application continues.
Therefore, the application program can provide image information to the user even in the paused state, in addition to not giving the impression that the application program has ended apparently in the paused state.
As a result, by devising the contents to be displayed, the range of expression of the application program can be widened.
In particular, since the world view of the application is maintained even in the paused state, the attractiveness of using the application program for displaying the standby screen can be enhanced.
[Brief description of the drawings]
FIG. 1 is a functional configuration diagram showing a first embodiment of the present invention.
FIG. 2 is an explanatory diagram showing changes in the real screen depending on the state of an application program in the embodiment shown in FIG. 1;
FIG. 3 is a block diagram showing a hardware configuration of a mobile device according to an embodiment of the present invention.
FIG. 4 is a schematic diagram of a software structure of an application-compatible mobile device having a virtual machine function.
FIG. 5 is an explanatory diagram showing a route until an image created by an application program is displayed as a real screen on a display device in the mobile device described with reference to FIGS. 3 and 4;
6 is a flowchart showing an example of an operation in which the application execution environment causes the mobile device program to switch between “native wallpaper” and “application wallpaper” in the mobile device described with reference to FIGS. 3 and 4. FIG. is there.
FIG. 7 is an explanatory diagram showing a change in a real screen according to a state of an application program in the related art.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 ... Image storage part, 2 ... Application program, 3 ... Application program execution control part, 4 ... Background image setting part, 5 ... Background image storage part, 6 ... Image switching part, 7 ... Video memory (actual screen), 8 ... Display, 11a to 11c ... Real screen

Claims (5)

通信機器のプラットフォーム上にアプリケーションプログラムが実装され、表示器に画像を表示させる通信機器であって、
通信機器のプラットフォーム側で設定された第2の背景画像を記憶する画像記憶手段と、
前記アプリケーションプログラムの起動、一時停止、再開、および終了を制御する機能を少なくとも有するアプリケーションプログラムの実行制御手段と、
前記表示器に着信待ち受け画面の背景として表示させる背景画像を記憶する背景画像記憶手段と、
前記アプリケーションプログラムの実行制御手段により前記アプリケーションプログラムが起動しているとき、前記アプリケーションプログラムにより作成された第1の画像を前記表示器に表示させるとともに、前記アプリケーションプログラムの実行制御手段により前記アプリケーションプログラムが一時停止している期間の少なくとも一部の期間において、前記背景画像記憶手段に記憶された背景画像を背景とする第2の画像を前記表示器に表示させる画像切り替え手段と、
前記アプリケーションプログラムの実行制御手段によりアプリケーションプログラムが起動しているときに、前記アプリケーションプログラムにより設定要求があったときは、前記アプリケーションプログラムにより作成されかつ前記第1の画像に関連した第背景画像を前記背景画像記憶手段に設定し、前記アプリケーションプログラムの実行制御手段により前記アプリケーションプログラムが終了したときは、前記画像記憶手段に記憶された第2の背景画像を前記背景画像記憶手段に設定する、背景画像設定手段、
を有することを特徴とする通信機器。
An application program is installed on the communication device platform, and the display device displays an image.
Image storage means for storing a second background image set on the platform side of the communication device;
An execution control means for an application program having at least a function of controlling activation, suspension, resumption, and termination of the application program;
Background image storage means for storing a background image to be displayed as a background of an incoming call waiting screen on the display;
When the application program is activated by the execution control means of the application program, the first image created by the application program is displayed on the display unit, and the application program is displayed by the execution control means of the application program. Image switching means for causing the display to display a second image with the background image stored in the background image storage means as a background during at least a part of the paused period;
When the application program is activated by the execution control unit of the application program, when a setting request by the application program, the first related to the first image is created and before SL by the application program set background image to the background image storage means, when said application program is terminated by the execution control means of the application program, the second background image stored in the image storage means in the background image storage means set to, background image setting means,
A communication device comprising:
前記背景画像設定手段は、前記アプリケーションプログラムの実行制御手段によりアプリケーションプログラムが起動しているときに、前記アプリケーションプログラムにより解除要求があったときは、前記画像記憶手段に記憶された第背景画像を前記背景画像記憶手段に設定する、
ことを特徴とする請求項に記載の通信機器。
When the application program is activated by the execution control unit of the application program and the release request is issued by the application program, the background image setting unit stores the second background image stored in the image storage unit. Is set in the background image storage means,
The communication device according to claim 1 .
仮想画面領域記憶バッファを有し、
前記アプリケーションプログラムの実行制御手段は、前記第1の画像および前記第背景画像を、それぞれ、前記アプリケーションプログラムから前記仮想画面領域記憶バッファを介して、前記画像切り替え手段および前記背景画像設定手段に供給し、
前記背景画像設定手段は、前記アプリケーションプログラムによる設定要求があったときに、前記仮想画面領域記憶バッファに保持された画像を前記第背景画像として前記背景画像記憶手段に設定する、
ことを特徴とする請求項1または2に記載の通信機器。
A virtual screen area storage buffer;
The application program execution control means sends the first image and the first background image to the image switching means and the background image setting means from the application program via the virtual screen area storage buffer, respectively. Supply
The background image setting means sets the image held in the virtual screen area storage buffer as the first background image in the background image storage means when there is a setting request by the application program.
Communication device according to claim 1 or 2, characterized in that.
前記アプリケーションプログラムは、着信待機期間において、表示器に着信待ち受け画面を表示するアプリケーションプログラムである、  The application program is an application program that displays an incoming call waiting screen on a display unit during an incoming call waiting period.
ことを特徴とする請求項1から3までのいずれか1項に記載の通信機器。  The communication device according to any one of claims 1 to 3, wherein
前記アプリケーションプログラムの実行制御手段は、通信機器のプラットフォーム上に実装されたアプリケーション実行環境により実現される、
ことを特徴とする請求項1からまでのいずれか1項に記載の通信機器。
The application program execution control means is realized by an application execution environment implemented on a platform of a communication device.
The communication device according to any one of claims 1 to 4 , wherein the communication device is characterized in that:
JP2003141009A 2003-05-19 2003-05-19 Communication equipment Expired - Fee Related JP4044487B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003141009A JP4044487B2 (en) 2003-05-19 2003-05-19 Communication equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003141009A JP4044487B2 (en) 2003-05-19 2003-05-19 Communication equipment

Publications (2)

Publication Number Publication Date
JP2004342048A JP2004342048A (en) 2004-12-02
JP4044487B2 true JP4044487B2 (en) 2008-02-06

Family

ID=33529547

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003141009A Expired - Fee Related JP4044487B2 (en) 2003-05-19 2003-05-19 Communication equipment

Country Status (1)

Country Link
JP (1) JP4044487B2 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4549841B2 (en) * 2004-12-27 2010-09-22 京セラ株式会社 Mobile phone terminal, standby screen activation method and computer program therefor
US7681200B2 (en) * 2005-07-22 2010-03-16 Microsoft Corporation Secure hardware desktop buffer composition
JP4839049B2 (en) * 2005-09-20 2011-12-14 クラリオン株式会社 Information processing apparatus and display screen control method
JP5244543B2 (en) * 2008-10-29 2013-07-24 京セラ株式会社 Portable electronic devices
CN106197394A (en) * 2016-06-24 2016-12-07 百度在线网络技术(北京)有限公司 Air navigation aid and device
CN109687354B (en) * 2018-12-28 2020-10-02 合肥汇优科技有限公司 Core wire detection and cutter adjustment method for stripper of insulated conductor of overhead line of power system
JPWO2020148949A1 (en) * 2019-01-18 2021-12-02 株式会社ソニー・インタラクティブエンタテインメント Information processing device and image generation method

Also Published As

Publication number Publication date
JP2004342048A (en) 2004-12-02

Similar Documents

Publication Publication Date Title
JP3908944B2 (en) Mobile communication device
EP1453286B1 (en) Mobile communication terminal, method for controlling execution state of application program, application program, and recording medium wherein application program has been recorded
JP3869828B2 (en) Mobile communication terminal, application program execution state control method, application program, and recording medium recording application program
JP3968116B2 (en) Mobile communication device and application execution environment software for mobile communication device
JP4205980B2 (en) Terminal device and program
US20130311931A1 (en) Task Display Switching Method Portable Apparatus and Portable Communications Apparatus
WO2006003835A1 (en) Linkage operation method and mobile communication terminal
JP4044487B2 (en) Communication equipment
WO2004102932A1 (en) Mobile communication terminal
JP4833146B2 (en) Mobile communication terminal
KR100487623B1 (en) Method for controlling the multimedia contents of mobile phone
US20060276233A1 (en) Character input method, character input device, and mobile communication terminal device
JP3935697B2 (en) Telephone capable of executing application program, key control method for telephone, and control program used for telephone
JP2003324505A (en) Portable telephone set
JP3968325B2 (en) Mobile communication terminal
JP3958714B2 (en) Mobile communication device
JP4022168B2 (en) Mobile communication device
JP5284584B2 (en) Portable information terminal
JP4657647B2 (en) Mobile communication terminal
JP3872989B2 (en) Information communication terminal that can execute application programs
JP2004072199A (en) Information communication terminal and control method thereof
JP3968326B2 (en) Mobile communication terminal
JP5082939B2 (en) Information processing device
JP2008181390A (en) Application execution controller and application execution control method
JP2003258947A (en) Information equipment and control method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050526

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070802

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070814

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071015

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20071113

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20071115

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20101122

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees