WO2014061203A1 - 情報処理端末 - Google Patents

情報処理端末 Download PDF

Info

Publication number
WO2014061203A1
WO2014061203A1 PCT/JP2013/005602 JP2013005602W WO2014061203A1 WO 2014061203 A1 WO2014061203 A1 WO 2014061203A1 JP 2013005602 W JP2013005602 W JP 2013005602W WO 2014061203 A1 WO2014061203 A1 WO 2014061203A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
sub
screen
processing unit
execution
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.)
Ceased
Application number
PCT/JP2013/005602
Other languages
English (en)
French (fr)
Japanese (ja)
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.)
Denso Corp
Original Assignee
Denso 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 Denso Corp filed Critical Denso Corp
Priority to CA2887724A priority Critical patent/CA2887724C/en
Priority to DE112013005076.5T priority patent/DE112013005076B4/de
Priority to US14/435,781 priority patent/US9600326B2/en
Priority to CN201380054325.1A priority patent/CN104756057B/zh
Publication of WO2014061203A1 publication Critical patent/WO2014061203A1/ja
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/36Input/output arrangements for on-board computers
    • G01C21/3605Destination input or retrieval
    • G01C21/362Destination input or retrieval received from an external device or application, e.g. PDA, mobile phone or calendar application
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/44Program or device authentication
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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]
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/52Program synchronisation; Mutual exclusion, e.g. by means of semaphores

Definitions

  • This disclosure relates to an information processing terminal.
  • Patent Document 1 discloses a technique for operating a plurality of applications in cooperation with each other. According to this technology, for example, when a certain application is executed, a function that is not originally provided can be indirectly captured by executing another application that provides a function that the application does not have. .
  • main application when one application (hereinafter referred to as “main application”) is executed, when another application (hereinafter referred to as “sub-application”) is executed, a screen displayed on the information processing terminal Transitions from the main application execution screen to the sub-application execution screen. After that, when the operation of the sub application is completed, the screen displayed on the information processing terminal transitions again to the execution screen of the main application.
  • the display screen transitions in this way, the user recognizes that the main application is temporarily stopped and the sub application is operating, that is, the sub application different from the main application is operating, and the main application is recognized.
  • the app cannot appear to incorporate the functionality of a sub-app directly.
  • the function of the sub application is directly incorporated into the main application as, for example, a module
  • the function of the sub application is provided as a function of the main application only during execution of the main application. Therefore, when the function of the sub application is provided, the possibility that the user recognizes that a sub application different from the main application is operating can be reduced.
  • a process of incorporating the function of the sub-application into the main application is necessary, and such a process is a burden on the application developer.
  • the present disclosure may prevent a sub application from being recognized in a technology that provides a function that the main application does not originally have by executing a sub application different from the main application.
  • An information processing terminal capable of appearing as if the function of a sub application is directly incorporated in a main application is provided.
  • the information processing terminal includes an application execution unit, a sub application execution unit, and a hidden screen display unit.
  • the application execution unit executes a certain application as a main application.
  • the sub application execution unit executes a sub application that provides a predetermined function to the main application executed by the application execution unit in response to an execution request from the application execution unit. While the sub application execution unit is executing the sub application, the hidden screen display unit hides that the sub application is being executed instead of the execution screen indicating that the sub application is being executed. Display the screen.
  • FIG. 1 is a functional block diagram schematically showing the configuration of the information processing terminal according to the first embodiment.
  • FIG. 2 is a flowchart illustrating an example of operation contents of the information processing terminal.
  • FIG. 3 is a diagram illustrating an example of an execution screen of the main application.
  • FIG. 4 is a diagram illustrating an example of a sub-application execution screen.
  • FIG. 5 is a diagram illustrating an example of the hidden screens GHa to GHd.
  • FIG. 6 is a functional block diagram schematically showing the configuration of the information processing terminal according to the second embodiment.
  • FIG. 7 is a diagram illustrating an example of authentication data.
  • FIG. 8 is a flowchart illustrating an example of operation contents of the information processing terminal according to the second embodiment.
  • FIG. 9 is a functional block diagram schematically showing the configuration of the information processing terminal according to the modification.
  • the information processing terminal 10 is configured by a mobile communication terminal, for example, and includes a control unit 11, an operation input unit 12, a display output unit 13, a storage unit 14, a communication unit 15, and the like.
  • the control unit 11 is mainly configured by a microcomputer having a CPU, a ROM, and a RAM (not shown), and controls the overall operation of the information processing terminal 10. In addition, the control unit 11 executes a control program in the CPU, thereby causing a main application execution processing unit 21 (hereinafter referred to as “main execution processing unit 21”) and a sub application execution processing unit 22 (hereinafter referred to as “sub execution”).
  • the hidden screen display processing unit 23 is virtually realized by software.
  • the main execution processing unit 21, the sub execution processing unit 22, and the hidden screen display processing unit 23 may be realized in hardware as an integrated circuit integrated with the control unit 11, for example.
  • the operation input unit 12 includes various switches such as a touch panel switch provided on the screen of the display output unit 13 and a mechanical switch provided around the display output unit 13.
  • the operation input unit 12 outputs an operation detection signal to the control unit 11 in accordance with various switch operations by the user.
  • the control unit 11 analyzes the operation detection signal input from the operation input unit 12 and identifies the operation content of the user. And the control part 11 performs various processes, for example, the execution process of the application designated by the user, etc. based on the specified operation content.
  • the display output unit 13 is composed of, for example, a liquid crystal display or an organic EL display, and displays various information based on a display command signal input from the control unit 11.
  • the screen of the display output unit 13 is provided with a touch panel switch configured by a known pressure-sensitive method, electromagnetic induction method, capacitance method, or a combination thereof.
  • the display output unit 13 displays, for example, various application execution screens, specifically a hidden screen described later.
  • the storage unit 14 is configured by a nonvolatile storage medium such as a hard disk drive or a memory card, for example.
  • Various computer programs, application programs for executing various applications, data used in each program, various types Data for screen display, map data, etc. are stored.
  • Various applications (application programs) are given identification information for identifying the applications.
  • the map data includes at least position information (coordinate information) indicating positions of stores, facilities, place names, sightseeing spots, and the like set as destinations.
  • the communication unit 15 establishes a wireless communication line with an external navigation device (not shown) that executes, for example, vehicle route guidance, and performs various communications with the navigation device through the communication line.
  • the external device to which the communication unit 15 is communicably connected is not limited to the navigation device, and may be an information processing terminal different from the information processing terminal 10, for example.
  • the main execution processing unit 21 corresponds to an example of an application execution unit and means, and executes an application requested to be executed as a main application based on an execution request from the control unit 11.
  • a destination selection application described later in detail can be considered.
  • the destination selection application is an application for selecting a point to be set as a destination for vehicle route guidance, for example.
  • the sub-execution processing unit 22 corresponds to an example of a sub-application execution unit and means.
  • a sub-application that provides a predetermined function to the main application executed by the main execution processing unit 21 is sent from the main execution processing unit 21. Execute in response to an execution request. By executing the sub-application, a function that the main application does not originally have is added to the main application.
  • a position information providing application described later in detail can be considered.
  • the location information providing application extracts, as a predetermined function, location information (coordinate information) of the destination selected by the destination selection application from the map data, and navigates the extracted location information via the communication unit 15. Implement the functions provided to the device.
  • the hidden screen display processing unit 23 corresponds to an example of a hidden screen display unit and means, and indicates that the sub application is being executed while the sub execution processing unit 22 is executing the sub application. Instead of the execution screen, a hidden screen for hiding that the sub-application is being executed is displayed.
  • main application A a main application A
  • main application X a function that the main application A originally does not have
  • sub-application X the main execution processing unit 21 requests the sub-execution processing unit 22 to execute the sub-application X as shown in FIG.
  • the main execution processing unit 21 calls the sub application X.
  • the main execution processing unit 21 outputs the identification information of the main application A being executed at that time to the sub execution processing unit 22.
  • the main execution processing unit 21 temporarily stops the execution of the main application A (step A2).
  • the sub execution processing unit 22 starts to execute the sub application X in response to the execution request from the main execution processing unit 21 (step A3).
  • the sub execution processing unit 22 provides a predetermined function included in the sub application X (step A4).
  • the sub execution processing unit 22 outputs a sub application executing signal indicating that the sub application X is being executed to the hidden screen display processing unit 23.
  • the hidden screen display processing unit 23 receives the sub-application executing signal, the hidden screen display processing unit 23 starts displaying the hidden screen on the display output unit 13 (step A5).
  • the sub-execution processing unit 22 stops the execution of the sub-application X when the provision of the predetermined function is completed (step A6). Then, when the execution of the sub application X is stopped, the sub execution processing unit 22 outputs a sub application execution stop signal indicating that the sub application X has been stopped to the hidden screen display processing unit 23. When receiving the sub application execution stop signal, the hidden screen display processing unit 23 stops displaying the hidden screen on the display output unit 13 (step A7).
  • the sub-execution processing unit 22 identifies the caller main application, in this case, the main application A, based on the identification information output from the main execution processing unit 21 (step A8). ). Then, the sub execution processing unit 22 requests the main execution processing unit 21 to execute the identified main application A (step A9). As a result, the sub-execution processing unit 22 calls the main application A once stopped. Then, the main execution processing unit 21 resumes the execution of the main application A that has been stopped (step A10).
  • destination selection application A when the main execution processing unit 21 is executing the destination selection application A (hereinafter referred to as “destination selection application A”), the information processing terminal 10, as shown in FIG.
  • the execution screen GA of the location selection application A is displayed on the display output unit 13.
  • destination candidates Pa, Pb, Pc,... are displayed, and selection buttons Ba, Bb, Bc,... For selecting these destination candidates are displayed as candidates.
  • the selection button is displayed as a touch button that can be touch-operated by the user.
  • the sub execution processing unit 22 responds to the execution request from the main execution processing unit 21 with the position information providing application X (hereinafter referred to as “position information providing application X”). Start execution). At this time, the main execution processing unit 21 outputs destination candidate specifying information for specifying the selected candidate to the sub execution processing unit 22. Then, the sub execution processing unit 22 specifies the candidate selected based on the destination candidate specifying information output from the main execution processing unit 21, and extracts the position information of the specified candidate from the map data. Then, the sub execution processing unit 22 provides the extracted position information to the navigation device.
  • position information providing application X hereinafter referred to as “position information providing application X”. Start execution).
  • the main execution processing unit 21 outputs destination candidate specifying information for specifying the selected candidate to the sub execution processing unit 22.
  • the sub execution processing unit 22 specifies the candidate selected based on the destination candidate specifying information output from the main execution processing unit 21, and extracts the position information of the specified candidate from the map data. Then, the sub execution processing unit 22 provides the extracted
  • the information processing terminal 10 When the execution of the position information providing application X is started by the sub execution processing unit 22, the information processing terminal 10 is originally executing the execution screen GX shown in FIG. An execution screen indicating this is displayed on the display output unit 13. However, in this case, the information processing terminal 10 causes the hidden screen display processing unit 23 to display a hidden screen for hiding that the position information providing application X is being executed on the display output unit 13 instead of the execution screen GX. indicate.
  • the hidden screen display processing unit 23 displays any one of the hidden screens GHa to GHd illustrated in FIG.
  • the hidden screen GHa shown in FIG. 5 is a so-called dummy screen with a transparent entire surface.
  • the execution screen GA of the destination selection application A can be visually recognized through the hidden screen GHa, but cannot be operated.
  • the hidden screen GHa may not be a screen that is entirely transparent, but may be a screen that is partially transparent and the rest is opaque.
  • the hidden screen GHb shown in FIG. 5 is a single-color screen on the entire surface.
  • the execution screen GA cannot be visually recognized through the hidden screen GHb and cannot be operated.
  • the hidden screen GHb may not be a single-color screen on the entire surface, but may be a screen in which a part is a single color and the remaining portion is, for example, transparent. Further, as a single color, for example, black or white can be considered, but other colors may be used.
  • the hidden screen GHc shown in FIG. 5 is a screen with a predetermined pattern on the entire surface.
  • the execution screen GA cannot be visually recognized through the hidden screen GHc and cannot be operated.
  • the hidden screen GHc may not be a screen with a predetermined pattern on the entire surface, but may be a screen with a part of the predetermined pattern and the remaining part, for example, transparent.
  • the predetermined pattern for example, a stripe pattern can be considered, but other patterns may be used.
  • the hidden screen GHd shown in FIG. 5 is a screen designated by the main execution processing unit 21.
  • the main execution processing unit 21 selects a designated screen according to the type of the main application to be executed.
  • the screen designation processing by the main execution processing unit 21 is performed on the hidden screen display processing unit 23 when the main execution processing unit 21 requests execution of the position information providing application X, for example.
  • the hidden screen display processing unit 23 extracts data for displaying the screen specified by the main execution processing unit 21 from the storage unit 14 and displays the specified screen based on the extracted screen display data.
  • the execution screen GA cannot be visually recognized through the hidden screen GHd and cannot be operated.
  • the entire screen of the hidden screen GHd may not be a designated screen, but a part of the hidden screen GHd may be a designated screen and the remaining portion may be a transparent screen, for example.
  • the designation screen includes various screens such as a screen including a symbol mark indicating a main application executed by the main execution processing unit 21 and a screen including a symbol mark indicating a destination genre selectable by the main application. Can be specified. Further, the designation screen may include symbols that are not related to the main application.
  • a hidden screen is displayed when a function that the main application does not originally have is provided by executing a sub-application different from the main application.
  • a function that the main application does not originally have is provided by executing a sub-application different from the main application.
  • it is possible to hide that the sub-application that provides the function is being executed, so that the function can be provided as if it were a function provided by the main application. It is possible to make it appear that the function of the sub application is directly incorporated in the main application.
  • the main execution processing unit 21 executes the destination selection application A as the main application and the sub execution processing unit 22 executes the position information providing application X as the sub application is illustrated.
  • the main application executed by the main execution processing unit 21 and the sub application executed by the sub execution processing unit 22 are not limited to these, and various applications can be executed.
  • the main application and the sub-application are not limited to applications that are related to each other through the concept of “position”, such as the destination selection application A and the position information providing application X, for example. It may be an application having no characteristics.
  • the hidden screen display processing unit 23 displays a case where any one of a transparent screen, a single color screen, a screen with a predetermined pattern, and a designated screen designated by the main execution processing unit 21 is displayed as the hidden screen. Illustrated. However, the hidden screen displayed by the hidden screen display processing unit 23 is not limited to these, and various screens may be adopted as long as the screen can hide that the sub-application is being executed. it can.
  • sub-application that the main application calls may be set in advance in a data table or the like, or may be configured to be appropriately selected at the time of calling. Further, the sub-application that is called by the main application may be set to be callable from an application other than the main application.
  • the information processing terminal 10 further realizes the authentication processing unit 24 virtually by software by executing a control program by the control unit 11.
  • the authentication processing unit 24 may be realized in hardware as an integrated circuit integrated with the control unit 11, for example.
  • the authentication processing unit 24 corresponds to an example of an authentication unit and means.
  • the sub execution processing unit 22 receives a sub application execution request from the main execution processing unit 21, as will be described in detail later, the main execution It is determined whether or not the main application being executed by the processing unit 21 is a preset authentication application.
  • each application (application program) stored in the storage unit 14 is provided with identification information, and a password necessary for executing the application is set.
  • a valid password password set for the application
  • a password input unit not shown
  • authentication data ND shown in FIG. 7 is stored in the storage unit 14.
  • authentication information given to each application and a password set for each application are stored in association with each other.
  • the main execution processing unit 21 requests the sub execution processing unit 22 to execute the sub application X (step A1), the main execution processing unit 21 and the identification information of the main application A being executed at that time
  • the password input when executing the main application A is output to the sub-execution processing unit 22.
  • the sub execution processing unit 22 executes an authentication request in response to the execution request from the main execution processing unit 21 (step B1).
  • the sub execution processing unit 22 outputs the identification information and password received from the main execution processing unit 21 to the authentication processing unit 24.
  • the authentication processing unit 24 executes an authentication process in response to the authentication request from the sub execution processing unit 22 (step B2).
  • the authentication processing unit 24 uses any one of the identification information and password pairs output from the sub-execution processing unit 22, in other words, the main execution processing unit 21, stored in the authentication data ND. It is determined whether or not the set of information and password matches.
  • the authentication process part 24 will output the authentication result information which shows the result to the sub execution process part 22, if an authentication process is completed (step B3).
  • the authentication processing unit 24 determines in the authentication process that the combination of the identification information and the password matches any of the sets, the authentication processing unit 24 executes the authentication in which the main application executed by the main execution processing unit 21 is set in advance. Judge that the application is an application, and attach a permission signal to the authentication result information.
  • the authentication processing unit 24 determines that the combination of the identification information and the password does not match any pair in the authentication processing, the authentication application in which the main application executed by the main execution processing unit 21 is set in advance. If it is not, a non-permission signal is attached to the authentication result information.
  • the sub execution processing unit 22 checks whether or not a permission signal is attached to the authentication result information (step B4).
  • the permission signal is attached to the authentication result information (step B4: YES)
  • the sub execution processing unit 22 starts executing the sub application X (step A3).
  • the sub execution processing unit 22 outputs a sub application executing signal to the hidden screen display processing unit 23, and the hidden screen display processing unit 23 displays the hidden screen in response to this signal. That is, in this case, the hidden screen display processing unit 23 displays the hidden screen during execution of the sub application X on the condition that the application executed by the main execution processing unit 21 is a preset authentication application.
  • the sub execution processing unit 22 executes the sub application X without executing the sub application X.
  • the process ends.
  • the sub execution processing unit 22 may be set to execute the sub application X without displaying the hidden screen by the hidden screen display processing unit 23 when the permission signal is not attached to the authentication result information. . That is, the sub-execution processing unit 22 sets the sub-application X not to be output to the hidden screen display processing unit 23 when the execution of the sub-application X is started, for example, so that the sub-application X is displayed without displaying the hidden screen. It may be configured to execute. In this case, the execution screen GX is displayed on the display output unit 13.
  • the information processing terminal 10 of the present embodiment only when the application executed by the main execution processing unit 21 is a preset authentication application, it is hidden during the execution of the sub application X. A screen is displayed. In other words, when the application executed by the main execution processing unit 21 is not an authentication application, the execution screen of the sub application X is displayed during the execution of the sub application X. Thereby, it can be seen that the function of the sub application X is incorporated in the authentication application, and the function of the sub application X can be shown in the application other than the authentication application.
  • the authentication processing unit 24 may be provided not in the information processing terminal 10 but in an external server 31 that can communicate with the information processing terminal 10.
  • the authentication data ND may also be stored in the storage unit 32 of the server 31.
  • the authentication data ND can be centrally managed in the server 31, and authentication processing can also be centrally executed in the server 31. For example, when the authentication application is changed, it is only necessary to update the authentication data ND in the server 31, and it is not necessary to update the authentication data ND stored in a plurality of information processing terminals.
  • embodiment of this indication is not limited only to each embodiment mentioned above, and includes various embodiments.
  • embodiments and configurations obtained by appropriately combining technical elements disclosed in different embodiments and configurations are also included in the embodiments and configurations according to the present disclosure.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Computer Security & Cryptography (AREA)
  • Automation & Control Theory (AREA)
  • Computer Hardware Design (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)
  • Navigation (AREA)
  • Stored Programmes (AREA)
PCT/JP2013/005602 2012-10-19 2013-09-23 情報処理端末 Ceased WO2014061203A1 (ja)

Priority Applications (4)

Application Number Priority Date Filing Date Title
CA2887724A CA2887724C (en) 2012-10-19 2013-09-23 Information processing terminal
DE112013005076.5T DE112013005076B4 (de) 2012-10-19 2013-09-23 Informationsverarbeitungsterminal
US14/435,781 US9600326B2 (en) 2012-10-19 2013-09-23 Information processing terminal
CN201380054325.1A CN104756057B (zh) 2012-10-19 2013-09-23 信息处理终端

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2012231734A JP5811987B2 (ja) 2012-10-19 2012-10-19 情報処理端末
JP2012-231734 2012-10-19

Publications (1)

Publication Number Publication Date
WO2014061203A1 true WO2014061203A1 (ja) 2014-04-24

Family

ID=50487783

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2013/005602 Ceased WO2014061203A1 (ja) 2012-10-19 2013-09-23 情報処理端末

Country Status (6)

Country Link
US (1) US9600326B2 (enExample)
JP (1) JP5811987B2 (enExample)
CN (1) CN104756057B (enExample)
CA (1) CA2887724C (enExample)
DE (1) DE112013005076B4 (enExample)
WO (1) WO2014061203A1 (enExample)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6536942B2 (ja) * 2015-05-15 2019-07-03 富士ゼロックス株式会社 情報処理装置およびプログラム
US11922192B2 (en) 2021-12-14 2024-03-05 International Business Machines Corporation Enhancing server virtualization through host sessions

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007304333A (ja) * 2006-05-11 2007-11-22 Lenovo Singapore Pte Ltd コンピュータ、編集方法、プログラムおよび記録媒体
JP2009135705A (ja) * 2007-11-29 2009-06-18 Kyocera Corp 携帯端末装置

Family Cites Families (46)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE69029247T2 (de) * 1989-10-30 1997-05-28 Digital Equipment Corp Verbesserung der Schnittstelle für Anwendungsentwurf
US5212771A (en) * 1990-04-27 1993-05-18 Bachman Information Systems, Inc. System for establishing concurrent high level and low level processes in a diagram window through process explosion and implosion subsystems
US5634102A (en) * 1995-08-07 1997-05-27 Apple Computer, Inc. Methods and apparatus for a selectable backdrop
JP3578389B2 (ja) * 1999-05-24 2004-10-20 インターナショナル・ビジネス・マシーンズ・コーポレーション 表示制御方法及び装置、表示制御のためのソフトウエア・プロダクトを格納した記憶媒体
JP2001014006A (ja) * 1999-06-29 2001-01-19 Denso Corp 情報表示装置およびナビゲーション装置
JP2001159525A (ja) * 1999-11-30 2001-06-12 Mitsubishi Electric Corp ナビゲーション装置および記録媒体
US7257819B1 (en) * 2001-04-30 2007-08-14 General Electric Capital Corporation Method and system for dispatching service requests to sub-applications
JP4102045B2 (ja) * 2001-09-28 2008-06-18 富士フイルム株式会社 デスクトップ上の隠蔽ウインドウの表示制御方法および表示制御処理装置
EP1353268A1 (en) * 2002-04-11 2003-10-15 Hewlett-Packard Company A system for displaying information on system start-up
US7228225B1 (en) * 2002-09-18 2007-06-05 Garmin Ltd. Methods and systems to interface navigation operations
US7561966B2 (en) * 2003-12-17 2009-07-14 Denso Corporation Vehicle information display system
US20050223341A1 (en) * 2004-03-30 2005-10-06 Mikko Repka Method of indicating loading status of application views, electronic device and computer program product
JP2006029885A (ja) * 2004-07-14 2006-02-02 Alpine Electronics Inc 施設検索システムおよび方法
US20070067097A1 (en) * 2005-08-31 2007-03-22 Navicore Ltd. Power saving system for navigation device
KR100719904B1 (ko) * 2005-11-11 2007-05-18 삼성전자주식회사 광신호를 이용한 입력 장치와 그 방법 및 광신호를이용하여 신호를 입력하는 휴대단말기
JP2008197885A (ja) 2007-02-13 2008-08-28 Nec Corp アプリケーション異常終了処理システムとその方法およびプログラム
JP4903616B2 (ja) * 2007-03-29 2012-03-28 アイシン・エィ・ダブリュ株式会社 地図更新データ供給装置、地図データ更新システム、及び地図更新データ供給方法
US8285472B2 (en) * 2007-05-23 2012-10-09 Denso Corporation Apparatus and program for navigation
US8102377B2 (en) * 2007-09-14 2012-01-24 Smart Technologies Ulc Portable interactive media presentation system
AU2008305338B2 (en) 2007-09-24 2011-11-10 Apple Inc. Embedded authentication systems in an electronic device
JP2009156848A (ja) * 2007-12-28 2009-07-16 Fujitsu Ten Ltd ナビゲーションシステム、ナビゲーション装置、及び目的地設定方法
TWI352192B (en) * 2007-12-31 2011-11-11 Htc Corp Satellite navigation method and system
JP5266809B2 (ja) 2008-03-11 2013-08-21 日本電気株式会社 表示モード切替方法
US8775071B2 (en) * 2008-05-02 2014-07-08 Tomtom International B.V. Navigation device and method for displaying map information
CN101672648A (zh) * 2008-09-12 2010-03-17 富士通天株式会社 信息处理装置、图像处理装置
KR101504210B1 (ko) * 2008-10-17 2015-03-19 엘지전자 주식회사 단말기 및 그 제어 방법
TW201017122A (en) * 2008-10-31 2010-05-01 Quantum Digital Comm Technology Corp Intelligent navigation device and control method thereof
CN101482420A (zh) * 2008-12-19 2009-07-15 深圳市同洲电子股份有限公司 一种智能导航装置、导航终端及终端中信息的导航方法
JP5222254B2 (ja) 2009-09-08 2013-06-26 シャープ株式会社 複合機及びシステム
JP2011076550A (ja) 2009-10-01 2011-04-14 Canon Inc アプリケーション連携方法、及びシステム
US20110123173A1 (en) * 2009-11-24 2011-05-26 Verizon Patent And Licensing Inc. Trick play advertising systems and methods
US8200247B1 (en) * 2010-02-08 2012-06-12 Google Inc. Confirming a venue of user location
JP5358474B2 (ja) * 2010-02-12 2013-12-04 トヨタ自動車株式会社 入力装置
CN102781728B (zh) * 2010-03-09 2016-02-24 本田技研工业株式会社 能与便携设备配合工作的车载设备
WO2011146141A1 (en) * 2010-05-21 2011-11-24 Telecommunication Systems, Inc. Personal wireless navigation system
DE102011105066A1 (de) 2010-06-22 2011-12-22 Stefan Große Pawig Verfahren und Mittel zur Outdoor-Navigation sowie Gerät hierzu
WO2012034578A1 (en) * 2010-09-13 2012-03-22 Tomtom International B.V. Navigation device & method
JP2012099091A (ja) 2010-10-08 2012-05-24 Hitachi Ltd シンクライアントシステム
JP4860778B1 (ja) 2011-04-28 2012-01-25 株式会社 伊藤園 容器詰炭酸飲料及びその製造方法
CN102954799A (zh) * 2011-08-29 2013-03-06 环达电脑(上海)有限公司 快速路径规划的导航装置及其方法
CN102325303A (zh) * 2011-09-16 2012-01-18 惠州Tcl移动通信有限公司 一种基于无线通讯设备的位置定位方法及无线通讯设备
US9183658B2 (en) * 2011-11-14 2015-11-10 Microsoft Technology Licensing, Llc Animation creation and management in presentation application programs
US10108737B2 (en) * 2012-01-25 2018-10-23 Microsoft Technology Licensing, Llc Presenting data driven forms
US8478307B1 (en) * 2012-06-15 2013-07-02 Google Inc. Communicating based on navigation destination
US20140012494A1 (en) * 2012-07-06 2014-01-09 International Business Machines Corporation Collaborative gps tracking
US10251034B2 (en) * 2013-03-15 2019-04-02 Blackberry Limited Propagation of application context between a mobile device and a vehicle information system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007304333A (ja) * 2006-05-11 2007-11-22 Lenovo Singapore Pte Ltd コンピュータ、編集方法、プログラムおよび記録媒体
JP2009135705A (ja) * 2007-11-29 2009-06-18 Kyocera Corp 携帯端末装置

Also Published As

Publication number Publication date
CN104756057B (zh) 2018-08-21
CA2887724C (en) 2018-05-15
DE112013005076B4 (de) 2021-08-26
US20150293781A1 (en) 2015-10-15
DE112013005076T5 (de) 2015-07-02
US9600326B2 (en) 2017-03-21
JP5811987B2 (ja) 2015-11-11
CA2887724A1 (en) 2014-04-24
CN104756057A (zh) 2015-07-01
JP2014085701A (ja) 2014-05-12

Similar Documents

Publication Publication Date Title
JP7061465B2 (ja) 指紋認識を用いる操作方法、装置、およびモバイル端末
US10266055B2 (en) Vehicle-mounted equipment operating device and vehicle-mounted equipment operating system
KR101412764B1 (ko) 대안적 잠금 해제 패턴
CN102087687A (zh) 状态通知装置以及状态通知方法
EP3244303B1 (en) Method and device for displaying an application interface
EP3462295A1 (en) Information processing method and smart cube
US20150149923A1 (en) Image processing apparatus, method of controlling the same, and storage medium
JP2018073287A (ja) 情報処理装置及び情報処理方法
US9098372B2 (en) Information processing apparatus
CN104267907A (zh) 多操作系统间应用程序的启动或切换方法、系统和终端
CN107782312A (zh) 一种导航方法及移动终端
CN117271027A (zh) 认证窗口的显示方法和装置
US11698685B2 (en) Character string input system
JP5811987B2 (ja) 情報処理端末
KR20150001130A (ko) 사용자 입력 처리 방법 및 상기 방법이 적용된 장치
EP3255575B1 (en) Application triggering method and device
JP2014059767A (ja) 携帯型情報処理装置
GB2502595A (en) Touch sensitive input device compatibility notification when a mobile device is connected to an In-Vehicle device
KR102272079B1 (ko) 패턴을 이용한 avn 시스템 제어 장치 및 방법
WO2017169264A1 (ja) 情報処理装置、及び情報処理プログラム
KR20140020108A (ko) 터치 펜 식별 방법 및 그 전자 장치
JP4952427B2 (ja) 携帯端末装置及びそれに用いる機能起動方法並びにそのプログラム
JP2019016092A (ja) 表示プログラム、表示方法、及び端末装置
JP2008108184A (ja) タッチパネル搭載装置、外部装置、及び外部装置の操作方法
KR101257889B1 (ko) 휴대용 단말기의 사용자 입력 인터페이스 장치 및 방법

Legal Events

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

Ref document number: 13847127

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2887724

Country of ref document: CA

WWE Wipo information: entry into national phase

Ref document number: 14435781

Country of ref document: US

WWE Wipo information: entry into national phase

Ref document number: 112013005076

Country of ref document: DE

Ref document number: 1120130050765

Country of ref document: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13847127

Country of ref document: EP

Kind code of ref document: A1