WO2009149612A1 - 电子显示装置的背光控制方法 - Google Patents

电子显示装置的背光控制方法 Download PDF

Info

Publication number
WO2009149612A1
WO2009149612A1 PCT/CN2009/000080 CN2009000080W WO2009149612A1 WO 2009149612 A1 WO2009149612 A1 WO 2009149612A1 CN 2009000080 W CN2009000080 W CN 2009000080W WO 2009149612 A1 WO2009149612 A1 WO 2009149612A1
Authority
WO
WIPO (PCT)
Prior art keywords
backlight
backlight control
display device
electronic display
control method
Prior art date
Application number
PCT/CN2009/000080
Other languages
English (en)
French (fr)
Inventor
卢彦胜
Original Assignee
Tcl天一移动通信(深圳)有限公司
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 Tcl天一移动通信(深圳)有限公司 filed Critical Tcl天一移动通信(深圳)有限公司
Priority to US12/741,820 priority Critical patent/US20100248791A1/en
Priority to EP09761237.8A priority patent/EP2299432A4/en
Publication of WO2009149612A1 publication Critical patent/WO2009149612A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/02Constructional features of telephone sets
    • H04M1/22Illumination; Arrangements for improving the visibility of characters on dials
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W52/00Power management, e.g. TPC [Transmission Power Control], power saving or power classes
    • H04W52/02Power saving arrangements
    • H04W52/0209Power saving arrangements in terminal devices
    • H04W52/0261Power saving arrangements in terminal devices managing power supply demand, e.g. depending on battery level
    • H04W52/0267Power saving arrangements in terminal devices managing power supply demand, e.g. depending on battery level by controlling user interface components
    • H04W52/027Power saving arrangements in terminal devices managing power supply demand, e.g. depending on battery level by controlling user interface components by controlling a display operation or backlight unit
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M2250/00Details of telephonic subscriber devices
    • H04M2250/74Details of telephonic subscriber devices with voice recognition means
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Definitions

  • the invention belongs to the field of backlight control of an electronic display device, and more particularly to a method for controlling the backlight of an electronic display device at any time according to requirements. Background technique
  • the automatic shutdown can be set in the mobile phone system.
  • the waiting time of the backlight should not be too short, otherwise it will cause inconvenience to the user.
  • the mobile phone system allows the user to set the waiting time for automatically turning off the backlight to one second or shorter, once the user puts the mobile phone system
  • the waiting time for automatically turning off the backlight is actually set to one second, so that the user does not operate every 1 second, which may cause the backlight of the mobile phone to be turned off, which will cause great inconvenience to the user.
  • the existing mobile phones generally set the minimum waiting time for automatically turning off the backlight to be more than five seconds, so as to avoid the above problem.
  • the user simply takes out the mobile phone to watch the time, the user actually looks at the screen of the mobile phone for less than one second, and the mobile phone still has to wait at least 4 seconds or more to automatically turn off the backlight. In this way, energy utilization is very low.
  • An object of the present invention is to provide a backlight control method for an electronic display device, which solves the technical problem that the backlight of the electronic display device cannot be turned off at any time in the prior art.
  • the backlight control method of the electronic display device provided by the present invention comprises the following steps: Step a, monitoring whether the user triggers the backlight control signal;
  • Step b detecting whether the backlight is turned on
  • Step c Perform corresponding backlight control according to the backlight control signal triggered by the user.
  • the electronic device is a mobile phone.
  • the backlight control signal is a signal that "turns off the backlight.”
  • the backlight control signal is a "reduced backlight” signal.
  • the backlight control signal is triggered by a dedicated button.
  • the backlight control signal is triggered by a user-defined button.
  • the backlight control signal is triggered by means of voice control.
  • the backlight control method of the electronic display device provided by the present invention can control the backlight of the electronic display device at the instant according to the user's request, and in particular, can instantly turn off the backlight, effectively save energy, and prolong the service life of the display device.
  • FIG. 1 is a flow chart of a backlight control method of an electronic display device of the present invention. detailed description
  • a mobile phone as an example, a preferred embodiment of the backlight control method of the electronic display device of the present invention comprises the following steps:
  • Step 10 Activate the phone backlight control.
  • the user can manually select whether to use backlight control or not to use backlight control. If the user sets the backlight control method according to the present invention, the process proceeds to step 11.
  • Step 11 Monitor whether the user triggers the backlight control signal, and the backlight control signal can be
  • the trigger of the backlight control signal may be in any state of the mobile phone, such as a standby state, a state of playing audio, or a running. The state of the game.
  • the backlight control signal can be triggered by a dedicated button, or Triggered by a user-defined button, even triggered by voice control (in a phone with voice control), which will be described in detail later. If the user does not trigger the backlight control signal, step 11 is repeated, and if the user triggers the backlight control signal, step 12 is performed.
  • Step 12 Check if the backlight is on. If the backlight is not on, go back to step 11. If the backlight is on, go to step 13 to turn off the backlight.
  • the method of determining whether the backlight is turned on is a technique well known to those skilled in the art, for example, a flag can be set when the backlight of the mobile phone is lit, and when the backlight is turned off, the flag is cleared, so that if the current state of the backlight of the mobile phone is known, Just look at this flag. For example, in C language, check if the backlight is on to view the interface of the calling platform. The following is the viewing process: Int CheckBacklight_OnOff()
  • is the interface to call the platform, get the backlight status
  • the method of turning off the backlight is also a technique well known to those skilled in the art.
  • the backlight provided by the system can be directly called to turn off the backlight, which will not be described herein.
  • the backlight can be turned off by short pressing the on-hook button; in the state of playing audio, the backlight can be turned off by long-pressing the pause button, but does not stop. Audio playback; While the game is running, you can pause the game by short pressing the pause button and turn off the backlight at the same time.
  • the backlight is instantly turned off by pressing some buttons designated by the user, and of course, Set a dedicated button (such as setting a dedicated button on the side of the phone) to complete the function of instantly turning off the backlight.
  • the backlight control method of the electronic display device according to the present invention may also be based on the user's instruction. , reduce backlight brightness. For example, when the mobile phone is no longer available, and the user cannot charge and needs to operate, the backlight brightness can be appropriately reduced by reducing the backlight, the power can be saved as much as possible, and the battery life can be prolonged.
  • Step a monitoring whether the user triggers the backlight control signal
  • Step b detecting whether the backlight is turned on
  • Step c performing corresponding backlight control according to the backlight control signal triggered by the user.
  • the backlight control method of the electronic display device provided by the present invention can control the backlight of the electronic display device at the instant according to the user's request, and in particular, can instantly turn off the backlight, effectively save energy, and prolong the service life of the display device.

Description

电子显示装置的背光控制方法 技术领域
本发明属于电子显示装置的背光控制领域, 尤其涉及一种能够根据 需求随时控制电子显示装置背光的方法。 背景技术
随着显示技术的不断发展, 很多装置都开始借助电子显示装置完成 显示功能, 例如使用 LCD显示器的手机、 数码相机以及液晶电视等等, 上述这些设备的电子显示装置大都需要配置相应的背光模组来完成显 示。 另一方面, 出于能源节约和延长显示装置使用寿命的考虑以及便携 式电子设备的续航时间的要求, 许多带有背光模组的电子装置都具有自 动关闭背光的功能, 这样, 在电子设备不工作时, 系统能够在预定的时 间之后自动关闭背光(或者先降低背光亮度, 然后再关闭背光)。典型的, 例如现在使用非常广泛的手机, 作为一种非常普及的移动通讯设备, 用 户都希望手机充电之后的续航时间尽量延长, 因此大多数的手机都有自 动关闭背光的功能, 用户只要在系统中设定了自动关闭背光的等待时间 (例如三分钟), 那么用户如果在这个设定的等待时间内没有对手机进行 操作 (例如处于完全待机的状态)或者用户不需要借助背光可以实现手 机的某些功能(例如正在使用手机听音乐或者收音机), 那么手机就会自 动关闭背光, 以减少手机电池的能量消耗, 延长手机的续航时间, 同时 背光模组的使用寿命也能得到延长。
然而, 考虑到手机使用过程中的实际情况, 用户可能在使用手机的 过程中需要一定的时间思考 (例如发送短消息的过程中, 用户可能在两 次输入文字的动作之间思考 20秒), 因此手机系统中可设定的自动关闭 背光的等待时间不能太短, 否则给用户的使用造成不便, 例如在极端的 情况下, 如果手机系统允许用户将自动关闭背光的等待时间设置成一秒 钟甚至更短, 而用户一旦将手机系统中自动关闭背光的等待时间真正设 定为一秒钟, 那么用户每 1 秒钟不操作都可能导致手机背光关闭, 这将 给用户造成极大的不便。 因此, 现有的手机一般都将自动关闭背光的最 少等待时间设定在五秒钟以上, 以免出现上述的问题。 但是, 在很多情 况下, 例如用户仅仅是拿出手机看时间的时候, 用户实质上看手机屏幕 的时间不到一秒钟, 而手机还是要至少等待 4秒甚至更长时间才会自动 关闭背光, 这样, 能源的利用率就非常的低。
一方面要尽可能的节约能源, 另一方面要方便用户使用, 这种矛盾 是现有的手机没有解决的, 当然, 其他类似的电子装置也存在上述的问 题和矛盾, 因此提供一种能解决上述问题的电子显示装置的背光控制方 法实属必要。 发明内容
本发明的目的在于提供一种电子显示装置的背光控制方法, 解决现 有技术中存在的不能随时关闭电子显示装置背光这一技术问题。
本发明提供的电子显示装置的背光控制方法包括以下步骤: 步骤 a, 监控用户是否触发了背光控制信号;
步骤 b , 检测背光是否开启;
步骤 c, 根据用户触发的背光控制信号进行相应的背光控制。
所述电子装置为手机。
所述背光控制信号是 "关闭背光" 的信号。
所述背光控制信号是 "降低背光" 的信号。
所述背光控制信号通过专门的按键来触发。 所述背光控制信号通过用户自定义的按键触发。
所述背光控制信号通过语音控制的方式触发。
所述检测背光是否开启是通过查看调用平台的接口实现, 若背光亮, 则 result = 0, 否则 result = - 1。
本发明提供的电子显示装置的背光控制方法能够根据用户的要求即 时对电子显示装置的背光进行控制, 尤其是能够即时关闭背光, 有效地 节约能源, 延长了显示装置的使用寿命。 附图说明
图 1是本发明电子显示装置的背光控制方法的流程图。 具体实施方式
为了使本发明的目的、 技术方案及优点更加清楚明白 , 以下结合附 图及实施例, 对本发明进行进一步详细说明。 应当理解, 此处所描述的 具体实施例仅仅用以解释本发明, 并不用于限定本发明。
参见图 1 中所示, 以手机为例, 本发明电子显示装置的背光控制方 法的较佳实施例包括以下几个步骤:
步骤 10: 启动手机背光控制。 在本实施例中, 用户是可以手动选择 采用背光控制或者不采用背光控制。 如果用户设定了采用本发明所述的 背光控制方法, 则进入到步骤 11。
步骤 11 : 监控用户是否触发了背光控制信号, 背光控制信号可以是
"关闭背光"或者 "降低背光" 等。 本实施例中, 假设用户发出的是 "关 闭背光,, 的背光控制信号。 在本实施例中, 背光控制信号的触发可以是 在手机的任何状态下, 例如待机状态、 播放音频的状态或者运行游戏的 状态。 在本实施例中, 背光控制信号可以通过专门的按键来触发, 也可 以由用户自定义某个按键来触发, 甚至通过语音控制的方式触发(在具 有声控功能的手机中), 后文中将详细介绍。 如果用户没有触发背光控制 信号, 则重复步骤 11 , 如果用户触发了背光控制信号, 则执行步骤 12。
步骤 12: 检测背光是否开启, 如果背光并未处于开启状态, 则返回 执行步驟 11 , 如果背光处于开启状态则执行步驟 13 , 关闭背光。 判断背 光是否开启的方法是本领域内一般技术人员所熟知的技术, 例如可以在 手机背光点亮时设置一个标志, 当背光关闭时, 清除这个标志, 这样, 如 果想知道当前手机背光的状态,只需要查看一下这个标志就可以了, 以 C 语言为例, 检测背光是否开启可查看调用平台的接口, 以下是查看过程: Int CheckBacklight_OnOff()
{
Int result = 0;
〃这里是调用平台的接口, 获得背光状态
Return result; //如果背光亮,则 result = 0, 否则 result = -1.
}
因此,在判断背光是否开启时, 就可以通过上面这个函数的返回值来 判断。
同样的, 关闭背光的方法也属于本领域内一般技术人员所熟知的技 术, 例如可以直接调用系统提供的关闭背光的接口来实现关闭背光, 在 此不作赘述。
举例说明如下: 如果采用用户自定义按键关闭背光, 那么在待机状 态下, 可通过短按挂机键来关闭背光; 在播放音频的状态下, 可通过长 按暂停键的方式关闭背光, 但是不停止音频的播放; 在运行游戏的状态 下, 可通过短按暂停键使游戏暂停, 并同时关闭背光。 上述这些方式是 通过按下用户指定的某些按键来实现背光的即时关闭, 当然也可以通过 设置一个专用的按键(例如在手机的侧边设置一个专用按键)来完成即 时关闭背光的功能。
需要强调的是, 上述实施例中是假设用户发出 "关闭背光" 的指令, 如果用户发出 "降低背光" 的指令, 那么, 本发明所述的电子显示装置 的背光控制方法也可以根据用户的指令, 降低背光亮度。 例如在手机即 将没电时, 用户又无法充电而且需要操作, 就可以通过降低背光的方法 适当降低背光亮度, 尽可能节省电能, 延长手机的续航时间。
因此, 本发明电子显示装置的背光控制方法可以总结为以下步骤: 步骤 a, 监控用户是否触发了背光控制信号;
步骤 b , 检测背光是否开启;
步骤 c , 根据用户触发的背光控制信号进行相应的背光控制。
以上所述仅为本发明的较佳实施例而已, 并不用以限制本发明, 凡 在本发明的精神和原则之内所作的任何修改、 等同替换和改进等, 均应 包含在本发明的权利要求保护范围之内。 工业实用性
本发明提供的电子显示装置的背光控制方法能够根据用户的要求即 时对电子显示装置的背光进行控制, 尤其是能够即时关闭背光, 有效地 节约能源, 延长了显示装置的使用寿命。

Claims

权利要求
1、 一种电子显示装置的背光控制方法, 其特征在于包括以下步骤: 步骤 a, 监控用户是否触发了背光控制信号;
步骤 b , 检测背光是否开启;
步骤 c, 根据用户触发的背光控制信号进行相应的背光控制。
2、 根据权利要求 1所述的电子显示装置的背光控制方法, 其特征在 于, 所述电子装置为手机。
3、 根据权利要求 1或 2所述的电子显示装置的背光控制方法, 其特 征在于, 所述背光控制信号是 "关闭背光" 的信号。
4、 根据权利要求 1或 2所述的电子显示装置的背光控制方法, 其特 征在于, 所述背光控制信号是 "降低背光" 的信号。
5、 根据权利要求 1或 2所述的电子显示装置的背光控制方法, 其特 征在于, 所述背光控制信号通过专门的按键来触发。
6、 根据权利要求 1或 2所述的电子显示装置的背光控制方法, 其特 征在于, 所述背光控制信号通过用户自定义的按键触发。
7、 根据权利要求 1或 所述的电子显示装置的背光控制方法, 其特 征在于, 所述背光控制信号通过语音控制的方式触发。
8、 根据权利要求 1或 2所述的电子显示装置的背光控制方法, 其特 征在于, 检测背光是否开启是通过查看调用平台的接口实现, 若背光亮, 则 result = 0 , 否则 result = -1„
PCT/CN2009/000080 2008-06-13 2009-01-20 电子显示装置的背光控制方法 WO2009149612A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US12/741,820 US20100248791A1 (en) 2008-06-13 2009-01-20 Backlight control method for an electronic display device
EP09761237.8A EP2299432A4 (en) 2008-06-13 2009-01-20 METHOD FOR CONTROLLING BACKLIGHT OF ELECTRONIC DISPLAY DEVICE

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CNA2008100678404A CN101303831A (zh) 2008-06-13 2008-06-13 一种电子显示装置的背光控制方法
CN200810067840.4 2008-06-13

Publications (1)

Publication Number Publication Date
WO2009149612A1 true WO2009149612A1 (zh) 2009-12-17

Family

ID=40113718

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/000080 WO2009149612A1 (zh) 2008-06-13 2009-01-20 电子显示装置的背光控制方法

Country Status (4)

Country Link
US (1) US20100248791A1 (zh)
EP (1) EP2299432A4 (zh)
CN (1) CN101303831A (zh)
WO (1) WO2009149612A1 (zh)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101303831A (zh) * 2008-06-13 2008-11-12 Tcl天一移动通信(深圳)有限公司 一种电子显示装置的背光控制方法
JP4829991B2 (ja) * 2009-03-23 2011-12-07 シャープ株式会社 自動調光システム
TW201408057A (zh) * 2012-08-10 2014-02-16 Hon Hai Prec Ind Co Ltd 手持設備及控制方法
CN106409234A (zh) * 2015-07-31 2017-02-15 联想(上海)信息技术有限公司 背光控制方法、装置及电子设备
CN105141773A (zh) * 2015-09-09 2015-12-09 小米科技有限责任公司 背光调节方法和装置
CN107087053B (zh) 2017-03-15 2019-09-17 Oppo广东移动通信有限公司 一种屏幕背光控制方法及移动终端
CN107147790A (zh) * 2017-05-10 2017-09-08 北京小米移动软件有限公司 控制屏幕亮度的方法及装置
CN109041327B (zh) * 2018-06-25 2020-05-05 广东好太太科技集团股份有限公司 一种触摸遥控器背光点亮方法及触摸遥控器

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1427655A (zh) * 2001-12-19 2003-07-02 英业达集团(上海)电子技术有限公司 背光灯适应环境光强自动调节的方法与电路
CN1674439A (zh) * 2003-01-27 2005-09-28 英华达股份有限公司 具有触碰式控制装置的手持式设备
JP2005278043A (ja) * 2004-03-26 2005-10-06 Nec Saitama Ltd 携帯電話機およびその表示制御方法
CN1705322A (zh) * 2004-06-03 2005-12-07 乐金电子(中国)研究开发中心有限公司 移动通信终端机的背光控制方法及装置
CN1924644A (zh) * 2005-08-29 2007-03-07 英华达(上海)电子有限公司 移动设备上改善阳光下lcd显示屏显示效果的方法
CN101303831A (zh) * 2008-06-13 2008-11-12 Tcl天一移动通信(深圳)有限公司 一种电子显示装置的背光控制方法

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10224289A (ja) * 1997-02-07 1998-08-21 Nippon Denki Ido Tsushin Kk 携帯無線装置
FI982159A (fi) * 1998-10-06 2000-04-07 Nokia Mobile Phones Ltd Menetelmä ja järjestelmä puhelinyhteyden täydentämiseksi lisätiedoilla
JP2000324238A (ja) * 1999-05-06 2000-11-24 Nec Saitama Ltd 携帯無線機の照明装置
KR100630198B1 (ko) * 2001-05-12 2006-09-29 삼성전자주식회사 휴대용 단말기의 거울기능 구현 장치 및 방법
EP1605433A1 (en) * 2004-06-02 2005-12-14 Research In Motion Limited Backlight control for a handheld computing device
US20060197735A1 (en) * 2005-03-07 2006-09-07 Research In Motion Limited System and method for adjusting a backlight for a display for an electronic device
US7633076B2 (en) * 2005-09-30 2009-12-15 Apple Inc. Automated response to and sensing of user activity in portable devices
US7299016B2 (en) * 2006-01-11 2007-11-20 Inventec Corporation Communication device with an adjustable brightness
US20070243844A1 (en) * 2006-04-12 2007-10-18 Nokia Corporation Flexible optical illumination system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1427655A (zh) * 2001-12-19 2003-07-02 英业达集团(上海)电子技术有限公司 背光灯适应环境光强自动调节的方法与电路
CN1674439A (zh) * 2003-01-27 2005-09-28 英华达股份有限公司 具有触碰式控制装置的手持式设备
JP2005278043A (ja) * 2004-03-26 2005-10-06 Nec Saitama Ltd 携帯電話機およびその表示制御方法
CN1705322A (zh) * 2004-06-03 2005-12-07 乐金电子(中国)研究开发中心有限公司 移动通信终端机的背光控制方法及装置
CN1924644A (zh) * 2005-08-29 2007-03-07 英华达(上海)电子有限公司 移动设备上改善阳光下lcd显示屏显示效果的方法
CN101303831A (zh) * 2008-06-13 2008-11-12 Tcl天一移动通信(深圳)有限公司 一种电子显示装置的背光控制方法

Also Published As

Publication number Publication date
EP2299432A4 (en) 2014-01-22
CN101303831A (zh) 2008-11-12
EP2299432A1 (en) 2011-03-23
US20100248791A1 (en) 2010-09-30

Similar Documents

Publication Publication Date Title
WO2009149612A1 (zh) 电子显示装置的背光控制方法
KR101812044B1 (ko) 이동 전자 기기에서 전원 소비를 줄이기 위한 방법 및 장치
US8117471B2 (en) Power management method for handheld electronic device using G-sensor
CN103309428B (zh) 信息处理方法和电子设备
CN101873385A (zh) 一种实现快速进入手持终端省电模式的装置及方法
CN105430547A (zh) 蓝牙耳机的休眠方法及装置
WO2011012038A1 (zh) 剩余电池电量使用方法及装置
WO2010139169A1 (zh) 终端电量节省方法及装置
CN102646018A (zh) 一种移动终端屏幕显示大小控制方法及装置
WO2013185679A1 (zh) 一种控制手机供电和充电的方法及装置
CN104243720A (zh) 一种终端设备的节电方法及终端设备
CN103249104A (zh) 一种数据传输方法和装置
CN101383869B (zh) 一种语音报时方法、系统及移动终端
JP2008072464A (ja) 通信端末装置およびその制御方法
JP5493722B2 (ja) 携帯電話機、省電力モード切替方法および省電力モード切替プログラム
JP5176395B2 (ja) 携帯電子機器
US20100016017A1 (en) Power saving mobile phone and method thereof
TW201325283A (zh) 通訊終端設備及其緊急通訊方法
WO2010092994A1 (ja) 情報処理装置
KR100442942B1 (ko) 화상 이동통신 단말기의 통화모드에서 전원 제어를 통한배터리 소모량 절약방법
JP4579465B2 (ja) 移動体通信端末
JP2011087058A (ja) 携帯電話端末装置、消費電力低減方法、消費電力低減プログラムおよびプログラム記録媒体
CN111831100B (zh) 电子设备的控制方法、装置、存储介质及电子设备
CN113170014B (zh) 一种闹钟播放的方法、装置及电子设备
JP5891594B2 (ja) 携帯端末、携帯端末の消費電力制御方法、および携帯端末の制御プログラム

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: 09761237

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 12741820

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

REEP Request for entry into the european phase

Ref document number: 2009761237

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2009761237

Country of ref document: EP