WO2014185044A1 - 表示制御装置、及び、表示制御方法、およびプログラム - Google Patents

表示制御装置、及び、表示制御方法、およびプログラム Download PDF

Info

Publication number
WO2014185044A1
WO2014185044A1 PCT/JP2014/002481 JP2014002481W WO2014185044A1 WO 2014185044 A1 WO2014185044 A1 WO 2014185044A1 JP 2014002481 W JP2014002481 W JP 2014002481W WO 2014185044 A1 WO2014185044 A1 WO 2014185044A1
Authority
WO
WIPO (PCT)
Prior art keywords
middleware
dedicated
general
display
display control
Prior art date
Application number
PCT/JP2014/002481
Other languages
English (en)
French (fr)
Inventor
成雄 松山
浩史 石黒
清彦 澤田
Original Assignee
株式会社デンソー
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 株式会社デンソー filed Critical 株式会社デンソー
Priority to CN201480027175.XA priority Critical patent/CN105229607B/zh
Priority to EP14797406.7A priority patent/EP2998859B1/en
Priority to US14/889,294 priority patent/US9690592B2/en
Publication of WO2014185044A1 publication Critical patent/WO2014185044A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication

Definitions

  • the present disclosure relates to a display control device that controls display on a display unit mounted on a vehicle, a display control method, and a program thereof.
  • an app that runs on a mobile terminal (hereinafter referred to as a “general-purpose app”) remains a concern in terms of stability, such as being reset (dropped) or hung up (screen locked, etc.) during the operation.
  • the vehicle cooperation side application related to vehicle control and the general-purpose application described above are separately mounted on the in-vehicle device.
  • a wide variety of general-purpose apps can be used in the vehicle while minimizing the influence on the apps on the vehicle cooperation side.
  • the present disclosure provides a display control apparatus capable of displaying a menu screen quickly at the time of start-up, and a program thereof, in which an application on the vehicle cooperation side and a general-purpose application are separately installed in a vehicle. Objective.
  • dedicated middleware that can execute a dedicated application program prepared on the vehicle side
  • general-purpose middleware that can execute a general-purpose application program distributed from the outside of the vehicle
  • the dedicated middleware and the general-purpose middleware
  • a display control device that controls the display of the display unit mounted on the vehicle, and starts up the dedicated middleware first, and after the dedicated middleware,
  • An activation unit that activates general-purpose middleware; and when the dedicated application program on the dedicated middleware becomes available prior to completion of activation of the general-purpose middleware by the activation unit, the dedicated application program via the dedicated middleware
  • a dedicated menu screen for starting and a dedicated display control means for displaying on the display unit.
  • the display control device is equipped with general-purpose middleware that executes not only dedicated middleware but also general-purpose applications distributed from the outside. Easy general-purpose apps can be used. Further, since the I / F is interposed, there is no problem in data communication due to disturbance factors. Furthermore, only the necessary information can be exchanged through the I / F, which is advantageous in terms of security.
  • a dedicated menu screen for starting the dedicated application via the dedicated middleware is displayed prior to the completion of the start of the general-purpose middleware.
  • the vehicle cooperation application and the general-purpose application can be separately mounted on the vehicle, and the menu screen can be quickly displayed at the time of activation.
  • the program causes a computer to function as each unit of the display control device of the first aspect.
  • the display control method for controlling the display of the display unit mounted on the vehicle first activates dedicated middleware that can execute the dedicated application program prepared on the vehicle side, After the dedicated middleware, the general-purpose middleware that can execute the general-purpose application program distributed from the outside of the vehicle is activated, and before the completion of the activation of the general-purpose middleware, the dedicated application program on the dedicated middleware becomes available, Displaying a dedicated menu screen for starting the dedicated application program on the display unit via the dedicated middleware.
  • the dedicated middleware and the general-purpose middleware exchange necessary information through an interface.
  • a general-purpose application that is frequently released and can be easily deleted or added can be used without connecting a mobile terminal. Further, since the I / F is interposed, there is no problem in data communication due to disturbance factors. Furthermore, only the necessary information can be exchanged through the I / F, which is advantageous in terms of security. In addition, the application on the vehicle cooperation side and the general-purpose application are separately mounted on the vehicle, and the menu screen can be quickly displayed at the time of activation.
  • FIG. 1 is a block diagram illustrating a peripheral configuration including a display control device
  • FIG. 2 is an explanatory diagram illustrating the configuration of hardware and software inside the display control device.
  • FIG. 3 is a flowchart illustrating dedicated middleware activation processing.
  • FIG. 4 is a flowchart illustrating a general-purpose middleware activation process.
  • FIG. 5 is a flowchart illustrating the dedicated middleware notification process.
  • FIG. 6A to FIG. 6C are explanatory diagrams illustrating display examples on the display unit.
  • the display control unit (DCU) 10 of this embodiment is a domain control unit that integrates hardware and software, and is connected to an air conditioner 20, an audio 30, a telephone 40, and a navigation 50.
  • the air conditioner 20, the audio 30, the telephone 40, and the navigation 50 are connected to the bus line and can receive information on the bus line.
  • the audio 30 can output sound through a speaker (not shown).
  • the navigation 50 has a display unit 51 configured by a color liquid crystal display or the like.
  • the display control device 10 can display the air conditioner setting screen, the audio setting screen, the telephone operation screen, the map for navigation, and the like on the display unit 51 of the navigation 50.
  • the display control device 10 sets the room temperature based on an input from a touch panel integrated with the display unit 51, or outputs the outside temperature to the air conditioner 20 based on an outside temperature sensor (not shown). To do.
  • the display control device 10 includes a hardware 11, a general-purpose platform 12, a dedicated middleware 13, a general-purpose middleware 14, an I / F 15, and a dedicated application 16 that operates on the dedicated middleware 13, And a general-purpose application 17 that operates on the general-purpose middleware 14.
  • the hardware 11 includes a CPU 11a and a communication unit 11b.
  • the CPU 11 a is a control unit that causes the general-purpose platform 12, the dedicated middleware 13, the general-purpose middleware 14, the I / F 15, and the applications 16 and 17 to function.
  • the communication unit 11b is configured to enable data communication with the server 60, and the general-purpose application 17 can be downloaded from the store 70 serving as an application providing destination via the network. Further, the general-purpose application 17 itself can perform data communication with the server 60 via the network.
  • the general-purpose platform 12 is a so-called platform positioned above the hardware 11.
  • the dedicated middleware 13 and the general-purpose middleware 14 operate on the general-purpose platform 12.
  • the I / F 15 exchanges data between the dedicated middleware 13 and the general-purpose middleware 14.
  • the I / F 15 is configured to be able to exchange only necessary information.
  • the dedicated application 16 is distinguished from the dedicated application 16 by appropriately adding symbols A, B, C, and D.
  • the A dedicated application 16 is an air conditioner application
  • the B dedicated application 16 is an audio application
  • the C dedicated application 16 is a telephone application
  • the D dedicated application 16 is a navigation application.
  • the general-purpose application 17 is distinguished from the general-purpose application 17 by appropriately adding symbols E, F, G, and H.
  • the E general-purpose application 17 is a social network application
  • the F general-purpose application 17 is a communication application
  • the G general-purpose application 17 is a WEB search application
  • the H general-purpose application 17 is a net radio application. .
  • the dedicated middleware activation process is executed when the ignition switch of the vehicle is turned on.
  • the startup process is executed.
  • the dedicated middleware 13 is activated.
  • S110 it is determined whether or not the activation is completed.
  • the dedicated middleware 13 can display the screen, and when the dedicated application 16 is ready to be activated, the activation is completed. If it is determined that the activation has been completed (S110: YES), the process proceeds to S120. On the other hand, while the activation is not completed (S110: NO), the determination process of S110 is repeated.
  • the home screen is displayed.
  • the menu of the dedicated application 16 is displayed.
  • icons of the dedicated applications 16 of A to D are displayed on the display unit 51.
  • the user can activate the A to D dedicated applications 16 by touching the icons.
  • a message “Loading, please wait” is displayed.
  • S200 a startup process is executed.
  • the general-purpose middleware 14 is activated.
  • S210 it is determined whether or not the activation is completed. Screen display by the general-purpose middleware 14 becomes possible, and the start-up is completed when the general-purpose application 17 is ready for start-up. If it is determined that the activation has been completed (S210: YES), the process proceeds to S220. On the other hand, while the activation is not completed (S210: NO), the determination process of S210 is repeated.
  • S230 it is determined whether or not there is a display instruction from the dedicated middleware 13. If it is determined that there is a display instruction (S230: YES), the process proceeds to S240. On the other hand, when there is no display instruction (S230: NO), the determination process of S230 is repeated.
  • the home screen is displayed.
  • This process displays menus of the dedicated application 16 and the general-purpose application 17 via the general-purpose middleware 14. Specifically, as shown in FIG. 6B, icons of the dedicated applications 16 of A to D are displayed on the display unit 51. Further, the icons of the general-purpose applications 17 of E to H are displayed below the icon of the dedicated application 16. Thus, the user can start the dedicated application 16 for A to D and the general-purpose application 17 for E to H by touching the icon.
  • S300 it is determined whether or not a startup completion notification has been received. This process corresponds to S220 in FIG. 4, and here an affirmative determination is made when the completion of activation of the general-purpose middleware 14 is notified. If it is determined that there has been a start completion notification (S300: YES), the process proceeds to S310. On the other hand, when it is determined that there is no activation completion notification (S300: NO), the subsequent processing is not executed and the dedicated middleware cooperation processing is terminated.
  • S310 it is determined whether or not the dedicated application 16 is being executed. For example, when the C-dedicated application is a telephone application, an affirmative determination is made when the user uses the telephone and the telephone application is being executed. If it is determined that the dedicated application 16 is being executed (S310: YES), the process proceeds to S330. On the other hand, if it is determined that the dedicated application 16 is not being executed (S310: NO), the general middleware 14 is instructed to display the screen via the I / F 15 in S320, and then the process proceeds to S330. With this screen display instruction, an affirmative determination is made in S230 in FIG.
  • S330 it is determined whether or not the home button has been pressed. This process determines whether or not the home button for ending the dedicated application 16 being executed has been pressed by the user. If it is determined that the home button has been pressed (S330: YES), the general middleware 14 is instructed to display the screen via the I / F 15 in S340, and then the process proceeds to S350. With this screen display instruction, an affirmative determination is made in S230 in FIG. On the other hand, when it is determined that the home button has not been pressed (S330: NO), the processing from S310 is repeated.
  • S350 it is determined whether or not there is a display notification. This process corresponds to S250 in FIG. 4, and it is affirmed that there is a screen display notification from the general-purpose middleware 14. If it is determined that there is a display notification (S350: YES), that is, if the screen is normally displayed by the general-purpose middleware 14, the processing of S360 is not executed and the dedicated middleware cooperation processing is terminated. On the other hand, if it is determined that there is no display notification (S350: NO), that is, if any trouble occurs in the general-purpose middleware 14, the home screen is displayed on the dedicated middleware 13 side in S360, and then the dedicated middleware 14 is displayed. The middleware linkage process is terminated. In S360, as shown in FIG. 6C, for example, only the icon of the dedicated application 16 is displayed.
  • the display control apparatus 10 of the present embodiment includes the dedicated middleware 13, the general-purpose middleware 14, and the I / F 15, and controls the display on the display unit 51 of the navigation 50.
  • the dedicated middleware 13 can execute the dedicated application 16 prepared on the vehicle side
  • the general-purpose middleware 14 can execute the general-purpose application 17 distributed from the outside.
  • the I / F 15 exchanges necessary information between the dedicated middleware 13 and the general-purpose middleware 14.
  • the display control apparatus 10 includes not only the dedicated middleware 13 but also the general-purpose middleware 14 that executes the general-purpose application 17 distributed from the outside, unlike the conventional case, the frequency of release is high without connecting a mobile terminal.
  • the general-purpose application 17 that can be easily deleted or added can be used.
  • the I / F 15 is interposed, there is no problem in data communication due to disturbance factors. Furthermore, only the necessary information can be exchanged through the I / F 15, which is advantageous in terms of security.
  • the activation process of the dedicated middleware 13 is executed (S100).
  • the home screen is displayed on the dedicated middleware 13 side. Display (S120). This home screen is a menu screen for the user to use the dedicated application 16 (see FIG. 6A).
  • the dedicated middleware 13 is activated first at the time of activation, the activation means 10a for activating the general-purpose middleware 14 after the dedicated middleware 13, and the exclusive on the dedicated middleware 13 before the activation of the general-purpose middleware 14 by the activation means 10a is completed.
  • the dedicated display control means 10b for displaying a dedicated menu screen for starting the dedicated application 16 on the display unit 51 via the dedicated middleware 13 is provided.
  • a dedicated menu screen for starting the dedicated application 16 via the dedicated middleware 13 prior to the completion of the activation of the general-purpose middleware 14. Is displayed.
  • the vehicle cooperation application and the general-purpose application can be separately mounted on the vehicle, and the menu screen can be quickly displayed at the time of activation.
  • the activation process of the general-purpose middleware 14 is performed following the activation process of the dedicated middleware 13 (S200 in FIG. 4), and when the activation of the general-purpose middleware 14 is completed (S210: YES), the general-purpose middleware 14 is Then, the home screen is redrawn (S240).
  • This home screen is a menu screen for the user to use the dedicated application 16 and the general-purpose application 17 (see FIG. 6B).
  • the general-purpose display control means 10c for displaying a general-purpose menu screen for activating the dedicated application 16 and the general-purpose application 17 via the general-purpose middleware 14 is further provided. Thereby, the general-purpose application 17 can be used promptly after the general-purpose middleware 14 is activated.
  • the completion of the activation of the general-purpose middleware 14 is notified to the dedicated middleware 13 (S220). If there is a display instruction (S230: YES), the home screen is displayed (S240).
  • the general-purpose display control unit 10c notifies the dedicated middleware 13 of the completion of activation when the activation of the general-purpose middleware 14 is completed, and displays a general-purpose menu screen on the display unit 51 when there is a display instruction from the dedicated middleware 13. To do.
  • cooperation with the dedicated middleware 13 can be achieved, and the display timing of the home screen on the general-purpose middleware 14 can be made appropriate.
  • the display of the home screen is instructed when a predetermined condition is established (S320, S340).
  • it further includes display instruction means 10d for instructing display of the general-purpose menu screen when a predetermined condition is satisfied when the activation completion notification is received from the general-purpose middleware 14.
  • the display instruction to the general-purpose middleware 14 can be notified at the timing on the dedicated middleware 13 side, and the display timing of the home screen on the general-purpose middleware 14 side can be made appropriate.
  • a screen display is instructed (S320).
  • the screen display is instructed (S340).
  • the display instruction unit 10d issues a display instruction when the dedicated application 16 is not executed or when the execution of the dedicated application 16 is instructed by the user.
  • the home screen display on the general-purpose middleware 14 side is not performed during execution of the dedicated application 16, and the display timing of the home screen on the general-purpose middleware 14 side can be made appropriate.
  • the general-purpose middleware 14 does not start due to some trouble. Therefore, in the present embodiment, in the general-purpose middleware activation process (see FIG. 4), after displaying the home screen, the special middleware 13 is notified of this (S240, S250). On the other hand, in the dedicated middleware cooperation process (see FIG. 5), when there is no display notification (S350: NO), the home screen is displayed on the dedicated middleware 13 side (S360). That is, the dedicated display control unit 10 b displays the dedicated menu screen instead of the general-purpose middleware 14 when there is no notification of the completion of the display of the general-purpose menu screen from the general-purpose middleware 14. Thereby, even if the general-purpose middleware 14 does not start due to some trouble, an appropriate menu display is realized.
  • each section is expressed as S100, for example.
  • each section can be divided into a plurality of subsections, while a plurality of sections can be combined into one section.
  • each section configured in this manner can be referred to as a device, module, or means.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

 車両側の専用アプリケーションプログラム(16)を実行可能な専用ミドルウェア(13)と、車両外部の汎用アプリケーションプログラム(17)を実行可能な汎用ミドルウェア(14)と、前記専用および汎用ミドルウェア間で必要情報の授受を行うインターフェイス(15)を備え、前記車両の表示部(51)を制御する表示制御装置(10)は、起動時には前記専用ミドルウェアを最初に起動すると共に、前記専用ミドルウェアの後に前記汎用ミドルウェアを起動する起動手段(10a)と、前記汎用ミドルウェアの起動完了に先立って、前記専用ミドルウェア上の前記専用アプリケーションプログラムが利用可能になると、前記専用ミドルウェアを介し、前記専用アプリケーションプロラムを起動するための専用メニュー画面を前記表示部に表示する専用表示制御手段(10b)とを備えている。

Description

表示制御装置、及び、表示制御方法、およびプログラム 関連出願の相互参照
 本開示は、2013年5月14日に出願された日本出願番号2013-102312号に基づくもので、ここにその記載内容を援用する。
 本開示は、車両に搭載される表示部の表示を制御する表示制御装置、表示制御方法、およびそのプログラムに関するものである。
 近年、スマートフォン、タブレットなどの携帯端末では、汎用のオペレーティングシステムを用いることで、アプリケーションプログラム(以下「アプリ」という)のリリース頻度が高くなっており、また、その追加や削除も容易となっている。
 また、携帯端末に高性能CPUが用いられるようになっており、マルチタスクにより、複数のアプリ画面を切り替えて実行することも可能になっている。そのため従来、ユーザに起動中のアプリの存在を意識させることが可能な携帯端末が提案されている(例えば、特許文献1参照)。
 ところで、携帯端末上で動作するアプリ(以下「汎用アプリ」という)は、操作の途中でリセットされたり(落ちたり)、ハングアップ(画面のロックなど)したりするなど安定性に懸念が残る。
 そのため、車載機器で汎用アプリを動作させる場合、車両側の制御に汎用アプリを利用すると、車載機器としての安定性を損なう虞がある。なお、たとえ出荷時に安定性を確保しても、その後ダウンロードされて追加された汎用アプリによって、車載機器全体の安定性が損なわれる虞もある。
 そこで、車両の制御などに係る車両連携側のアプリと上述した汎用アプリとを分けて車載機器に搭載することが考えられる。このようにすれば車両連携側のアプリへの影響を最小限に抑えながら、豊富な汎用アプリが車両において利用可能となる。
 しかしながら、車両連携側のアプリに加えて豊富な汎用アプリを起動させる必要があり、起動に要する時間が大きくなってしまう虞がある。例えば表示部へのメニュー画面の表示が遅れると、その間はアプリを使用できなくなることが懸念される。
特開2012-99924号公報
 本開示は、車両連携側のアプリと汎用アプリとを分けて車両に搭載し、しかも起動時においてメニュー画面の迅速な表示を行うことが可能な表示制御装置、および、そのプログラムを提供することを目的とする。
 本開示の第一の態様において、車両側で用意される専用アプリケーションプログラムを実行可能な専用ミドルウェアと、車両外部から配信される汎用アプリケーションプログラムを実行可能な汎用ミドルウェアと、前記専用ミドルウェアと前記汎用ミドルウェアとの間で必要情報の授受を行うインターフェイスを備え、前記車両に搭載される表示部の表示を制御する表示制御装置は、起動時には前記専用ミドルウェアを最初に起動すると共に、前記専用ミドルウェアの後に前記汎用ミドルウェアを起動する起動手段と、前記起動手段による前記汎用ミドルウェアの起動完了に先立って、前記専用ミドルウェア上の前記専用アプリケーションプログラムが利用可能になると、前記専用ミドルウェアを介し、前記専用アプリケーションプロラムを起動するための専用メニュー画面を前記表示部に表示する専用表示制御手段とを備えている。
 このように表示制御装置に、専用ミドルウェアだけでなく外部から配信される汎用アプリを実行する汎用ミドルウェアを搭載したため、従来と異なり、携帯端末を接続することなく、リリースの頻度が高く削除や追加が容易な汎用アプリを利用することができる。また、I/Fを介在させたため、外乱要因などでデータ通信に不具合が生じることがない。さらに、I/Fの介在により、必要となる情報の授受のみを行うことができ、セキュリティーに関しても有利である。
 また、汎用ミドルウェアの起動を待つことで専用アプリが即座に使用できなくなることに鑑み、汎用ミドルウェアの起動完了に先立って、専用ミドルウェアを介し専用アプリを起動するための専用メニュー画面を表示するのである。このようにすれば、車両連携側のアプリと汎用アプリとを分けて車両に搭載し、しかも起動時においてメニュー画面の迅速な表示を行うことができる。
 本開示の第二の態様において、プログラムは、第一の態様の表示制御装置の各手段としてコンピュータを機能させる。
 上記のプログラムにおいて、携帯端末を接続することなく、リリースの頻度が高く削除や追加が容易な汎用アプリを利用することができる。また、I/Fを介在させたため、外乱要因などでデータ通信に不具合が生じることがない。さらに、I/Fの介在により、必要となる情報の授受のみを行うことができ、セキュリティーに関しても有利である。また、車両連携側のアプリと汎用アプリとを分けて車両に搭載し、しかも起動時においてメニュー画面の迅速な表示を行うことができる。
 本開示の第三の態様において、車両に搭載される表示部の表示を制御する表示制御方法は、起動時には、車両側で用意される専用アプリケーションプログラムを実行可能な専用ミドルウェアを最初に起動し、前記専用ミドルウェアの後に、車両外部から配信される汎用アプリケーションプログラムを実行可能な汎用ミドルウェアを起動し、前記汎用ミドルウェアの起動完了に先立って、前記専用ミドルウェア上の前記専用アプリケーションプログラムが利用可能になると、前記専用ミドルウェアを介し、前記専用アプリケーションプロラムを起動するための専用メニュー画面を表示部に表示することを備える。前記専用ミドルウェアと前記汎用ミドルウェアは、インターフェイスにより、必要情報の授受を行う。
 上記の表示制御方法において、携帯端末を接続することなく、リリースの頻度が高く削除や追加が容易な汎用アプリを利用することができる。また、I/Fを介在させたため、外乱要因などでデータ通信に不具合が生じることがない。さらに、I/Fの介在により、必要となる情報の授受のみを行うことができ、セキュリティーに関しても有利である。また、車両連携側のアプリと汎用アプリとを分けて車両に搭載し、しかも起動時においてメニュー画面の迅速な表示を行うことができる。
 本開示についての上記目的およびその他の目的、特徴や利点は、添付の図面を参照しながら下記の詳細な記述により、より明確になる。その図面は、
図1は、表示制御装置を含む周辺構成を例示するブロック図であり、 図2は、表示制御装置内部のハードウェア及びソフトウェアの構成を例示する説明図であり、 図3は、専用ミドルウェア起動処理を例示するフローチャートであり、 図4は、汎用ミドルウェア起動処理を例示するフローチャートであり、 図5は、専用ミドルウェア通知処理を例示するフローチャートであり、 図6(a)から図6(c)は、表示部における表示例を示す説明図である。
 以下、本開示の一実施形態を図面に基づいて説明する。
 図1に示すように、本実施形態の表示制御装置(DCU)10は、ハードウェア及びソフトウェアを統合したドメイン・コントロール・ユニットであり、エアコン20、オーディオ30、電話40、及び、ナビゲーション50と接続されている。また、エアコン20、オーディオ30、電話40、及びナビゲーション50はバスラインに接続されており、バスライン上の情報を受信可能となっている。オーディオ30では、図示しないスピーカを介した音声出力が可能となっている。また、ナビゲーション50は、カラー液晶ディスプレイなどで構成される表示部51を有している。
 かかる構成により、表示制御装置10は、エアコン設定画面、オーディオ設定画面、電話操作画面、及びナビゲーションのための地図などを、ナビゲーション50の表示部51に表示させることができる。エアコン設定画面を例に挙げれば、表示制御装置10は、表示部51と一体となったタッチパネルからの入力に基づき室温設定を行ったり、図示しない外気温センサに基づきエアコン20に対し外気温を出力したりする。
 図2に示すように、表示制御装置10は、ハードウェア11と、汎用プラットフォーム12と、専用ミドルウェア13と、汎用ミドルウェア14と、I/F15と、専用ミドルウェア13上で動作する専用アプリ16と、汎用ミドルウェア14上で動作する汎用アプリ17とを備えている。
 ハードウェア11には、CPU11a及び通信部11bが含まれる。CPU11aは、汎用プラットフォーム12、専用ミドルウェア13、汎用ミドルウェア14、I/F15、及び、アプリ16,17を機能させる制御部である。通信部11bは、サーバ60とのデータ通信を可能にする構成であり、ネットワークを介し、アプリの提供先となるストア70から汎用アプリ17をダウンロード可能となっている。また、汎用アプリ17自身がネットワークを介しサーバ60との間でデータ通信することも可能である。
 汎用プラットフォーム12は、ハードウェア11の上位に位置するいわゆるプラットフォームである。専用ミドルウェア13及び汎用ミドルウェア14は、汎用プラットフォーム12上で動作する。そして、専用ミドルウェア13と汎用ミドルウェア14との間でデータ授受を行うのがI/F15である。I/F15は、必要な情報だけを授受可能に構成されている。
 なお、以下では、専用アプリ16に適宜A、B、C、Dの記号を付して専用アプリ16を区別する。ここで例えばA専用アプリ16はエアコンアプリであり、B専用アプリ16はオーディオアプリであり、C専用アプリ16は電話アプリであり、D専用アプリ16はナビゲーションアプリであるという具合である。
 また、汎用アプリ17に適宜E、F、G、Hの記号を付して汎用アプリ17を区別する。ここで例えば、E汎用アプリ17はソーシャルネットワークアプリであり、F汎用アプリ17はコミュニケーションアプリであり、G汎用アプリ17はWEB検索アプリであり、H汎用アプリ17はネットラジオアプリであるという具合である。
 次に、専用ミドルウェア起動処理を、図3のフローチャートに基づいて説明する。専用ミドルウェア起動処理は、車両のイグニッションスイッチがオンになると実行される。
 最初のS100では、起動処理を実行する。この処理は、専用ミドルウェア13の起動を行うものである。
 続くS110では、起動完了か否かを判断する。専用ミドルウェア13による画面表示が可能となり、専用アプリ16の起動準備が整うと起動が完了する。ここで起動が完了したと判断された場合(S110:YES)、S120へ移行する。一方、起動が完了していないうちは(S110:NO)、S110の判断処理を繰り返す。
 S120では、ホーム画面を表示する。この処理は、専用アプリ16のメニュー表示を行うものである。具体的には、図6(a)に示すように、A~Dの専用アプリ16のアイコンを表示部51に表示する。これにより、ユーザは、アイコンをタッチすることによってA~Dの専用アプリ16を起動することが可能となる。また、汎用アプリ17については、汎用ミドルウェア14の起動が完了していないため「ロード中です、しばらくお待ちください」という表示を行う。
 次に、汎用ミドルウェア起動処理を、図4のフローチャートに基づいて説明する。この汎用ミドルウェア起動処理は、図3の専用ミドルウェア起動処理に続けて実行される。
 S200では、起動処理を実行する。この処理は、汎用ミドルウェア14の起動を行うものである。
 続くS210では、起動完了か否かを判断する。汎用ミドルウェア14による画面表示が可能となり、汎用アプリ17の起動準備が整うと起動が完了する。ここで起動が完了したと判断された場合(S210:YES)、S220へ移行する。一方、起動が完了していないうちは(S210:NO)、S210の判断処理を繰り返す。
 S220では、汎用ミドルウェア14の起動完了を通知する。この処理は、I/F15を介して専用ミドルウェア13へ、汎用ミドルウェア14の起動完了を通知するものである。これに対して、専用ミドルウェア13は、後述するように、画面の表示指示を送信してくる。
 そこでS230では、専用ミドルウェア13からの表示指示があったか否かを判断する。ここで表示指示があったと判断された場合(S230:YES)、S240へ移行する。一方、表示指示がない場合(S230:NO)、S230の判断処理を繰り返す。
 S240では、ホーム画面を表示する。この処理は、汎用ミドルウェア14を介し、専用アプリ16及び汎用アプリ17のメニュー表示を行うものである。具体的には、図6(b)に示すように、A~Dの専用アプリ16のアイコンを表示部51に表示する。また、専用アプリ16のアイコンの下段に、E~Hの汎用アプリ17のアイコンを表示する。これにより、ユーザは、アイコンをタッチすることによってA~Dの専用アプリ16及びE~Hの汎用アプリ17を起動することが可能となる。
 続くS250では、画面表示を通知する。この処理は、I/F15を介し専用ミドルウェア13へ画面表示が完了したことを通知するものである。
 次に、専用ミドルウェア連携処理を、図5のフローチャートに基づいて説明する。この専用ミドルウェア連携処理は、図3の専用ミドルウェア起動処理に続けて、繰り返し実行される。
 S300では、起動完了通知があったか否かを判断する。この処理は図4中のS220に対応するものであり、ここでは、汎用ミドルウェア14の起動完了が通知された場合に肯定判断される。ここで起動完了通知があったと判断された場合(S300:YES)、S310へ移行する。一方、起動完了通知がないと判断された場合(S300:NO)、以降の処理を実行せず、専用ミドルウェア連携処理を終了する。
 S310では、専用アプリ16が実行中か否かを判断する。例えばC専用アプリが電話アプリである場合、ユーザが電話を使用して電話アプリが実行中であるときは肯定判断されるという具合である。ここで専用アプリ16が実行中であると判断された場合(S310:YES)、S330へ移行する。一方、専用アプリ16が実行中でないと判断された場合(S310:NO)、S320にてI/F15を介して汎用ミドルウェア14へ画面表示を指示し、その後、S330へ移行する。この画面表示指示により、図4中のS230で肯定判断がなされることになる。
 S330では、ホームボタンが押されたか否かを判断する。この処理は、実行中の専用アプリ16を終了するためのホームボタンがユーザによって押されたか否かを判断するものである。ここでホームボタンが押されたと判断された場合(S330:YES)、S340にてI/F15を介して汎用ミドルウェア14へ画面表示を指示し、その後、S350へ移行する。この画面表示指示により、図4中のS230で肯定判断がなされることになる。一方、ホームボタンが押されていないと判断された場合(S330:NO)、S310からの処理を繰り返す。
 S350では、表示通知があったか否かを判断する。この処理は、図4中のS250に対応するものであり、汎用ミドルウェア14から画面表示の通知があると肯定判断される。ここで表示通知があったと判断された場合(S350:YES)、すなわち汎用ミドルウェア14によって正常に画面表示がなされた場合には、S360の処理を実行せず、専用ミドルウェア連携処理を終了する。一方、表示通知がないと判断された場合(S350:NO)、すなわち汎用ミドルウェア14になんらかの不具合が発生したような場合には、S360にて専用ミドルウェア13側でホーム画面を表示し、その後、専用ミドルウェア連携処理を終了する。S360では、図6(c)に示すように、例えば専用アプリ16のアイコンだけを表示するという具合である。
 以上詳述したように、本実施形態の表示制御装置10は、専用ミドルウェア13、汎用ミドルウェア14、及び、I/F15を備え、ナビゲーション50の表示部51における表示を制御する。このとき、専用ミドルウェア13は、車両側で用意される専用アプリ16を実行可能であり、汎用ミドルウェア14は、外部から配信される汎用アプリ17を実行可能である。また、I/F15は、専用ミドルウェア13と汎用ミドルウェア14との間で必要情報の授受を行う。
 このように表示制御装置10に、専用ミドルウェア13だけでなく外部から配信される汎用アプリ17を実行する汎用ミドルウェア14を搭載したため、従来と異なり、携帯端末を接続することなく、リリースの頻度が高く削除や追加が容易な汎用アプリ17を利用することができる。また、I/F15を介在させたため、外乱要因などでデータ通信に不具合が生じることがない。さらに、I/F15の介在により、必要となる情報の授受のみを行うことができ、セキュリティーに関しても有利である。
 ここで特に、専用ミドルウェア起動処理(図3参照)において専用ミドルウェア13の起動処理を実行し(S100)、専用ミドルウェア13の起動が完了すると(S110:YES)、専用ミドルウェア13側で、ホーム画面を表示する(S120)。このホーム画面は、専用アプリ16をユーザが使用するためのメニュー画面となっている(図6(a)参照)。
 すなわち、起動時には専用ミドルウェア13を最初に起動すると共に、専用ミドルウェア13の後に汎用ミドルウェア14を起動する起動手段10aと、起動手段10aによる汎用ミドルウェア14の起動完了に先立って、専用ミドルウェア13上の専用アプリ16が利用可能になると、専用ミドルウェア13を介し、専用アプリ16を起動するための専用メニュー画面を表示部51に表示する専用表示制御手段10bと、を備えている。
 つまり、汎用ミドルウェア14の起動を待つことで専用アプリ16が即座に使用できなくなることに鑑み、汎用ミドルウェア14の起動完了に先立って、専用ミドルウェア13を介し専用アプリ16を起動するための専用メニュー画面を表示するのである。このようにすれば、車両連携側のアプリと汎用アプリとを分けて車両に搭載し、しかも起動時においてメニュー画面の迅速な表示を行うことができる。
 また、本実施形態では、専用ミドルウェア13の起動処理に続いて汎用ミドルウェア14の起動処理を行い(図4中のS200)、汎用ミドルウェア14の起動が完了すると(S210:YES)、汎用ミドルウェア14を介してホーム画面を描画し直す(S240)。このホーム画面は、専用アプリ16及び汎用アプリ17をユーザが使用するためのメニュー画面となっている(図6(b)参照)。すなわち、汎用ミドルウェア14の起動完了後、汎用ミドルウェア14を介し、専用アプリ16及び汎用アプリ17を起動するための汎用メニュー画面を表示部51に表示する汎用表示制御手段10cをさらに備えている。これにより、汎用ミドルウェア14の起動後、速やかに汎用アプリ17を使用することができる。
 このとき、本実施形態では、汎用ミドルウェア14の起動が完了すると(図4中のS210:YES)、汎用ミドルウェア14の起動完了を専用ミドルウェア13へ通知し(S220)、これに対し専用ミドルウェア13から表示指示があると(S230:YES)、ホーム画面を表示する(S240)。すなわち、汎用表示制御手段10cは、汎用ミドルウェア14の起動が完了すると起動完了の通知を専用ミドルウェア13に対して行い、専用ミドルウェア13からの表示指示があると、汎用メニュー画面を表示部51に表示する。これにより、専用ミドルウェア13側との連携を取ることができ、汎用ミドルウェア14側でのホーム画面の表示タイミングを適切なものにすることができる。
 具体的には、専用ミドルウェア連携処理(図5参照)において、汎用ミドルウェア14から起動完了通知があった場合(S300:YES)、所定条件成立時にホーム画面の表示を指示する(S320,S340)。すなわち、汎用ミドルウェア14からの起動完了通知があると、所定条件成立時に汎用メニュー画面の表示を指示する表示指示手段10dをさらに備えている。これにより、専用ミドルウェア13側のタイミングで汎用ミドルウェア14への表示指示を通知することができ、汎用ミドルウェア14側でのホーム画面の表示タイミングを適切なものにすることができる。
 例えば、本実施形態では、専用アプリ16が実行中でない場合に(S310:NO)画面表示を指示する(S320)。また、専用アプリ16の実行を停止させるホームボタンが押された場合に(S330:YES)画面表示を指示する(S340)。すなわち、表示指示手段10dは、専用アプリ16が実行されていない場合、又は、専用アプリ16の実行停止がユーザから指示された場合、表示指示を行う。これにより、専用アプリ16の実行中には汎用ミドルウェア14側でのホーム画面表示が行われず、汎用ミドルウェア14側でのホーム画面の表示タイミングを適切なものにすることができる。
 ところで、何らかの不具合により汎用ミドルウェア14が起動しない場合も考えられる。そこで本実施形態では、汎用ミドルウェア起動処理(図4参照)において、ホーム画面を表示した後、その旨を専用ミドルウェア13へ通知する(S240,S250)。一方、専用ミドルウェア連携処理(図5参照)では、この表示通知がない場合(S350:NO)、専用ミドルウェア13側でホーム画面を表示する(S360)。すなわち、専用表示制御手段10bは、汎用ミドルウェア14からの汎用メニュー画面の表示完了の通知がない場合、汎用ミドルウェア14に代わって専用メニュー画面を表示する。これにより、何らかの不具合により汎用ミドルウェア14が起動しない場合であっても、適切なメニュー表示が実現される。
 以上、本開示は、上述した実施形態に何ら限定されるものではなく、その技術的範囲を逸脱しない限り、種々なる形態で実施することができる。
 ここで、この出願に記載されるフローチャート、あるいは、フローチャートの処理は、複数のセクション(あるいはステップと言及される)から構成され、各セクションは、たとえば、S100と表現される。さらに、各セクションは、複数のサブセクションに分割されることができる、一方、複数のセクションが合わさって一つのセクションにすることも可能である。さらに、このように構成される各セクションは、デバイス、モジュール、ミーンズとして言及されることができる。
 本開示は、実施例に準拠して記述されたが、本開示は当該実施例や構造に限定されるものではないと理解される。本開示は、様々な変形例や均等範囲内の変形をも包含する。加えて、様々な組み合わせや形態、さらには、それらに一要素のみ、それ以上、あるいはそれ以下、を含む他の組み合わせや形態をも、本開示の範疇や思想範囲に入るものである。

Claims (9)

  1.  車両側で用意される専用アプリケーションプログラム(16)を実行可能な専用ミドルウェア(13)と、車両外部から配信される汎用アプリケーションプログラム(17)を実行可能な汎用ミドルウェア(14)と、前記専用ミドルウェアと前記汎用ミドルウェアとの間で必要情報の授受を行うインターフェイス(15)を備え、前記車両に搭載される表示部(51)の表示を制御する表示制御装置(10)であって、
     起動時には前記専用ミドルウェアを最初に起動すると共に、前記専用ミドルウェアの後に前記汎用ミドルウェアを起動する起動手段(10a)と、
     前記起動手段による前記汎用ミドルウェアの起動完了に先立って、前記専用ミドルウェア上の前記専用アプリケーションプログラムが利用可能になると、前記専用ミドルウェアを介し、前記専用アプリケーションプロラムを起動するための専用メニュー画面を前記表示部に表示する専用表示制御手段(10b)と、
     を備えている表示制御装置。
  2.  前記汎用ミドルウェアの起動完了後、前記汎用ミドルウェアを介し、前記専用アプリケーションプロラム及び前記汎用アプリケーションプログラムを起動するための汎用メニュー画面を前記表示部に表示する汎用表示制御手段(10c)をさらに備えている(S210:YES,S240)
     請求項1に記載の表示制御装置。
  3.  前記汎用表示制御手段は、前記汎用ミドルウェアの起動が完了すると起動完了の通知を前記専用ミドルウェアに対して行い、前記専用ミドルウェアからの表示指示があると、前記汎用メニュー画面を前記表示部に表示する(S220,S230:YES,S240)
     請求項2に記載の表示制御装置。
  4.  前記汎用ミドルウェアからの起動完了通知があると、所定条件成立時に前記汎用メニュー画面の表示を指示する表示指示手段(10d)をさらに備えている(S300:YES,S320,S340)
     請求項3に記載の表示制御装置。
  5.  前記表示指示手段は、前記専用アプリケーションプログラムが実行されていない場合、又は、前記専用アプリケーションプログラムの実行停止がユーザから指示された場合、前記表示指示を行う(S310:YES,S320,S330:YES,S340)
     請求項4に記載の表示制御装置。
  6.  前記専用表示制御手段は、前記汎用ミドルウェアからの汎用メニュー画面の表示完了の通知がない場合、前記汎用ミドルウェアに代わって前記専用メニュー画面を表示する(S350:NO,S360)
     請求項1~5のいずれか一項に記載の表示制御装置。
  7.  前記汎用ミドルウェアの起動が完了すると、インターフェースを介して、起動完了の通知を前記専用ミドルウェアに対して行う、
     請求項3に記載の表示制御装置。
  8.  請求項1~7のいずれか一項に記載の表示制御装置の各手段としてコンピュータを機能させるプログラム。
  9.  起動時には、車両側で用意される専用アプリケーションプログラム(16)を実行可能な専用ミドルウェア(13)を最初に起動し、
     前記専用ミドルウェアの後に、車両外部から配信される汎用アプリケーションプログラム(17)を実行可能な汎用ミドルウェア(14)を起動し、
     前記汎用ミドルウェアの起動完了に先立って、前記専用ミドルウェア上の前記専用アプリケーションプログラムが利用可能になると、前記専用ミドルウェアを介し、前記専用アプリケーションプロラムを起動するための専用メニュー画面を表示部(51)に表示することを備え、
     前記専用ミドルウェアと前記汎用ミドルウェアは、インターフェイス(15)により、必要情報の授受を行う、
     車両に搭載される表示部(51)の表示を制御する表示制御方法。
PCT/JP2014/002481 2013-05-14 2014-05-12 表示制御装置、及び、表示制御方法、およびプログラム WO2014185044A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CN201480027175.XA CN105229607B (zh) 2013-05-14 2014-05-12 显示控制装置以及显示控制方法
EP14797406.7A EP2998859B1 (en) 2013-05-14 2014-05-12 Display control device, display control method, and program
US14/889,294 US9690592B2 (en) 2013-05-14 2014-05-12 Display control device, and display control method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2013102312A JP6011452B2 (ja) 2013-05-14 2013-05-14 表示制御装置、及び、プログラム
JP2013-102312 2013-05-14

Publications (1)

Publication Number Publication Date
WO2014185044A1 true WO2014185044A1 (ja) 2014-11-20

Family

ID=51898035

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2014/002481 WO2014185044A1 (ja) 2013-05-14 2014-05-12 表示制御装置、及び、表示制御方法、およびプログラム

Country Status (5)

Country Link
US (1) US9690592B2 (ja)
EP (1) EP2998859B1 (ja)
JP (1) JP6011452B2 (ja)
CN (1) CN105229607B (ja)
WO (1) WO2014185044A1 (ja)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6221973B2 (ja) 2014-07-14 2017-11-01 株式会社デンソー 表示制御装置及び表示制御プログラム
US10331314B2 (en) * 2016-03-11 2019-06-25 Denso International America, Inc. User interface including recyclable menu
JP7259571B2 (ja) * 2019-06-11 2023-04-18 株式会社デンソー 車両用制御装置、車両用表示システム、及び車両用表示制御方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006150999A (ja) * 2004-11-25 2006-06-15 Denso Corp 自動車用制御装置
JP2011209863A (ja) * 2010-03-29 2011-10-20 Ntt Docomo Inc 情報処理装置およびメニュー画面生成方法
JP2012099924A (ja) 2010-10-29 2012-05-24 Alpine Electronics Inc 車載装置およびアプリケーション起動制御方法
JP2012244430A (ja) * 2011-05-19 2012-12-10 Nippon Hoso Kyokai <Nhk> 受信機及びプログラム

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11265289A (ja) * 1998-03-16 1999-09-28 Mitsubishi Electric Corp 情報処理装置および情報処理装置の高速初期起動方法
JP4855654B2 (ja) * 2004-05-31 2012-01-18 ソニー株式会社 車載装置、車載装置の情報提供方法、車載装置の情報提供方法のプログラム及び車載装置の情報提供方法のプログラムを記録した記録媒体
JP4837514B2 (ja) 2006-10-06 2011-12-14 京セラ株式会社 携帯端末装置および携帯端末装置におけるアイコンの表示制御方法
WO2009060660A1 (ja) 2007-11-06 2009-05-14 Sharp Kabushiki Kaisha 表示システム、表示用データ出力装置、表示制御装置、表示制御方法、表示制御プログラム及びコンピュータ読み取り可能な記録媒体
JP2010033358A (ja) * 2008-07-29 2010-02-12 Sony Corp 情報処理装置、情報処理方法、プログラム、および情報処理システム
JP4922262B2 (ja) * 2008-07-30 2012-04-25 株式会社オートネットワーク技術研究所 制御装置
US8831826B2 (en) * 2011-11-16 2014-09-09 Flextronics Ap, Llc Gesture recognition for on-board display
JP2012090088A (ja) 2010-10-20 2012-05-10 Panasonic Corp 車両用コンテンツデータ表示システム
AU2011202838B2 (en) * 2010-12-21 2014-04-10 Lg Electronics Inc. Mobile terminal and method of controlling a mode screen display therein
US9374679B2 (en) * 2012-06-11 2016-06-21 Samsung Electronics Co., Ltd. Service providing device, service providing system including user profile server, and service providing method for service providing device
CN102981827B (zh) * 2012-11-01 2015-10-21 株洲南车时代电气股份有限公司 一种基于中间件的显示界面数据处理方法及平台

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006150999A (ja) * 2004-11-25 2006-06-15 Denso Corp 自動車用制御装置
JP2011209863A (ja) * 2010-03-29 2011-10-20 Ntt Docomo Inc 情報処理装置およびメニュー画面生成方法
JP2012099924A (ja) 2010-10-29 2012-05-24 Alpine Electronics Inc 車載装置およびアプリケーション起動制御方法
JP2012244430A (ja) * 2011-05-19 2012-12-10 Nippon Hoso Kyokai <Nhk> 受信機及びプログラム

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP2998859A4

Also Published As

Publication number Publication date
CN105229607B (zh) 2019-01-25
EP2998859A4 (en) 2017-01-04
CN105229607A (zh) 2016-01-06
JP6011452B2 (ja) 2016-10-19
JP2014222461A (ja) 2014-11-27
US9690592B2 (en) 2017-06-27
EP2998859A1 (en) 2016-03-23
US20160103687A1 (en) 2016-04-14
EP2998859B1 (en) 2021-10-20

Similar Documents

Publication Publication Date Title
US20220188067A1 (en) Electronic device for controlling audio output and operation method thereof
JP6068736B2 (ja) アプリケーションプログラムの実行方法および装置
CN104794014B (zh) 系统运行的方法及智能终端
JP6315740B2 (ja) テーマアプリケーションのロード方法及びデバイス
JP6205861B2 (ja) 情報処理システム、情報処理方法、及びプログラム
WO2018058436A1 (zh) 一种加载软件程序的方法、用户终端及存储介质
WO2014185044A1 (ja) 表示制御装置、及び、表示制御方法、およびプログラム
WO2014166307A1 (en) Method for determining performance of process of application and computer system
WO2014185045A1 (ja) 表示制御装置、表示制御方法、及びそのプログラム
US9928134B2 (en) Method and apparatus for repairing dynamic link library file
JP2015201074A (ja) 情報処理装置及びコンピュータプログラム
US9374844B2 (en) Electronic device, connection destination switching method and storage medium
CN107015874B (zh) 数据传输控制方法、装置及终端
WO2016009593A1 (ja) 表示制御装置及び表示制御プログラム製品
WO2020102956A1 (zh) 界面显示方法、装置、计算机可存储介质和电子设备
JP2014048817A (ja) 情報処理装置、情報処理方法及びプログラム
JP5828124B2 (ja) 情報表示装置
US20140310711A1 (en) Method for determining performance of process of application and computer system
JP2013258515A (ja) 情報通信装置、情報通信システム
JP2012252402A (ja) 車載装置およびアプリケーション停止制御方法
JP5579045B2 (ja) 携帯装置
CN114925027A (zh) 一种终端设备及基于mtp的文件传输方法

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201480027175.X

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14797406

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2014797406

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 14889294

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE