WO2018010507A1 - Procédé de surveillance du réveil d'un système terminal, support de stockage, terminal et dispositif électronique - Google Patents

Procédé de surveillance du réveil d'un système terminal, support de stockage, terminal et dispositif électronique Download PDF

Info

Publication number
WO2018010507A1
WO2018010507A1 PCT/CN2017/087625 CN2017087625W WO2018010507A1 WO 2018010507 A1 WO2018010507 A1 WO 2018010507A1 CN 2017087625 W CN2017087625 W CN 2017087625W WO 2018010507 A1 WO2018010507 A1 WO 2018010507A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
wake
data packet
terminal system
terminal
Prior art date
Application number
PCT/CN2017/087625
Other languages
English (en)
Chinese (zh)
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 广东欧珀移动通信有限公司
Publication of WO2018010507A1 publication Critical patent/WO2018010507A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power
    • G06F1/3203Power management, i.e. event-based initiation of a power-saving mode
    • G06F1/3234Power saving characterised by the action undertaken
    • G06F1/329Power saving characterised by the action undertaken by task scheduling

Definitions

  • the embodiments of the present invention relate to the field of communications technologies, and in particular, to a wakeup monitoring method, a storage medium, a terminal, and an electronic device of a terminal system.
  • the application can wake up the terminal system by: wake-up by the data packet, that is, the application pushes the data packet through the application server to wake up the terminal system.
  • the embodiment of the invention provides a wake-up monitoring method for a terminal system, a storage medium, a terminal, and an electronic device, which can monitor and report an abnormal application program that frequently wakes up the terminal system through the data packet, thereby reducing power consumption of the terminal.
  • the embodiment of the present invention provides a storage medium, including a computer program, which is implemented by the processor, and implements the steps in the wake-up monitoring method of the terminal system provided by the embodiment of the present invention.
  • a detecting module configured to detect whether the terminal system is awakened by the application by the data packet
  • a statistic module configured to: when detecting that the terminal system is awake by the application by the data packet, the waking frequency of the terminal system being awake by the application program through the data packet;
  • a determining module configured to determine whether the wake-up frequency is greater than a preset frequency threshold
  • the reporting module is configured to report the application to the background management system when the wake-up frequency is greater than the preset frequency threshold.
  • An embodiment of the present invention provides an electronic device including a memory, a processor, and a computer program stored in the memory and operable in the processor.
  • the processor executes the computer program, the following steps are implemented. :
  • the embodiment of the invention provides a wake-up monitoring method for a terminal system, a storage medium, a terminal, and an electronic device, which can monitor and report an abnormal application program that frequently wakes up the terminal system through the data packet, thereby reducing power consumption of the terminal.
  • FIG. 1 is a schematic flowchart of a wakeup monitoring method of a terminal system according to an embodiment of the present invention.
  • FIG. 2 is another schematic flowchart of a wakeup monitoring method of a terminal system according to an embodiment of the present invention.
  • FIG. 3 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
  • FIG. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
  • FIG. 5 is another schematic structural diagram of an electronic device according to an embodiment of the present invention.
  • TCP Transmission Control Protocol
  • the embodiment of the invention provides a wake-up monitoring method for a terminal system, including:
  • the step of detecting whether the terminal system is awakened by the application by the data packet may include:
  • the method may further include:
  • the step of reporting the application to the background management system may include: reporting the identification information of the application to the background management system.
  • the step of acquiring the identifier information of the application that wakes up the terminal system may include:
  • the identification information of the application holding the wakelock wakelock is removed from the identification information of all the applications read, and the identification information of the remaining applications is the identification information of the application waking up the terminal system.
  • the step of acquiring the identifier information of the application that wakes up the terminal system may include:
  • the step of reporting the identification information of the application to the background management system may include: reporting the user identifier of the application to the background management system.
  • the step of counting the wake-up frequency of the terminal system by the application program to wake up by the data packet may include:
  • the accumulated terminal duration and the wakeup cumulative number of the terminal system being awake by the application by the data packet are counted;
  • the wake-up frequency is calculated according to the wake-up accumulation duration and the wake-up accumulation count.
  • the step of counting the wake-up frequency of the terminal system by the application program to wake up by the data packet may include:
  • the statistic terminal system is accumulated by the application through the wakeup of the data packet;
  • the wake-up frequency is calculated according to the second preset duration and the wake-up cumulative number.
  • the wake-up monitoring method of the terminal system provided by the embodiment of the present invention can be applied to a terminal, and the terminal includes, but is not limited to, an electronic device such as a mobile phone or a tablet computer.
  • the wakeup monitoring method of the terminal system includes the following steps:
  • Step 101 Detect whether the terminal system is woken up by the application by the data packet. If yes, execute step 102, otherwise, the processing ends.
  • the wake-up mode of the application wake-up terminal system is two, the wake-up of the data packet and the wake-up by the alarm alarm are used.
  • the Uevent can be added to the kernel of the terminal for the monitoring application to wake up the wake-up mode of the terminal system through the data packet.
  • the driver node wakeup_reasons after the terminal enters the sleep state, uses the drive node wakeup_reasons to record the information that the terminal system is awakened by the application through the data packet, and the recorded information may be a numerical value flag, for example, if the terminal system is not monitored by the application program. When the data packet wakes up, the value is marked as 0.
  • the value flag is updated to a value other than 0, for example, 1 or the like, which is not specifically limited herein. Therefore, in this step, it is possible to determine whether the terminal system is awake by the application through the data packet by detecting whether the value of the drive node wakeup_reasons changes.
  • Step 102 Count a wake-up frequency of the terminal system being awakened by the application by a data packet.
  • the wake-up frequency can be determined by the wake-up duration and the number of wake-ups.
  • Step 103 Determine whether the wake-up frequency is greater than a preset frequency threshold. If it is greater, perform step 104, otherwise end the process.
  • the preset frequency threshold can be set according to actual requirements. If the wake-up frequency is greater than the preset frequency threshold, the application frequently wakes up the terminal system through the data packet, and the application is an abnormal application.
  • Step 104 Report the application to the background management system.
  • the background management system may be a daemon, a background operation system, etc., after the application is reported to the background management system, the background management system may uninstall the application, or set a packet wakeup for the application. Restrictions, etc., to save power consumption of the terminal and ensure the normal use of the user.
  • the wake-up frequency of the terminal system being awake by the application program through the data packet is counted. If the wakeup frequency is greater than the preset frequency threshold, the application is reported to the background management system.
  • the background management system can timely discover the abnormal application of the terminal system through the data packet and process it according to the report of the terminal, thereby reducing the power consumption of the terminal and ensuring the normal use of the user.
  • the wakeup monitoring method of the terminal system may include the following steps:
  • Step 201 Detect whether the terminal system is woken up by the application by the data packet. If yes, execute step 202, otherwise, the processing ends.
  • the wake-up mode of the application wake-up terminal system is two, the wake-up of the data packet and the wake-up by the alarm alarm are used.
  • the Uevent can be added to the kernel of the terminal for the monitoring application to wake up the wake-up mode of the terminal system through the data packet.
  • the driver node wakeup_reasons after the terminal enters the sleep state, uses the drive node wakeup_reasons to record the information that the terminal system is awakened by the application through the data packet, and the recorded information may be a numerical value flag, for example, if the terminal system is not monitored by the application program. When the data packet wakes up, the value is marked as 0.
  • the value flag is updated to a value other than 0, for example, 1 or the like, which is not specifically limited herein. Therefore, in this step, it is possible to determine whether the terminal system is awake by the application through the data packet by detecting whether the value of the drive node wakeup_reasons changes.
  • Step 202 Read, by using a traffic statistics interface, identifier information of an application whose traffic is increased within a first preset duration before detecting that the terminal system is awake by the application packet.
  • the identification information of the application may be a User IDentity (UID) of the application.
  • UIDs can be used to uniquely identify an application.
  • step 201 It is detected in step 201 that the terminal system is awake by the application through the packet, but does not know which application is actually awake. Therefore, in step 202, the specific application for waking up the terminal system through the packet is determined.
  • the traffic statistics interface can be read to detect that the terminal system is passed by the application.
  • the traffic has an identification information of the application, and the first preset duration may be 1 second, 2 seconds, etc., and may be set according to actual requirements.
  • Step 203 Remove the identifier information of the application that holds the wakelock wakelock operation, and the identifier information of the remaining application is the identifier information of the application that wakes up the terminal system.
  • the terminal system is woken up by the application, if the application holds the wakelock wakelock, the application is allowed to continue to work.
  • the wakeup is usually considered as a normal wakeup. Therefore, in this embodiment, it is necessary to remove the identification information of the application holding the wakelock wakelock operation in the identification information of the application whose all traffic has been read, and the identification information of the remaining application is the record to be recorded by the invention. Awakening the identification information of the application of the terminal system.
  • Step 204 Count the wake-up frequency of the terminal system being awake by the application by the data packet.
  • the wake-up frequency of the wake-up by the application program by the application program may be counted within a second preset duration after the terminal system is detected by the application program to wake up by the data packet, and the second preset duration is It can be set according to actual statistical requirements, for example, set to four hours, eight hours, etc., and is not specifically limited herein.
  • the wakeup cumulative duration and the wakeup cumulative number that the application system wakes up by the application packet in the second preset duration may be counted, and the wakeup frequency is calculated according to the wakeup cumulative duration and the wakeup cumulative number.
  • the method of counting the cumulative duration of wakeup can be as follows:
  • a timer can be set for each application, and the timer of each application is cleared before starting the statistics.
  • the timer of the application corresponding to the identifier information is started to record the wake-up duration.
  • the terminal system After the terminal system wakes up once by the application, the terminal system accumulates a wake-up duration, and after reaching the second preset duration, reads the application.
  • the timer value corresponding to the program that is, the cumulative duration of wakeup corresponding to the application.
  • the method of counting the cumulative number of wakeups can be as follows:
  • a counter can be set for each application, and the counter of each application is cleared before starting the statistics.
  • the counter of the application corresponding to the identifier information is incremented by one.
  • the terminal system adds one to the counter, and after reaching the second preset duration, reads the corresponding program.
  • the counter value that is, the cumulative number of wakeups corresponding to the application.
  • the wakeup accumulation duration of the application may not be counted, and the wakeup cumulative number in the second preset duration may be directly counted, and the wakeup frequency may be calculated according to the second preset duration and the wakeup cumulative number, where No specific restrictions.
  • the step of counting the wake-up frequency of the terminal system by the application program to wake up by the data packet in step 204 may also include:
  • the statistic terminal system is accumulated by the application through the wakeup of the data packet;
  • the wake-up frequency is calculated according to the second preset duration and the wake-up cumulative number.
  • Step 205 Determine whether the wake-up frequency is greater than a preset frequency threshold. If it is greater, perform step 206, otherwise end the process.
  • the preset frequency threshold may be set according to actual data such as the second preset duration. If the wakeup frequency is greater than the preset frequency threshold, the application frequently wakes up the terminal system through the data packet, and the application is an abnormal application.
  • Step 206 Report the identification information of the application to the background management system.
  • the background management system may be a daemon, a background operation system, etc., after the application is reported to the background management system, the background management system may uninstall the application, or set a packet wakeup for the application. Restrictions, etc., to save power consumption of the terminal and ensure the normal use of the user.
  • the wake-up frequency of the terminal system being awake by the application program through the data packet is counted. If the wakeup frequency is greater than the preset frequency threshold, the application is reported to the background management system.
  • the background management system can timely discover the abnormal application of the terminal system through the data packet and process it according to the report of the terminal, thereby reducing the power consumption of the terminal and ensuring the normal use of the user.
  • the embodiment of the present invention further provides a terminal.
  • the terminal in this embodiment may include:
  • the detecting module 301 is configured to detect whether the terminal system is woken up by the application by the data packet.
  • the statistic module 302 is configured to count, when the terminal system is awake by the application by the data packet, the wake-up frequency of the terminal system being awake by the application program through the data packet.
  • the determining module 303 is configured to determine whether the wake-up frequency is greater than a preset frequency threshold.
  • the reporting module 304 is configured to report the application to the background management system when the wake-up frequency is greater than the preset frequency threshold.
  • the detecting module 301 can include:
  • the detecting submodule is configured to detect, by using the listening interface, whether the value of the driving node used to listen to the wakeup of the terminal system by the application packet changes.
  • a determining submodule configured to determine, when the detecting submodule detects that the value of the driving node changes, to determine that the terminal system is woken up by the application by the data packet.
  • the terminal may further include:
  • an obtaining module configured to acquire identification information of the application that wakes up the terminal system.
  • the reporting module 304 is configured to report the identification information of the application to the background management system.
  • the obtaining module may be configured to: obtain a user identifier of the application that wakes up the terminal system.
  • the reporting module 304 can be configured to: report the user identifier of the application to the background management system.
  • the obtaining module may include:
  • the reading sub-module is configured to read, by using the traffic statistics interface, identifier information of an application whose traffic has increased within a first preset duration before detecting that the terminal system is woken up by the application packet.
  • removing the submodule configured to remove, in the identification information of all the applications that are read, the identification information of the application that holds the wakelock wakelock work, and the identifier information of the remaining applications is the application that wakes up the terminal system Identification information.
  • the statistics module 302 can include:
  • the statistic sub-module is configured to count the accumulated wake-up duration and the wake-up cumulative number of the terminal system by the application wake-up by the application, after detecting that the terminal system is awake by the application by the data packet.
  • a calculating submodule configured to calculate the wakeup frequency according to the wakeup cumulative duration and the wakeup cumulative number.
  • the statistics module 302 can also be used to:
  • the statistic terminal system is accumulated by the application through the wakeup of the data packet;
  • the wake-up frequency is calculated according to the second preset duration and the wake-up cumulative number.
  • the detecting module may detect whether the terminal system is awake by the application program through the data packet, and once detecting that the terminal system is awake by the application program through the data packet, the statistic module counts the wake-up frequency of the terminal system being awake by the application program through the data packet. . If the determining module determines that the wake-up frequency is greater than the preset frequency threshold, the reporting module reports the application to the background management system. The background management system can timely discover the abnormal application of the terminal system through the data packet and process it according to the report of the terminal, thereby reducing the power consumption of the terminal and ensuring the normal use of the user.
  • the embodiment of the present invention provides a computer readable storage medium, including a computer program.
  • the computer program When the computer program is loaded and executed by a processor, the steps in the wakeup monitoring method of the terminal system provided by the embodiment of the present invention may be implemented.
  • An embodiment of the present invention further provides an electronic device, including a memory, a processor, and a computer program stored in the memory and operable in the processor, where the processor can implement the computer program The steps in the wakeup monitoring method of the terminal system provided by the embodiment of the invention.
  • the electronic device can be a mobile terminal device such as a smartphone or tablet.
  • FIG. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
  • the electronic device 400 can include components such as a memory 401, a processor 402, and a modem module 403. It will be understood by those skilled in the art that the electronic device structure illustrated in FIG. 4 does not constitute a limitation to the electronic device, and may include more or less components than those illustrated, or a combination of certain components, or different component arrangements.
  • Memory 401 can be used to store applications and data.
  • the application stored in the memory 401 contains executable code.
  • Applications can form various functional modules.
  • the processor 402 executes various functional applications and data processing by running an application stored in the memory 401.
  • the processor 402 is a control center of the electronic device, and connects various parts of the entire electronic device using various interfaces and lines, executes the electronic device by running or executing an application stored in the memory 401, and calling data stored in the memory 401.
  • the various functions and processing of data to provide overall monitoring of the electronic device.
  • the modem module 403 is for converting binary digital information into an analog signal that can be transmitted through a common public information system, or converting the received analog signal into a digital signal.
  • the above functions can be implemented by a dedicated modem.
  • the processor 402 in the electronic device loads the executable code corresponding to the process of one or more applications into the memory 401 according to the following instructions, and is executed by the processor 402 to be stored in the memory.
  • the application in 401 thus implementing the steps:
  • the processor 402 when the processor 402 performs the step of detecting whether the electronic device system is awake by the application through the data packet, the following steps may be performed:
  • the processor 402 may further perform the step of: acquiring identification information of the application that wakes up the electronic device system. .
  • the processor 402 may perform the following steps: reporting the identification information of the application to the background management system.
  • the processor 402 when performing the step of acquiring the identification information of the application that wakes up the electronic device system, the processor 402 may perform the following steps:
  • the identification information of the application holding the wake lock wakelock is removed from the identification information of all the applications read, and the identification information of the remaining applications is the identification information of the application waking up the electronic device system.
  • the processor 402 when performing the step of acquiring the identification information of the application that wakes up the electronic device system, may perform the following steps: acquiring the application that wakes up the electronic device system User identifier
  • the processor 402 may perform the following steps: reporting the user identifier of the application to the background management system.
  • the processor 402 when the processor 402 performs the step of counting the wake-up frequency of the electronic device system being waking up by the application by the data packet, the following steps may be performed:
  • the accumulated accumulated duration of the wake-up of the electronic device system by the application packet wake-up and the cumulative number of wake-up times are detected;
  • the wake-up frequency is calculated according to the wake-up accumulation duration and the wake-up accumulation count.
  • the processor 402 when the processor 402 performs the step of counting the wake-up frequency of the electronic device system being waking up by the application by the data packet, the following steps may be performed:
  • the cumulative number of wakeups that the electronic device system is awake by the application through the data packet is counted;
  • the wake-up frequency is calculated according to the second preset duration and the wake-up cumulative number.
  • FIG. 5 is another schematic structural diagram of an electronic device according to an embodiment of the present invention.
  • the electronic device 400 may further include a radio frequency (RF, Radio) Frequency circuit 404, input unit 405, and output unit 406.
  • RF radio frequency
  • the radio frequency circuit 404 can be used for transmitting and receiving information, or receiving and transmitting signals during a call. Specifically, after receiving the downlink information of the base station, the downlink information is processed by one or more processors 402. In addition, the data related to the uplink is sent to the base station. .
  • the input unit 405 can be configured to receive input digits, character information, or user characteristic information (such as fingerprints), and to generate keyboard, mouse, joystick, optical, or trackball signal inputs related to user settings and function controls.
  • the input unit 405 can include a touch-sensitive surface as well as other input devices. Touch-sensitive surfaces, also known as touch screens or trackpads.
  • the output unit 406 can be used to display information entered by the user or information provided to the user as well as various graphical user interfaces of the mobile terminal, which can be composed of graphics, text, icons, video, and any combination thereof.
  • output unit 406 can be a display panel.
  • the electronic device may further include a camera, a Bluetooth module, a wireless fidelity module, and the like, and details are not described herein again.
  • the division of the module is only a logical function division, and the actual implementation may have another division manner, for example, multiple modules or components may be combined or may be Integrate into another system, or some features can be ignored or not executed.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be in an electrical, mechanical or other form.
  • the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
  • each functional module in each embodiment of the present invention may be integrated into one processing module, or each module may exist physically separately, or two or more modules may be integrated into one module.
  • the above integrated modules can be implemented in the form of hardware or in the form of software functional modules.
  • the integrated modules, if implemented in the form of software functional modules and sold or used as separate products, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention, which is essential or contributes to the prior art, or all or part of the technical solution, may be embodied in the form of a software product stored in a storage medium.
  • a number of instructions are included to cause a computer device (which may be a personal computer, server, or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present invention.
  • the foregoing storage medium includes: a U disk, a mobile hard disk, a read only memory (ROM, Read-Only) Memory, random access memory (RAM), disk or optical disk, and other media that can store program code.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Telephonic Communication Services (AREA)
  • Telephone Function (AREA)

Abstract

L'invention porte sur un procédé de surveillance du réveil d'un système de terminal, sur un support de stockage, sur un terminal et sur un dispositif électronique. Le procédé de surveillance du réveil d'un système de terminal consiste à : détecter si le système de terminal est réveillé par une application au moyen d'un paquet de données; si tel est le cas, à compter la fréquence de réveil du système terminal réveillé par l'application au moyen de paquets de données; déterminer si la fréquence de réveil est supérieure à un seuil de fréquence prédéterminé; et si tel est le cas, rapporter l'application à un système de gestion d'arrière-plan.
PCT/CN2017/087625 2016-07-11 2017-06-08 Procédé de surveillance du réveil d'un système terminal, support de stockage, terminal et dispositif électronique WO2018010507A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610547299.1 2016-07-11
CN201610547299.1A CN106227321B (zh) 2016-07-11 2016-07-11 一种终端系统的唤醒监控方法及终端

Publications (1)

Publication Number Publication Date
WO2018010507A1 true WO2018010507A1 (fr) 2018-01-18

Family

ID=57519697

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/087625 WO2018010507A1 (fr) 2016-07-11 2017-06-08 Procédé de surveillance du réveil d'un système terminal, support de stockage, terminal et dispositif électronique

Country Status (2)

Country Link
CN (1) CN106227321B (fr)
WO (1) WO2018010507A1 (fr)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109901697A (zh) * 2019-03-04 2019-06-18 上海卓易科技股份有限公司 一种降低系统功耗的方法、装置、设备及介质
CN112147702A (zh) * 2020-09-27 2020-12-29 潍柴动力股份有限公司 车载终端的拆除检测方法、装置、车载终端及存储介质
CN112540666A (zh) * 2019-09-20 2021-03-23 中兴通讯股份有限公司 应用解冻方法、终端设备、计算机设备和计算机可读介质
CN113055921A (zh) * 2021-03-29 2021-06-29 中国联合网络通信集团有限公司 故障处理方法和终端
CN113114862A (zh) * 2021-03-29 2021-07-13 中国联合网络通信集团有限公司 语音信箱的故障处理方法和服务器
CN113127214A (zh) * 2019-12-30 2021-07-16 中移(成都)信息通信科技有限公司 一种定时唤醒处理方法、装置、终端设备及存储介质
CN114422881A (zh) * 2022-01-18 2022-04-29 宁波东海集团有限公司 一种低功率通讯方法、系统、存储介质及智能终端

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106227321B (zh) * 2016-07-11 2018-01-26 广东欧珀移动通信有限公司 一种终端系统的唤醒监控方法及终端
CN107168851B (zh) * 2017-05-08 2019-02-05 Oppo广东移动通信有限公司 信息处理方法、装置和移动终端
CN108008979B (zh) * 2017-11-28 2021-10-22 深圳天珑无线科技有限公司 终端唤醒的管理方法及其终端、存储介质
CN110727337B (zh) * 2019-10-18 2021-04-27 东莞市小精灵教育软件有限公司 获取系统功耗信息的方法及装置及存储介质及电子设备

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104184907A (zh) * 2013-05-27 2014-12-03 腾讯科技(深圳)有限公司 终端应用软件在待机状态下的唤醒数据的检测方法及终端
CN104221445A (zh) * 2013-11-15 2014-12-17 华为终端有限公司 一种唤醒终端系统的方法及终端
CN104298584A (zh) * 2013-07-19 2015-01-21 贝壳网际(北京)安全技术有限公司 耗电异常的应用程序获取方法、装置和移动终端
CN106227321A (zh) * 2016-07-11 2016-12-14 广东欧珀移动通信有限公司 一种终端系统的唤醒监控方法及终端

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104184907A (zh) * 2013-05-27 2014-12-03 腾讯科技(深圳)有限公司 终端应用软件在待机状态下的唤醒数据的检测方法及终端
CN104298584A (zh) * 2013-07-19 2015-01-21 贝壳网际(北京)安全技术有限公司 耗电异常的应用程序获取方法、装置和移动终端
CN104221445A (zh) * 2013-11-15 2014-12-17 华为终端有限公司 一种唤醒终端系统的方法及终端
CN106227321A (zh) * 2016-07-11 2016-12-14 广东欧珀移动通信有限公司 一种终端系统的唤醒监控方法及终端

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109901697A (zh) * 2019-03-04 2019-06-18 上海卓易科技股份有限公司 一种降低系统功耗的方法、装置、设备及介质
CN112540666A (zh) * 2019-09-20 2021-03-23 中兴通讯股份有限公司 应用解冻方法、终端设备、计算机设备和计算机可读介质
CN113127214A (zh) * 2019-12-30 2021-07-16 中移(成都)信息通信科技有限公司 一种定时唤醒处理方法、装置、终端设备及存储介质
CN113127214B (zh) * 2019-12-30 2024-02-06 中移(成都)信息通信科技有限公司 一种定时唤醒处理方法、装置、终端设备及存储介质
CN112147702A (zh) * 2020-09-27 2020-12-29 潍柴动力股份有限公司 车载终端的拆除检测方法、装置、车载终端及存储介质
CN113055921A (zh) * 2021-03-29 2021-06-29 中国联合网络通信集团有限公司 故障处理方法和终端
CN113114862A (zh) * 2021-03-29 2021-07-13 中国联合网络通信集团有限公司 语音信箱的故障处理方法和服务器
CN113055921B (zh) * 2021-03-29 2022-09-23 中国联合网络通信集团有限公司 故障处理方法和终端
CN113114862B (zh) * 2021-03-29 2022-12-02 中国联合网络通信集团有限公司 语音信箱的故障处理方法和服务器
CN114422881A (zh) * 2022-01-18 2022-04-29 宁波东海集团有限公司 一种低功率通讯方法、系统、存储介质及智能终端
CN114422881B (zh) * 2022-01-18 2023-08-25 宁波东海集团有限公司 一种低功率通讯方法、系统、存储介质及智能终端

Also Published As

Publication number Publication date
CN106227321A (zh) 2016-12-14
CN106227321B (zh) 2018-01-26

Similar Documents

Publication Publication Date Title
WO2018010507A1 (fr) Procédé de surveillance du réveil d'un système terminal, support de stockage, terminal et dispositif électronique
WO2018076861A1 (fr) Procédé, appareil, support d'informations, serveur et système de commande de transmission de données
WO2018076867A1 (fr) Procédé, dispositif et système de suppression de sauvegarde de données, support de mémoire et serveur
WO2017206875A1 (fr) Procédé et appareil de traitement basés sur un paquet de données, support de stockage et dispositif électronique
WO2017206862A1 (fr) Procédé et appareil de traitement basés sur un verrouillage d'écran lumineux, support de stockage, et dispositif électronique
WO2017067293A1 (fr) Procédé et dispositif de déverrouillage par empreinte digitale, et terminal
WO2018129977A1 (fr) Procédé et appareil de commande de charge, support de stockage et dispositif informatique
WO2018214320A1 (fr) Procédé et système de surveillance de logique de service de base de données, et support de stockage
WO2017206880A1 (fr) Procédé et appareil de traitement de données de terminal, support d'informations et dispositif électronique
WO2018018772A1 (fr) Procédé de gestion de processus d'arrière-plan et dispositif terminal
WO2018233352A1 (fr) Procédé de transmission de données, dispositif, terminal, et support de stockage lisible par ordinateur
WO2018161593A1 (fr) Procédé de traitement de diffusion, dispositif, support de stockage, et dispositif terminal
WO2018076841A1 (fr) Procédé de partage de données, appareil, support de stockage, et serveur
WO2015143776A1 (fr) Procédé et système de transmission multimédia à économie d'énergie multimode
WO2018192164A1 (fr) Procédé, dispositif et système permettant de réduire la consommation d'énergie d'une interface de type c
WO2018161601A1 (fr) Procédé de réglage de rétroéclairage d'écran, support de stockage et dispositif électronique
WO2017206890A1 (fr) Procédé et appareil de traitement basé sur un verrouillage de réveil, support de stockage, et dispositif électronique
WO2016184330A1 (fr) Procédé et dispositif de déverrouillage d'écran, et support d'informations
WO2014200319A1 (fr) Terminal et son procédé de synchronisation d'application
WO2014180329A1 (fr) Procédé et dispositif d'ajustement de fréquence d'éveil de terminal intelligent
WO2018171534A1 (fr) Procédé de commande d'alimentation électrique de double appareil photo de terminal mobile, système, et terminal mobile.
WO2018161580A1 (fr) Procédé et appareil de commande de diffusion, support de stockage, et dispositif électronique
WO2018076890A1 (fr) Procédé de sauvegarde de données, dispositif, support d'informations, serveur et système
WO2019100593A1 (fr) Procédé de mise en veille et de mise en service de télévision, télévision et support de stockage lisible par ordinateur
WO2017206886A1 (fr) Procédé et appareil de déverrouillage d'activation, support d'informations et dispositif électronique

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

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

Country of ref document: EP

Kind code of ref document: A1