WO2018054082A1 - Dispositif électronique avec fonction de limitation du temps d'utilisation, et procédé pour en limiter le temps d'utilisation - Google Patents

Dispositif électronique avec fonction de limitation du temps d'utilisation, et procédé pour en limiter le temps d'utilisation Download PDF

Info

Publication number
WO2018054082A1
WO2018054082A1 PCT/CN2017/085454 CN2017085454W WO2018054082A1 WO 2018054082 A1 WO2018054082 A1 WO 2018054082A1 CN 2017085454 W CN2017085454 W CN 2017085454W WO 2018054082 A1 WO2018054082 A1 WO 2018054082A1
Authority
WO
WIPO (PCT)
Prior art keywords
time
password
limited
enter
current time
Prior art date
Application number
PCT/CN2017/085454
Other languages
English (en)
Chinese (zh)
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移动通信有限公司
Publication of WO2018054082A1 publication Critical patent/WO2018054082A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/45Structures or tools for the administration of authentication
    • G06F21/46Structures or tools for the administration of authentication by designing passwords or checking the strength of passwords
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2137Time limited access, e.g. to a computer or data

Definitions

  • the present invention relates to the field of electronic device technologies, and in particular, to an electronic device having a time-limited use function and a time-limited use method thereof.
  • the technical problem to be solved by the present invention is to provide an electronic device having a time-limited use function and a time-limited use method thereof, so that a child can use the electronic device for a limited time.
  • the first technical solution adopted by the present invention is to provide a method for time-limited use of an electronic device, including: acquiring a current time; determining whether the current time is within a limited time period, and limiting the time to require a password to be used. The time period of the system; if the current time is within the limited time period, the password input box is popped up before entering the system to wait for the password; if the input password is received, the input password is verified to determine whether to enter the system; If the entered password is consistent with the preset password, it is determined to pass the verification and permission to enter the system; if the received password is inconsistent with the preset password, it is determined that the authentication is not passed and the system is not allowed to enter.
  • the second technical solution adopted by the present invention is to provide an electronic device having a time-limited use function, comprising: an acquisition module, a determination module, an input module, and a verification module.
  • the third technical solution adopted by the present invention is to provide an electronic device having a time-limited use function, comprising: a processor, a data storage unit, and an input unit.
  • the beneficial effects of the present invention are: determining the need to input a password by setting a start time, an end time, and a repetition date corresponding to the start time and the end time in advance, and then determining whether the acquired current time is within a preset time limit period.
  • the electronic device can be used, so that even if the electronic device power-on password is not known, the child can still use the electronic device for a limited time.
  • FIG. 1 is a schematic flow chart of a first embodiment of a method for time-limited use of an electronic device according to the present invention
  • FIG. 2 is a schematic diagram of a time limit setting interface of a method for limiting time use of an electronic device according to the present invention
  • FIG. 3 is a schematic flow chart of a second embodiment of a method for time-limited use of an electronic device according to the present invention.
  • FIG. 4 is a schematic flow chart of a third embodiment of a method for time-limited use of an electronic device according to the present invention.
  • FIG. 5 is a schematic structural diagram of a first embodiment of an electronic device having a time-limited use function according to the present invention
  • FIG. 6 is a schematic structural view of a second embodiment of an electronic device having a time-limited use function according to the present invention.
  • FIG. 7 is a schematic structural view of a third embodiment of an electronic device having a time-limited use function according to the present invention.
  • FIG. 8 is a schematic structural view of a fourth embodiment of an electronic device having a time-limited use function according to the present invention.
  • FIG. 9 is a schematic structural view of a fifth embodiment of an electronic device having a time-limited use function according to the present invention.
  • a schematic flowchart of a first embodiment of a method for limiting time use of an electronic device according to the present invention includes:
  • the detecting the use system includes detecting that the electronic device is in a power-on state or unlocking the lock screen, and the electronic device may be a tablet computer, a mobile phone, or a smart TV, but is not limited thereto.
  • Obtaining the current time includes obtaining the current time point and its corresponding date.
  • S12 Determine whether the current time is within the limited time period, and limit the time to a time period in which the password is required to use the system.
  • the start time, the end time, and the repetition time corresponding to the start time and the end time are preset in advance, as shown in FIG. 2, a schematic diagram of the time limit setting interface, the start time, the end time, and the start time and the end time in the figure.
  • the corresponding repetition date is only an indication, and the actual application can be determined as needed.
  • the password input box pops up before entering the system to wait for the password to be entered.
  • the password input box may be an input numeric password or an input pattern password.
  • S15 If the input password is consistent with the preset password, it is determined to pass the verification and permission to enter the system; S16: if the input password is inconsistent with the preset password, it is determined that the verification is not passed and the permission is not permitted.
  • the start time, the end time, and the repetition date corresponding to the start time and the end time are set in advance, and the current time is acquired, if the current time is within a preset time limit period, and when the password is entered and the When the set passwords match, it is determined that the system is authenticated and permitted to enter.
  • the correct password is required to enter the system, so the child cannot enter the system without knowing the correct password, thereby restricting its inability to use the electronic device.
  • a schematic flowchart of a second embodiment of the method for limiting the use of an electronic device according to the present invention includes:
  • the entering system does not need to input a password for verification, and continues to return to the step of obtaining the current time, and determines whether the current time enters or is about to enter the limited time period.
  • the password input box will pop up before entering the system to wait for the password to be entered.
  • the password input box may be an input numeric password or an input pattern password.
  • the playing time of the music or text reminder is about to end, and the file generated during the use is saved.
  • the entering system does not need to input a password for verification, and continues to return to the step of obtaining the current time, and determines whether the current time enters or is about to enter the limited time period.
  • the start time, the end time, and the repetition date corresponding to the start time and the end time are set in advance, and the current time is obtained. If the current time is not in the limited time period, the entering system does not need to input a password for verification. At the same time, it continues to return to the step of obtaining the current time. When it is judged that the current time has entered or is about to enter the limited time period, it is necessary to input the correct password to permit access to the system.
  • the entry system does not need to enter a password for verification, so even if the correct password is not known, the child can enter the system to use the electronic device.
  • the entry system continues to return to the step of obtaining the current time, and determine whether the current time has entered or is about to enter the limited time period. If the current time has entered or is about to enter the limited time period, the correct password is required to permit access to the system, thereby Limit the time it takes to use an electronic device.
  • a schematic flowchart of a third embodiment of the electronic device in the limited time according to the present invention includes:
  • the detecting the use system includes detecting that the electronic device is in a power-on state or unlocking the lock screen, and the electronic device may be a tablet computer, a mobile phone, or a smart TV, but is not limited thereto.
  • Obtaining the current time includes obtaining the current time point and its corresponding date.
  • S42 Determine whether the current time is within the limited time period, and limit the time to a time period in which the password is required to use the system.
  • the start time, the end time, and the repetition time corresponding to the start time and the end time are preset in advance, as shown in FIG. 2, a schematic diagram of the time limit setting interface, the start time, the end time, and the start time and the end time in the figure.
  • the corresponding repetition date is only an indication, and the actual application can be determined as needed.
  • the following is an example for determining whether the current time reaches 5 minutes before the start time of the limited time.
  • the present invention obviously does not limit the specific value at a certain moment, and can be applied according to requirements.
  • the password input box pops up to wait for a password or reminder.
  • the password input box may be an input numeric password or an input pattern password. Remind, can be music or text, tell the user to use the system time is coming to an end, pay attention to save the data in time and shut down normally before the time arrives.
  • the electronic device If the entered password is consistent with the preset password, it is determined that the electronic device is verified and permitted to continue to be used; if the entered password does not match the preset password, it is determined that the verification does not pass the verification and the specific limited time start time is prompted, and continues.
  • the current time is obtained. When it is determined that the current time reaches the start time of the limited time, the prompt N (for example, 5 seconds) seconds is turned off, and the electronic device automatically shuts down when the N seconds arrive.
  • N for example, 5 seconds
  • a schematic structural diagram of a first embodiment of an electronic device having a time-limited use function includes an acquisition module 51, a determination module 52, an input module 53, and a verification module 54.
  • the obtaining module 51 is configured to obtain a current time; the determining module 52 is configured to determine whether the current time is in the limited time period, the time limit is a time period in which the password is required to be used, or the current time is in the limited time period; If it is judged that the current time is not in the limited time period, it is judged whether it is entering or about to enter the limited time period; the input module 53 is used to judge that the current time is during the limited time period, or when it is judged that the current time has reached the entering or about to enter the restricted time period At this time, waiting for the password to enter the system; the verification module 54 is used to verify the entered password to decide whether to enter the system.
  • the input module 53 is specifically configured to: if the current time reaches the preset time before the start time of the limited time, the playing time of the music or text reminder system is about to end, and the file generated during the use is saved.
  • the verification module 54 is specifically configured to: if the received password is consistent with the preset password, determine to pass the verification and permit to enter the system; if the received password is inconsistent with the preset password, determine that the verification fails. Do not allow access to the system and shut down.
  • the electronic device may be a tablet, a mobile phone, a smart TV, but is not limited thereto.
  • the electronic device further includes: a setting module 55, configured to set a start time, an end time, and a repetition date corresponding to the start time and the end time.
  • the start time, the end time, and the repetition time corresponding to the start time and the end time are preset in advance, as shown in FIG. 2, a schematic diagram of the time limit setting interface, the start time, the end time, and the start time and the end time in the figure.
  • the corresponding repetition date is only an indication, and the actual application can be determined as needed.
  • a schematic structural diagram of a second embodiment of an electronic device having a time-limited use function includes: an obtaining module 61, a first determining module 62, a second determining module 63, and an input module 64.
  • the obtaining module 61 is configured to obtain the current time; the first determining module 62 is configured to determine whether the current time is in the limited time period, and the limiting time is a time period in which the system needs to input a password to use the system; and the second determining module 63 is configured to determine When the current time is not within the limited time period, it is judged whether it is entering or about to enter the limited time period; the input module 64 is configured to wait for the input of the password to determine whether the system can continue to be used when it is determined that the current time has come to enter or is about to enter the limited time period.
  • the electronic device may be a tablet, a mobile phone, a smart TV, but is not limited thereto.
  • the electronic device further includes a verification module 65 and a setting module 66.
  • the verification module 65 is configured to verify the input password to determine whether to enter the system.
  • the setting module 66 is configured to set a start time, an end time, and a repetition date corresponding to the start time and the end time.
  • the start time, the end time, and the repetition time corresponding to the start time and the end time are preset in advance, as shown in FIG. 2, a schematic diagram of the time limit setting interface, the start time, the end time, and the start time and the end time in the figure.
  • the corresponding repetition date is only an indication, and the actual application can be determined as needed.
  • a schematic structural diagram of a third embodiment of an electronic device having a time-limited use function includes an acquisition module 71 , a first determination module 72 , a second determination module 73 , an input module 74 , and a verification module 75 .
  • the obtaining module 71 is configured to obtain the current time; the first determining module 72 is configured to determine whether the current time is in the limited time period, and the limiting time is a time period in which the system needs to input a password to use the system; the second determining module 73 is configured to determine the current time.
  • the input module 74 is configured to wait for a certain time before the start time of the current time to reach the limit time, and wait for the password to be determined to determine whether The system continues to be used;
  • the verification module 75 is configured to verify the entered password to determine whether the electronic device can continue to be used when it is determined that the entered password is received.
  • the electronic device further includes a setting module 76 configured to set a start time, an end time, and a repetition date corresponding to the start time and the end time.
  • the start time, the end time, and the repetition time corresponding to the start time and the end time are preset in advance, as shown in FIG. 2, a schematic diagram of the time limit setting interface, the start time, the end time, and the start time and the end time in the figure.
  • the corresponding repetition date is only an indication, and the actual application can be determined as needed.
  • the fourth embodiment of the electronic device with time-limited use function of the present invention includes a processor 81, a data storage unit 82, a display unit 83, and an input unit 84.
  • the processor 81 is connected to the data storage unit 82, the display unit 83, and the input unit 84 via a bus.
  • the processor 81 is configured to set a start time, an end time, and a start date and an end time corresponding to the repetition date; acquire the current time; determine whether the current time is within the limited time period; and wait for the current time to be within the limited time period, wait Enter the password to enter the system; verify the entered password to determine if you are entering the system.
  • the data storage unit 82 is configured to store a start time, an end time, and a repetition date corresponding to the start time and the end time of the preset time limit; and store the preset verification password.
  • the display unit 83 is for displaying the interface and popping up the password input box to wait for the password to be entered before entering the system during the determination of the current time during the limited time.
  • Input unit 84 is used to enter a password for verification to determine whether to permit access to the system.
  • a schematic diagram of a fifth embodiment of an electronic device having a time-limited use function includes a processor 91, a data storage unit 92, a display unit 93, and an input unit 94.
  • the processor 91 is connected to the data storage unit 92, the display unit 93, and the input unit 94 via a bus.
  • the processor 91 is configured to set a start time, an end time, and a repetition date corresponding to the start time and the end time; acquire the current time; determine whether the current time is within the limited time period; and determine whether the current time is not within the limited time period, and determine whether Entering or about to enter the restricted time period; waiting to enter a password to determine whether the system can continue to be used when determining that the current time has reached or is about to enter the restricted time period; verify the entered password to determine whether to enter the system.
  • the data storage unit 92 is configured to store a start time, an end time, and a repetition date corresponding to the start time and the end time of the preset time limit; and store the preset verification password.
  • the display unit 93 is for displaying the interface and popping up the password input box to wait for the password to be entered before entering the system when it is judged that the current time has come to enter or is about to enter the limited time period.
  • the input unit 94 is used to enter a password for verification to determine whether to permit access to the system.
  • the specific method for implementing the time-limited use function of the electronic device in each part of the embodiment may refer to the description in the third embodiment of the method for limiting the use of the electronic device according to the present invention, and is not repeated here.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Storage Device Security (AREA)
  • Telephone Function (AREA)

Abstract

L'invention concerne un dispositif électronique doté d'une fonction de limitation du temps d'utilisation, et un procédé pour en limiter le temps d'utilisation. Le procédé pour limiter le temps d'utilisation d'un dispositif électronique comporte les étapes consistant à: acquérir une heure actuelle (S11); déterminer si l'heure actuelle se situe dans un temps limité, le temps limité étant une période pendant laquelle la saisie d'un mot de passe est exigée pour utiliser un système (S12); si c'est le cas, attendre la saisie du mot de passe pour entrer dans le système (S13); et si un mot de passe saisi est reçu, effectuer une authentification sur le mot de passe saisi pour déterminer s'il convient d'entrer dans le système (S14). Dans le procédé ci-dessus, si une heure actuelle se situe dans un temps limité prédéfini, un mot de passe correct doit être saisi pour entrer dans un système. Par conséquent, un enfant ne peut pas entrer dans le système sans le mot de passe correct, limitant ainsi l'utilisation d'un dispositif électronique par l'enfant.
PCT/CN2017/085454 2016-09-20 2017-05-23 Dispositif électronique avec fonction de limitation du temps d'utilisation, et procédé pour en limiter le temps d'utilisation WO2018054082A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610836755.4A CN106557673A (zh) 2016-09-20 2016-09-20 一种具有限时使用功能的电子设备及其限时使用方法
CN201610836755.4 2016-09-20

Publications (1)

Publication Number Publication Date
WO2018054082A1 true WO2018054082A1 (fr) 2018-03-29

Family

ID=58418444

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/085454 WO2018054082A1 (fr) 2016-09-20 2017-05-23 Dispositif électronique avec fonction de limitation du temps d'utilisation, et procédé pour en limiter le temps d'utilisation

Country Status (2)

Country Link
CN (1) CN106557673A (fr)
WO (1) WO2018054082A1 (fr)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106557673A (zh) * 2016-09-20 2017-04-05 惠州Tcl移动通信有限公司 一种具有限时使用功能的电子设备及其限时使用方法
CN108009432B (zh) * 2017-11-29 2021-06-11 郑州云海信息技术有限公司 一种访问存储系统的管理方法、装置及设备
CN111415734A (zh) * 2020-03-20 2020-07-14 四川南格尔生物科技有限公司 一种有源医疗器械的使用期限管理方法

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1763683A (zh) * 2004-10-19 2006-04-26 南京Lg同创彩色显示系统有限责任公司 具有使用时间限制和安全功能的显示器及其控制方法
CN1979372A (zh) * 2005-12-06 2007-06-13 南京Lg同创彩色显示系统有限责任公司 显示器驱动控制装置及其方法
CN101841602A (zh) * 2010-05-10 2010-09-22 袁程 一种手机的分时段策略控制方法和手机
CN101923614A (zh) * 2010-05-13 2010-12-22 上海理工大学 一种在移动终端上实现功能控制的方法
CN103546636A (zh) * 2013-10-22 2014-01-29 深圳Tcl新技术有限公司 智能显示设备的控制方法
CN103607513A (zh) * 2013-11-26 2014-02-26 广东欧珀移动通信有限公司 一种控制应用使用的方法及智能终端
CN106557673A (zh) * 2016-09-20 2017-04-05 惠州Tcl移动通信有限公司 一种具有限时使用功能的电子设备及其限时使用方法

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1763683A (zh) * 2004-10-19 2006-04-26 南京Lg同创彩色显示系统有限责任公司 具有使用时间限制和安全功能的显示器及其控制方法
CN1979372A (zh) * 2005-12-06 2007-06-13 南京Lg同创彩色显示系统有限责任公司 显示器驱动控制装置及其方法
CN101841602A (zh) * 2010-05-10 2010-09-22 袁程 一种手机的分时段策略控制方法和手机
CN101923614A (zh) * 2010-05-13 2010-12-22 上海理工大学 一种在移动终端上实现功能控制的方法
CN103546636A (zh) * 2013-10-22 2014-01-29 深圳Tcl新技术有限公司 智能显示设备的控制方法
CN103607513A (zh) * 2013-11-26 2014-02-26 广东欧珀移动通信有限公司 一种控制应用使用的方法及智能终端
CN106557673A (zh) * 2016-09-20 2017-04-05 惠州Tcl移动通信有限公司 一种具有限时使用功能的电子设备及其限时使用方法

Also Published As

Publication number Publication date
CN106557673A (zh) 2017-04-05

Similar Documents

Publication Publication Date Title
WO2018054082A1 (fr) Dispositif électronique avec fonction de limitation du temps d'utilisation, et procédé pour en limiter le temps d'utilisation
WO2015192482A1 (fr) Procédé et système de traitement d'authentification d'identité de terminal mobile basé sur une identification d'iris
WO2016000311A1 (fr) Procédé et système de commande de mode d'utilisateur basé sur une technologie de reconnaissance de l'iris pour terminal mobile
WO2017148117A1 (fr) Procédé et appareil pour rafraîchir de manière sécurisée un téléphone mobile
WO2013029428A1 (fr) Terminal mobile et son procédé de connexion de programme d'application
WO2015054997A1 (fr) Terminal mobile, et procédé de verrouillage/déverrouillage d'écran correspondant
WO2018000673A1 (fr) Procédé et dispositif pour exécuter un programme d'application de terminal
WO2017067258A1 (fr) Procédé, appareil et terminal mobile pour déterminer la présence un corps étranger sur la surface d'un capteur d'empreintes digitales
WO2013091411A1 (fr) Terminal et procédé de démarrage de fonction de navigation de celui-ci
WO2020224250A1 (fr) Procédé, appareil et dispositif pour déclenchement de contrat intelligent, et support de stockage
WO2017096934A1 (fr) Procédé d'autorisation de données de santé basé sur un terminal mobile, et serveur
WO2012050289A1 (fr) Système et procédé de gestion d'énergie à distance
WO2020130348A1 (fr) Générateur de clé de chiffrement spécifique à un dispositif et procédé
WO2013189134A1 (fr) Procédé et système pour un « pousser » d'informations
WO2017057880A1 (fr) Appareil et procédé de protection de composants système intégrés critiques au moyen d'un moniteur basé sur un élément sécurisé isolé du matériel
WO2014139296A1 (fr) Procédé et appareil pour notifier des informations dangereuses, et support de stockage lisible par ordinateur
WO2010011023A1 (fr) Procédé et appareil d'enregistrement d'un dispositif dans un point d'accès
WO2016074386A1 (fr) Procédé et système basés sur un terminal mobile pour éteindre un écran durant un appel afin d'empêcher une commande tactile par inadvertance
WO2018068740A1 (fr) Terminal et procédé de gestion de démarrage de programme d'application associé
WO2016095548A1 (fr) Procédé et appareil de vérification anti-contrefaçon de marchandises en ligne
WO2018218465A1 (fr) Système de signature électronique, serveur de signature électronique et procédé de signature électronique
WO2016155283A1 (fr) Procédé et système de protection de confidentialité de dispositif électronique sur la base d'un point d'accès wi-fi
WO2016123898A1 (fr) Procédé de gestion de message court et terminal mobile associé
WO2016086558A1 (fr) Procédé d'affichage d'informations de terminal intelligent et terminal intelligent
WO2017041513A1 (fr) Procédé, dispositif d'insertion de contenu de lecture de vidéo et support d'informations

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

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

Country of ref document: EP

Kind code of ref document: A1