CN114090518A - Data processing method, intelligent terminal and storage medium - Google Patents

Data processing method, intelligent terminal and storage medium Download PDF

Info

Publication number
CN114090518A
CN114090518A CN202111334110.8A CN202111334110A CN114090518A CN 114090518 A CN114090518 A CN 114090518A CN 202111334110 A CN202111334110 A CN 202111334110A CN 114090518 A CN114090518 A CN 114090518A
Authority
CN
China
Prior art keywords
application
preset
data
intelligent terminal
target
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.)
Pending
Application number
CN202111334110.8A
Other languages
Chinese (zh)
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.)
Shenzhen Transsion Holdings Co Ltd
Original Assignee
Shenzhen Transsion Holdings 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 Shenzhen Transsion Holdings Co Ltd filed Critical Shenzhen Transsion Holdings Co Ltd
Priority to CN202111334110.8A priority Critical patent/CN114090518A/en
Publication of CN114090518A publication Critical patent/CN114090518A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/162Delete operations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/172Caching, prefetching or hoarding of files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/1737Details of further file system functions for reducing power consumption or coping with limited storage space, e.g. in mobile devices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/62Uninstallation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • Human Computer Interaction (AREA)
  • Telephone Function (AREA)

Abstract

The application provides a data processing method, an intelligent terminal and a storage medium. According to the technical scheme, the use information of at least one application in the intelligent terminal is acquired; determining or generating a target application with usage information higher than a preset threshold; and triggering a preset operation aiming at the at least one target application, and processing preset data of the at least one target application. According to the technical scheme, the application preset data are processed according to the use information of each application in the intelligent terminal and the user requirements, the computing resource consumption of the intelligent terminal can be reduced, the application running speed is increased, and the user experience is improved.

Description

Data processing method, intelligent terminal and storage medium
Technical Field
The application relates to the technical field of intelligent terminals, in particular to a data processing method, an intelligent terminal and a storage medium.
Background
In the using process of an application program on the intelligent terminal, a lot of cache junk contents are generated, and along with the accumulation of the cache junk contents, the memory space of the intelligent terminal tends to be overloaded. The application cache garbage content is accumulated too much, so that the memory space of the intelligent terminal is insufficient, and the response speed of the intelligent terminal is slow.
In order to improve the response speed of the intelligent terminal, cache cleaning software such as a mobile phone housekeeper can be deployed in the intelligent terminal. When a user needs to clear the cache, the cache clearing software in the intelligent terminal can be started. The cache cleaning software cleans application cache data in the intelligent terminal.
In the course of conceiving and implementing the present application, the inventors found that at least the following problems existed: the cache cleaning software cleans all application cache data in the intelligent terminal, but some cache data in the cache data belong to applications frequently used by users, so that the intelligent terminal needs to frequently pull the data required by running the applications into the cache again, the consumption of computing resources of the intelligent terminal is high, and the running speed of the applications is slow.
The foregoing description is provided for general background information and is not admitted to be prior art.
Disclosure of Invention
In order to solve the problems, the application provides a data processing method, an intelligent terminal and a storage medium, which can reduce the computing resource consumption of the intelligent terminal, improve the running speed of applications and further improve the user experience.
In a first aspect, the present application provides a data processing method, which is applied to an intelligent terminal, and the method includes: s11, obtaining the use information of at least one application in the intelligent terminal; s12, determining or generating a target application of which the usage information is higher than a preset threshold; s13, aiming at the at least one target application, triggering a preset operation, and processing preset data of the at least one target application.
In the aspect, the preset data of the target application is processed according to the use information of the application in the intelligent terminal, so that the running speed of the application can be increased, and the resource consumption can be reduced.
Optionally, the preset operation is to process preset data of the target application.
In the implementation manner, specific contents included in the preset operation are described, some methods for processing the preset data of the target application are defined, and the further processing of the preset data of the target application is facilitated.
Optionally, the usage information comprises at least one of: unused information; the information is used.
In this implementation, specific content included in the usage information is described, which facilitates further processing of the preset data of the target application.
Optionally, the method further comprises: s21, dividing the applications in the intelligent terminal into a first preset list and a second preset list, wherein the preset data of the applications in the first preset list can be processed, and the preset data of the applications in the second preset list is not processed; s22, judging whether the target application belongs to a first preset list or not; if the target application belongs to the first preset list, executing step S13; or S23, judging whether the target application belongs to a first preset list or not; and if the target application belongs to the first preset list, receiving a selection instruction of a user, and executing the step S13 on the target selection application.
According to the method, when the target application is judged to belong to the first preset list, preset operation processing is carried out on preset data of the target application or further processing is carried out according to a user instruction, the first preset list can be better processed based on the user intention, and user experience is improved.
Optionally, the method further comprises: s31, displaying the use information of all the target applications and the names of the target applications; s32, receiving a selection instruction of a user, and executing the step S13 on the target selection application.
According to the method, the use information of all the target applications and the names of the target applications in the intelligent terminal are displayed, so that a user can better select which applications need to be cleaned, and the user experience is improved.
Optionally, the preset operation further comprises at least one of: processing preset data of the target application in a preset mode; and unloading the target application.
In the implementation mode, more modes of the preset operation are described, so that the preset data of the target application can be further processed better.
Optionally, the method further comprises: and displaying at least one processing control and/or memory use proportion data information according to the unused information so as to process the target application.
In the implementation mode, the related information of more target applications is displayed, so that the user can more accurately select which applications need to be cleaned, and the user experience is improved.
Optionally, the method further comprises: recording target operation for processing preset data of the at least one target application, wherein the target operation is at least one of the preset operations; and when the use information of the at least one target application is higher than a preset threshold value, processing preset data of the at least one target application according to the target operation.
In the implementation mode, the preset data of the target application is processed for the first time through recording, and when the target application needs to be processed for the next time, the same mode as the current time can be used, so that the time is saved, and the user experience is improved.
In a second aspect, the present application provides a content processing apparatus, the apparatus comprising: the acquisition module is used for acquiring the use information of at least one application in the intelligent terminal; the determining module is used for determining or generating the target application of which the use information is higher than a preset threshold value; and the processing module is used for triggering a preset operation aiming at the at least one target application and processing preset data of the at least one target application.
Optionally, the preset operation includes at least one of: cleaning preset data of the target application; transferring preset data of the target application; clearing preset data of the target application; compressing preset data of the target application; and reducing preset data of the target application.
Optionally, the usage information comprises at least one of: unused information; the information is used.
Optionally, the processing module is further configured to divide applications in the intelligent terminal into a first preset list and a second preset list, where preset data of the applications in the first preset list can be processed, and preset data of the applications in the second preset list is not processed; judging whether the target application belongs to a first preset list or not; if the target application belongs to a first preset list, processing preset data of the target application; or judging whether the target application belongs to a first preset list or not; and if the target application belongs to the first preset list, receiving a selection instruction of a user, and processing preset data of the target selection application.
Optionally, the apparatus further comprises: the display module is used for displaying the use information of all the target applications and the names of the target applications; the processing module is further used for receiving a selection instruction of a user and processing the preset data of the target selection application.
Optionally, the preset operation further comprises at least one of: processing preset data of the target application in a preset mode; and unloading the target application.
Optionally, the display module is further configured to display at least one processing control and/or memory usage proportion data information according to the unused information, so as to process the target application.
Optionally, the processing module is further configured to record a target operation for processing preset data of the at least one target application, where the target operation is at least one of the preset operations; and when the use information of the at least one target application is higher than a preset threshold value, processing preset data of the at least one target application according to the target operation.
The present application also provides a content processing apparatus, the apparatus including: a processor coupled to a memory, wherein the memory has stored thereon a program which, when executed by the processor, implements the above-described method.
The application also provides an intelligent terminal, which comprises the processing device of the content.
The application also provides an intelligent terminal, including: a memory and a processor, wherein the memory has stored thereon a program which, when executed by the processor, implements the above-described method.
The present application also provides a readable storage medium having stored thereon a computer program which, when executed by a processor, implements the above-described method.
The present application also provides a computer program product comprising instructions which, when run on a computer, cause the computer to perform the above-described method.
As described above, according to the data processing method provided by the application, the application preset data is cleared according to the use information of each application in the intelligent terminal and the user requirements, the storage space of the intelligent terminal can be released, the computing resource consumption of the intelligent terminal is reduced, the running speed of the application is increased, and the user experience is further improved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present application and together with the description, serve to explain the principles of the application. In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings needed to be used in the description of the embodiments will be briefly described below, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive exercise.
Fig. 1 is a schematic diagram of a hardware structure of an intelligent terminal implementing various embodiments of the present application;
fig. 2 is a communication network system architecture diagram according to an embodiment of the present application;
FIG. 3 is a system architecture diagram of an embodiment of the present application;
fig. 4 is a schematic flowchart illustrating a data processing method of an intelligent terminal according to an embodiment of the present application;
FIG. 5 is a schematic diagram of a display interface provided in one embodiment of the present application;
FIG. 6 is a schematic view of a display interface provided in accordance with another embodiment of the present application;
FIG. 7 is a schematic illustration of a display interface provided in accordance with yet another embodiment of the present application;
fig. 8 is a schematic flowchart illustrating a data processing method of an intelligent terminal according to another embodiment of the present application;
fig. 9 is a schematic structural diagram of a content processing apparatus according to various embodiments of the present application.
The implementation, functional features and advantages of the objectives of the present application will be further explained with reference to the accompanying drawings. With the above figures, there are shown specific embodiments of the present application, which will be described in more detail below. These drawings and written description are not intended to limit the scope of the inventive concepts in any manner, but rather to illustrate the inventive concepts to those skilled in the art by reference to specific embodiments.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present application. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present application, as detailed in the appended claims.
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, the recitation of an element by the phrase "comprising an … …" does not exclude the presence of additional like elements in the process, method, article, or apparatus that comprises the element, and further, where similarly-named elements, features, or elements in different embodiments of the disclosure may have the same meaning, or may have different meanings, that particular meaning should be determined by their interpretation in the embodiment or further by context with the embodiment.
It should be understood that although the terms first, second, third, etc. may be used herein to describe various information, such information should not be limited to these terms. These terms are only used to distinguish one type of information from another. For example, first information may also be referred to as second information, and similarly, second information may also be referred to as first information, without departing from the scope herein. The word "if" as used herein may be interpreted as "at … …" or "when … …" or "in response to a determination", depending on the context. Also, as used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context indicates otherwise. It will be further understood that the terms "comprises," "comprising," "includes" and/or "including," when used in this specification, specify the presence of stated features, steps, operations, elements, components, items, species, and/or groups, but do not preclude the presence, or addition of one or more other features, steps, operations, elements, components, species, and/or groups thereof. The terms "or," "and/or," "including at least one of the following," and the like, as used herein, are to be construed as inclusive or mean any one or any combination. For example, "includes at least one of: A. b, C "means" any of the following: a; b; c; a and B; a and C; b and C; a and B and C ", again for example," A, B or C "or" A, B and/or C "means" any of the following: a; b; c; a and B; a and C; b and C; a and B and C'. An exception to this definition will occur only when a combination of elements, functions, steps or operations are inherently mutually exclusive in some way.
It should be understood that, although the steps in the flowcharts in the embodiments of the present application are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and may be performed in other orders unless explicitly stated herein. Moreover, at least some of the steps in the figures may include multiple sub-steps or multiple stages that are not necessarily performed at the same time, but may be performed at different times, in different orders, and may be performed alternately or at least partially with respect to other steps or sub-steps of other steps.
The words "if", as used herein, may be interpreted as "at … …" or "at … …" or "in response to a determination" or "in response to a detection", depending on the context. Similarly, the phrases "if determined" or "if detected (a stated condition or event)" may be interpreted as "when determined" or "in response to a determination" or "when detected (a stated condition or event)" or "should be detected (a stated condition or event)", depending on the context.
It should be noted that step numbers such as S11 and S12 are used herein for the purpose of more clearly and briefly describing the corresponding content, and do not constitute a substantial limitation on the sequence, and those skilled in the art may perform S12 first and then S11 in specific implementation, which should be within the scope of the present application.
It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
In the following description, suffixes such as "module", "component", or "unit" used to denote elements are used only for the convenience of description of the present application, and have no specific meaning in themselves. Thus, "module", "component" or "unit" may be used mixedly.
The smart terminal may be implemented in various forms. For example, the smart terminal described in the present application may include smart terminals such as a mobile phone, a tablet computer, a notebook computer, a palmtop computer, a Personal Digital Assistant (PDA), a Portable Media Player (PMP), a navigation device, a wearable device, a smart band, a pedometer, and the like, and fixed terminals such as a digital TV, a desktop computer, and the like.
While the following description will be given by way of example of a smart terminal, those skilled in the art will appreciate that the configuration according to the embodiments of the present application can be applied to a fixed type terminal in addition to elements particularly used for mobile purposes.
Referring to fig. 1, which is a schematic diagram of a hardware structure of an intelligent terminal for implementing various embodiments of the present application, the intelligent terminal 100 may include: a Radio Frequency (RF) unit 101, a wireless communication technology (WiFi) module 102, an audio output unit 103, an audio/video (a/V) input unit 104, a sensor 105, a display unit 106, a user input unit 107, an interface unit 108, a memory 109, a processor 110, and a power supply 111. Those skilled in the art will appreciate that the intelligent terminal architecture shown in fig. 1 does not constitute a limitation of the intelligent terminal, and that the intelligent terminal may include more or fewer components than shown, or some components may be combined, or a different arrangement of components.
The following specifically describes each component of the intelligent terminal with reference to fig. 1:
the radio frequency unit 101 may be configured to receive and transmit signals during information transmission and reception or during a call, and specifically, receive downlink information of a base station and then process the downlink information to the processor 110; in addition, the uplink data is transmitted to the base station. Typically, radio frequency unit 101 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like. In addition, the radio frequency unit 101 can also communicate with a network and other devices through wireless communication. The wireless communication may use any communication standard or protocol, including but not limited to global system for mobile communication (GSM), General Packet Radio Service (GPRS), code division multiple access 2000 (CDMA 2000), Wideband Code Division Multiple Access (WCDMA), time division-synchronous code division multiple access (TD-SCDMA), frequency division duplex long term evolution (FDD-LTE), and time division duplex long term evolution (TDD-long term evolution, LTE-fifth generation mobile communication technology (5G communication, etc.).
WiFi belongs to short-distance wireless transmission technology, and the intelligent terminal can help a user to receive and send e-mails, browse webpages, access streaming media and the like through the WiFi module 102, and provides wireless broadband internet access for the user. Although fig. 1 shows the WiFi module 102, it is understood that it does not belong to the essential constitution of the smart terminal, and may be omitted entirely as needed within the scope not changing the essence of the invention.
The audio output unit 103 may convert audio data received by the radio frequency unit 101 or the WiFi module 102 or stored in the memory 109 into an audio signal and output as sound when the smart terminal 100 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 unit 103 may also provide audio output related to a specific function performed by the smart terminal 100 (e.g., a call signal reception sound, a message reception sound, etc.). The audio output unit 103 may include a speaker, a buzzer, and the like.
The a/V input unit 104 is used to receive audio or video signals. The a/V input unit 104 may include a Graphics Processing Unit (GPU) 1041 and a microphone 1042, and the graphics processor 1041 processes image data of a still picture or video obtained by an image capturing device (e.g., a camera) in a video capturing mode or an image capturing mode. The processed image frames may be displayed on the display unit 106. The image frames processed by the graphic processor 1041 may be stored in the memory 109 (or other storage medium) or transmitted via the radio frequency unit 101 or the WiFi module 102. The microphone 1042 may receive sounds (audio data) via the microphone 1042 in a phone call mode, a recording mode, a voice recognition mode, or the like, and may be capable of processing 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 radio frequency unit 101 in case of a phone call mode. The microphone 1042 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 smart terminal 100 also includes at least one sensor 105, such as a light sensor, a motion sensor, and other sensors. Optionally, the light sensor includes an ambient light sensor and a proximity sensor, the ambient light sensor may adjust the brightness of the display panel 1061 according to the brightness of ambient light, and the proximity sensor may turn off the display panel 1061 and/or the backlight when the smart terminal 100 moves to the ear. As one of the motion sensors, the accelerometer sensor can detect the magnitude of acceleration in each direction (generally, three axes), can detect the magnitude and direction of gravity when stationary, and can be used for applications of recognizing the posture of a mobile phone (such as horizontal and vertical screen switching, related games, magnetometer posture calibration), vibration recognition related functions (such as pedometer and tapping), and the like; as for other sensors such as a fingerprint sensor, a pressure sensor, an iris sensor, a molecular sensor, a gyroscope, a barometer, a hygrometer, a thermometer, and an infrared sensor, which can be configured on the mobile phone, further description is omitted here.
The display unit 106 is used to display information input by a user or information provided to the user. The display unit 106 may include a display panel 1061, and the display panel 1061 may be configured in the form of a Liquid Crystal Display (LCD), an organic light-emitting diode (OLED), or the like.
The user input unit 107 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the intelligent terminal. Alternatively, the user input unit 107 may include a touch panel 1071 and other input devices 1072. The touch panel 1071, also referred to as a touch screen, may collect a touch operation performed by a user on or near the touch panel 1071 (e.g., an operation performed by the user on or near the touch panel 1071 using a finger, a stylus, or any other suitable object or accessory), and drive a corresponding connection device according to a predetermined program. The touch panel 1071 may include two parts of a touch detection device and a touch controller. Optionally, the touch detection device detects a touch orientation of a user, detects a signal caused by a touch operation, and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 110, and can receive and execute commands sent by the processor 110. In addition, the touch panel 1071 may be implemented in various types, such as a resistive type, a capacitive type, an infrared ray, and a surface acoustic wave. In addition to the touch panel 1071, the user input unit 107 may include other input devices 1072. Optionally, other input devices 1072 may include, but are not limited to, one or more of a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, a mouse, a joystick, and the like, and are not limited thereto.
Alternatively, the touch panel 1071 may cover the display panel 1061, and when the touch panel 1071 detects a touch operation thereon or nearby, the touch panel 1071 transmits the touch operation to the processor 110 to determine the type of the touch event, and then the processor 110 provides a corresponding visual output on the display panel 1061 according to the type of the touch event. Although the touch panel 1071 and the display panel 1061 are shown in fig. 1 as two separate components to implement the input and output functions of the smart terminal, in some embodiments, the touch panel 1071 and the display panel 1061 may be integrated to implement the input and output functions of the smart terminal, and is not limited herein.
The interface unit 108 serves as an interface through which at least one external device is connected to the smart 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 interface unit 108 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 smart terminal 100 or may be used to transmit data between the smart terminal 100 and the external device.
The memory 109 may be used to store software programs as well as various data. The memory 109 may mainly include a program storage area and a data storage area, and optionally, the program storage area may store an operating system, an application program (such as a sound playing function, an image playing function, and the like) required by at least one function, and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. Further, the memory 109 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The processor 110 is a control center of the intelligent terminal, connects various parts of the entire intelligent terminal using various interfaces and lines, and performs various functions of the intelligent terminal and processes data by operating or executing software programs and/or modules stored in the memory 109 and calling data stored in the memory 109, thereby performing overall monitoring of the intelligent terminal. Processor 110 may include one or more processing units; preferably, the processor 110 may integrate an application processor and a modem processor, optionally, the application processor mainly handles operating systems, user interfaces, application programs, etc., and the modem processor mainly handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 110.
The intelligent terminal 100 may further include a power supply 111 (such as a battery) for supplying power to each component, and preferably, the power supply 111 may be logically connected to the processor 110 through a power management system, so as to implement functions of managing charging, discharging, and power consumption through the power management system.
Although not shown in fig. 1, the smart terminal 100 may further include a bluetooth module or the like, which is not described herein.
In order to facilitate understanding of the embodiments of the present application, a communication network system on which the intelligent terminal of the present application is based is described below.
Referring to fig. 2, fig. 2 is an architecture diagram of a communication network system according to an embodiment of the present disclosure, where the communication network system is a Long Term Evolution (LTE) system of a universal mobile telecommunications technology, and the LTE system includes a User Equipment (UE) 201, an evolved UMTS terrestrial radio access network (E-UTRAN) 202, an Evolved Packet Core (EPC) 203, and an Internet Protocol (IP) service 204 interconnected between networks of operators, which are in communication connection in sequence.
Optionally, the UE201 may be the terminal 100 described above, and is not described herein again.
The E-UTRAN202 includes evolved Node B (eNodeB) 2021 and other eNodeBs 2022, etc. Alternatively, the eNodeB2021 may be connected with other enodebs 2022 through a backhaul (e.g., X2 interface), the eNodeB2021 is connected to the EPC203, and the eNodeB2021 may provide the UE201 access to the EPC 203.
The EPC203 may include a Mobility Management Entity (MME) 2031, a Home Subscriber Server (HSS) 2032, other MMEs 2033, a Serving Gateway (SGW) 2034, a packet data network gateway (PDN gateway, PGW)2035, and a policy and charging function entity (PCRF) 2036, and the like. Optionally, the MME2031 is a control node that handles signaling between the UE201 and the EPC203, providing bearer and connection management. HSS2032 is used to provide registers to manage functions such as home location register (not shown) and holds subscriber specific information about service characteristics, data rates, etc. All user data may be sent through SGW2034, PGW2035 may provide IP address assignment for UE201 and other functions, and PCRF2036 is a policy and charging control policy decision point for traffic data flow and IP bearer resources, which selects and provides available policy and charging control decisions for a policy and charging enforcement function (not shown).
The IP services 204 may include the internet, intranets, IP Multimedia Subsystem (IMS) or other IP services, and the like.
Although the LTE system is described as an example, it should be understood by those skilled in the art that the present application is not limited to the LTE system, but may also be applied to other wireless communication systems, such as GSM, CDMA2000, WCDMA, TD-SCDMA, and future new network system (5G), and the like.
Based on the above intelligent terminal hardware structure and communication network system, various embodiments of the present application are provided.
Fig. 3 is a system architecture diagram according to an embodiment of the present application. As shown in fig. 3, the system architecture of the present application includes an application analysis module 301, a cache analysis module 302, a presentation module 303, and a processing module 304.
The application analysis module 301 is configured to track usage of each application in the smart terminal, for example, count usage information of each application, where the usage information may include an unused duration of each application.
Wherein, for each application, the unused duration of the application is: the time duration between the last usage time of the application and the current time.
The cache analysis module 302 is configured to perform cache data calculation on applications whose unused time durations exceed a preset threshold (for example, the preset threshold is 30 days) according to the unused time durations of the applications counted by the application analysis module 301, and determine an amount of cache data corresponding to each of the applications, where a unit may be Mb.
In addition, the cache analysis module 302 may also sort the applications based on the unused time of each application, for example, placing the application with longer unused time in front of the application with shorter unused time.
The presentation module 303 is configured to present, to the user, the application that needs to present the application cache according to the data obtained by the cache analysis module 302, for example, in a list form, that is, each line may record a software name, an unused time, a cache amount of data, and the like.
In addition, the displayed application can be completely cleared of the application caches in the list under the default condition of the system; or based on the user selection, the applications that the user himself considers to be important can be removed according to the information of the display module 303, that is, the applications that the user actively removes are canceled from display, and meanwhile, the information is updated to the cache analysis module 302, the cache analysis module 302 records the applications that the user removes, and the applications are filtered out in the subsequent display and processing, that is, the caches of the applications are not cleaned.
The processing module 304 is configured to process the cache of the application confirmed by the user, or may remove all the application caches in the list according to a default condition of the system.
In addition, the processing module 304 may also perform compression processing on some application caches to save cache space; when the application is used subsequently, if the compressed data is needed, the compressed cache can be automatically decompressed for use.
Fig. 4 is a flowchart illustrating a data processing method of an intelligent terminal according to an embodiment of the present application. The method shown in fig. 4 may be implemented by the intelligent terminal shown in fig. 1. As shown in fig. 4, the method comprises the steps of:
and S11, obtaining the use information of at least one application in the intelligent terminal.
This step may be performed by the application analysis module 301 in fig. 3.
In the step, when the cache data of the application is cleaned, in order to avoid the situation of mistaken deletion of important contents and the like for a user, the scheme starts from an application which is not used frequently, namely, the use information of at least one application in the intelligent terminal is obtained.
Optionally, the usage information comprises at least one of: unused information and used information, the application of which is primarily unused information.
Optionally, the manner in which the intelligent terminal obtains the unused duration of the at least one application may include the following possibilities:
1. the cleaning period is obtained in a preset cleaning period, and the cleaning period can be set by a user or can be default by a system, for example, 2 days/time, 15 days/time and the like.
2. And responding to the user clicking a key for cleaning the cache data so as to obtain the cache data.
The unused time length of the application is the time length from the last use time of the application to the current time.
It should be understood that: the intelligent terminal can be a device loaded with an application, such as a mobile phone, a computer, a tablet and the like, and the following drawings in the embodiment of the application take a mobile phone interface as an example to perform detailed description of the scheme.
And S12, determining or generating the target application with the use information higher than the preset threshold value.
This step may be performed by a processing module 304 as shown in fig. 3.
In this step, the smart terminal has determined the unused time period of at least one application, for example, the unused time period of application 1 is 30 days, the unused time period of application 2 is 42 days, and the unused time period of application 3 is 15 days, etc.
Further, for the unused time length of the at least one application, a target application with the unused time length higher than a preset threshold is determined.
As an example, the preset threshold is set to 30 days, and all the intelligent terminals with the unused time longer than 30 days are target applications.
And S13, triggering a preset operation aiming at least one target application, and processing preset data of the at least one target application.
This step may be performed by a processing module 304 as shown in fig. 3.
Optionally, the preset operation includes at least one of: cleaning preset data of a target application; transferring preset data of a target application; clearing preset data of the target application; compressing preset data of a target application; and reducing preset data of the target application.
Optionally, the preset operation may further include one-touch processing of data information of the target application and/or uninstalling of the target application.
Optionally, when the preset data of at least one target application is processed, the target application selected for processing may be determined based on a user (for example, the user selects to clear the cache data of the application with a long unused time, or selects to clear the application with a long unused time and a high cache, or selects the application needing to be cleared according to a preference), or may be based on a default setting of the intelligent terminal (for example, a preset time is set, and when the unused time of the application is greater than or equal to the preset time, the cache data of the application is directly cleared). The above-described embodiment will be described in detail with reference to the following embodiments.
Optionally, dividing applications in the intelligent terminal into a first preset list and a second preset list; judging whether the target application belongs to a first preset list or not; if the target application belongs to the first preset list, processing preset data of the target application; or judging whether the target application belongs to a first preset list or not; and if the target application belongs to the first preset list, receiving a selection instruction of a user, and processing preset data of the target selection application.
The second preset list and the first preset list are set based on personal configuration of a user or default configuration of the intelligent terminal. The preset data applied in the first preset list is processable, and the preset data applied in the second preset list is not processable.
As an example, the smart terminal interface displays the names of four applications as shown in FIG. 5: AA. BB, CC, and DD, where the unused time of the 4 applications is greater than the preset threshold, further, a selection instruction of the user is received, that is, the application that needs to clear the preset data is selected, for example, AA, BB, CC, and DD are selected in fig. 5, and the clear button is clicked, the preset data of the 4 applications can be cleared, and this process can be understood as a process of clearing the cache data of the target selected application in response to the selection instruction input by the user.
Optionally, as shown in the display interface of the intelligent terminal shown in fig. 5, the user may also select another option to perform deep cleaning on the storage space of the intelligent terminal, for example, may select an uninstall residual option to perform cleaning on residual data of an application that has been uninstalled in the intelligent terminal; the installation package option can be selected, and installed or redundant installation packages downloaded from the intelligent terminal are cleaned; the memory occupation option can be selected, useless applications running in the background in the intelligent terminal are closed, occupation of the running memory is cleared, and the memory in the storage space of the intelligent terminal is released.
In the method, the application names of the applications with the unused duration being greater than or equal to the preset duration in the intelligent terminal are displayed, and then the cache data of one or more applications are cleaned based on the selection of the user, so that the applications commonly used by the user keep fluency, the flow consumption is not increased, and the user experience is improved.
Further, when the intelligent terminal displays the application names of all the target applications, the unused time length of each application may also be displayed, specifically, on the basis of fig. 5, the display interface of the intelligent terminal is as shown in fig. 6, for example, the unused time length of the application with the application name AA displayed is 120 days, the unused time length of the application BB is 80 days, the unused time length of the application CC is 60 days, and the unused time length of the application DD is 30 days.
Optionally, the display of the target application by the intelligent terminal may be displayed after being sorted according to the length of the unused time, for example, the unused time is located in front of the unused time; and may also be displayed randomly.
In the mode, the display interface of the intelligent terminal not only displays the application names of the applications with the unused time length being greater than or equal to the preset time length, but also displays the unused time lengths of the applications, so that a user can more accurately select which applications need to be cleaned, and the user experience is improved.
Further, when the intelligent terminal displays the application name of the target application, not only the unused time length of the target application but also the processing control and/or the memory usage proportion data information of the target application may be synchronously displayed, and a specific display interface of the intelligent terminal is shown in fig. 7, for example, the unused time length of the application with the displayed application name AA is 120 days, and the memory usage proportion data is 44.54M; the use duration of BB is 80 days, and the memory use proportion data is 8.75M; the unused time of the application CC is 60 days, and the memory use proportion data is 8.44M; the unused time of the application DD is 30 days, and the memory usage proportion data is 7.27M.
The display mode in the embodiment can more intuitively present the relevant data of each application to the user, so that the user can more accurately select the application which wants to clear the cached data.
As another optional implementation, after the intelligent terminal determines that the target application belongs to the first preset list, the preset data of the target application may be directly cleaned.
The mode is simple and fast, the cache data are cleared without influence on the application function, most of the cache data of the application which is not used for a long time are invalid and need to be acquired again, so that the cache data of the application which is not used for a long time are deleted to release the storage space, the running speed of the intelligent terminal can be improved, and the user experience is improved.
Optionally, the specific strategy for processing the data information of the at least one target application may be cleaning, compressing or both cleaning and compressing.
The specific embodiment is as follows:
1. the processing strategy is cleaning:
for example, after being selected by the user (the first instruction described above), the cache data of the application with the unused time length of the application being greater than the preset time length (for example, the application unused for greater than 30 days) is directly deleted, the method is simple and direct, and the application which is not used for a long time directly clears the cache data without affecting the use of the application itself.
2. The processing strategy is compression:
for example, after being selected by the user (the first instruction described above), the cache data of the application whose unused duration is longer than the preset duration (for example, the application unused for more than 10 days) is directly compressed (the method may reduce the occupied space of the cache data), and the intelligent terminal automatically performs the decompression operation when the application is used.
3. The processing strategy is a combination of cleaning and compression:
for example, after the user selects (the first instruction described above), the cache data of the application whose unused duration is greater than the preset duration (for example, the cache data of the application unused for more than 30 days) is directly deleted, and the cache data of the application greater than the second preset duration and less than or equal to the first preset duration (for example, the cache data of the application greater than 10 days and less than or equal to 30 days) is compressed in the background, which does not need user confirmation. This strategy may free up more storage space than the first two strategies.
Optionally, the processing policy may further include transferring, clearing, and reducing preset data, where transferring refers to transferring the preset data of the target application to another disk for storage, so as to reduce a memory space occupied by the application; zero clearing refers to completely deleting preset data of the target application; the reduction refers to simply compressing preset data of the target application, and reducing occupied memory.
Optionally, the processing strategies are collocated in the intelligent terminal, and the intelligent terminal randomly selects one of the modes to process the applied cache data in the actual execution process.
Optionally, after the target application is processed with the preset data once, the intelligent terminal records a target operation for processing the data information of the target application, and when the usage information of the target application is higher than the preset threshold value again, the intelligent terminal processes the data information of the target application in the same way according to the target operation.
In the embodiment of the application, the use information of at least one application in the intelligent terminal is obtained; determining or generating a target application with usage information higher than a preset threshold; furthermore, a preset operation is triggered for the at least one target application to process the data information of the at least one target application, so that the problem that cache data of frequently-used applications of a user are cleaned is avoided, and meanwhile, the problems that in the prior art, after the cache data are cleaned, the intelligent terminal needs to frequently pull the data required by running the applications into the cache again, so that the consumption of computing resources of the intelligent terminal is high, and the running speed of the applications is slow are solved.
As an example, a detailed description is made on a flow of a data processing method of an intelligent terminal according to an embodiment of the present application, where the specific flow is shown in fig. 8, and the method shown in fig. 8 may be implemented by the intelligent terminal shown in fig. 1, where the method includes the following steps:
s801, obtaining the use condition of the application in the intelligent terminal.
Optionally, the usage of the application may be an unused duration of the application.
In this step, the specific implementation manner of obtaining the usage condition of the application may refer to the implementation manner in step S11 described above.
S802, determining a priority list of the preset data according to the use condition of each application.
Optionally, the priority list of the preset data may be application names sorted from large to small or from small to large according to the unused duration of the application.
And S803, displaying the application names of the applications of which the unused information is greater than the threshold value in the priority list according to the priority.
S804, determining whether to add part of the applications in the priority list to a second preset list or not based on user selection, and if so, executing S805; otherwise, S806 is performed.
And when the cache is cleaned subsequently, the application in the second preset list can be ignored by the intelligent terminal and does not participate in cleaning the preset data of the intelligent terminal.
And S805, updating the priority list of the preset data according to the selection of the user.
And S806, cleaning the preset data of the application in the priority list.
The implementation of this step can refer to the previous implementation of S13.
In the method, the cache junk content is identified by identifying the application which is not frequently used, and in addition, different cache processing strategies can be set through the preset duration so that the application which is frequently used by the user keeps fluency and the flow consumption is not increased.
Fig. 9 is a schematic structural diagram of a content processing apparatus according to various embodiments of the present application. The apparatus shown in fig. 9 may be used to implement the method described in any of the previous embodiments. As shown in fig. 9, the processing device 900 of the content of the present embodiment may include: an acquisition module 901, a determination module 902, a processing module 903, and a display module 904.
The modules of the acquiring module 901, the determining module 902, the processing module 903 and the displaying module 904 in this embodiment may be implemented by software or hardware. Alternatively, a module implemented by software may be run in a processor to implement the corresponding functions, and a module implemented by hardware may be included in the processor.
In one example, the apparatus shown in FIG. 9 may be used to implement the method described in FIG. 4. For example, the obtaining module 901 may be used to implement S11, the determining module 902 may be used to implement S12, and the processing module 903 may be used to implement S13.
The application also provides an intelligent terminal, which comprises a memory and a processor, wherein the memory is stored with a program, and the program is executed by the processor to realize the data processing method in any embodiment.
The present application further provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the data processing method in any of the above embodiments.
In the embodiments of the intelligent terminal and the computer-readable storage medium provided in the present application, all technical features of the embodiments of the data processing method of the intelligent terminal are included, and the expanding and explaining contents of the specification are basically the same as those of the embodiments of the method, and are not described herein again.
Embodiments of the present application also provide a computer program product, which includes computer program code, when the computer program code runs on a computer, the computer is caused to execute the method in the above various possible embodiments.
Embodiments of the present application further provide a chip, which includes a memory and a processor, where the memory is used to store a computer program, and the processor is used to call and run the computer program from the memory, so that a device in which the chip is installed executes the method in the above various possible embodiments.
It is to be understood that the foregoing scenarios are only examples, and do not constitute a limitation on application scenarios of the technical solutions provided in the embodiments of the present application, and the technical solutions of the present application may also be applied to other scenarios. For example, as can be known by those skilled in the art, with the evolution of system architecture and the emergence of new service scenarios, the technical solution provided in the embodiments of the present application is also applicable to similar technical problems.
The above-mentioned serial numbers of the embodiments of the present application are merely for description and do not represent the merits of the embodiments.
The steps in the method of the embodiment of the application can be sequentially adjusted, combined and deleted according to actual needs.
The units in the device in the embodiment of the application can be merged, divided and deleted according to actual needs.
In the present application, the same or similar term concepts, technical solutions and/or application scenario descriptions will be generally described only in detail at the first occurrence, and when the description is repeated later, the detailed description will not be repeated in general for brevity, and when understanding the technical solutions and the like of the present application, reference may be made to the related detailed description before the description for the same or similar term concepts, technical solutions and/or application scenario descriptions and the like which are not described in detail later.
In the present application, each embodiment is described with emphasis, and reference may be made to the description of other embodiments for parts that are not described or illustrated in any embodiment.
The technical features of the technical solution of the present application may be arbitrarily combined, and for brevity of description, all possible combinations of the technical features in the embodiments are not described, however, as long as there is no contradiction between the combinations of the technical features, the scope of the present application should be considered as being described in the present application.
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 solution of the present application or portions thereof that contribute to the prior art may be embodied in the form of a software product, where the computer software product is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) as above, and includes several instructions for enabling an intelligent terminal (e.g., a mobile phone, a computer, a server, a controlled terminal, or a network device) to execute the method of each embodiment of the present application.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. The procedures or functions according to the embodiments of the present application are all or partially generated when the computer program instructions are loaded and executed on a computer. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored on a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, the computer instructions may be transmitted from one website, computer, server, or data center to another website, computer, server, or data center by wire (e.g., coaxial cable, fiber optic, digital subscriber line) or wirelessly (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device, such as a server, a data center, etc., that incorporates one or more of the available media. The usable medium may be a magnetic medium (e.g., a floppy disk, a memory disk, a magnetic tape), an optical medium (e.g., a Digital Versatile Disk (DVD)), or a semiconductor medium (e.g., a Solid State Disk (SSD)), among others.
The above description is only a preferred embodiment of the present application, and not intended to limit the scope of the present application, and all modifications of equivalent structures and equivalent processes, which are made by the contents of the specification and the drawings of the present application, or which are directly or indirectly applied to other related technical fields, are included in the scope of the present application.

Claims (10)

1. A data processing method is applied to an intelligent terminal and is characterized by comprising the following steps:
s11, obtaining the use information of at least one application in the intelligent terminal;
s12, determining or generating a target application of which the usage information is higher than a preset threshold;
s13, aiming at the at least one target application, triggering a preset operation, and processing preset data of the at least one target application.
2. The method of claim 1, wherein the preset operation is processing preset data of the target application.
3. The method of claim 1 or 2, wherein the usage information comprises at least one of:
unused information;
the information is used.
4. The method of claim 3, further comprising:
s21, dividing the applications in the intelligent terminal into a first preset list and a second preset list, wherein the preset data of the applications in the first preset list can be processed, and the preset data of the applications in the second preset list is not processed;
s22, judging whether the target application belongs to a first preset list or not; if the target application belongs to the first preset list, executing step S13; or
S23, judging whether the target application belongs to a first preset list or not; and if the target application belongs to the first preset list, receiving a selection instruction of a user, and executing the step S13 on the target selection application.
5. The method of claim 3, further comprising:
s31, displaying the use information of all the target applications and the names of the target applications;
s32, receiving a selection instruction of a user, and executing the step S13 on the target selection application.
6. The method of claim 1, wherein the pre-set operation further comprises at least one of:
processing preset data of the target application in a preset mode;
and unloading the target application.
7. The method of claim 4 or 5, further comprising: and displaying at least one processing control and/or memory use proportion data information according to the unused information so as to process the target application.
8. The method of claim 1, further comprising:
recording target operation for processing preset data of the at least one target application, wherein the target operation is at least one of the preset operations;
and when the use information of the at least one target application is higher than a preset threshold value, processing preset data of the at least one target application according to the target operation.
9. An intelligent terminal, comprising: memory, processor, wherein the memory has stored thereon a program which, when executed by the processor, implements the method of any of claims 1 to 8.
10. A readable storage medium, characterized in that the readable storage medium has stored thereon a computer program which, when being executed by a processor, carries out the method according to any one of claims 1 to 8.
CN202111334110.8A 2021-11-11 2021-11-11 Data processing method, intelligent terminal and storage medium Pending CN114090518A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111334110.8A CN114090518A (en) 2021-11-11 2021-11-11 Data processing method, intelligent terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111334110.8A CN114090518A (en) 2021-11-11 2021-11-11 Data processing method, intelligent terminal and storage medium

Publications (1)

Publication Number Publication Date
CN114090518A true CN114090518A (en) 2022-02-25

Family

ID=80299903

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111334110.8A Pending CN114090518A (en) 2021-11-11 2021-11-11 Data processing method, intelligent terminal and storage medium

Country Status (1)

Country Link
CN (1) CN114090518A (en)

Similar Documents

Publication Publication Date Title
CN109005574B (en) Cell selection method, mobile terminal and computer readable storage medium
CN108052280B (en) Method for deleting cache data, terminal and computer readable storage medium
CN113645345A (en) Data transmission method, mobile terminal and storage medium
CN108377292B (en) Method, terminal, server and computer storage medium for solving memory leakage
CN112346824B (en) Screen projection application control method and device and computer readable storage medium
CN113900560A (en) Icon processing method, intelligent terminal and storage medium
CN107360211B (en) Information flow information offline method, related equipment and computer storage medium
CN111970738A (en) Network switching control method, equipment and computer readable storage medium
CN109062688B (en) Memory allocation method, server and mobile terminal
CN108900696B (en) Data processing method, terminal and computer readable storage medium
CN109308147B (en) Application icon display method and device and computer readable storage medium
CN114363318A (en) Data processing method, intelligent terminal and storage medium
CN114025387A (en) Processing method, intelligent terminal and storage medium
CN114070930A (en) Intelligent terminal control method, intelligent terminal and storage medium
CN113381924A (en) Processing method, mobile terminal and storage medium
CN114253687A (en) Multi-window leakage processing method and device and computer readable storage medium
CN109379719B (en) Application program broadcast processing method and device and computer readable storage medium
CN113254212A (en) Processing method, mobile terminal and storage medium
CN109495683B (en) Interval shooting method and device and computer readable storage medium
CN113138857A (en) Memory cleaning method, mobile terminal and storage medium
CN113094117A (en) Processing method, terminal and storage medium
CN108304302B (en) Interface merging method, equipment and computer readable storage medium
CN114090518A (en) Data processing method, intelligent terminal and storage medium
CN108196938B (en) Memory calling method, mobile terminal and computer readable storage medium
CN109040217B (en) Download caching method, mobile terminal and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication