CN106775823B - Mobile terminal and quick starting method thereof - Google Patents

Mobile terminal and quick starting method thereof Download PDF

Info

Publication number
CN106775823B
CN106775823B CN201611043301.8A CN201611043301A CN106775823B CN 106775823 B CN106775823 B CN 106775823B CN 201611043301 A CN201611043301 A CN 201611043301A CN 106775823 B CN106775823 B CN 106775823B
Authority
CN
China
Prior art keywords
mobile terminal
test
starting
module
test case
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
CN201611043301.8A
Other languages
Chinese (zh)
Other versions
CN106775823A (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.)
Nubia Technology Co Ltd
Original Assignee
Nubia 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 Nubia Technology Co Ltd filed Critical Nubia Technology Co Ltd
Priority to CN201611043301.8A priority Critical patent/CN106775823B/en
Publication of CN106775823A publication Critical patent/CN106775823A/en
Application granted granted Critical
Publication of CN106775823B publication Critical patent/CN106775823B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/485Task life-cycle, e.g. stopping, restarting, resuming execution
    • 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
    • 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/72454User interfaces specially adapted for cordless or mobile telephones with means for adapting the functionality of the device according to specific conditions according to context-related or environment-related conditions
    • 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

Abstract

The invention discloses a mobile terminal, comprising: the mobile terminal comprises a first starting module, a second starting module and a third starting module, wherein the first starting module is used for starting a kernel process of the mobile terminal when a starting instruction of the mobile terminal is received; the first obtaining module is used for obtaining a first test case corresponding to a first test instruction when the first test instruction is received; and the second starting module is used for starting the first process of the mobile terminal corresponding to the first test case. The invention also discloses a quick starting method of the mobile terminal. According to the invention, only the process corresponding to the first test case is started when the mobile terminal is tested, so that the number of the starting processes when the mobile terminal is tested is greatly reduced, the starting speed and efficiency of the mobile terminal are improved, and the testing speed and efficiency of the mobile terminal are further improved.

Description

Mobile terminal and quick starting method thereof
Technical Field
The invention relates to the technical field of communication, in particular to a mobile terminal and a quick starting method thereof.
Background
With the rapid development of mobile communication technology and the increasing coverage of mobile networks, mobile terminals (such as mobile phones, tablet computers, etc.) play an increasingly important role in people's daily life, and the functions of the mobile terminals are increasingly rich. In order to improve the quality of the mobile terminal, it is necessary to test various functions of the mobile terminal before the mobile terminal is shipped.
At present, when a mobile terminal is tested, a process corresponding to each test item is started at the same time when the mobile terminal is started, so that the starting speed of the mobile terminal is low, and the testing speed and efficiency of the mobile terminal are influenced.
Disclosure of Invention
The invention provides a mobile terminal and a quick starting method thereof, aiming at solving the technical problems of slow starting speed, low testing speed and low efficiency of the mobile terminal caused by simultaneously starting processes corresponding to various testing items when the mobile terminal is tested.
In order to achieve the above object, the present invention provides a mobile terminal, including:
the mobile terminal comprises a first starting module, a second starting module and a third starting module, wherein the first starting module is used for starting a kernel process of the mobile terminal when a starting instruction of the mobile terminal is received;
the first obtaining module is used for obtaining a first test case corresponding to a first test instruction when the first test instruction is received;
and the second starting module is used for starting the first process of the mobile terminal corresponding to the first test case.
In one embodiment, the mobile terminal further comprises:
the first running module is used for running a first test script corresponding to the first test case based on the first process;
and the first closing module is used for closing the first process when the first test script finishes running, and sending the test result corresponding to the first test case to a test server so that the test server can store the received test result.
In one embodiment, the mobile terminal further comprises:
the second obtaining module is used for obtaining a second test case corresponding to a second test instruction when the second test instruction is received in the running process of the first test script;
the third starting module is used for starting a second process of the mobile terminal corresponding to the second test case;
the second closing module is used for closing the first process of the mobile terminal corresponding to the first test case when the first test script is completely run;
and the second running module is used for running a second test script corresponding to the second test case based on the second process.
In one embodiment, the mobile terminal further comprises:
the third obtaining module is used for obtaining a third test case corresponding to a third test instruction when the third test instruction is received within a preset time interval after the first process is closed;
the fourth starting module is used for starting a third process of the mobile terminal corresponding to the third test case;
and the third running module is used for running a third test script corresponding to the third test case based on the third process.
In one embodiment, the mobile terminal further comprises:
and the third closing module is used for closing the kernel process of the mobile terminal when the test instruction is not received in the running process of the first test script and the test instruction is not received in a preset time interval after the first process is closed.
In addition, in order to achieve the above object, the present invention further provides a method for quickly starting a mobile terminal, where the method for quickly starting a mobile terminal includes the following steps:
starting a kernel process of a mobile terminal when a starting instruction of the mobile terminal is received;
when a first test instruction is received, acquiring a first test case corresponding to the first test instruction;
and starting a first process of the mobile terminal corresponding to the first test case.
In an embodiment, after the step of starting the first process of the mobile terminal corresponding to the first test case, the method for quickly starting the mobile terminal further includes:
running a first test script corresponding to the first test case based on the first process;
and when the first test script finishes running, closing the first process, and sending a test result corresponding to the first test case to a test server so that the test server can store the received test result.
In an embodiment, after the step of closing the first process, the method for quickly starting a mobile terminal further includes:
when a second test instruction is received in the running process of the first test script, a second test case corresponding to the second test instruction is obtained;
starting a second process of the mobile terminal corresponding to the second test case;
when the first test script finishes running, closing a first process of the mobile terminal corresponding to the first test case;
and running a second test script corresponding to the second test case based on the second process.
In an embodiment, after the step of closing the process, the method for quickly starting a mobile terminal further includes:
when a third test instruction is received within a preset time interval after the first process is closed, acquiring a third test case corresponding to the third test instruction;
starting a third process of the mobile terminal corresponding to the third test case;
and running a third test script corresponding to the third test case based on the third process.
In an embodiment, after the step of closing the process, the method for quickly starting the mobile terminal further includes:
and when the test instruction is not received in the running process of the first test script and the test instruction is not received in a preset time interval after the first process is closed, closing the kernel process of the mobile terminal.
According to the method and the device, when the starting instruction of the mobile terminal is received, the first starting module starts the kernel process of the mobile terminal, then when the first testing instruction is received, the first obtaining module obtains the first testing case corresponding to the first testing instruction, and the second starting module starts the first process of the mobile terminal corresponding to the first testing case, so that the purpose that only the process corresponding to the first testing case is started when the mobile terminal is tested is achieved, the number of the starting processes during testing of the mobile terminal is greatly reduced, the starting speed and the starting efficiency of the mobile terminal are improved, and the testing speed and the testing efficiency of the mobile terminal are further improved.
Drawings
Fig. 1 is a schematic diagram of an alternative hardware configuration of a mobile terminal implementing various embodiments of the present invention;
FIG. 2 is a block diagram of a mobile terminal according to a first embodiment of the present invention;
FIG. 3 is a block diagram of a mobile terminal according to a second embodiment of the present invention;
fig. 4 is a block diagram of a mobile terminal according to a third embodiment of the present invention;
fig. 5 is a block diagram of a mobile terminal according to a fourth embodiment of the present invention;
fig. 6 is a flowchart illustrating a fast booting method of a mobile terminal according to a first embodiment of the present invention;
fig. 7 is a flowchart illustrating a fast booting method of a mobile terminal according to a second embodiment of the present invention;
fig. 8 is a flowchart illustrating a fast boot method of a mobile terminal according to a third embodiment of the present invention;
fig. 9 is a flowchart illustrating a quick start method of a mobile terminal according to a fourth embodiment of the present invention.
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 an illustration of an alternative hardware architecture of a mobile terminal 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 device or network. For example, the wireless communication unit 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 devices. In particular, the broadcast receiving module 111 may be implemented by using a program such asMultimedia broadcast-terrestrial (DMB-T), digital multimedia broadcast-satellite (DMB-S), digital video broadcast-handheld (DVB-H), forward link media (MediaFLO)@) A digital broadcasting apparatus such as a digital broadcasting apparatus, a terrestrial digital broadcasting integrated service (ISDB-T), etc. receives digital broadcasting. The broadcast receiving module 111 may be constructed as various broadcasting devices suitable for providing broadcast signals as well as the above-described digital broadcasting device. 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 bluetoothTMRadio Frequency Identification (RFID), infrared data association (IrDA), Ultra Wideband (UWB), zigbeeTMAnd so on.
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 device). 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 jerky 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 pressure 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 microphone, 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 (communicating communication) 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 and 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, and the like) that has been or will 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 this point, mobile terminals have been described in terms of their functionality. 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.
Based on the above-described hardware structure of the mobile terminal and the structure of the communication apparatus, various embodiments of the present invention are proposed.
The invention provides a mobile terminal. Referring to fig. 2, fig. 2 is a block diagram of a mobile terminal according to a first embodiment of the present invention.
In this embodiment, the mobile terminal includes:
the first starting module 210 is configured to start a kernel process of the mobile terminal when a starting instruction of the mobile terminal is received;
in this embodiment, when testing the mobile terminal, the mobile terminal needs to be powered on first, and specifically, the start instruction of the mobile terminal may be triggered by a power key of the mobile terminal. When a start instruction of the mobile terminal is received, the first start module 210 starts a kernel process of the mobile terminal, and specifically, when a system of the mobile terminal is an Android (Android) system, the first start module 210 starts an Android kernel process of the mobile terminal.
The first obtaining module 220 is configured to obtain a first test case corresponding to a first test instruction when the first test instruction is received;
in this embodiment, after the kernel process of the mobile terminal is started, a test instruction may be sent to the mobile terminal through a test platform such as a test server. Taking a test server as an example, the test server may monitor whether the mobile terminal is started in real time, after the mobile terminal is started, the test server may send a first test instruction to the mobile terminal, when the first test instruction is received, the first obtaining module 220 obtains a first test case corresponding to the first test instruction, specifically, when the first test instruction includes the first test case, the first obtaining module 220 obtains the first test case by analyzing the first test instruction, when the first test instruction does not include the first test case, the first obtaining module 220 may send an obtaining request of the first test case corresponding to the first test instruction to the test server, and when the obtaining request is received, the test server sends the corresponding first test case to the mobile terminal.
The second starting module 230 is configured to start the first process of the mobile terminal corresponding to the first test case.
In this embodiment, when the first test case corresponding to the first test instruction is obtained, the second starting module 230 starts a first process of the mobile terminal corresponding to the first test case, and improves the starting efficiency and the test operation efficiency of the mobile terminal by only starting a process related to the first test case, where the first process is a process related to the first test case, that is, a process necessary for performing a test related to the first test case.
It should be emphasized that, in this embodiment, a process not required for communicating with the test server, i.e. a related process corresponding to the communication module, needs to be started to ensure that the mobile terminal can be normally tested.
According to the mobile terminal provided by the embodiment, when a starting instruction of the mobile terminal is received, the first starting module 210 starts the kernel process of the mobile terminal, then when the first testing instruction is received, the first obtaining module 220 obtains the first test case corresponding to the first testing instruction, and then the second starting module 230 starts the first process of the mobile terminal corresponding to the first test case, so that only the process corresponding to the first test case is started when the mobile terminal is tested, the number of the starting processes during the test of the mobile terminal is greatly reduced, the starting speed and efficiency of the mobile terminal are improved, and further the testing speed and efficiency of the mobile terminal are improved.
A second embodiment of the mobile terminal of the present invention is proposed based on the first embodiment, and referring to fig. 3, in this embodiment, the mobile terminal further includes:
a first running module 240, configured to run, based on the first process, a first test script corresponding to the first test case;
in this embodiment, after the first process is started, the first running module 240 runs the first test script corresponding to the first test case based on the first process, so as to implement corresponding testing on the mobile terminal.
The first closing module 250 is configured to close the first process when the first test script completes running, and send a test result corresponding to the first test case to a test server, so that the test server stores the received test result.
In this embodiment, when the first test script is completed, the first closing module 250 closes the first process to reduce the running processes of the mobile terminal, so as to avoid the mobile terminal running unnecessary processes to waste system resources and affect the test speed and efficiency of the mobile terminal, and simultaneously, the test result corresponding to the first test case is sent to the test server, so that the test server stores the received test result, thereby facilitating the analysis and processing of the subsequent test result.
Further, in an embodiment, the mobile terminal further includes: and the third closing module is used for closing the kernel process of the mobile terminal when the test instruction is not received in the running process of the first test script and the test instruction is not received in a preset time interval after the first process is closed.
In this embodiment, when the test instruction is not received in the running process of the first test script and the test instruction is not received within the preset time interval after the first process is closed, the current test is completed and the test of other functions of the mobile terminal is not required, so that the kernel process of the mobile terminal is closed through the third closing module.
According to the mobile terminal provided by the embodiment, the first running module 240 runs the first test script corresponding to the first test case based on the first process, and then when the first test script is run and completed, the first closing module 250 closes the first process and sends the test result corresponding to the first test case to the test server, so that the test server stores the received test result, the test of the function corresponding to the first test case on the mobile terminal is realized, and the first process is closed when the test is completed, so that the running process of the mobile terminal is reduced, and the waste of system resources caused by the running of an unnecessary process of the mobile terminal is avoided.
A third embodiment of the mobile terminal of the present invention is proposed based on the second embodiment, and referring to fig. 4, in this embodiment, the mobile terminal further includes:
a second obtaining module 260, configured to obtain, when a second test instruction is received in an operation process of the first test script, a second test case corresponding to the second test instruction;
in this embodiment, when a second test instruction is received in the running process of the first test script, it indicates that other functions need to be currently tested on the mobile terminal, so that the second obtaining module 260 obtains the second test case corresponding to the second test instruction.
A third starting module 270, configured to start a second process of the mobile terminal corresponding to the second test case;
in this embodiment, when the second test case is obtained, the third starting module 270 starts the second process of the mobile terminal corresponding to the second test case, so as to start the second process in the process of the function test of the mobile terminal corresponding to the first test case, and compared with starting the second process when the function test of the mobile terminal corresponding to the first test case is completed, time consumed for starting the second process can be reduced, and thus the test speed and efficiency of the mobile terminal are improved.
A second closing module 280, configured to close the first process of the mobile terminal corresponding to the first test case when the first test script completes running;
in this embodiment, when the first test script is completed, the second shutdown module 280 shuts down the first process to reduce the running process of the mobile terminal, and avoid that the mobile terminal still runs the first process when performing the function test corresponding to the second test case, thereby avoiding that the mobile terminal runs an unnecessary process and wastes system resources.
And a second running module 290, configured to run, based on the second process, a second test script corresponding to the second test case.
In this embodiment, the second running module 290 runs the second test script corresponding to the second test case based on the second process to implement the test of the function corresponding to the second test case, and certainly, when the test is completed, the test result corresponding to the second test script needs to be sent to the test server, so that the test server stores the received test result, and the second process is closed at the same time.
In the mobile terminal provided in this embodiment, when a second test instruction is received in the running process of the first test script, the second obtaining module 260 obtains a second test case corresponding to the second test instruction, then the third starting module 270 starts a second process of the mobile terminal corresponding to the second test case, and then when the running of the first test script is completed, the second closing module 280 closes the first process of the mobile terminal corresponding to the first test case, and finally the second running module 290 runs the second test script corresponding to the second test case based on the second process, so that the second process is started in the function test process of the mobile terminal corresponding to the first test case, time consumed for starting the second process is reduced, and the test speed and efficiency of the mobile terminal are further improved.
A fourth embodiment of the mobile terminal of the present invention is proposed based on the second embodiment, and referring to fig. 5, in this embodiment, the mobile terminal further includes:
a third obtaining module 300, configured to obtain a third test case corresponding to a third test instruction when the third test instruction is received within a preset time interval after the first process is closed;
the preset time interval can be reasonably set according to actual conditions, for example, the preset time interval is 1 min.
In this embodiment, when the third test instruction is received within the preset time interval after the first process is closed, the third obtaining module 300 obtains the third test case corresponding to the third test instruction, so as to implement the test of the corresponding function of the mobile terminal.
A fourth starting module 310, configured to start a third process of the mobile terminal corresponding to the third test case;
in this embodiment, when a third test case corresponding to a third test instruction is obtained, the fourth starting module 310 starts a third process of the mobile terminal corresponding to the third test case, and improves the starting efficiency and the test operation efficiency of the mobile terminal by only starting a process related to the third test case, where the third process is a process related to the third test case, that is, a process necessary for performing a test related to the third test case.
A third running module 320, configured to run a third test script corresponding to the third test case based on the third process.
In this embodiment, after the third process is started, the third running module 320 runs the third test script corresponding to the third test case based on the third process, so as to implement a corresponding test on the mobile terminal.
It should be emphasized that, when the test corresponding to the third test case is completed, the third process is closed, and meanwhile, the test result corresponding to the third test script may also be sent to the test server, so that the test server stores the received test result, thereby facilitating the analysis and processing of the subsequent test result.
According to the mobile terminal provided by the embodiment, when a third test instruction is received within a preset time interval after the first process is closed, the third obtaining module 300 obtains a third test case corresponding to the third test instruction, then the fourth starting module 310 starts a third process of the mobile terminal corresponding to the third test case, and then the third running module 320 runs a third test script corresponding to the third test case based on the third process, so that only the process corresponding to the third test case is started when a function corresponding to the third test case is tested on the mobile terminal, the number of starting processes during mobile terminal testing is greatly reduced, the starting speed and efficiency of the mobile terminal are improved, and the testing speed and efficiency of the mobile terminal are further improved.
The invention further provides a quick starting method of the mobile terminal. Referring to fig. 6, fig. 6 is a flowchart illustrating a fast booting method of a mobile terminal according to a first embodiment of the present invention.
In this embodiment, the method for quickly starting a mobile terminal includes:
step S210, when a starting instruction of the mobile terminal is received, starting a kernel process of the mobile terminal;
in this embodiment, when testing the mobile terminal, the mobile terminal needs to be powered on first, and specifically, the start instruction of the mobile terminal may be triggered by a power key of the mobile terminal. When a start instruction of the mobile terminal is received, the first start module 210 starts a kernel process of the mobile terminal, and specifically, when a system of the mobile terminal is an Android (Android) system, the first start module 210 starts an Android kernel process of the mobile terminal.
Step S220, when a first test instruction is received, a first test case corresponding to the first test instruction is obtained;
in this embodiment, after the kernel process of the mobile terminal is started, a test instruction may be sent to the mobile terminal through a test platform such as a test server. Taking a test server as an example, the test server may monitor whether the mobile terminal is started in real time, after the mobile terminal is started, the test server may send a first test instruction to the mobile terminal, when the first test instruction is received, the first obtaining module 220 obtains a first test case corresponding to the first test instruction, specifically, when the first test instruction includes the first test case, the first obtaining module 220 obtains the first test case by analyzing the first test instruction, when the first test instruction does not include the first test case, the first obtaining module 220 may send an obtaining request of the first test case corresponding to the first test instruction to the test server, and when the obtaining request is received, the test server sends the corresponding first test case to the mobile terminal.
Step S230, starting a first process of the mobile terminal corresponding to the first test case.
In this embodiment, when the first test case corresponding to the first test instruction is obtained, the second starting module 230 starts a first process of the mobile terminal corresponding to the first test case, and improves the starting efficiency and the test operation efficiency of the mobile terminal by only starting a process related to the first test case, where the first process is a process related to the first test case, that is, a process necessary for performing a test related to the first test case.
It should be emphasized that, in this embodiment, a process not required for communicating with the test server, i.e. a related process corresponding to the communication module, needs to be started to ensure that the mobile terminal can be normally tested.
According to the quick starting method of the mobile terminal, when a starting instruction of the mobile terminal is received, the first starting module 210 starts the kernel process of the mobile terminal, then when the first testing instruction is received, the first obtaining module 220 obtains the first test case corresponding to the first testing instruction, and then the second starting module 230 starts the first process of the mobile terminal corresponding to the first test case, so that only the process corresponding to the first test case is started when the mobile terminal is tested, the number of the starting processes during testing of the mobile terminal is greatly reduced, the starting speed and efficiency of the mobile terminal are improved, and the testing speed and efficiency of the mobile terminal are further improved.
A second embodiment of the fast boot method of a mobile terminal according to the present invention is proposed based on the first embodiment, and referring to fig. 7, in this embodiment, after step S230, the fast boot method of a mobile terminal further includes:
step S240, running a first test script corresponding to the first test case based on the first process;
in this embodiment, after the first process is started, the first running module 240 runs the first test script corresponding to the first test case based on the first process, so as to implement corresponding testing on the mobile terminal.
Step S250, when the first test script completes running, closing the first process, and sending a test result corresponding to the first test case to a test server, so that the test server stores the received test result.
In this embodiment, when the first test script is completed, the first closing module 250 closes the first process to reduce the processes in which the mobile terminal is running, so as to avoid the mobile terminal from running unnecessary processes and wasting system resources, and simultaneously sends the test result corresponding to the first test case to the test server, so that the test server stores the received test result, thereby facilitating the analysis and processing of the subsequent test result.
Further, in an embodiment, the method for quickly starting a mobile terminal further includes:
and when the test instruction is not received in the running process of the first test script and the test instruction is not received in a preset time interval after the first process is closed, closing the kernel process of the mobile terminal.
In this embodiment, when the test instruction is not received in the running process of the first test script and the test instruction is not received within the preset time interval after the first process is closed, the current test is completed and the test of other functions of the mobile terminal is not required, so that the kernel process of the mobile terminal is closed through the third closing module.
According to the quick starting method of the mobile terminal, the first running module 240 runs the first test script corresponding to the first test case based on the first process, then when the first test script is run, the first closing module 250 closes the first process and sends the test result corresponding to the first test case to the test server, so that the test server stores the received test result, the test of the function corresponding to the first test case on the mobile terminal is realized, and the first process is closed when the test is finished, so that the running process of the mobile terminal is reduced, and the waste of system resources caused by the running of unnecessary processes of the mobile terminal is avoided.
A third embodiment of the fast boot method of a mobile terminal according to the present invention is proposed based on the second embodiment, and referring to fig. 8, in this embodiment, the fast boot method of a mobile terminal further includes:
step S260, when a second test instruction is received in the running process of the first test script, a second test case corresponding to the second test instruction is obtained;
in this embodiment, when a second test instruction is received in the running process of the first test script, it indicates that other functions need to be currently tested on the mobile terminal, so that the second obtaining module 260 obtains the second test case corresponding to the second test instruction.
Step S270, starting a second process of the mobile terminal corresponding to the second test case;
in this embodiment, when the second test case is obtained, the third starting module 270 starts the second process of the mobile terminal corresponding to the second test case, so as to start the second process in the process of the function test of the mobile terminal corresponding to the first test case, and compared with starting the second process when the function test of the mobile terminal corresponding to the first test case is completed, time consumed for starting the second process can be reduced, and thus the test speed and efficiency of the mobile terminal are improved.
Step S280, when the first test script is finished, closing a first process of the mobile terminal corresponding to the first test case;
in this embodiment, when the first test script is completed, the second shutdown module 280 shuts down the first process to reduce the running process of the mobile terminal, and avoid that the mobile terminal still runs the first process when performing the function test corresponding to the second test case, thereby avoiding that the mobile terminal runs an unnecessary process and wastes system resources.
Step S290, running a second test script corresponding to the second test case based on the second process.
In this embodiment, the second running module 290 runs the second test script corresponding to the second test case based on the second process to implement the test of the function corresponding to the second test case, and certainly, when the test is completed, the test result corresponding to the second test script needs to be sent to the test server, so that the test server stores the received test result, and the second process is closed at the same time.
In the method for quickly starting the mobile terminal according to this embodiment, when the second test instruction is received during the running process of the first test script, the second obtaining module 260 obtains a second test case corresponding to the second test instruction, then the third starting module 270 starts the second process of the mobile terminal corresponding to the second test case, then, when the first test script is completely run, the second shutdown module 280 shuts down the first process of the mobile terminal corresponding to the first test case, and finally the second running module 290 runs the second test script corresponding to the second test case based on the second process, so that the second process is started in the process of the function test of the mobile terminal corresponding to the first test case, the time consumed for starting the second process is reduced, and the test speed and efficiency of the mobile terminal are further improved.
A fourth embodiment of the fast booting method of a mobile terminal according to the present invention is proposed based on the second embodiment, and referring to fig. 9, in this embodiment, after step S250, the fast booting method of a mobile terminal further includes:
step S300, when a third test instruction is received within a preset time interval after the first process is closed, a third test case corresponding to the third test instruction is obtained;
the preset time interval can be reasonably set according to actual conditions, for example, the preset time interval is 1 min.
In this embodiment, when the third test instruction is received within the preset time interval after the first process is closed, the third obtaining module 300 obtains the third test case corresponding to the third test instruction, so as to implement the test of the corresponding function of the mobile terminal.
Step S310, starting a third process of the mobile terminal corresponding to the third test case;
in this embodiment, when a third test case corresponding to a third test instruction is obtained, the fourth starting module 310 starts a third process of the mobile terminal corresponding to the third test case, and improves the starting efficiency and the test operation efficiency of the mobile terminal by only starting a process related to the third test case, where the third process is a process related to the third test case, that is, a process necessary for performing a test related to the third test case.
Step S320, a third test script corresponding to the third test case is operated based on the third process
In this embodiment, after the third process is started, the third running module 320 runs the third test script corresponding to the third test case based on the third process, so as to implement a corresponding test on the mobile terminal.
It should be emphasized that, when the test corresponding to the third test case is completed, the third process is closed, and meanwhile, the test result corresponding to the third test script may also be sent to the test server, so that the test server stores the received test result, thereby facilitating the analysis and processing of the subsequent test result.
According to the quick starting method of the mobile terminal, when a third test instruction is received within a preset time interval after the first process is closed, the third obtaining module 300 obtains a third test case corresponding to the third test instruction, then the fourth starting module 310 starts the third process of the mobile terminal corresponding to the third test case, and then the third running module 320 runs a third test script corresponding to the third test case based on the third process, so that only the process corresponding to the third test case is started when a function corresponding to the third test case is tested on the mobile terminal, the number of starting processes during testing of the mobile terminal is greatly reduced, the starting speed and efficiency of the mobile terminal are improved, and the testing speed and efficiency of the mobile terminal are further improved.
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 (such as a mobile phone, 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 (8)

1. A mobile terminal, characterized in that the mobile terminal comprises:
the mobile terminal comprises a first starting module, a second starting module and a third starting module, wherein the first starting module is used for starting a kernel process of the mobile terminal when a starting instruction of the mobile terminal is received;
the first obtaining module is used for obtaining a first test case corresponding to a first test instruction when the first test instruction is received;
the second starting module is used for starting a first process of the mobile terminal corresponding to the first test case;
the first running module is used for running a first test script corresponding to the first test case based on the first process;
the second obtaining module is used for obtaining a second test case corresponding to a second test instruction when the second test instruction is received in the running process of the first test script;
the third starting module is used for starting a second process of the mobile terminal corresponding to the second test case;
the second closing module is used for closing the first process of the mobile terminal corresponding to the first test case when the first test script is completely run;
and the second running module is used for running a second test script corresponding to the second test case based on the second process.
2. The mobile terminal of claim 1, wherein the mobile terminal further comprises:
and the first closing module is used for closing the first process when the first test script finishes running, and sending the test result corresponding to the first test case to the test server so that the test server can store the received test result.
3. The mobile terminal of claim 2, wherein the mobile terminal further comprises:
the third obtaining module is used for obtaining a third test case corresponding to a third test instruction when the third test instruction is received within a preset time interval after the first process is closed;
the fourth starting module is used for starting a third process of the mobile terminal corresponding to the third test case;
and the third running module is used for running a third test script corresponding to the third test case based on the third process.
4. A mobile terminal according to any of claims 1 to 3, wherein said mobile terminal further comprises:
and the third closing module is used for closing the kernel process of the mobile terminal when the test instruction is not received in the running process of the first test script and the test instruction is not received in a preset time interval after the first process is closed.
5. A quick starting method of a mobile terminal is characterized by comprising the following steps:
starting a kernel process of a mobile terminal when a starting instruction of the mobile terminal is received;
when a first test instruction is received, acquiring a first test case corresponding to the first test instruction;
starting a first process of the mobile terminal corresponding to the first test case;
running a first test script corresponding to the first test case based on the first process;
when a second test instruction is received in the running process of the first test script, a second test case corresponding to the second test instruction is obtained;
starting a second process of the mobile terminal corresponding to the second test case;
when the first test script finishes running, closing a first process of the mobile terminal corresponding to the first test case;
and running a second test script corresponding to the second test case based on the second process.
6. The method for rapidly starting a mobile terminal according to claim 5, wherein after the step of starting the first process of the mobile terminal corresponding to the first test case, the method for rapidly starting a mobile terminal further comprises:
and when the first test script finishes running, closing the first process, and sending a test result corresponding to the first test case to a test server so that the test server can store the received test result.
7. The fast boot method of a mobile terminal according to claim 5, wherein after the step of closing the process, the fast boot method of a mobile terminal further comprises:
when a third test instruction is received within a preset time interval after the first process is closed, acquiring a third test case corresponding to the third test instruction;
starting a third process of the mobile terminal corresponding to the third test case;
and running a third test script corresponding to the third test case based on the third process.
8. The fast boot method of a mobile terminal according to any of claims 5 to 7, wherein after said step of closing said process, said fast boot method of a mobile terminal further comprises:
and when the test instruction is not received in the running process of the first test script and the test instruction is not received in a preset time interval after the first process is closed, closing the kernel process of the mobile terminal.
CN201611043301.8A 2016-11-21 2016-11-21 Mobile terminal and quick starting method thereof Active CN106775823B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611043301.8A CN106775823B (en) 2016-11-21 2016-11-21 Mobile terminal and quick starting method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611043301.8A CN106775823B (en) 2016-11-21 2016-11-21 Mobile terminal and quick starting method thereof

Publications (2)

Publication Number Publication Date
CN106775823A CN106775823A (en) 2017-05-31
CN106775823B true CN106775823B (en) 2020-03-27

Family

ID=58973915

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611043301.8A Active CN106775823B (en) 2016-11-21 2016-11-21 Mobile terminal and quick starting method thereof

Country Status (1)

Country Link
CN (1) CN106775823B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104461898A (en) * 2014-12-19 2015-03-25 北京奇虎科技有限公司 Application testing method, center control server, test terminal and system
CN105786667A (en) * 2016-02-29 2016-07-20 惠州Tcl移动通信有限公司 Distributed automated testing method and system
CN105786691A (en) * 2014-12-25 2016-07-20 重庆重邮信科通信技术有限公司 Automatic integration testing device, method and system of mobile terminal

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7313564B2 (en) * 2002-12-03 2007-12-25 Symbioware, Inc. Web-interactive software testing management method and computer system including an integrated test case authoring tool
US7958495B2 (en) * 2007-03-08 2011-06-07 Systemware, Inc. Program test system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104461898A (en) * 2014-12-19 2015-03-25 北京奇虎科技有限公司 Application testing method, center control server, test terminal and system
CN105786691A (en) * 2014-12-25 2016-07-20 重庆重邮信科通信技术有限公司 Automatic integration testing device, method and system of mobile terminal
CN105786667A (en) * 2016-02-29 2016-07-20 惠州Tcl移动通信有限公司 Distributed automated testing method and system

Also Published As

Publication number Publication date
CN106775823A (en) 2017-05-31

Similar Documents

Publication Publication Date Title
CN106603807B (en) Method for controlling controlled equipment by mobile terminal, mobile terminal and controlled equipment
CN106570102B (en) Intelligent chatting method, device and terminal
CN106911850B (en) Mobile terminal and screen capturing method thereof
CN106550126B (en) Mobile terminal and screen brightness control device and method thereof
CN106157970B (en) Audio identification method and terminal
CN106302651B (en) Social picture sharing method and terminal with social picture sharing system
WO2016173395A1 (en) Method for starting sound effect, terminal device and computer storage medium
CN107038074B (en) Memory optimization device and method based on association strategy
CN110109528B (en) Application program control method, mobile terminal and computer readable storage medium
CN109101447B (en) Method and terminal for parallel execution of OTG function and charging function
CN106778176B (en) Information processing method and mobile terminal
CN107341013B (en) Boot fault processing method and device and computer readable storage medium
CN106598538B (en) Instruction set updating method and system
CN106527799B (en) Method and device for preventing key from being misoperated
CN106484534B (en) Control method and control device for displayed mobile terminal
CN106371704B (en) Application shortcut layout method of screen locking interface and terminal
CN105791541B (en) Screenshot method and mobile terminal
CN105704331B (en) Application program recommendation method and system of mobile terminal
CN107027113B (en) SIM card activation method and mobile terminal
CN106951350B (en) Method and device for checking mobile terminal disk
CN106412877B (en) Activation method and activation device for mobile terminal SIM card
CN106385494B (en) Method and device for acquiring dynamic home page of mobile terminal application
CN106569670B (en) Device and method for processing application
CN106569690B (en) Device and method for preventing mistaken touch
CN105744061B (en) Eye print recognition interaction device and method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant