CN106027804B - Unlocking method and unlocking device of mobile terminal - Google Patents

Unlocking method and unlocking device of mobile terminal Download PDF

Info

Publication number
CN106027804B
CN106027804B CN201610570091.1A CN201610570091A CN106027804B CN 106027804 B CN106027804 B CN 106027804B CN 201610570091 A CN201610570091 A CN 201610570091A CN 106027804 B CN106027804 B CN 106027804B
Authority
CN
China
Prior art keywords
unlocking
character
password
mobile terminal
unlocking password
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN201610570091.1A
Other languages
Chinese (zh)
Other versions
CN106027804A (en
Inventor
张飞正
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jingxian Liangliang Photoelectric Technology Co ltd
Original Assignee
Jingxian Gusheng Information Technology Co Ltd
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 Jingxian Gusheng Information Technology Co Ltd filed Critical Jingxian Gusheng Information Technology Co Ltd
Priority to CN201610570091.1A priority Critical patent/CN106027804B/en
Publication of CN106027804A publication Critical patent/CN106027804A/en
Application granted granted Critical
Publication of CN106027804B publication Critical patent/CN106027804B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/72Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
    • H04M1/724User interfaces specially adapted for cordless or mobile telephones
    • H04M1/72448User interfaces specially adapted for cordless or mobile telephones with means for adapting the functionality of the device according to specific conditions
    • H04M1/72463User interfaces specially adapted for cordless or mobile telephones with means for adapting the functionality of the device according to specific conditions to restrict the functionality of the device

Landscapes

  • Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Telephone Function (AREA)

Abstract

The invention discloses an unlocking method and an unlocking device of a mobile terminal, wherein the unlocking method comprises the following steps: receiving an unlocking character string input by a user, wherein the length of the unlocking character string is greater than or equal to that of a preset unlocking password; judging whether the unlocking character string contains a character sequence which is the same as the unlocking password; and if so, unlocking the mobile terminal. According to the technical scheme, an unlocking character string input by a user is set as a combination of an unlocking password and a redundant character; the user can realize unlocking operation only by remembering the correct unlocking password, so that the user can be effectively prevented from forgetting the unlocking password; due to the arrangement of the redundant characters, the unlocking character string input by the user can be effectively increased in length, so that other people can be effectively prevented from peeping the correct unlocking password, meanwhile, the situation that the unlocking password is cracked can be effectively prevented, and the use safety of the mobile terminal is greatly improved.

Description

Unlocking method and unlocking device of mobile terminal
Technical Field
The present invention relates to the field of communications technologies, and in particular, to an unlocking method and an unlocking apparatus for a mobile terminal.
Background
Password unlocking is a common mode for unlocking a mobile phone screen, has the advantages of simple operation, no environmental influence and the like, and has the following disadvantages:
1. when the password length of password unlocking is short, a user can be peeped easily when inputting the unlocking password in the crowd, and meanwhile, the unlocking password is easy to remember by a peeper due to the short length of the unlocking password, so that the unlocking password is leaked;
2. the password length of password unlocking is short, so that the unlocking password is easy to crack;
3. when the password length for unlocking the password is long, the user may forget the password.
Aiming at the defects, an unlocking mode which is convenient for a user to memorize and can effectively prevent the password from being revealed and cracked is imperative.
Disclosure of Invention
The invention mainly aims to provide an unlocking method and an unlocking device of a mobile terminal, and aims to provide convenience for a user to remember an unlocking password, effectively prevent the password from being leaked and cracked and further effectively improve the use safety of the mobile terminal.
In order to achieve the above object, the unlocking method of the mobile terminal provided by the present invention comprises the following steps:
receiving an unlocking character string input by a user, wherein the length of the unlocking character string is greater than or equal to that of a preset unlocking password;
judging whether the unlocking character string contains a character sequence which is the same as the unlocking password;
and if so, unlocking the mobile terminal.
Optionally, the step of determining whether the unlocking character string includes a character sequence identical to the unlocking password includes:
taking the first character of the unlocking character string as a starting point, and backward intercepting a character sequence with the same length as the unlocking password;
comparing the truncated character sequence with the unlocking password.
Optionally, the step of determining whether the unlocking character string includes a character sequence identical to the unlocking password includes:
taking the last character of the unlocking character string as a terminal point, and forwardly intercepting a character sequence with the same length as the unlocking password;
comparing the truncated character sequence with the unlocking password.
Optionally, the step of determining whether the unlocking character string includes a character sequence identical to the unlocking password includes:
the character which is the same as the first character of the unlocking password in the unlocking character string is taken as a starting point, a character sequence which is the same as the unlocking password in length is intercepted backwards, or the character which is the same as the last character of the unlocking password in the unlocking character string is taken as a terminal, and the character sequence which is the same as the unlocking password in length is intercepted forwards;
comparing the truncated character sequence with the unlocking password.
Optionally, the step of determining whether the unlocking character string includes a character sequence identical to the unlocking password includes:
sequentially acquiring characters in the unlocking character string;
arranging the acquired characters into a character sequence with the same length as the unlocking password according to the acquisition sequence;
and comparing the arranged character sequence with the unlocking password.
In addition, in order to achieve the above object, the unlocking device of the mobile terminal provided by the present invention includes a receiving module, a judging module and an unlocking module; wherein,
the receiving module is used for receiving an unlocking character string input by a user, and the length of the unlocking character string is greater than or equal to that of a preset unlocking password;
the judging module is used for judging whether the unlocking character string contains a character sequence which is the same as the unlocking password;
and the receiving module is used for unlocking the mobile terminal when the unlocking character string contains the character sequence which is the same as the unlocking password.
Optionally, the determining module includes an intercepting unit and a comparing unit; wherein,
the intercepting unit is used for intercepting a character sequence with the same length as the unlocking password backwards by taking the first character of the unlocking character string as a starting point;
and the comparing unit is used for comparing the intercepted character sequence with the unlocking password.
Optionally, the determining module includes an intercepting unit and a comparing unit; wherein,
the intercepting unit is used for intercepting a character sequence with the same length as the unlocking password forwards by taking the last character of the unlocking character string as a terminal point;
and the comparing unit is used for comparing the intercepted character sequence with the unlocking password.
Optionally, the determining module includes an intercepting unit and a comparing unit; wherein,
the intercepting unit is used for intercepting a character sequence with the same length as the unlocking password backwards by taking a character in the unlocking character string which is the same as the first character of the unlocking password as a starting point, or intercepting a character sequence with the same length as the unlocking password forwards by taking a character in the unlocking character string which is the same as the last character of the unlocking password as a terminal;
and the comparing unit is used for comparing the intercepted character sequence with the unlocking password.
Optionally, the determining module includes an obtaining unit, an arranging unit, and a comparing unit; wherein,
the obtaining unit is used for sequentially obtaining characters in the unlocking character string;
the arranging unit is used for arranging the acquired characters into a character sequence with the same length as the unlocking password according to the acquisition sequence;
and the comparison unit is used for comparing the arranged character sequence with the unlocking password.
According to the technical scheme, an unlocking character string input by a user is set as a combination of an unlocking password and a redundant character; when a user needs to unlock the mobile terminal, the user only needs to input a correct unlocking password and any redundant characters, namely, the user only needs to remember the correct unlocking password to realize unlocking operation, so that the user can be effectively prevented from forgetting the unlocking password; due to the arrangement of the redundant characters, the unlocking character string input by the user can be effectively increased in length, so that other people can be effectively prevented from peeping the correct unlocking password, meanwhile, the situation that the unlocking password is cracked can be effectively prevented, and the use safety of the mobile terminal is greatly improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the structures shown in the drawings without creative efforts.
Fig. 1 is a schematic diagram of an alternative hardware architecture of a mobile terminal implementing various embodiments of the present invention;
FIG. 2 is a diagram of a wireless communication system for the mobile terminal shown in FIG. 1;
fig. 3 is a flowchart of an unlocking method of a mobile terminal according to an embodiment of the present invention;
fig. 4 is a flowchart illustrating an embodiment of the step of determining whether the unlocking character string includes a character sequence identical to the unlocking password shown in fig. 3;
fig. 5 is an operation schematic diagram of an embodiment of an unlocking method of a mobile terminal according to the present invention;
fig. 6 is a flowchart illustrating another embodiment of the step of determining whether the unlocking character string includes a character sequence identical to the unlocking password shown in fig. 3;
fig. 7 is an operational schematic diagram of another embodiment of an unlocking method of a mobile terminal according to the present invention;
fig. 8 is a flowchart illustrating another embodiment of the step of determining whether the unlocking character string includes a character sequence identical to the unlocking password shown in fig. 3;
fig. 9 is an operational schematic diagram of an unlocking method of a mobile terminal according to still another embodiment of the present invention;
fig. 10 is a flowchart of another embodiment of the step of determining whether the unlocking character string includes a character sequence identical to the unlocking password shown in fig. 3;
fig. 11 is an operational schematic diagram of an unlocking method of a mobile terminal according to still another embodiment of the present invention;
fig. 12 is a block diagram of an unlocking apparatus of a mobile terminal according to an embodiment of the present invention;
FIG. 13 is a block diagram of an embodiment of a determination module of the unlocking device shown in FIG. 12;
fig. 14 is a block diagram of another embodiment of a determination module in the unlocking apparatus shown in fig. 12.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
A mobile terminal implementing various embodiments of the present invention will now be described with reference to the accompanying drawings. In the following description, suffixes such as "module", "component", or "unit" used to denote elements are used only for facilitating the explanation of the present invention, and have no specific meaning in themselves. Thus, "module" and "component" may be used in a mixture.
The mobile terminal may be implemented in various forms. For example, the terminal described in the present invention may include a mobile terminal such as a mobile phone, a smart phone, a notebook computer, a digital broadcast receiver, a PDA (personal digital assistant), a PAD (tablet computer), a PMP (portable multimedia player), a navigation device, and the like, and a stationary terminal such as a digital TV, a desktop computer, and the like. In the following, it is assumed that the terminal is a mobile terminal. However, it will be understood by those skilled in the art that the configuration according to the embodiment of the present invention can be applied to a fixed type terminal in addition to elements particularly used for moving purposes.
Fig. 1 is a schematic diagram of a hardware structure of an optional mobile terminal for implementing various embodiments of the present invention.
The mobile terminal 100 may include a wireless communication unit 110, an a/V (audio/video) input unit 120, a user input unit 130, a sensing unit 140, an output unit 150, a memory 160, an interface unit 170, a controller 180, and a power supply unit 190, etc. Fig. 1 illustrates a mobile terminal having various components, but it is to be understood that not all illustrated components are required to be implemented. More or fewer components may alternatively be implemented. Elements of the mobile terminal will be described in detail below.
The wireless communication unit 110 typically includes one or more components that allow radio communication between the mobile terminal 100 and a wireless communication system or network. For example, the wireless communication unit 110 may include at least one of a broadcast receiving module 111, a mobile communication module 112, a wireless internet module 113, a short-range communication module 114, and a location information module 115.
The broadcast receiving module 111 receives a broadcast signal and/or broadcast associated information from an external broadcast management server via a broadcast channel. The broadcast channel may include a satellite channel and/or a terrestrial channel. The broadcast management server may be a server that generates and transmits a broadcast signal and/or broadcast associated information or a server that receives a previously generated broadcast signal and/or broadcast associated information and transmits it to a terminal. The broadcast signal may include a TV broadcast signal, a radio broadcast signal, a data broadcast signal, and the like. Also, the broadcast signal may further include a broadcast signal combined with a TV or radio broadcast signal. The broadcast associated information may also be provided via a mobile communication network, and in this case, the broadcast associated information may be received by the mobile communication module 112. The broadcast signal may exist in various forms, for example, it may exist in the form of an Electronic Program Guide (EPG) of Digital Multimedia Broadcasting (DMB), an Electronic Service Guide (ESG) of digital video broadcasting-handheld (DVB-H), and the like. The broadcast receiving module 111 may receive a signal broadcast by using various types of broadcasting systems. In particular, the broadcast receiving module 111 may receive digital broadcasting by using a digital broadcasting system such as a digital broadcasting-terrestrial (DMB-T), digital multimedia broadcasting-satellite (DMB-S), digital video broadcasting-handheld (DVB-H), a data broadcasting system of forward link media (MediaFLO), a terrestrial digital broadcasting integrated service (ISDB-T), and the like. The broadcast receiving module 111 may be constructed to be suitable for various broadcasting systems that provide broadcast signals as well as the above-mentioned digital broadcasting systems. The broadcast signal and/or broadcast associated information received via the broadcast receiving module 111 may be stored in the memory 160 (or other type of storage medium).
The mobile communication module 112 transmits and/or receives radio signals to and/or from at least one of a base station (e.g., access point, node B, etc.), an external terminal, and a server. Such radio signals may include voice call signals, video call signals, or various types of data transmitted and/or received according to text and/or multimedia messages.
The wireless internet module 113 supports wireless internet access of the mobile terminal. The module may be internally or externally coupled to the terminal. The wireless internet access technology to which the module relates may include WLAN (wireless LAN) (Wi-Fi), Wibro (wireless broadband), Wimax (worldwide interoperability for microwave access), HSDPA (high speed downlink packet access), and the like.
The short-range communication module 114 is a module for supporting short-range communication. Some examples of short-range communication technologies include bluetooth (TM), Radio Frequency Identification (RFID), infrared data association (IrDA), Ultra Wideband (UWB), zigbee (TM), and the like.
The location information module 115 is a module for checking or acquiring location information of the mobile terminal. A typical example of the location information module is a GPS (global positioning system). According to the current technology, the GPS module 115 calculates distance information and accurate time information from three or more satellites and applies triangulation to the calculated information, thereby accurately calculating three-dimensional current location information according to longitude, latitude, and altitude. Currently, a method for calculating position and time information uses three satellites and corrects an error of the calculated position and time information by using another satellite. In addition, the GPS module 115 can calculate speed information by continuously calculating current position information in real time.
The a/V input unit 120 is used to receive an audio or video signal. The a/V input unit 120 may include a camera 121 and a microphone 122, and the camera 121 processes image data of still pictures or video obtained by an image capturing apparatus in a video capturing mode or an image capturing mode. The processed image frames may be displayed on the display unit 151. The image frames processed by the cameras 121 may be stored in the memory 160 (or other storage medium) or transmitted via the wireless communication unit 110, and two or more cameras 121 may be provided according to the construction of the mobile terminal. The microphone 122 may receive sounds (audio data) via the microphone in a phone call mode, a recording mode, a voice recognition mode, or the like, and can process such sounds into audio data. The processed audio (voice) data may be converted into a format output transmittable to a mobile communication base station via the mobile communication module 112 in case of a phone call mode. The microphone 122 may implement various types of noise cancellation (or suppression) algorithms to cancel (or suppress) noise or interference generated in the course of receiving and transmitting audio signals.
The user input unit 130 may generate key input data according to a command input by a user to control various operations of the mobile terminal. The user input unit 130 allows a user to input various types of information, and may include a keyboard, dome sheet, touch pad (e.g., a touch-sensitive member that detects changes in resistance, pressure, capacitance, and the like due to being touched), scroll wheel, joystick, and the like. In particular, when the touch pad is superimposed on the display unit 151 in the form of a layer, a touch screen may be formed.
The sensing unit 140 detects a current state of the mobile terminal 100 (e.g., an open or closed state of the mobile terminal 100), a position of the mobile terminal 100, presence or absence of contact (i.e., touch input) by a user with the mobile terminal 100, an orientation of the mobile terminal 100, acceleration or deceleration movement and direction of the mobile terminal 100, and the like, and generates a command or signal for controlling an operation of the mobile terminal 100. For example, when the mobile terminal 100 is implemented as a slide-type mobile phone, the sensing unit 140 may sense whether the slide-type phone is opened or closed. In addition, the sensing unit 140 can detect whether the power supply unit 190 supplies power or whether the interface unit 170 is coupled with an external device. The sensing unit 140 may include a proximity sensor 141 as will be described below in connection with a touch screen.
The interface unit 170 serves as an interface through which at least one external device is connected to the mobile terminal 100. For example, the external device may include a wired or wireless headset port, an external power supply (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device having an identification module, an audio input/output (I/O) port, a video I/O port, an earphone port, and the like. The identification module may store various information for authenticating a user using the mobile terminal 100 and may include a User Identity Module (UIM), a Subscriber Identity Module (SIM), a Universal Subscriber Identity Module (USIM), and the like. In addition, a device having an identification module (hereinafter, referred to as an "identification device") may take the form of a smart card, and thus, the identification device may be connected with the mobile terminal 100 via a port or other connection means. The interface unit 170 may be used to receive input (e.g., data information, power, etc.) from an external device and transmit the received input to one or more elements within the mobile terminal 100 or may be used to transmit data between the mobile terminal and the external device.
In addition, when the mobile terminal 100 is connected with an external cradle, the interface unit 170 may serve as a path through which power is supplied from the cradle to the mobile terminal 100 or may serve as a path through which various command signals input from the cradle are transmitted to the mobile terminal. Various command signals or power input from the cradle may be used as signals for recognizing whether the mobile terminal is accurately mounted on the cradle. The output unit 150 is configured to provide output signals (e.g., audio signals, video signals, alarm signals, vibration signals, etc.) in a visual, audio, and/or tactile manner. The output unit 150 may include a display unit 151, an audio output module 152, an alarm unit 153, and the like.
The display unit 151 may display information processed in the mobile terminal 100. For example, when the mobile terminal 100 is in a phone call mode, the display unit 151 may display a User Interface (UI) or a Graphical User Interface (GUI) related to a call or other communication (e.g., text messaging, multimedia file downloading, etc.). When the mobile terminal 100 is in a video call mode or an image capturing mode, the display unit 151 may display a captured image and/or a received image, a UI or GUI showing a video or an image and related functions, and the like.
Meanwhile, when the display unit 151 and the touch pad are overlapped with each other in the form of a layer to form a touch screen, the display unit 151 may serve as an input device and an output device. The display unit 151 may include at least one of a Liquid Crystal Display (LCD), a thin film transistor LCD (TFT-LCD), an Organic Light Emitting Diode (OLED) display, a flexible display, a three-dimensional (3D) display, and the like. Some of these displays may be configured to be transparent to allow a user to view from the outside, which may be referred to as transparent displays, and a typical transparent display may be, for example, a TOLED (transparent organic light emitting diode) display or the like. Depending on the particular desired implementation, the mobile terminal 100 may include two or more display units (or other display devices), for example, the mobile terminal may include an external display unit (not shown) and an internal display unit (not shown). The touch screen may be used to detect a touch input pressure as well as a touch input position and a touch input area.
The audio output module 152 may convert audio data received by the wireless communication unit 110 or stored in the memory 160 into an audio signal and output as sound when the mobile terminal is in a call signal reception mode, a call mode, a recording mode, a voice recognition mode, a broadcast reception mode, or the like. Also, the audio output module 152 may provide audio output related to a specific function performed by the mobile terminal 100 (e.g., a call signal reception sound, a message reception sound, etc.). The audio output module 152 may include a speaker, a buzzer, and the like.
The alarm unit 153 may provide an output to notify the mobile terminal 100 of the occurrence of an event. Typical events may include call reception, message reception, key signal input, touch input, and the like. In addition to audio or video output, the alarm unit 153 may provide output in different ways to notify the occurrence of an event. For example, the alarm unit 153 may provide an output in the form of vibration, and when a call, a message, or some other incoming communication (incomingmunication) is received, the alarm unit 153 may provide a tactile output (i.e., vibration) to inform the user thereof. By providing such a tactile output, the user can recognize the occurrence of various events even when the user's mobile phone is in the user's pocket. The alarm unit 153 may also provide an output notifying the occurrence of an event via the display unit 151 or the audio output module 152.
The memory 160 may store software programs or the like for processing and controlling operations performed by the controller 180, or may temporarily store data (e.g., a phonebook, messages, still images, videos, etc.) that has been output or is to be output. Also, the memory 160 may store data regarding various ways of vibration and audio signals output when a touch is applied to the touch screen.
The memory 160 may include at least one type of storage medium including a flash memory, a hard disk, a multimedia card, a card-type memory (e.g., SD or DX memory, etc.), a Random Access Memory (RAM), a Static Random Access Memory (SRAM), a read-only memory (ROM), an electrically erasable programmable read-only memory (EEPROM), a programmable read-only memory (PROM), a magnetic memory, a magnetic disk, an optical disk, and the like. Also, the mobile terminal 100 may cooperate with a network storage device that performs a storage function of the memory 160 through a network connection.
The controller 180 generally controls the overall operation of the mobile terminal. For example, the controller 180 performs control and processing related to voice calls, data communications, video calls, and the like. In addition, the controller 180 may include a multimedia module 181 for reproducing (or playing back) multimedia data, and the multimedia module 181 may be constructed within the controller 180 or may be constructed separately from the controller 180. The controller 180 may perform a pattern recognition process to recognize a handwriting input or a picture drawing input performed on the touch screen as a character or an image.
The power supply unit 190 receives external power or internal power and provides appropriate power required to operate various elements and components under the control of the controller 180.
The various embodiments described herein may be implemented in a computer-readable medium using, for example, computer software, hardware, or any combination thereof. For a hardware implementation, the embodiments described herein may be implemented using at least one of an Application Specific Integrated Circuit (ASIC), a Digital Signal Processor (DSP), a Digital Signal Processing Device (DSPD), a Programmable Logic Device (PLD), a Field Programmable Gate Array (FPGA), a processor, a controller, a microcontroller, a microprocessor, an electronic unit designed to perform the functions described herein, and in some cases, such embodiments may be implemented in the controller 180. For a software implementation, the implementation such as a process or a function may be implemented with a separate software module that allows performing at least one function or operation. The software codes may be implemented by software applications (or programs) written in any suitable programming language, which may be stored in the memory 160 and executed by the controller 180.
Up to now, the mobile terminal has been described in terms of its functions. Hereinafter, a slide-type mobile terminal among various types of mobile terminals, such as a folder-type, bar-type, swing-type, slide-type mobile terminal, and the like, will be described as an example for the sake of brevity. Accordingly, the present invention can be applied to any type of mobile terminal, and is not limited to a slide type mobile terminal.
The mobile terminal 100 as shown in fig. 1 may be configured to operate with communication systems such as wired and wireless communication systems and satellite-based communication systems that transmit data via frames or packets.
A communication system in which a mobile terminal according to the present invention is operable will now be described with reference to fig. 2.
Such communication systems may use different air interfaces and/or physical layers. For example, the air interface used by the communication system includes, for example, Frequency Division Multiple Access (FDMA), Time Division Multiple Access (TDMA), Code Division Multiple Access (CDMA), and Universal Mobile Telecommunications System (UMTS) (in particular, Long Term Evolution (LTE)), global system for mobile communications (GSM), and the like. By way of non-limiting example, the following description relates to a CDMA communication system, but such teachings are equally applicable to other types of systems.
Referring to fig. 2, the CDMA wireless communication system may include a plurality of mobile terminals 100, a plurality of Base Stations (BSs) 270, Base Station Controllers (BSCs) 275, and a Mobile Switching Center (MSC) 280. The MSC280 is configured to interface with a Public Switched Telephone Network (PSTN) 290. The MSC280 is also configured to interface with a BSC275, which may be coupled to the base station 270 via a backhaul. The backhaul may be constructed according to any of several known interfaces including, for example, E1/T1, ATM, IP, PPP, frame Relay, HDSL, ADSL, or xDSL. It will be understood that a system as shown in fig. 2 may include multiple BSCs 275.
Each BS270 may serve one or more sectors (or regions), each sector covered by a multi-directional antenna or an antenna pointing in a particular direction being radially distant from the BS 270. Alternatively, each partition may be covered by two or more antennas for diversity reception. Each BS270 may be configured to support multiple frequency allocations, with each frequency allocation having a particular frequency spectrum (e.g., 1.25MHz,5MHz, etc.).
The intersection of partitions with frequency allocations may be referred to as a CDMA channel. The BS270 may also be referred to as a Base Transceiver Subsystem (BTS) or other equivalent terminology. In such a case, the term "base station" may be used to generically refer to a single BSC275 and at least one BS 270. The base stations may also be referred to as "cells". Alternatively, each sector of a particular BS270 may be referred to as a plurality of cell sites.
As shown in fig. 2, a Broadcast Transmitter (BT)295 transmits a broadcast signal to the mobile terminal 100 operating within the system. A broadcast receiving module 111 as shown in fig. 1 is provided at the mobile terminal 100 to receive a broadcast signal transmitted by the BT 295. In fig. 2, several Global Positioning System (GPS) satellites 300 are shown. The satellite 300 assists in locating at least one of the plurality of mobile terminals 100.
In fig. 2, a plurality of satellites 300 are depicted, but it is understood that useful positioning information may be obtained with any number of satellites. The GPS module 115 as shown in fig. 1 is generally configured to cooperate with satellites 300 to obtain desired positioning information. Other techniques that can track the location of the mobile terminal may be used instead of or in addition to GPS tracking techniques. In addition, at least one GPS satellite 300 may selectively or additionally process satellite DMB transmission.
As a typical operation of the wireless communication system, the BS270 receives reverse link signals from various mobile terminals 100. The mobile terminal 100 is generally engaged in conversations, messaging, and other types of communications. Each reverse link signal received by a particular base station 270 is processed within the particular BS 270. The obtained data is forwarded to the associated BSC 275. The BSC provides call resource allocation and mobility management functions including coordination of soft handoff procedures between BSs 270. The BSCs 275 also route the received data to the MSC280, which provides additional routing services for interfacing with the PSTN 290. Similarly, the PSTN290 interfaces with the MSC280, the MSC interfaces with the BSCs 275, and the BSCs 275 accordingly control the BS270 to transmit forward link signals to the mobile terminal 100.
Based on the above mobile terminal hardware structure and communication system, the present invention provides various embodiments of the method.
The invention provides an unlocking method of a mobile terminal, which is suitable for unlocking a screen of the mobile terminal.
As shown in fig. 3 and referring to fig. 1, fig. 3 is a flowchart of an unlocking method of a mobile terminal according to an embodiment of the present invention.
The unlocking method of the mobile terminal comprises the following steps:
and step S10, receiving an unlocking character string input by a user, wherein the length of the unlocking character string is greater than or equal to the length of a preset unlocking password.
And step S20, judging whether the unlocking character string contains the character sequence which is the same as the unlocking password.
If yes, step S30 is executed to unlock the mobile terminal.
If not, prompting the user to unlock the character string input error, prompting the user to input again, simultaneously recording the number of times of input errors, and locking the mobile terminal within a certain time when the number of times of continuous input errors reaches a preset value.
Specifically, the preset unlocking password may be set by the user or a default unlocking password of the system may be used, and the unlocking password may be a combination sequence of 4-digit or 6-digit numbers and/or letters. The length of the combination sequence is short, and the combination sequence is convenient for a user to remember, so that the user is effectively prevented from forgetting the unlocking password. When the user needs to perform unlocking, an input field is displayed through the display unit 151, prompting the user to input an unlocking character string. The number of digits of the characters required to be input in the input field is greater than or equal to the number of digits of the unlocking password, for example, when the number of digits of the unlocking password is 4, the number of digits of the characters required to be input in the input field is at least 5 digits and above, that is, the unlocking character string input by the user includes at least one redundant character except the unlocking password. When the user needs to unlock the mobile terminal, the user can input any redundant character while inputting the unlocking password so as to prevent other people from peeping the correct unlocking password, and meanwhile, the situation that the unlocking password is cracked can be effectively prevented, and the use safety of the mobile terminal is effectively improved.
According to the technical scheme of the embodiment, the unlocking character string input by the user is set as the combination of the unlocking password and the redundant character; when a user needs to unlock the mobile terminal, the user only needs to input a correct unlocking password and any redundant characters, namely, the user only needs to remember the correct unlocking password to realize unlocking operation, so that the user can be effectively prevented from forgetting the unlocking password; due to the arrangement of the redundant characters, the unlocking character string input by the user can be effectively increased in length, so that other people can be effectively prevented from peeping the correct unlocking password, meanwhile, the situation that the unlocking password is cracked can be effectively prevented, and the use safety of the mobile terminal is greatly improved.
Further, as shown in fig. 4 and 5, fig. 4 is a flowchart of an embodiment of the step of determining whether the unlocking character string includes a character sequence identical to the unlocking password shown in fig. 3; fig. 5 is an operation schematic diagram of an embodiment of an unlocking method of a mobile terminal according to the present invention (in which an upper block diagram represents an unlocking character string input by a user and a lower block diagram represents a preset unlocking password).
In this embodiment, the step of determining whether the unlocking string includes a character sequence identical to the unlocking password includes:
step S21, taking the first character of the unlocking character string as a starting point, and backwards intercepting a character sequence with the same length as the unlocking password;
and step S22, comparing the intercepted character sequence with the unlocking password.
Specifically, as shown in fig. 5, the unlocking password is 5678, and the length of the unlocking string is 8 bits; when the user needs to unlock the mobile terminal, 5678XXXX (where X represents any number or letter) is input to achieve an unlocking operation. That is, as long as the first four characters of the unlocking character string input by the user are the same as the unlocking password, the unlocking operation can be realized.
Further, as shown in fig. 6 and 7, fig. 6 is a flowchart of another embodiment of the step of determining whether the unlocking character string includes a character sequence identical to the unlocking password shown in fig. 3; fig. 7 is an operation schematic diagram of another embodiment of the unlocking method of the mobile terminal according to the present invention (in which an upper block diagram represents an unlocking character string input by a user and a lower block diagram represents a preset unlocking password).
In this embodiment, the step of determining whether the unlocking string includes a character sequence identical to the unlocking password includes:
step S23, taking the last character of the unlocking character string as a terminal point, and forwardly intercepting a character sequence with the same length as the unlocking password;
and step S24, comparing the intercepted character sequence with the unlocking password.
Specifically, as shown in fig. 7, the unlocking password is 5678, and the length of the unlocking string is 8 bits; when a user needs to unlock the mobile terminal, a XXXX5678 (wherein, X represents any number or letter) is input to realize an unlocking operation. That is, as long as the last four characters of the unlocking character string input by the user are the same as the unlocking password, the unlocking operation can be realized.
Further, as shown in fig. 8 and 9, fig. 8 is a flowchart of another embodiment of the step of determining whether the unlocking character string includes a character sequence identical to the unlocking password shown in fig. 3; fig. 9 is an operation schematic diagram of still another embodiment of the unlocking method of the mobile terminal according to the present invention (in which an upper block diagram represents an unlocking character string input by a user and a lower block diagram represents a preset unlocking password).
In this embodiment, the step of determining whether the unlocking string includes a character sequence identical to the unlocking password includes:
step S25, taking the character in the unlocking character string which is the same as the first character of the unlocking password as a starting point, backward intercepting a character sequence which is the same as the unlocking password in length, or taking the character in the unlocking character string which is the same as the last character of the unlocking password as a terminal, forward intercepting the character sequence which is the same as the unlocking password in length;
and step S26, comparing the intercepted character sequence with the unlocking password.
Specifically, as shown in fig. 9, taking the unlocking password as 5678 as an example, the length of the unlocking string is 8 bits; when a user needs to unlock the mobile terminal, XX5678XX, XXX5678X, X5678XXX (where X represents any number or letter) is input to implement an unlocking operation. That is, as long as the user inputs that the four consecutive characters at any position of the unlocking character string are the same as the unlocking password, the unlocking operation can be realized.
Further, as shown in fig. 10 and 11, fig. 10 is a flowchart of another embodiment of the step of determining whether the unlocking character string includes a character sequence identical to the unlocking password shown in fig. 3; fig. 11 is an operation schematic diagram of still another embodiment of the unlocking method of the mobile terminal according to the present invention (in which an upper block diagram represents an unlocking character string input by a user, a middle block diagram represents that characters in the unlocking character string are arranged in a character sequence having the same length as the unlocking password in an acquisition order, and a lower block diagram represents a preset unlocking password).
In this embodiment, the step of determining whether the unlocking string includes a character sequence identical to the unlocking password includes:
step S27, sequentially acquiring characters in the unlocking character string;
step S28, arranging the obtained characters into a character sequence with the same length as the unlocking password according to the obtaining sequence;
and step S29, comparing the arranged character sequence with the unlocking password.
Specifically, as shown in fig. 11, the unlocking password is 5678, and the length of the unlocking string is 8 bits; when a user needs to unlock the mobile terminal, X5X6X7X8, 5X6X7X8X, 56XX7X8X, etc. (where X represents any number or letter) are input to implement an unlocking operation. That is, as long as the user inputs the unlocking character string which can sequentially comprise 5, 6, 7 and 8, the unlocking operation can be realized.
The invention further provides an unlocking device of the mobile terminal.
Referring to fig. 1, as shown in fig. 12, fig. 12 is a block diagram of an unlocking apparatus of a mobile terminal according to an embodiment of the present invention.
The unlocking device of the mobile terminal of the embodiment includes a receiving module 410, a determining module 420 and an unlocking module 430.
The receiving module 410 is configured to receive an unlocking character string input by a user, where a length of the unlocking character string is greater than or equal to a length of a preset unlocking password.
The determining module 420 is configured to determine whether the unlocking string includes a character sequence that is the same as the unlocking password.
The receiving module 410 is configured to unlock the mobile terminal when the unlocking string includes a character sequence that is the same as the unlocking password.
Specifically, the preset unlocking password may be set by the user or a default unlocking password of the system may be used, and the unlocking password may be a 4-digit or 6-digit combined sequence of numbers and/or letters. The length of the combination sequence is short, and the combination sequence is convenient for a user to remember, so that the user is effectively prevented from forgetting the unlocking password. When the user needs to perform unlocking, an input field is displayed through the display unit 151, prompting the user to input an unlocking character string. The number of digits of the characters required to be input in the input field is greater than or equal to the number of digits of the unlocking password, for example, when the number of digits of the unlocking password is 4, the number of digits of the characters required to be input in the input field is at least 5 digits and above, that is, the unlocking character string input by the user includes at least one redundant character except the unlocking password. When the user needs to unlock the mobile terminal, the user can input any redundant character while inputting the unlocking password so as to prevent other people from peeping the correct unlocking password, and meanwhile, the situation that the unlocking password is cracked can be effectively prevented, and the use safety of the mobile terminal is effectively improved.
According to the technical scheme of the embodiment, the unlocking character string input by the user is set as the combination of the unlocking password and the redundant character; when a user needs to unlock the mobile terminal, the user only needs to input a correct unlocking password and any redundant characters, namely, the user only needs to remember the correct unlocking password to realize unlocking operation, so that the user can be effectively prevented from forgetting the unlocking password; due to the arrangement of the redundant characters, the unlocking character string input by the user can be effectively increased in length, so that other people can be effectively prevented from peeping the correct unlocking password, meanwhile, the situation that the unlocking password is cracked can be effectively prevented, and the use safety of the mobile terminal is greatly improved.
Further, as shown in fig. 13 and also referring to fig. 5, fig. 13 is a block diagram of an embodiment of a determination module in the unlocking device shown in fig. 12.
In this embodiment, the determining module 420 includes a truncating unit 422 and a comparing unit 423.
The intercepting unit 422 is configured to intercept a character sequence having the same length as the unlocking password backward with the initial character of the unlocking character string as a starting point.
The comparing unit 423 is configured to compare the truncated character sequence with the unlocking password.
Specifically, as shown in fig. 5, the unlocking password is 5678, and the length of the unlocking string is 8 bits; when the user needs to unlock the mobile terminal, 5678XXXX (where X represents any number or letter) is input to achieve an unlocking operation. That is, as long as the first four characters of the unlocking character string input by the user are the same as the unlocking password, the unlocking operation can be realized.
Further, as shown in fig. 13 and referring to fig. 7, the intercepting unit 422 may be further configured to intercept a character sequence having the same length as the unlocking password forward, with a last character of the unlocking character string as a terminal point.
The comparing unit 423 is configured to compare the truncated character sequence with the unlocking password.
Specifically, as shown in fig. 7, the unlocking password is 5678, and the length of the unlocking string is 8 bits; when the user needs to unlock the mobile terminal, 5678XXXX (where X represents any number or letter) is input to achieve an unlocking operation. That is, as long as the first four characters of the unlocking character string input by the user are the same as the unlocking password, the unlocking operation can be realized.
Further, as shown in fig. 13 and referring to fig. 9, the intercepting unit 422 may be further configured to intercept a character sequence having the same length as the unlocking password backward by using a character in the unlocking character string that is the same as a first character of the unlocking password as a starting point, or intercept a character sequence having the same length as the unlocking password forward by using a character in the unlocking character string that is the same as a last character of the unlocking password as a terminal.
The comparing unit 423 is configured to compare the truncated character sequence with the unlocking password.
Specifically, as shown in fig. 9, taking the unlocking password as 5678 as an example, the length of the unlocking string is 8 bits; when a user needs to unlock the mobile terminal, XX5678XX, XXX5678X, X5678XXX (where X represents any number or letter) is input to implement an unlocking operation. That is, as long as the user inputs that the four consecutive characters at any position of the unlocking character string are the same as the unlocking password, the unlocking operation can be realized.
Further, as shown in fig. 14 and also referring to fig. 11, fig. 14 is a block diagram of another embodiment of the determination module in the unlocking device shown in fig. 12.
In this embodiment, the determining module 420 includes an obtaining unit 424, an arranging unit 425, and a comparing unit 423.
The obtaining unit 424 is configured to sequentially obtain characters in the unlocking character string;
the arranging unit 425 is configured to arrange the acquired characters into a character sequence with the same length as the unlocking password according to an acquisition sequence;
the comparing unit 423 is configured to compare the arranged character sequence with the unlocking password.
Specifically, as shown in fig. 11, the unlocking password is 5678, and the length of the unlocking string is 8 bits; when a user needs to unlock the mobile terminal, X5X6X7X8, 5X6X7X8X, 56XX7X8X, etc. (where X represents any number or letter) are input to implement an unlocking operation. That is, as long as the user inputs the unlocking character string which can sequentially comprise 5, 6, 7 and 8, the unlocking operation can be realized.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (which may be a mobile terminal, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. An unlocking method of a mobile terminal is characterized by comprising the following steps:
receiving an unlocking character string input by a user, wherein the length of the unlocking character string is greater than that of a preset unlocking password, and the unlocking character string comprises a character sequence and any redundant characters;
judging whether the unlocking character string contains a character sequence which is the same as the unlocking password;
and if so, unlocking the mobile terminal.
2. The method for unlocking a mobile terminal according to claim 1, wherein the step of determining whether the unlocking string contains a character sequence identical to the unlocking password comprises:
taking the first character of the unlocking character string as a starting point, and backward intercepting a character sequence with the same length as the unlocking password;
comparing the truncated character sequence with the unlocking password.
3. The method for unlocking a mobile terminal according to claim 1, wherein the step of determining whether the unlocking string contains a character sequence identical to the unlocking password comprises:
taking the last character of the unlocking character string as a terminal point, and forwardly intercepting a character sequence with the same length as the unlocking password;
comparing the truncated character sequence with the unlocking password.
4. The method for unlocking a mobile terminal according to claim 1, wherein the step of determining whether the unlocking string contains a character sequence identical to the unlocking password comprises:
the character which is the same as the first character of the unlocking password in the unlocking character string is taken as a starting point, a character sequence which is the same as the unlocking password in length is intercepted backwards, or the character which is the same as the last character of the unlocking password in the unlocking character string is taken as an end point, and the character sequence which is the same as the unlocking password in length is intercepted forwards;
comparing the truncated character sequence with the unlocking password.
5. The method for unlocking a mobile terminal according to claim 1, wherein the step of determining whether the unlocking string contains a character sequence identical to the unlocking password comprises:
sequentially acquiring characters in the unlocking character string;
arranging the acquired characters into a character sequence with the same length as the unlocking password according to the acquisition sequence;
and comparing the arranged character sequence with the unlocking password.
6. An unlocking device of a mobile terminal is characterized by comprising a receiving module, a judging module and an unlocking module; wherein,
the receiving module is used for receiving an unlocking character string input by a user, wherein the length of the unlocking character string is greater than that of a preset unlocking password, and the unlocking character string comprises a character sequence and any redundant character;
the judging module is used for judging whether the unlocking character string contains a character sequence which is the same as the unlocking password;
and the receiving module is used for unlocking the mobile terminal when the unlocking character string contains the character sequence which is the same as the unlocking password.
7. The unlocking device of a mobile terminal according to claim 6, wherein the judging module includes an intercepting unit and a comparing unit; wherein,
the intercepting unit is used for intercepting a character sequence with the same length as the unlocking password backwards by taking the first character of the unlocking character string as a starting point;
and the comparing unit is used for comparing the intercepted character sequence with the unlocking password.
8. The unlocking device of a mobile terminal according to claim 6, wherein the judging module includes an intercepting unit and a comparing unit; wherein,
the intercepting unit is used for intercepting a character sequence with the same length as the unlocking password forwards by taking the last character of the unlocking character string as a terminal point;
and the comparing unit is used for comparing the intercepted character sequence with the unlocking password.
9. The unlocking device of a mobile terminal according to claim 6, wherein the judging module includes an intercepting unit and a comparing unit; wherein,
the intercepting unit is used for intercepting a character sequence with the same length as the unlocking password backwards by taking the character, which is the same as the first character of the unlocking password, in the unlocking character string as a starting point, or intercepting a character sequence with the same length as the unlocking password forwards by taking the character, which is the same as the last character of the unlocking password, in the unlocking character string as an end point;
and the comparing unit is used for comparing the intercepted character sequence with the unlocking password.
10. The unlocking device of a mobile terminal according to claim 6, wherein the judging module includes an obtaining unit, an arranging unit, and a comparing unit; wherein,
the obtaining unit is used for sequentially obtaining characters in the unlocking character string;
the arranging unit is used for arranging the acquired characters into a character sequence with the same length as the unlocking password according to the acquisition sequence;
and the comparison unit is used for comparing the arranged character sequence with the unlocking password.
CN201610570091.1A 2016-07-19 2016-07-19 Unlocking method and unlocking device of mobile terminal Active CN106027804B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610570091.1A CN106027804B (en) 2016-07-19 2016-07-19 Unlocking method and unlocking device of mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610570091.1A CN106027804B (en) 2016-07-19 2016-07-19 Unlocking method and unlocking device of mobile terminal

Publications (2)

Publication Number Publication Date
CN106027804A CN106027804A (en) 2016-10-12
CN106027804B true CN106027804B (en) 2020-11-27

Family

ID=57115953

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610570091.1A Active CN106027804B (en) 2016-07-19 2016-07-19 Unlocking method and unlocking device of mobile terminal

Country Status (1)

Country Link
CN (1) CN106027804B (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106815534B (en) * 2017-01-17 2020-02-14 Oppo广东移动通信有限公司 Method and device for protecting user privacy and mobile terminal
CN107273739A (en) * 2017-05-26 2017-10-20 遵义师范学院 A kind of coded lock unlocking method
CN107295165A (en) * 2017-06-09 2017-10-24 深圳市欧唯科技有限公司 A kind of tamper-proof unlocking method based on fuzzy matching
CN107392008A (en) * 2017-07-18 2017-11-24 深圳天珑无线科技有限公司 Cipher management method, Password Management equipment and computer-readable recording medium
CN107563180B (en) * 2017-09-28 2020-08-14 平安科技(深圳)有限公司 Graph unlocking method and device and storage medium
US11258783B2 (en) * 2019-06-10 2022-02-22 Microsoft Technology Licensing, Llc Authentication with random noise symbols and pattern recognition
US20200389443A1 (en) * 2019-06-10 2020-12-10 Microsoft Technology Licensing, Llc Authentication with random noise symbols and pattern recognition
CN112650996A (en) * 2020-10-30 2021-04-13 瞬联软件科技(北京)有限公司 Password authentication method and password authentication device
CN112711750A (en) * 2020-12-30 2021-04-27 维沃移动通信有限公司 Unlocking method and unlocking device
CN113709108A (en) * 2021-07-27 2021-11-26 王旭 Cloud security login method for electronic commerce
CN113656774B (en) * 2021-08-17 2024-06-21 维沃移动通信(杭州)有限公司 Unlocking method and unlocking device of electronic equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102117393A (en) * 2011-01-04 2011-07-06 惠州Tcl移动通信有限公司 Mobile terminal and password input method thereof
CN103365581A (en) * 2012-03-31 2013-10-23 百度在线网络技术(北京)有限公司 User equipment touch unlocking method and device based on unlocking password
CN104317515A (en) * 2014-10-22 2015-01-28 广州视源电子科技股份有限公司 Unlocking method and unlocking device of mobile terminal and mobile terminal

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100774292B1 (en) * 2005-10-25 2007-11-08 삼성전자주식회사 Method for automatic connecting bluetooth in mobile communication terminal
CN103024142B (en) * 2012-11-14 2016-01-13 广东欧珀移动通信有限公司 A kind of method that mobile terminal unlocks and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102117393A (en) * 2011-01-04 2011-07-06 惠州Tcl移动通信有限公司 Mobile terminal and password input method thereof
CN103365581A (en) * 2012-03-31 2013-10-23 百度在线网络技术(北京)有限公司 User equipment touch unlocking method and device based on unlocking password
CN104317515A (en) * 2014-10-22 2015-01-28 广州视源电子科技股份有限公司 Unlocking method and unlocking device of mobile terminal and mobile terminal

Also Published As

Publication number Publication date
CN106027804A (en) 2016-10-12

Similar Documents

Publication Publication Date Title
CN106027804B (en) Unlocking method and unlocking device of mobile terminal
CN104766002B (en) A kind of unlocking method and device
CN106533928B (en) Method and device for updating unread message reminding identification
CN104932697B (en) Gesture unlocking method and device
CN106130734A (en) The control method of mobile terminal and control device
CN105138260A (en) Application switching method and terminal
CN106778176B (en) Information processing method and mobile terminal
CN104992109A (en) Method and device for password setting and method and device for password matching
CN104951229A (en) Screen capturing method and device
CN104935577B (en) Authentication method, smart card cloud, the cloud APP, apparatus and system
CN106485163A (en) Control method and control device that mobile terminal data storehouse accesses
CN106484534B (en) Control method and control device for displayed mobile terminal
CN105049612A (en) Method of realizing recording and device of realizing recording
CN106791149A (en) A kind of method of mobile terminal and control screen
CN106021530A (en) Method and device for hiding applications
CN106412877B (en) Activation method and activation device for mobile terminal SIM card
CN105120091A (en) Mobile terminal and maloperation prompting apparatus and method thereof
CN106792644A (en) Mobile terminal, server and information processing method
CN106302943B (en) Unlocking method and unlocking device of mobile terminal
CN105100420A (en) Terminal and method for quick dialing of same
CN105096551A (en) Device and method for achieving virtual remote controller
CN104932711A (en) Method and device for realizing input mode switching
CN105245707A (en) Mobile terminal and method for processing information
CN106488007A (en) A kind of auth method and terminal
CN106250752A (en) A kind of tripper, unlocking method, terminal and wearable device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20201111

Address after: 242599 under the viaduct of fufu South Road, Jingchuan Town, Jingxian County, Xuancheng City, Anhui Province

Applicant after: Jingxian GUSHENG Information Technology Co.,Ltd.

Address before: 518000 Guangdong Province, Shenzhen high tech Zone of Nanshan District City, No. 9018 North Central Avenue's innovation building A, 6-8 layer, 10-11 layer, B layer, C District 6-10 District 6 floor

Applicant before: NUBIA TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20210223

Address after: 242599 shop front 2-3, area B, Xiyuan Community, No. 188, Meiqi Road, Jingchuan Town, Jing County, Xuancheng City, Anhui Province

Patentee after: Jingxian Liangliang Photoelectric Technology Co.,Ltd.

Address before: 242599 under the viaduct of fufu South Road, Jingchuan Town, Jing County, Xuancheng City, Anhui Province

Patentee before: Jingxian GUSHENG Information Technology Co.,Ltd.

TR01 Transfer of patent right
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: Unlocking Methods and Devices for Mobile Terminals

Effective date of registration: 20230814

Granted publication date: 20201127

Pledgee: Jingxian SME Financing Guarantee Co.,Ltd.

Pledgor: Jingxian Liangliang Photoelectric Technology Co.,Ltd.

Registration number: Y2023980051957

PE01 Entry into force of the registration of the contract for pledge of patent right