TWI651653B - Power saving processing method for mobile terminal and power saving processing system - Google Patents

Power saving processing method for mobile terminal and power saving processing system Download PDF

Info

Publication number
TWI651653B
TWI651653B TW106119256A TW106119256A TWI651653B TW I651653 B TWI651653 B TW I651653B TW 106119256 A TW106119256 A TW 106119256A TW 106119256 A TW106119256 A TW 106119256A TW I651653 B TWI651653 B TW I651653B
Authority
TW
Taiwan
Prior art keywords
application
user
mobile terminal
time
module
Prior art date
Application number
TW106119256A
Other languages
Chinese (zh)
Other versions
TW201903607A (en
Inventor
楊昌勳
Original Assignee
鴻海精密工業股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 鴻海精密工業股份有限公司 filed Critical 鴻海精密工業股份有限公司
Priority to TW106119256A priority Critical patent/TWI651653B/en
Publication of TW201903607A publication Critical patent/TW201903607A/en
Application granted granted Critical
Publication of TWI651653B publication Critical patent/TWI651653B/en

Links

Classifications

    • 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
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

本發明涉及一種移動終端的省電處理方法,所述方法包括以下步驟:設定應用程式的監控時間長度T;從接收使用者操作所述應用程式時的操作指令作為計時起點,統計每個所述應用程式的閒置時間t,所述閒置時間t是指所述應用程式在開啟後未接收到使用者發出的操作指令所持續的時間;判斷t與T之間的關係,若t<T,則返回上一步;若t=T,則關閉所述應用程式。 The present invention relates to a power saving processing method for a mobile terminal, the method comprising the steps of: setting a monitoring time length T of an application; and receiving an operation instruction when the user operates the application as a timing starting point, and counting each of the The idle time t of the application, which is the time during which the application does not receive the operation command issued by the user after being turned on; determining the relationship between t and T, if t<T, Go back to the previous step; if t=T, close the application.

Description

移動終端的省電處理方法及移動終端的省電處理系統 Power saving processing method of mobile terminal and power saving processing system of mobile terminal

本發明屬於移動終端領域,尤其涉及一種移動終端的省電處理方法及移動終端的省電處理系統。 The present invention belongs to the field of mobile terminals, and in particular, to a power saving processing method for a mobile terminal and a power saving processing system for the mobile terminal.

現有的移動終端,例如手機,很多都是具有多執行緒作業系統,支援同時運行多個應用程式。當要開啟一個新的應用程式時,不需要關閉當前顯示的應用程式,而是直接把當前應用程式切換至後臺運行,開啟的新應用程式則顯示在當前介面。多個應用程式在後臺運行,使用者如果不特意去查看的話,是不清楚當前系統的後臺是否還有應用程式在運行,這樣容易導致在移動終端待機後仍有一些應用程式在後臺繼續運行,增加了功耗,減短了移動終端的電池的使用時間。 Many existing mobile terminals, such as mobile phones, have a multi-threaded operating system that supports running multiple applications simultaneously. When you want to open a new application, you don't need to close the currently displayed application. Instead, you can switch the current application to the background and the new application will be displayed in the current interface. Multiple applications run in the background. If the user does not want to check it, it is unclear whether there is still an application running in the background of the current system. This will easily cause some applications to continue running in the background after the mobile terminal is in standby. The power consumption is increased, and the battery life of the mobile terminal is shortened.

本發明的目的在於提供一種移動終端的省電處理方法,旨在解決現有技術中存在的在多執行緒作業系統中,應用程式開啟後使用者未實際使用,造成的應用程式在後臺運行浪費電力的問題。 An object of the present invention is to provide a power saving processing method for a mobile terminal, which aims to solve the problem in the prior art that in the multi-thread operating system, after the application is opened, the user does not actually use the application, and the application runs waste power in the background. The problem.

一種移動終端的省電處理方法,所述方法包括以下步驟:(1)設定應用程式的監控時間長度T; (2)從接收使用者操作所述應用程式時的操作指令作為計時起點,統計每個所述應用程式的閒置時間t,所述閒置時間t是指所述應用程式在開啟後未接收到使用者發出的操作指令所持續的時間;(3)判斷t與T之間的關係,若t<T,則返回步驟(2);(4)若t=T,則關閉所述應用程式。 A power saving processing method for a mobile terminal, the method comprising the following steps: (1) setting a monitoring time length T of an application; (2) counting the idle time t of each of the applications from the operation command when the user operates the application as a timing start point, where the idle time t means that the application is not received after being turned on. (3) Determine the relationship between t and T. If t < T, return to step (2); (4) if t = T, close the application.

進一步地,在設定應用程式的監控時間長度T之前還包括選擇需要監控的應用程式的步驟。 Further, before setting the monitoring time length T of the application, the step of selecting an application to be monitored is further included.

進一步地,從移動終端工作管理員中統計所述時間長度t。 Further, the length of time t is counted from the mobile terminal job manager.

進一步地,還包括在t=T-t1時刻,向用戶發出即將關閉所述應用程式提示資訊的步驟,其中t1為用戶設定的一個時間值,且t1<t。 Further, it is further included that, at time t=T-t1, the user is prompted to close the application prompt information, where t1 is a time value set by the user, and t1<t.

進一步地,所述提示資訊可以是燈光、語音、警報聲或者資訊框。 Further, the prompt information may be a light, a voice, an alarm sound or an information frame.

進一步地,關閉所述應用程式的方法包括使用者根據提示資訊手動關閉所述應用程式或者是移動終端自動關閉所述應用程式。 Further, the method for closing the application includes the user manually closing the application according to the prompt information or the mobile terminal automatically closing the application.

一種移動終端省電處理系統,其中,所述系統包括:設定模塊,用於設定所述應用程式的監控時間長度T;計時模塊,從接收使用者操作所述應用程式時的操作指令作為計時起點,統計所述應用程式接收到使用者的下一次操作指令所需的時間長度t;比較模塊,用於比較所述應用程式接收到使用者發出的下一次操作指令的時間長度t與T之間的關係得出判斷結果;以及關閉模塊,根據比較結果,在t=T時刻關閉所述應用程式。 A mobile terminal power-saving processing system, wherein the system comprises: a setting module, configured to set a monitoring time length T of the application; and a timing module, which is used as a timing starting point when receiving an operation instruction when the user operates the application The time length t required by the application to receive the next operation instruction of the user; the comparison module is configured to compare the length of time t and T between the application receiving the next operation instruction sent by the user The relationship is judged; and the module is closed, and the application is closed at t=T according to the comparison result.

進一步地,所述系統還包括選擇模塊,所述選擇模塊用於選擇需要監控的應用程式。 Further, the system further includes a selection module for selecting an application to be monitored.

進一步地,所述系統還包括使用者操作指令檢測模塊,所述使用者操作指令檢測模塊用於接受使用者發出的操作每個所述應用程式的操作指令。 Further, the system further includes a user operation instruction detection module, and the user operation instruction detection module is configured to accept an operation instruction issued by the user for each of the application programs.

進一步地,還包括提示模塊,所述提示模塊用於在預定時刻,向用戶發出即將關閉所述應用程式的提示資訊。 Further, the method further includes a prompting module, configured to send a prompt message to the user that the application is to be closed at a predetermined time.

與現有技術相比,本發明提供的的移動終端的省電處理方法,及移動終端省電處理系統,通過在移動終端系統中設定應用程式的監控時間長度T;從接收使用者操作所述應用程式時的操作指令作為計時起點,統計所述應用程式接收到使用者的下一次操作指令所需的時間長度t;若所述應用程式接收到使用者的下一次操作指令的時間長度t<T,則是重新開始計時;在t=T的時刻關閉所述應用程式。如此是通過即時監控,關掉用戶開啟、在後臺運行的應用程式,進而減少部必要的應用程式的啟動,以達到省電的目的。 Compared with the prior art, the power saving processing method of the mobile terminal provided by the present invention, and the power saving processing system of the mobile terminal, by setting the monitoring time length T of the application program in the mobile terminal system; operating the application from the receiving user The operation instruction of the program is used as a timing starting point, and the length of time t required by the application to receive the next operation instruction of the user is counted; if the application receives the next operation instruction of the user, the length of time t<T , it is to restart the timing; close the application at t=T. In this way, through instant monitoring, the application that is opened by the user and running in the background is turned off, thereby reducing the startup of the necessary applications to save power.

100‧‧‧省電處理方法 100‧‧‧Power saving treatment method

200‧‧‧移動終端的省電處理系統 200‧‧‧Power-saving processing system for mobile terminals

201‧‧‧選擇模組 201‧‧‧Selection module

202‧‧‧設定模組 202‧‧‧Setting module

203‧‧‧使用者操作指令檢測模組 203‧‧‧User operation command detection module

204‧‧‧計時模組 204‧‧‧Time Module

205‧‧‧比較模組 205‧‧‧Comparative Module

206‧‧‧提示模組 206‧‧‧ prompt module

207‧‧‧關閉模組 207‧‧‧Close module

圖1是本發明第一實施例提供的移動終端的省電處理方法的流程圖。 FIG. 1 is a flowchart of a power saving processing method of a mobile terminal according to a first embodiment of the present invention.

圖2是本發明第二實施例提供的移動終端省電處理系統的模塊圖。 2 is a block diagram of a power saving processing system for a mobile terminal according to a second embodiment of the present invention.

下面結合將結合附圖及實施例,對本發明提供的移動終端的省電處理方法及移動終端的省電處理系統作進一步的詳細說明。 The power saving processing method of the mobile terminal and the power saving processing system of the mobile terminal provided by the present invention will be further described in detail below in conjunction with the accompanying drawings and embodiments.

請參閱圖1,為本發明提供的一種移動終端的省電處理方法100,其包括步驟: 第一步101:選擇移動終端中需要監控的應用程式。移動終端,譬如手機,其一般安裝很多應用程式,所述應用程式包括偏硬體類的應用程式以及軟體類的應用程式。硬體類的應用程式程式一般是指移動終端設備出廠時自帶的應用程式,譬如包括相機、收音機、NFC(Near Field Communication,近場通訊)模組、指紋解鎖模組、投影模組、手電筒等。軟體類的應用程式譬如包 括:地圖(map),郵箱等各類用戶自行裝載在手機上的APP類軟體。所以,每個使用者可以在移動終端的工作管理員中根據自身的需要選擇需要監控的應用程式。每次需要監控的應用程式可以是一個,也可以是多個。 Referring to FIG. 1 , a power saving processing method 100 for a mobile terminal according to the present invention includes the following steps: Step 101: Select an application to be monitored in the mobile terminal. Mobile terminals, such as mobile phones, typically have a number of applications installed, including hard-to-hardware applications and software-based applications. A hardware application generally refers to an application that comes with the mobile terminal device, such as a camera, a radio, a NFC (Near Field Communication) module, a fingerprint unlocking module, a projection module, and a flashlight. Wait. Software-like applications such as packages Including: map (map), mailbox and other types of users to load their own APP software on the phone. Therefore, each user can select an application to be monitored according to his/her needs in the work manager of the mobile terminal. The number of applications that need to be monitored each time can be one or multiple.

第二步102:設定所述應用程式的監控時間長度T。使用者根據自身需要設定所述移動終端每隔多長時間監控一次所述應用程式的使用情況。每個所述應用程式的監控時間可以相同,也可以不同。 Step 2: Set the monitoring time length T of the application. The user sets how long the mobile terminal monitors the usage of the application according to its own needs. The monitoring time of each of the applications may be the same or different.

第三步103:從每次接收使用者操作所述應用程式時的操作指令作為計時起點,統計每個所述應用程式自計時起點後的閒置時間t,所述閒置時間t是指所述應用程式在開啟後未接收到使用者發出的操作指令所持續的時間。 In the third step 103, the idle time t after each of the application self-timed starting points is counted from the operation instruction when the user operates the application program, and the idle time t refers to the application. The time that the program does not receive the operation command issued by the user after it is turned on.

第四步104:判斷t與T之間的關係,若t<T,則返回到上一步,也即重新統計每個所述應用程式的閒置時間t。t<T,代表用戶在設定的時間長度內再次使用了所述應用程式,所以不對該應用程式進行關閉。 Step 104: Determine the relationship between t and T. If t < T, return to the previous step, that is, re-count the idle time t of each of the applications. t<T means that the user has used the application again for a set length of time, so the application is not closed.

第五步105:在t靠近T的某個時刻,譬如是t=T-t1時刻向用戶發出即將關閉所述應用程式的提示資訊的步驟。t1是使用者根據自身的情況設定的一個時間長度,在關閉所述應用程式前向使用者發出提醒關閉所述應用程式的提示資訊,優選地,是t1<t。 Step 5: At a certain time when t is close to T, for example, t=T-t1, the user is prompted to close the prompt information of the application. T1 is a length of time set by the user according to his or her own situation. Before the application is closed, the user is prompted to close the application, preferably t1<t.

譬如,設定的某個應用程式的監控時間長度T為10分鐘,設定t1=1分鐘,則是在t=9分鐘的時刻向使用者發出提示資訊。所述提示資訊可以是燈光、語音、警報聲或者資訊框。當然,此一步驟也不是必須。 For example, if the set monitoring time T of an application is 10 minutes, and t1=1 minutes, the user will be prompted at t=9 minutes. The prompt information may be a light, a voice, an alarm sound or an information box. Of course, this step is not necessary.

第六步106:若t=T,則代表在整個監控時間長度用戶都未操作或者是使用所述應用程式,所以,在t=T時刻即關閉所述應用程式,從而達到省電的目的。關閉所述應用程式的方法包括使用者根據提示資訊手動關閉所述應用程式或者是移動終端自動關閉所述應用程式。可以理解,上述的步驟只是針對一個應用程式的,如果有多個應用程式,則其T和t都可以分別單獨設定或者計算。 Step 6106: If t=T, it means that the user has not operated or used the application for the entire monitoring time. Therefore, the application is closed at t=T, thereby achieving the purpose of power saving. The method of closing the application includes the user manually closing the application according to the prompt information or the mobile terminal automatically closing the application. It can be understood that the above steps are only for one application. If there are multiple applications, both T and t can be set or calculated separately.

請參閱圖2,為本發明第二實施例提供的一種移動終端的省電處理系統200的模組圖。所述移動終端省電處理系統200包括選擇模組201,設定模組202,使用者操作指令檢測模組203、計時模組204、比較模組205,提示模組206以及關閉模組207;所述選擇模組201,設定模組202,使用者操作指令檢測模組203、計時模組204、比較模組205,提示模組206以及關閉模組207相互電性連接。 2 is a block diagram of a power saving processing system 200 for a mobile terminal according to a second embodiment of the present invention. The mobile terminal power-saving processing system 200 includes a selection module 201, a setting module 202, a user operation command detection module 203, a timing module 204, a comparison module 205, a prompt module 206, and a shutdown module 207; The selection module 201, the setting module 202, the user operation command detection module 203, the timing module 204, the comparison module 205, the prompt module 206 and the shutdown module 207 are electrically connected to each other.

所述選擇模組201用於供使用者選擇需要監控的應用程式。所述應用程式包括偏硬體類的應用程式以及軟體類的應用程式。硬體類的應用程式程式一般是指移動終端設備出廠時自帶的應用程式,譬如包括相機、收音機、NFC(Near Field Communication,近場通訊)模組、指紋解鎖模組、投影模組、手電筒等。軟體類的應用程式譬如包括:地圖(map),郵箱等各類用戶自行裝載在手機上的APP類軟體。所以,每個使用者可以在移動終端的工作管理員中根據自身的需要選擇需要監控的應用程式。每次需要監控的應用程式可以是一個,也可以是多個。 The selection module 201 is used for the user to select an application to be monitored. The application includes a hardware-like application and a software-based application. A hardware application generally refers to an application that comes with the mobile terminal device, such as a camera, a radio, a NFC (Near Field Communication) module, a fingerprint unlocking module, a projection module, and a flashlight. Wait. Software-based applications include, for example, maps, mailboxes, and other APP-like software that users load on their phones. Therefore, each user can select an application to be monitored according to his/her needs in the work manager of the mobile terminal. The number of applications that need to be monitored each time can be one or multiple.

所述設定模組202用於供使用者設定每個所述應用程式的監控時間長度T。使用者根據自身需要設定所述移動終端每隔多長時間監控一次所述應用程式的使用情況。每個所述應用程式的監控時間可以相同,也可以不同。 The setting module 202 is configured to allow a user to set a monitoring time length T of each of the applications. The user sets how long the mobile terminal monitors the usage of the application according to its own needs. The monitoring time of each of the applications may be the same or different.

所述使用者操作指令檢測模組203用於接受並且存儲使用者發出的操作每個所述應用程式的操作指令。 The user operation instruction detection module 203 is configured to accept and store an operation instruction issued by the user for each of the applications.

所述計時模組204用於每次從接收使用者操作所述應用程式時的操作指令作為計時起點,統計每個所述應用程式的閒置時間t,所述閒置時間t是指所述應用程式在開啟後未接收到使用者發出的操作指令所持續的時間。 The timing module 204 is configured to count, as a timing start point, an operation instruction of the application when the user operates the application, and calculate an idle time t of each of the applications, where the idle time t refers to the application. The time during which the operation command issued by the user is not received after being turned on.

所述比較模組205用於比較所述閒置時間t與所述監控時間長度T之間的關係得出比較結果,以便使所述關閉模組207是否啟動關閉的動作。 The comparison module 205 is configured to compare the relationship between the idle time t and the monitoring time length T to obtain a comparison result, so as to enable the shutdown module 207 to initiate a shutdown action.

若閒置時間t<T,則代表用戶在設定的時間長度內再次使用了所述應用程式,則計時模組204是以下一次接收到所述應用程式的操作指令作為計時起點,重新統計每個所述應用程式的閒置時間t。 If the idle time t<T, the user re-uses the application program within the set time length, the timing module 204 receives the operation command of the application program as the timing start point, and re-counts each of the devices. The idle time t of the application.

所述提示模組206用於在預定時刻,向用戶發出即將關閉所述應用程式的提示資訊。所述提示模組206可以根據使用者的需要決定是否需要開啟,也即,開啟了所述提示模組206,則會發出提示資訊,若未開啟所述提示模組,則不會向使用者發出提示資訊。 The prompting module 206 is configured to send a prompt message to the user that the application is to be closed at a predetermined time. The prompting module 206 can determine whether it needs to be opened according to the needs of the user, that is, when the prompting module 206 is turned on, the prompting information is sent, and if the prompting module is not turned on, the prompting module is not displayed to the user. Send a message.

優選地,是在t非常靠近T的某個時刻,譬如是t=T-t1時刻向用戶發出即將關閉所述應用程式的提示資訊的步驟。t1是使用者根據自身的情況在關閉所述應用程式前設定的一個時間長度,在關閉所述應用程式前向使用者發出提醒關閉所述應用程式的提示資訊,優選地,是t>t1。 Preferably, the step of prompting the user to close the application is issued at a time t is very close to T, such as t=T-t1. T1 is a length of time set by the user before closing the application according to his or her own situation. Before the application is closed, the user is prompted to close the application, preferably t>t1.

譬如,設定的某個應用程式的監控時間長度T為10分鐘,設定t1=1分鐘,則是在t=9分鐘的時刻向使用者發出提示資訊。所述提示資訊可以是燈光、語音、警報聲或者資訊框。當然,此一步驟也不是必須。 For example, if the set monitoring time T of an application is 10 minutes, and t1=1 minutes, the user will be prompted at t=9 minutes. The prompt information may be a light, a voice, an alarm sound or an information box. Of course, this step is not necessary.

所述提示資訊可以是燈光、語音、警報聲或者資訊框。 The prompt information may be a light, a voice, an alarm sound or an information box.

所述關閉模組207用於根據比較模組206的比較結果,決定是否關閉所述應用程式。在本實施方式中,是在t=T時刻關閉所述應用程式,因為閒置時間t=T,則代表在整個監控時間長度用戶都未操作或者是使用所述應用程式從而達到省電的目的,關閉所述應用程式的方法包括使用者根據提示資訊手動關閉所述應用程式或者是移動終端自動關閉所述應用程式。可以理解上述的步驟只是對一個應用程式的。如果有多個應用程式,則其T和t都可以分別單獨設定或者計算 The shutdown module 207 is configured to determine whether to close the application according to the comparison result of the comparison module 206. In the present embodiment, the application is closed at time t=T, because the idle time t=T represents that the user has not operated or used the application for the purpose of power saving for the entire monitoring time. The method of closing the application includes the user manually closing the application according to the prompt information or the mobile terminal automatically closing the application. It can be understood that the above steps are only for one application. If there are multiple applications, both T and t can be set or calculated separately.

綜上所述,本發明提供的移動終端的省電處理方法100,及移動終端的省電處理系統200,通過在移動終端系統中設定應用程式的監控時間長度T;從接收使用者操作所述應用程式時的操作指令作為計時起點,統計每個所述應用程式的閒置時間t,所述閒置時間t是指所述應用程式在開啟後未接收到使用 者發出的操作指令所持續的時間。若t<T,則是重新開始計時;若t=T,則在此時刻關閉所述應用程式。如此是通過即時監控,關掉用戶開啟、在後臺運行的應用程式,進而減少不必要的應用程式的啟動,以達到省電的目的。 In summary, the power saving processing method 100 of the mobile terminal and the power saving processing system 200 of the mobile terminal provided by the present invention set the monitoring time length T of the application program in the mobile terminal system; The operation command at the time of application is used as a timing start point, and the idle time t of each of the applications is counted, and the idle time t means that the application is not received after being turned on. The duration of the operation command issued by the person. If t < T, the timing is restarted; if t = T, the application is closed at this time. This is achieved by instant monitoring, turning off applications that users open and running in the background, thereby reducing unnecessary application startup to save power.

綜上所述,本發明確已符合發明專利之要件,遂依法提出專利申請。惟,以上所述者僅為本發明之較佳實施方式,自不能以此限制本案之申請專利範圍。舉凡熟悉本案技藝之人士援依本發明之精神所作之等效修飾或變化,皆應涵蓋於以下申請專利範圍內。 In summary, the present invention has indeed met the requirements of the invention patent, and has filed a patent application according to law. However, the above description is only a preferred embodiment of the present invention, and it is not possible to limit the scope of the patent application of the present invention. Equivalent modifications or variations made by persons skilled in the art in light of the spirit of the invention are intended to be included within the scope of the following claims.

Claims (7)

一種移動終端的省電處理方法,所述方法包括以下步驟:(1)設定應用程式的監控時間長度T;(2)從接收使用者操作所述應用程式時的操作指令作為計時起點,從移動終端工作管理員中統計每個所述應用程式的閒置時間t,所述閒置時間t是指所述應用程式在開啟後未接收到使用者發出的操作指令所持續的時間;(3)判斷t與T之間的關係,若t<T,則返回步驟(2);且在t=T-t1時刻,向用戶發出即將關閉所述應用程式提示資訊的步驟,其中t1為用戶設定的一個時間值,且t1<t;(4)若t=T,則關閉所述應用程式。 A power saving processing method for a mobile terminal, the method comprising the steps of: (1) setting a monitoring time length T of an application; and (2) receiving an operation instruction when the user operates the application as a timing starting point, moving from The terminal work manager counts the idle time t of each of the applications, and the idle time t refers to the time during which the application does not receive the operation instruction issued by the user after being turned on; (3) determining t The relationship between T and T returns to step (2); and at time t=T-t1, the user is prompted to close the application prompt information, where t1 is a time set by the user. Value, and t1 < t; (4) If t = T, the application is closed. 如請求項1所述的移動終端的省電處理方法,其中,在設定應用程式的監控時間長度T之前還包括選擇需要監控的應用程式的步驟。 The power saving processing method of the mobile terminal according to claim 1, wherein the step of selecting an application to be monitored is further included before setting the monitoring time length T of the application. 如請求項1所述的移動終端的省電處理方法,其中,所述提示資訊可以是燈光、語音、警報聲或者資訊框。 The power saving processing method of the mobile terminal according to claim 1, wherein the prompt information may be a light, a voice, an alarm sound, or an information frame. 如請求項3所述的移動終端的省電處理方法,其中,關閉所述應用程式的方法包括使用者根據提示資訊手動關閉所述應用程式或者是移動終端自動關閉所述應用程式。 The power saving processing method of the mobile terminal according to claim 3, wherein the method for closing the application comprises the user manually closing the application according to the prompt information or the mobile terminal automatically closing the application. 一種移動終端省電處理系統,其中,所述系統包括:設定模組,用於設定所述應用程式的監控時間長度T;計時模組,從接收使用者操作所述應用程式時的操作指令作為計時起點,統計所述應用程式接收到使用者的下一次操作指令所需的時間長度t;比較模組,用於比較所述應用程式接收到使用者發出的下一次操作指令的時間長度t與T之間的關係得出比較結果;提示模組,所述提示模組用於在預定時刻t=T-t1時,向用戶發出即將關閉所述應用程式的提示資訊,其中t1為用戶設定的一個時間值,且t1<t;以及 關閉模組,根據比較結果,在t=T時刻關閉所述應用程式。 A mobile terminal power-saving processing system, wherein the system includes: a setting module, configured to set a monitoring time length T of the application; and a timing module, which receives an operation instruction when the user operates the application a timing start point, which is used to count the length of time t required by the application to receive the next operation instruction of the user; and a comparison module for comparing the length of time t between the application receiving the next operation instruction issued by the user and The relationship between the T results in a comparison result; the prompting module is configured to send a prompt message to the user that the application is to be closed when the predetermined time t=T-t1, where t1 is set by the user. a time value, and t1 < t; The module is closed, and according to the comparison result, the application is closed at time t=T. 如請求項5所述的移動終端的省電處理系統,其中,所述系統還包括選擇模組,所述選擇模組用於選擇需要監控的應用程式。 The power saving processing system of the mobile terminal of claim 5, wherein the system further comprises a selection module, wherein the selection module is configured to select an application to be monitored. 如請求項6所述的移動終端的省電處理系統,其中,所述系統還包括使用者操作指令檢測模組,所述使用者操作指令檢測模組用於接受使用者發出的操作每個所述應用程式的操作指令。 The power saving processing system of the mobile terminal of claim 6, wherein the system further comprises a user operation instruction detection module, wherein the user operation instruction detection module is configured to accept an operation issued by the user. The operating instructions of the application.
TW106119256A 2017-06-09 2017-06-09 Power saving processing method for mobile terminal and power saving processing system TWI651653B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
TW106119256A TWI651653B (en) 2017-06-09 2017-06-09 Power saving processing method for mobile terminal and power saving processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
TW106119256A TWI651653B (en) 2017-06-09 2017-06-09 Power saving processing method for mobile terminal and power saving processing system

Publications (2)

Publication Number Publication Date
TW201903607A TW201903607A (en) 2019-01-16
TWI651653B true TWI651653B (en) 2019-02-21

Family

ID=65803480

Family Applications (1)

Application Number Title Priority Date Filing Date
TW106119256A TWI651653B (en) 2017-06-09 2017-06-09 Power saving processing method for mobile terminal and power saving processing system

Country Status (1)

Country Link
TW (1) TWI651653B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103327102A (en) * 2013-06-24 2013-09-25 北京小米科技有限责任公司 Application program recommending method and device
US20140112111A1 (en) * 2012-08-31 2014-04-24 Huawei Device Co., Ltd Method and Apparatus for Wake-Up Control of Intelligent Terminal
US8812761B2 (en) * 2011-10-28 2014-08-19 Apple Inc. System and method for adjusting power usage to reduce interrupt latency
CN104317611A (en) * 2014-10-11 2015-01-28 厦门美图移动科技有限公司 Application rousing setting device and method and mobile terminal
TW201608371A (en) * 2014-08-21 2016-03-01 Alibaba Group Services Ltd Managing applications for power conservation
TW201612748A (en) * 2014-09-19 2016-04-01 Acer Inc Electronic device and method for operating system waking up thereof
CN106791004A (en) * 2016-11-28 2017-05-31 北京奇虎科技有限公司 That applies automatically wakens up method, device and mobile terminal

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8812761B2 (en) * 2011-10-28 2014-08-19 Apple Inc. System and method for adjusting power usage to reduce interrupt latency
US20140112111A1 (en) * 2012-08-31 2014-04-24 Huawei Device Co., Ltd Method and Apparatus for Wake-Up Control of Intelligent Terminal
CN103327102A (en) * 2013-06-24 2013-09-25 北京小米科技有限责任公司 Application program recommending method and device
TW201608371A (en) * 2014-08-21 2016-03-01 Alibaba Group Services Ltd Managing applications for power conservation
TW201612748A (en) * 2014-09-19 2016-04-01 Acer Inc Electronic device and method for operating system waking up thereof
CN104317611A (en) * 2014-10-11 2015-01-28 厦门美图移动科技有限公司 Application rousing setting device and method and mobile terminal
CN106791004A (en) * 2016-11-28 2017-05-31 北京奇虎科技有限公司 That applies automatically wakens up method, device and mobile terminal

Also Published As

Publication number Publication date
TW201903607A (en) 2019-01-16

Similar Documents

Publication Publication Date Title
EP2871825B1 (en) Method for enabling shutdown alarm clock and mobile terminal
CN105912092B (en) Voice awakening method and speech recognition equipment in human-computer interaction
CN105183137B (en) A kind of mobile terminal and its wake-up lock control method and control system
US10629013B2 (en) Unlocking control methods and related products
CN105554316B (en) A kind of realization method and system of reserved intelligent terminal battery capacity
WO2015154388A1 (en) Network mode switching method, device and terminal
WO2017084293A1 (en) Application closing method, device and electronic equipment
EP3113549A1 (en) Method and device for waking up mcu chip
WO2015131679A1 (en) Task process processing method and device
WO2012040975A1 (en) Method and mobile terminal for locking and unlocking screen of mobile terminal
CN101873385A (en) Device and method for entering power-saving mode of hand-held terminal rapidly
CN102905029A (en) Mobile phone and method for looking for mobile phone through intelligent voice
CN106055074A (en) Method and device for processing application program
EP3112979A1 (en) Method and device for waking up mcu
CN105335146B (en) The method and portable electronic device of management software data traffic
CN107783790B (en) Terminal awakening method and device
WO2014183529A1 (en) Mobile terminal talk mode switching method, device and storage medium
CN103327161A (en) Terminal and rapid starting-up method
WO2015172283A1 (en) Method, device and mobile terminal for reducing power consumption
WO2016045525A1 (en) Method and apparatus for processing state of terminal
WO2009149612A1 (en) Backlight control method for electronic display device
CN106686633A (en) Method for preventing WIFI malicious frequent awakening
TWI651653B (en) Power saving processing method for mobile terminal and power saving processing system
CN107231386A (en) Application state conversion method, device and mobile terminal
CN106101406B (en) Shutdown alarm triggering processing method based on mobile terminal and mobile terminal