WO2009094878A1 - Méthode et appareil de mise en oeuvre d'un programme d'application d'écouteur - Google Patents
Méthode et appareil de mise en oeuvre d'un programme d'application d'écouteur Download PDFInfo
- Publication number
- WO2009094878A1 WO2009094878A1 PCT/CN2008/073078 CN2008073078W WO2009094878A1 WO 2009094878 A1 WO2009094878 A1 WO 2009094878A1 CN 2008073078 W CN2008073078 W CN 2008073078W WO 2009094878 A1 WO2009094878 A1 WO 2009094878A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- application
- terminal device
- headset
- module
- configuration file
- Prior art date
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M1/00—Substation equipment, e.g. for use by subscribers
- H04M1/60—Substation equipment, e.g. for use by subscribers including speech amplifiers
- H04M1/6033—Substation equipment, e.g. for use by subscribers including speech amplifiers for providing handsfree use or a loudspeaker mode in telephone sets
- H04M1/6041—Portable telephones adapted for handsfree use
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M2250/00—Details of telephonic subscriber devices
- H04M2250/56—Details of telephonic subscriber devices including a user help function
Definitions
- the present invention relates to the field of communications, and in particular, to a headset application calling method and apparatus. Background technique
- the handheld terminal Due to the continuous introduction of traditional consumer electronic functions and computer functions, the handheld terminal has surpassed the positioning of traditional calling tools that only provide voice and short message services, and has become a communication hub that connects people to the digital world today, becoming a "all-powerful" number. terminal. This portrays a wonderful picture of future terminal development: In the digital age, handheld terminals will combine multiple functions into one, becoming a communication hub for connecting anyone and everything; with handheld terminals, people can “control one hand” Digital world.
- the inventors have found that at least the following problems exist in the prior art: When an end user makes an operation by making a call, listening to a radio, listening to music, etc. through the earphone, the menu tree structure of the terminal device is complicated, and some of the audio functions are It may be buried in a deep menu tree structure, and the user is very cumbersome in finding this function, and needs to open the menu to find it step by step.
- Summary of the invention The embodiment of the present invention provides a method and device for invoking a headset application, so that when the terminal device is inserted into the headset, an application prompt list supporting all the headsets in the terminal device is displayed on the display screen of the terminal device for the user to select.
- an embodiment of the present invention provides a headset application calling method, including the following steps: detecting whether a headset is accessed; if detecting a headset access, displaying an application prompt for all headsets in the terminal device List.
- Another aspect of the embodiment of the present invention further provides a terminal device, including:
- a detecting module configured to detect whether a headset is connected
- a display module configured to display, when the detecting module detects the earphone access, an application prompt list supporting all the headphones in the terminal device.
- a further aspect of the present invention provides a headset application calling device, including: a detecting module, configured to detect whether a terminal device has a headset access; and a display module, configured to display, according to the detection result of the detecting module, the terminal device A list of all application tips that support headsets.
- the embodiment of the present invention has the following advantages: After the terminal device detects that the headset is accessed, the embodiment of the present invention directly displays an application prompt list supporting all the headsets on the display screen of the terminal device. For the user to choose. Thereby, the efficiency of the operation of the terminal device user to listen to the radio, play music, and make a call by using the earphone is greatly improved, and the overall ease of use of the terminal device is improved.
- FIG. 1 is a flowchart of a method for calling a headset application according to an embodiment of the present invention
- FIG. 2 is a structural diagram of a terminal device according to an embodiment of the present invention.
- FIG. 3 is a structural diagram of an earphone application calling device according to an embodiment of the present invention. detailed description
- An embodiment of the present invention provides a method for calling a headset application, where the terminal device is detected When the headset is accessed, an application prompt list supporting all the headsets in the terminal device is displayed for the user to select, and the efficiency of the operation of the terminal device user to listen to the radio, play music, and make a call is improved, and the overall convenience of the terminal device is improved. Use sex.
- a flowchart of a method for invoking a headset application includes the following steps:
- Step S101 Detect whether the terminal device has a headset access.
- the terminal device After the terminal device is initialized, it detects whether there is a headset access.
- the above detection terminal device has multiple access modes for the headset.
- the detection mode includes the interrupt mode, GPI 0 (Genera l Purpose I / O, universal input). Output port) Mode, interface polling mode.
- the detection method can be to detect the corresponding wireless signal. If there is no earphone access, step S102 is performed, otherwise step S103, and subsequent steps are performed.
- Step S102 continue to detect whether there is a headset access.
- Step S103 Parse the configuration file of the terminal device.
- a configuration file is added on the software side, and the configuration file describes the application name of all the supported earphones in the terminal device and the corresponding identification ID activation entry, such as listening to the radio, playing music, and the like.
- the configuration file also includes some configuration information of other applications on the terminal device, which will not be described in detail here.
- the format of the headset application mentioned above is as follows:
- the terminal device parses the configuration file stored in the device, and extracts the application name of the headset application and the application ID of the hexadecimal application line by line by means of string scanning.
- the earphone access is detected for the first time, and the configuration file is parsed, and then the parsed configuration file is saved.
- the parsed configuration can be directly displayed. file. It is also possible to save the configuration file after the terminal device is powered on, and directly display the parsed configuration file when the headset is detected before the terminal device is powered off. It is also possible that the terminal device parses the configuration file for display every time the headset access is detected.
- Step S104 displaying an application prompt list.
- the display screen of the terminal device displays a list of application prompts for all the headsets in the terminal device for the user to select, as shown in Table 1.
- Step S105 Start an application in the application prompt list.
- the terminal device starts the corresponding application according to the ID corresponding to the selected application option.
- the application name "earp iece_app_l” in the above configuration file corresponds to "Start Multimedia Player” in Table 1, and its ID startup entry is "0x38545446”, when the terminal device
- the headset is detected, by parsing the above configuration file, the "start multimedia player” corresponding to the application name "earp iece_app-l” is displayed directly on the display of the terminal device.
- the terminal device starts the multimedia player of the terminal device by the ID "0x38545446" corresponding to the ID of "ea rp i ece _app- l ".
- the terminal device When the terminal device detects that the terminal device has the earphone access, the terminal device directly displays the terminal device. All the application prompt lists supporting headphones are available for users to select, which greatly improves the efficiency of the terminal device users to listen to the radio, play music, make calls, etc., and improve the overall usability of the terminal device. Moreover, the configurability of the software can be improved by using the embodiment of the invention, and the corresponding modification can be obtained only by changing the configuration file for the related application.
- FIG. 2 it is a structural diagram of a terminal device according to an embodiment of the present invention.
- the terminal device in this embodiment includes: a detection module 21 and a display module 22, wherein the detection module 21 is configured to detect whether a headset is accessed; and the display module 22 It is used to display an application prompt list of all supported headphones in the terminal device when the detecting module 21 detects the earphone access.
- the terminal device of this embodiment may further include: a storage module 23, configured to store a configuration file, where the configuration file is used by the display module 22 to display an application prompt list; and the parsing module 25 is configured to parse the configuration file for the display module 22 display.
- the terminal device of this embodiment may further include: a startup module 24, configured to: when the user of the terminal device selects an application option in the application prompt list displayed by the display module 22, start the application.
- a startup module 24 configured to: when the user of the terminal device selects an application option in the application prompt list displayed by the display module 22, start the application.
- the display module 22 displays the application prompt list parsed by the parsing module 25 when the detecting module 21 detects that the earphone is accessed.
- the parsing module 25 can parse and save the configuration file when the terminal device is powered on, and the display module 11 directly displays the parsed configuration file when needed.
- the parsing module 25 can also detect that the headset access is parsing the configuration file and save it for the first time after the terminal device is powered on.
- the subsequent display module 22 can directly display the parsed configuration file when detecting the headset access.
- the parsing module 25 can also parse the configuration file for display by the display module 11 each time the detection module 21 detects the headset access.
- a structural diagram of a headset application calling device specifically includes: a detecting module 1 configured to detect whether a terminal device has a headset access; and a display module 2 configured to detect according to the detecting module 1
- the results show a list of all application reminders that support headsets in the terminal.
- the headset application calling device of the embodiment of the present invention further includes: a storage module 3, For storing a configuration file, the configuration file is a basis for the display module 2 to display the application prompt list; the startup module 4 is configured to: when the user of the terminal device selects an application option in the application prompt list displayed by the display module 2 The corresponding application is started; the parsing module 5 is configured to parse the configuration file for display by the display module.
- the display module 2 displays the application prompt list parsed by the parsing module 5 when the detecting module 1 detects that the earphone is accessed.
- the parsing module 5 can parse and save the configuration file when the terminal device is powered on, and the display module 2 directly displays the parsed configuration file when needed.
- the parsing module 5 can also detect that the headset access is parsing the configuration file and save it for the first time after the terminal device is turned on, and the subsequent display module 2 can directly display the parsed configuration file when detecting the headset access.
- the parsing module 5 can also parse the configuration file for display by the display module 2 each time the detecting module 1 detects the earphone access.
- the display module 2 directly displays the application prompt list of all the supporting headphones in the terminal device for the user to select, thereby greatly improving the terminal device user to use the earphone.
- the efficiency of listening to the radio, playing music, making calls, etc. improves the overall usability of the terminal device.
- the configurability of the software can be improved by using the embodiment of the present invention. For the related application, only the configuration file needs to be changed to obtain the corresponding tampering.
- the present invention can be implemented by means of software plus a necessary general hardware platform, and of course, can also be through hardware, but in many cases, the former is a better implementation. the way.
- the technical solution of the present invention which is essential or contributes to the prior art, may be embodied in the form of a software product stored in a storage medium, including a plurality of instructions for making a A computer device (which may be a personal computer, server, or network device, etc.) performs the methods described in various embodiments of the present invention. Any changes that can be considered by those skilled in the art should fall within the scope of the present invention.
Landscapes
- Engineering & Computer Science (AREA)
- Signal Processing (AREA)
- Telephone Function (AREA)
Abstract
L'invention porte sur méthode et un appareil de mise en oeuvre d'un programme d'application d'écouteur, et sur un dispositif terminal. La méthode consiste à détecter si un écouteur est connecté ou non à un dispositif terminal. Si un écouteur est connecté au dispositif terminal, toutes les listes de conseils (tip lists) d'applications relatives à l'écouteur seront alors affichées
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/356,372 US20090185675A1 (en) | 2008-01-22 | 2009-01-20 | Method and device for invoking earpiece application program |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN200810004373.0 | 2008-01-22 | ||
CN200810004373.0A CN101242604B (zh) | 2008-01-22 | 2008-01-22 | 一种终端设备插入耳机自动运行的方法和装置 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2009094878A1 true WO2009094878A1 (fr) | 2009-08-06 |
Family
ID=39933760
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2008/073078 WO2009094878A1 (fr) | 2008-01-22 | 2008-11-14 | Méthode et appareil de mise en oeuvre d'un programme d'application d'écouteur |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN101242604B (fr) |
WO (1) | WO2009094878A1 (fr) |
Families Citing this family (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101242604B (zh) * | 2008-01-22 | 2012-12-12 | 华为终端有限公司 | 一种终端设备插入耳机自动运行的方法和装置 |
CN101854432A (zh) * | 2010-05-18 | 2010-10-06 | 深圳桑菲消费通信有限公司 | 一种插入耳机后弹出相应功能菜单的手机控制方法 |
CN101895633A (zh) * | 2010-07-14 | 2010-11-24 | 中兴通讯股份有限公司 | 一种移动终端及其解锁方法 |
CN102739839A (zh) | 2011-04-07 | 2012-10-17 | 深圳富泰宏精密工业有限公司 | 手机应用程序启动方法及系统 |
CN103631613A (zh) * | 2012-08-24 | 2014-03-12 | 上海斐讯数据通信技术有限公司 | 一种触发终端解锁及程序运行的方法 |
CN102868817A (zh) * | 2012-09-07 | 2013-01-09 | 广东欧珀移动通信有限公司 | 一种移动终端插入耳机自动运行的方法及系统 |
CN102932549A (zh) * | 2012-11-05 | 2013-02-13 | 广东欧珀移动通信有限公司 | 通过耳机快速进入应用程序的移动终端及方法 |
CN103095913B (zh) * | 2012-12-31 | 2014-11-19 | 东莞宇龙通信科技有限公司 | 拨号方法及电子设备 |
CN103209264A (zh) * | 2013-03-29 | 2013-07-17 | 苏州佳世达电通有限公司 | 移动装置的紧急求助方法及系统 |
CN103488473B (zh) * | 2013-08-27 | 2017-11-14 | 上海斐讯数据通信技术有限公司 | 一种对移动终端应用程序的管理系统及管理方法 |
CN105511849A (zh) * | 2014-10-17 | 2016-04-20 | 中兴通讯股份有限公司 | 一种展示应用程序的方法、装置及系统 |
CN105487763B (zh) | 2016-01-14 | 2019-12-06 | 深圳Tcl数字技术有限公司 | 应用程序显示方法和系统 |
CN105955769A (zh) * | 2016-04-22 | 2016-09-21 | 青岛海信移动通信技术股份有限公司 | 一种启动多媒体应用程序的方法及装置 |
CN106921878A (zh) * | 2017-03-01 | 2017-07-04 | 珠海迈科智能科技股份有限公司 | 机顶盒的数据处理方法及装置 |
CN107241511B (zh) * | 2017-06-30 | 2020-04-10 | Oppo广东移动通信有限公司 | 一种音乐播放方法、装置、存储介质和终端 |
CN111935801B (zh) * | 2020-07-16 | 2023-04-28 | 中国联合网络通信集团有限公司 | 语音接入方法、系统、终端设备及计算机可读存储介质 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5475872A (en) * | 1993-01-14 | 1995-12-12 | Sony Corporation | Portable telephone with external transmitter-receiver connections |
CN1224319A (zh) * | 1997-09-30 | 1999-07-28 | 日本电气株式会社 | 通过检测耳机塞孔的插入提供显示控制功能的移动终端 |
CN1885983A (zh) * | 2005-06-24 | 2006-12-27 | Lg电子株式会社 | 在连接耳机的移动电信设备中配置在屏图像的设备和方法 |
CN101242604A (zh) * | 2008-01-22 | 2008-08-13 | 深圳华为通信技术有限公司 | 一种终端设备插入耳机自动运行的方法和装置 |
-
2008
- 2008-01-22 CN CN200810004373.0A patent/CN101242604B/zh not_active Expired - Fee Related
- 2008-11-14 WO PCT/CN2008/073078 patent/WO2009094878A1/fr active Application Filing
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5475872A (en) * | 1993-01-14 | 1995-12-12 | Sony Corporation | Portable telephone with external transmitter-receiver connections |
CN1224319A (zh) * | 1997-09-30 | 1999-07-28 | 日本电气株式会社 | 通过检测耳机塞孔的插入提供显示控制功能的移动终端 |
CN1885983A (zh) * | 2005-06-24 | 2006-12-27 | Lg电子株式会社 | 在连接耳机的移动电信设备中配置在屏图像的设备和方法 |
CN101242604A (zh) * | 2008-01-22 | 2008-08-13 | 深圳华为通信技术有限公司 | 一种终端设备插入耳机自动运行的方法和装置 |
Also Published As
Publication number | Publication date |
---|---|
CN101242604B (zh) | 2012-12-12 |
CN101242604A (zh) | 2008-08-13 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2009094878A1 (fr) | Méthode et appareil de mise en oeuvre d'un programme d'application d'écouteur | |
CN108550367A (zh) | 一种便携式智能语音交互控制设备、方法及系统 | |
US8290544B2 (en) | Method and device for activating a media player based on type of coupled speaker | |
US20090191914A1 (en) | System and method for determining accessory type | |
CN106126172B (zh) | 一种音效处理方法及移动终端 | |
EP3961371A1 (fr) | Procédé, appareil et système d'interaction vocale | |
TW200847755A (en) | A media transfer and control system | |
TW200833074A (en) | System and method for broadcasting an alert | |
CN108922537A (zh) | 音频识别方法、装置、终端、耳机及可读存储介质 | |
US8392525B2 (en) | Mobile electronic device, content playback device, content acquisition method, content location notification method, content acquisition program, and content use system | |
WO2017166603A1 (fr) | Procédé de réglage de la qualité audio, terminal, dispositif électronique, et support d'informations informatique non-volatile | |
WO2008026024A1 (fr) | Système et procédé pour coordonner un contenu audiovisuel avec des informations d'une liste de contacts | |
CN107743178A (zh) | 一种消息播放方法及移动终端 | |
CN106095132B (zh) | 播放设备按键功能设置方法及装置 | |
CN106506834A (zh) | 通话中添加背景音的方法、终端及系统 | |
CN110972122A (zh) | 一种与无线耳机配套使用的终端、tws设备及通信方法 | |
WO2023011370A1 (fr) | Procédé et appareil de lecture audio | |
CN107205095A (zh) | 语音信息的播放方法、装置及终端 | |
US7836218B2 (en) | System and method for recognizing external device by portable terminal | |
CN106383870A (zh) | 一种图片播放方法及移动终端 | |
JP2008270901A (ja) | 電話端末及び通信システム | |
WO2019144292A1 (fr) | Procédé de communication de réponse vidéo, et terminal | |
WO2016179961A1 (fr) | Procédé et appareil de traitement d'appel entrant pour un terminal mobile, terminal mobile, et support de stockage | |
JP6031825B2 (ja) | 楽曲データ出力システム | |
CN106293389B (zh) | 一种自定义图片设置方法及移动终端 |
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: 08871934 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 08871934 Country of ref document: EP Kind code of ref document: A1 |