CN112099830A - System updating method, equipment and computer readable storage medium - Google Patents

System updating method, equipment and computer readable storage medium Download PDF

Info

Publication number
CN112099830A
CN112099830A CN202011020046.1A CN202011020046A CN112099830A CN 112099830 A CN112099830 A CN 112099830A CN 202011020046 A CN202011020046 A CN 202011020046A CN 112099830 A CN112099830 A CN 112099830A
Authority
CN
China
Prior art keywords
updating
determining
update
service module
updated
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
CN202011020046.1A
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.)
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 CN202011020046.1A priority Critical patent/CN112099830A/en
Publication of CN112099830A publication Critical patent/CN112099830A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a system updating method, equipment and a computer readable storage medium, wherein the method comprises the following steps: dividing the system into configurable business modules; then, acquiring the updating requirement of the system, and determining a service module to be updated according to the updating requirement; then, determining a configuration file and/or a resource file to be updated in the service module; and finally, issuing the configuration file and/or the resource file to the terminal equipment to be updated. The method and the device realize a humanized system updating scheme, so that the system updating operation can be pushed to the equipment more timely, the non-inductive degree of the updating operation is improved, the influence of the updating operation on other conventional operations is avoided, and the updating operation use experience of a user is enhanced.

Description

System updating method, equipment and computer readable storage medium
Technical Field
The present invention relates to the field of mobile communications, and in particular, to a system update method, device, and computer-readable storage medium.
Background
In the prior art, with the rapid development of mobile internet and electronic terminal technologies, mobile intelligent terminals are becoming more and more popular. In order to improve user experience and repair some faults existing in the system, a terminal manufacturer needs to upgrade the system frequently. The existing upgrading mode adopts a differential upgrading mode, that is, a terminal manufacturer periodically issues a differential upgrading packet, a user copies the upgrading packet to the terminal of the user in a mode of locally copying a mobile terminal or fota upgrading (over-the-air software upgrading of the mobile terminal) under the condition that the terminal meets upgrading conditions (a storage space, the current electric quantity of the terminal and the current network state meet the upgrading conditions), and then the user determines whether to upgrade and at what time to upgrade.
However, the existing upgrading mode is limited by a lot, and is limited by many factors such as the size of available storage space, the current electric quantity of the mobile phone, the current network and the like, and the upgrading frequency is low, so that some repaired problems cannot be timely pushed to the hands of the user.
Therefore, a technical solution for solving the problems of more limited system updating conditions and low upgrading frequency in the prior art is needed.
Disclosure of Invention
In order to solve the technical defects in the prior art, the invention provides a system updating method, which comprises the following steps:
dividing the system into configurable business modules;
acquiring the updating requirement of the system, and determining a service module to be updated according to the updating requirement;
determining a configuration file and/or a resource file to be updated in the service module;
and issuing the configuration file and/or the resource file to the terminal equipment to be updated.
Optionally, the dividing the system into configurable service modules includes:
adjusting the service logic of the service module to a configurable mode;
and determining a configuration file and/or a resource file corresponding to each service module for configuration in the configurable mode.
Optionally, the obtaining an update requirement of the system, and determining a service module to be updated according to the update requirement include:
determining an update object in the update demand;
and determining a service module to be updated according to the update object.
Optionally, the determining the configuration file and/or the resource file to be updated in the service module includes:
dividing the updating requirement into updating sub-requirements corresponding to the business modules;
and making configuration files and/or resource files corresponding to the business modules according to the updating sub-requirements.
Optionally, the issuing the configuration file and/or the resource file to the terminal device to be updated includes:
determining a server and push information corresponding to the update requirement;
and determining the terminal equipment to be updated according to the push information, and issuing the configuration file and/or the resource file to the terminal equipment through the server.
The present invention also proposes a system update device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the computer program when executed by the processor implementing:
dividing the system into configurable business modules;
acquiring the updating requirement of the system, and determining a service module to be updated according to the updating requirement;
determining a configuration file and/or a resource file to be updated in the service module;
and issuing the configuration file and/or the resource file to the terminal equipment to be updated.
Optionally, the computer program when executed by the processor implements:
adjusting the service logic of the service module to a configurable mode;
and determining a configuration file and/or a resource file corresponding to each service module for configuration in the configurable mode.
Optionally, the computer program when executed by the processor implements:
determining an update object in the update demand;
and determining a service module to be updated according to the update object.
Optionally, the computer program when executed by the processor implements:
dividing the updating requirement into updating sub-requirements corresponding to the business modules;
making configuration files and/or resource files corresponding to the business modules according to the updating sub-requirements;
determining a server and push information corresponding to the update requirement;
and determining the terminal equipment to be updated according to the push information, and issuing the configuration file and/or the resource file to the terminal equipment through the server.
The present invention also proposes a computer-readable storage medium having stored thereon a system update program which, when executed by a processor, implements the steps of the system update method as defined in any one of the preceding claims.
The system updating method, the equipment and the computer readable storage medium implement the invention, and divide the system into configurable business modules; then, acquiring the updating requirement of the system, and determining a service module to be updated according to the updating requirement; then, determining a configuration file and/or a resource file to be updated in the service module; and finally, issuing the configuration file and/or the resource file to the terminal equipment to be updated. The method and the device realize a humanized system updating scheme, so that the system updating operation can be pushed to the equipment more timely, the non-inductive degree of the updating operation is improved, the influence of the updating operation on other conventional operations is avoided, and the updating operation use experience of a user is enhanced.
Drawings
The invention will be further described with reference to the accompanying drawings and examples, in which:
fig. 1 is a schematic diagram of a hardware structure of a mobile terminal according to the present invention;
fig. 2 is a communication network system architecture diagram provided by an embodiment of the present invention;
FIG. 3 is a flow chart of a first embodiment of the system update method of the present invention;
FIG. 4 is a flow chart of a second embodiment of the system update method of the present invention;
FIG. 5 is a flow chart of a third embodiment of the system update method of the present invention;
FIG. 6 is a flow chart of a fourth embodiment of the system update method of the present invention;
fig. 7 is a flow chart of a fifth embodiment of the system updating method of the present invention.
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.
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 itself. Thus, "module", "component" or "unit" may be used mixedly.
The 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 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 a fixed terminal such as a Digital TV, a desktop computer, and the like.
The following description will be given by way of example of a mobile terminal, and it will be understood by those skilled in the art that the construction according to the embodiment of the present invention 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 a mobile terminal for implementing various embodiments of the present invention, the mobile terminal 100 may include: RF (Radio Frequency) unit 101, WiFi module 102, audio output unit 103, a/V (audio/video) input unit 104, sensor 105, display unit 106, user input unit 107, interface unit 108, memory 109, processor 110, and power supply 111. Those skilled in the art will appreciate that the mobile terminal architecture shown in fig. 1 is not intended to be limiting of mobile terminals, which may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
The following describes each component of the mobile terminal in detail 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 GSM (Global System for Mobile communications), GPRS (General Packet Radio Service), CDMA2000(Code Division Multiple Access 2000), WCDMA (Wideband Code Division Multiple Access), TD-SCDMA (Time Division-Synchronous Code Division Multiple Access), FDD-LTE (Frequency Division duplex Long Term Evolution), and TDD-LTE (Time Division duplex Long Term Evolution).
WiFi belongs to short-distance wireless transmission technology, and the mobile 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 mobile 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 mobile 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 mobile 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, the Graphics processor 1041 Processing image data of still pictures 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 mobile terminal 100 also includes at least one sensor 105, such as a light sensor, a motion sensor, and other sensors. Specifically, the light sensor includes an ambient light sensor that can adjust the brightness of the display panel 1061 according to the brightness of ambient light, and a proximity sensor that can turn off the display panel 1061 and/or a backlight when the mobile terminal 100 is moved 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 mobile terminal. Specifically, 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. The touch detection device detects the touch direction of a user, detects a signal brought by 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. In particular, 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 to these specific examples.
Further, 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 mobile 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 mobile 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 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 interface unit 108 may be used to receive input (e.g., data information, power, etc.) from external devices 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 100 and external devices.
The memory 109 may be used to store software programs as well as various data. The memory 109 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), 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 mobile terminal, connects various parts of the entire mobile terminal using various interfaces and lines, and performs various functions of the mobile 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 mobile terminal. Processor 110 may include one or more processing units; preferably, the processor 110 may integrate an application processor, which mainly handles operating systems, user interfaces, application programs, etc., and a modem processor, which mainly handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 110.
The mobile terminal 100 may further include a power supply 111 (e.g., a battery) for supplying power to various components, and preferably, the power supply 111 may be logically connected to the processor 110 via a power management system, so as to manage charging, discharging, and power consumption management functions via the power management system.
Although not shown in fig. 1, the mobile terminal 100 may further include a bluetooth module or the like, which is not described in detail herein.
In order to facilitate understanding of the embodiments of the present invention, a communication network system on which the mobile terminal of the present invention 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 invention, where the communication Network system is an LTE system of a universal mobile telecommunications technology, and the LTE system includes a UE (User Equipment) 201, an E-UTRAN (Evolved UMTS Terrestrial Radio Access Network) 202, an EPC (Evolved Packet Core) 203, and an IP service 204 of an operator, which are in communication connection in sequence.
Specifically, the UE201 may be the terminal 100 described above, and is not described herein again.
The E-UTRAN202 includes eNodeB2021 and other eNodeBs 2022, among others. Among them, the eNodeB2021 may be connected with other eNodeB2022 through 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 an MME (Mobility Management Entity) 2031, an HSS (Home Subscriber Server) 2032, other MMEs 2033, an SGW (Serving gateway) 2034, a PGW (PDN gateway) 2035, and a PCRF (Policy and Charging Rules Function) 2036, and the like. The MME2031 is a control node that handles signaling between the UE201 and the EPC203, and provides 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, IMS (IP Multimedia Subsystem), or other IP services, among others.
Although the LTE system is described as an example, it should be understood by those skilled in the art that the present invention 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 systems.
Based on the above mobile terminal hardware structure and communication network system, the present invention provides various embodiments of the method.
Example one
Fig. 3 is a flow chart of a first embodiment of the system updating method of the present invention. A system upgrade method, the method comprising:
s1, dividing the system into configurable business modules;
s2, acquiring the updating requirement of the system, and determining a service module to be updated according to the updating requirement;
s3, determining a configuration file and/or a resource file to be updated in the service module;
s4, the configuration file and/or the resource file are sent to the terminal device to be updated.
In this embodiment, first, the system is divided into configurable business modules; then, acquiring the updating requirement of the system, and determining a service module to be updated according to the updating requirement; then, determining a configuration file and/or a resource file to be updated in the service module; and finally, issuing the configuration file and/or the resource file to the terminal equipment to be updated.
In this embodiment, considering that the existing system upgrading mode has many limited conditions and low upgrading frequency, and cannot transmit the result of system optimization to the user in the first time, and the problem of poor user experience caused by the fact that the user does not use the system terminal in the system upgrading process, the present embodiment provides an upgrading scheme that is less limited, more flexible, and does not affect the normal use of the user.
Specifically, in this embodiment, first, the whole system of the terminal device is divided into a plurality of service modules (e.g., a setting module, a freezing module, a desktop module, etc.), and some service logics of each service module are made configurable, that is, service functions of each service module receive control of a configuration file, where, for example, the basis of the control may be a resource file or a configuration file of a database. Then, a corresponding configuration file and a resource file are manufactured according to each service module, wherein the configuration content of the configuration file comprises an identifier of the corresponding service module, the identifier can be a package name of the service module or a unique identifier of the service module, a resource name or a database table name corresponding to a configuration item, a name and a corresponding value of a control item to be updated, a type of the resource, and an updating mode of the database, wherein the updating mode comprises one or more of insertion, deletion and modification. And then, determining the updated push server, wherein the corresponding items and platforms are selected, for example, the android11 platform of the android item and the fruit items under the platform are selected, and the selected parameters further include the version number of the file, and after the selection is completed, the push operation can be implemented to the terminal device of the user. It can be understood that, based on the foregoing embodiment, when the pushed mobile terminal is in a networked state, the pushed file of the corresponding module is received, that is, the corresponding configuration file or the corresponding database can be upgraded according to the version number of the file. The upgraded business module monitors files and databases, and updates the business logic of the upgraded business module by adopting the updated configuration files and databases when the files and the databases are monitored to be changed. Alternatively, when the terminal manufacturer finds that certain update push(s) are no longer needed, the push(s) can be revoked remotely. Optionally, the terminal manufacturer may also flexibly update only some or some part of the terminal devices according to the IMEI number of the mobile terminal.
Specifically, in this embodiment, a corresponding configuration file and a resource file are created according to each service module. Taking the freezing service module as an example, the configuration file contains a name upgrade _ app _ table (a name of a data table) of a data table of the freezing database, and the updating mode of the data is as follows: insert, add package name pkg _ name of frozen application: mt, mtxx, declares the FREEZE mode freezetype (FREEZE mode) of the application as DO _ FREEZE _ APP (FREEZE the application program). Then, logging in the push server, selecting the corresponding item and platform, for example, the android11 platform of the selected android item, the fruit item under the platform, and the version number of the file, and pushing to the terminal devices in the selected range. And when the pushed mobile terminal receives a pushed file of a corresponding module under the condition of networking, for example, the above frozen file is power. xml, upgrading the corresponding configuration file or database according to the version number 33 of the file. In this embodiment, the upgraded service module monitors the file and the database, and when it is monitored that the file and the database are changed, the updated configuration file and the updated database are used to update the service logic of the upgraded service module. Similarly, taking the above freezing as an example, when the version of the received power.xml is 33, which is higher than the version number 32 of the local file, the database is updated, and at the same time, the application with the packet name "com.mt.mtxx.mtxx" is inserted into the upgrade _ APP _ table data table, at this time, when the freezing module monitors that the frozen data changes, the frozen list is updated, and when the freezing condition is satisfied, the application with the packet name "com.mt.mtxx.mtxx" is directly frozen in the manner of DO _ FREEZE _ APP.
Likewise, as described in the above example, when the terminal manufacturer finds that some update push is no longer needed, the push of this batch is cancelled by means of remote cancellation, and optionally, in this embodiment, only some or some part of terminals may be flexibly updated according to the IMEI number of the mobile terminal.
The beneficial effect of the embodiment is that the system is divided into configurable business modules; then, acquiring the updating requirement of the system, and determining a service module to be updated according to the updating requirement; then, determining a configuration file and/or a resource file to be updated in the service module; and finally, issuing the configuration file and/or the resource file to the terminal equipment to be updated. The method and the device realize a humanized system updating scheme, so that the system updating operation can be pushed to the equipment more timely, the non-inductive degree of the updating operation is improved, the influence of the updating operation on other conventional operations is avoided, and the updating operation use experience of a user is enhanced.
Example two
Fig. 4 is a flowchart of a second embodiment of the system updating method of the present invention, based on the above embodiments, the dividing the system into configurable service modules includes:
s11, adjusting the service logic of the service module to a configurable mode;
and S12, determining a configuration file and/or a resource file corresponding to each service module for configuration in the configurable mode.
In this embodiment, first, the service logic of the service module is adjusted to a configurable mode; and then, determining a configuration file and/or a resource file corresponding to each service module for configuration in the configurable mode.
Optionally, in this embodiment, one or more modules in the system are adjusted to a configurable mode according to a requirement of system update;
optionally, in this embodiment, multiple modules are adjusted to be in the same associated configurable mode, so as to improve configuration efficiency;
optionally, in this embodiment, an overall system update requirement is divided according to functions, and a set of configurable modes in different function categories is determined, so as to facilitate subsequent execution of configuration operations of configuration files and/or resource files.
The embodiment has the advantages that the service logic of the service module is adjusted to be in a configurable mode; and then, determining a configuration file and/or a resource file corresponding to each service module for configuration in the configurable mode. A configurable mode basis is provided for the follow-up realization of a humanized system updating scheme, so that the system updating operation can be pushed to equipment more timely, the non-sensible degree of the updating operation is improved, the influence of the updating operation on other conventional operations is avoided, and the updating operation use experience of a user is enhanced.
EXAMPLE III
Fig. 5 is a flowchart of a third embodiment of a system updating method according to the present invention, where based on the above embodiments, the obtaining of the update requirement of the system and the determining of the service module to be updated according to the update requirement include:
s21, determining an update object in the update demand;
and S22, determining the service module to be updated according to the update object.
In this embodiment, first, an update object in the update demand is determined; and then, determining a service module to be updated according to the update object.
Optionally, in this embodiment, one or more service modules related to the update object are determined according to the update object;
optionally, in this embodiment, when determining a plurality of service modules related to the update object according to the update object, the plurality of service modules are processed in an associated manner, so as to improve subsequent configuration efficiency;
optionally, in this embodiment, when determining a plurality of service modules related to the update object according to the update object, the update logic of each service module is divided, so as to perform subsequent configuration operations in batches;
optionally, in this embodiment, when a plurality of service modules related to the update object are determined according to the update object, the update logic of each service module is divided, so that subsequent update pushing operations are performed in batches, thereby further improving the refinement degree of the update operations, and avoiding an update error or occupying excessive system resources of the terminal device at the same time.
The method has the advantages that the updating object in the updating requirement is determined; and then, determining a service module to be updated according to the update object. The method provides a service module determination basis for realizing a humanized system updating scheme subsequently, so that the system updating operation can be pushed to the equipment more timely, the non-sensible degree of the updating operation is improved, the influence of the updating operation on other conventional operations is avoided, and the updating operation use experience of a user is enhanced.
Example four
Fig. 6 is a flowchart of a fourth embodiment of the system updating method of the present invention, where based on the above embodiments, the determining a configuration file and/or a resource file to be updated in the service module includes:
s31, dividing the updating requirement into updating sub-requirements corresponding to each business module;
s32, making configuration files and/or resource files corresponding to the business modules according to the updating sub-requirements.
In this embodiment, first, the update requirement is divided into update sub-requirements corresponding to each service module; and then, according to the updating sub-requirements, making configuration files and/or resource files corresponding to the business modules.
Optionally, in this embodiment, a configuration file and/or a resource file corresponding to each service module is manufactured according to the update sub-requirements, where each update sub-requirement is determined according to a function item required to be modified, inserted, replaced, or deleted in the update requirement;
optionally, in this embodiment, each of the update sub-requirements is determined according to a type of modify, insert, replace, or delete operation that needs to be performed in the update requirement;
optionally, in this embodiment, the configuration files and/or the resource files corresponding to the service modules are respectively manufactured according to the update sub-requirements, so as to further improve the refinement degree of the update operation, avoid update errors, or avoid occupying too many system resources of the terminal device at the same time.
The embodiment has the advantages that the updating requirements are divided into updating sub-requirements corresponding to the business modules; and then, according to the updating sub-requirements, making configuration files and/or resource files corresponding to the business modules. The configuration file and/or resource file basis is provided for realizing a humanized system updating scheme subsequently, so that the system updating operation can be pushed to the equipment more timely, the non-inductive degree of the updating operation is improved, the influence of the updating operation on other conventional operations is avoided, and the updating operation use experience of a user is enhanced.
EXAMPLE five
Fig. 7 is a flowchart of a fifth embodiment of the system updating method of the present invention, where based on the foregoing embodiment, the issuing the configuration file and/or the resource file to the terminal device to be updated includes:
s41, determining a server and push information corresponding to the updating requirement;
s42, determining the terminal device to be updated according to the push information, and sending the configuration file and/or the resource file to the terminal device through the server.
In this embodiment, first, a server and push information corresponding to the update requirement are determined; and then, determining the terminal equipment to be updated according to the push information, and sending the configuration file and/or the resource file to the terminal equipment through the server.
Optionally, in this embodiment, a server and push information corresponding to the update requirement are determined, where the push information includes a pushed device range, a pushed order of multiple pushes, a pushed time of multiple pushes, a waiting validity period during which the push is installed, and the like;
optionally, in this embodiment, the terminal device to be updated is determined according to the push information, and the configuration file and/or the resource file are issued to the terminal device through the server, where in a plurality of push processes, according to an updated installation state of the terminal device, subsequent related updates that are not pushed are dynamically adjusted, or subsequent related updates that are pushed but not installed are dynamically adjusted, so that dynamic management is performed on each related push in the plurality of pushes, a success rate of execution of the push is improved, and when an error occurs in update data, a remedial measure can be generated in time, and stability and accuracy of system update of the terminal device are improved.
The method has the advantages that the server and the push information corresponding to the updating requirement are determined; and then, determining the terminal equipment to be updated according to the push information, and sending the configuration file and/or the resource file to the terminal equipment through the server. The method and the device realize a humanized system updating scheme, so that the system updating operation can be pushed to the equipment more timely, the non-inductive degree of the updating operation is improved, the influence of the updating operation on other conventional operations is avoided, and the updating operation use experience of a user is enhanced.
EXAMPLE six
Based on the foregoing embodiments, the present invention further provides a system update apparatus, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the computer program when executed by the processor implements:
dividing the system into configurable business modules;
acquiring the updating requirement of the system, and determining a service module to be updated according to the updating requirement;
determining a configuration file and/or a resource file to be updated in the service module;
and issuing the configuration file and/or the resource file to the terminal equipment to be updated.
In this embodiment, first, the system is divided into configurable business modules; then, acquiring the updating requirement of the system, and determining a service module to be updated according to the updating requirement; then, determining a configuration file and/or a resource file to be updated in the service module; and finally, issuing the configuration file and/or the resource file to the terminal equipment to be updated.
In this embodiment, considering that the existing system upgrading mode has many limited conditions and low upgrading frequency, and cannot transmit the result of system optimization to the user in the first time, and the problem of poor user experience caused by the fact that the user does not use the system terminal in the system upgrading process, the present embodiment provides an upgrading scheme that is less limited, more flexible, and does not affect the normal use of the user.
Specifically, in this embodiment, first, the whole system of the terminal device is divided into a plurality of service modules (e.g., a setting module, a freezing module, a desktop module, etc.), and some service logics of each service module are made configurable, that is, service functions of each service module receive control of a configuration file, where, for example, the basis of the control may be a resource file or a configuration file of a database. Then, a corresponding configuration file and a resource file are manufactured according to each service module, wherein the configuration content of the configuration file comprises an identifier of the corresponding service module, the identifier can be a package name of the service module or a unique identifier of the service module, a resource name or a database table name corresponding to a configuration item, a name and a corresponding value of a control item to be updated, a type of the resource, and an updating mode of the database, wherein the updating mode comprises one or more of insertion, deletion and modification. And then, determining the updated push server, wherein the corresponding items and platforms are selected, for example, the android11 platform of the android item and the fruit items under the platform are selected, and the selected parameters further include the version number of the file, and after the selection is completed, the push operation can be implemented to the terminal device of the user. It can be understood that, based on the foregoing embodiment, when the pushed mobile terminal is in a networked state, the pushed file of the corresponding module is received, that is, the corresponding configuration file or the corresponding database can be upgraded according to the version number of the file. The upgraded business module monitors files and databases, and updates the business logic of the upgraded business module by adopting the updated configuration files and databases when the files and the databases are monitored to be changed. Alternatively, when the terminal manufacturer finds that certain update push(s) are no longer needed, the push(s) can be revoked remotely. Optionally, the terminal manufacturer may also flexibly update only some or some part of the terminal devices according to the IMEI number of the mobile terminal.
Specifically, in this embodiment, a corresponding configuration file and a resource file are created according to each service module. Taking the freezing service module as an example, the configuration file contains a name upgrade _ app _ table (a name of a data table) of a data table of the freezing database, and the updating mode of the data is as follows: insert, add package name pkg _ name of frozen application: mt, mtxx, declares the FREEZE mode freezetype (FREEZE mode) of the application as DO _ FREEZE _ APP (FREEZE the application program). Then, logging in the push server, selecting the corresponding item and platform, for example, the android11 platform of the selected android item, the fruit item under the platform, and the version number of the file, and pushing to the terminal devices in the selected range. And when the pushed mobile terminal receives a pushed file of a corresponding module under the condition of networking, for example, the above frozen file is power. xml, upgrading the corresponding configuration file or database according to the version number 33 of the file. In this embodiment, the upgraded service module monitors the file and the database, and when it is monitored that the file and the database are changed, the updated configuration file and the updated database are used to update the service logic of the upgraded service module. Similarly, taking the above freezing as an example, when the version of the received power.xml is 33, which is higher than the version number 32 of the local file, the database is updated, and at the same time, the application with the packet name "com.mt.mtxx.mtxx" is inserted into the upgrade _ APP _ table data table, at this time, when the freezing module monitors that the frozen data changes, the frozen list is updated, and when the freezing condition is satisfied, the application with the packet name "com.mt.mtxx.mtxx" is directly frozen in the manner of DO _ FREEZE _ APP.
Likewise, as described in the above example, when the terminal manufacturer finds that some update push is no longer needed, the push of this batch is cancelled by means of remote cancellation, and optionally, in this embodiment, only some or some part of terminals may be flexibly updated according to the IMEI number of the mobile terminal.
The beneficial effect of the embodiment is that the system is divided into configurable business modules; then, acquiring the updating requirement of the system, and determining a service module to be updated according to the updating requirement; then, determining a configuration file and/or a resource file to be updated in the service module; and finally, issuing the configuration file and/or the resource file to the terminal equipment to be updated. The method and the device realize a humanized system updating scheme, so that the system updating operation can be pushed to the equipment more timely, the non-inductive degree of the updating operation is improved, the influence of the updating operation on other conventional operations is avoided, and the updating operation use experience of a user is enhanced.
EXAMPLE seven
Based on the above embodiments, the computer program when executed by the processor implements:
adjusting the service logic of the service module to a configurable mode;
and determining a configuration file and/or a resource file corresponding to each service module for configuration in the configurable mode.
In this embodiment, first, the service logic of the service module is adjusted to a configurable mode; and then, determining a configuration file and/or a resource file corresponding to each service module for configuration in the configurable mode.
Optionally, in this embodiment, one or more modules in the system are adjusted to a configurable mode according to a requirement of system update;
optionally, in this embodiment, multiple modules are adjusted to be in the same associated configurable mode, so as to improve configuration efficiency;
optionally, in this embodiment, an overall system update requirement is divided according to functions, and a set of configurable modes in different function categories is determined, so as to facilitate subsequent execution of configuration operations of configuration files and/or resource files.
The embodiment has the advantages that the service logic of the service module is adjusted to be in a configurable mode; and then, determining a configuration file and/or a resource file corresponding to each service module for configuration in the configurable mode. A configurable mode basis is provided for the follow-up realization of a humanized system updating scheme, so that the system updating operation can be pushed to equipment more timely, the non-sensible degree of the updating operation is improved, the influence of the updating operation on other conventional operations is avoided, and the updating operation use experience of a user is enhanced.
Example eight
Based on the above embodiments, the computer program when executed by the processor implements:
determining an update object in the update demand;
and determining a service module to be updated according to the update object.
In this embodiment, first, an update object in the update demand is determined; and then, determining a service module to be updated according to the update object.
Optionally, in this embodiment, one or more service modules related to the update object are determined according to the update object;
optionally, in this embodiment, when determining a plurality of service modules related to the update object according to the update object, the plurality of service modules are processed in an associated manner, so as to improve subsequent configuration efficiency;
optionally, in this embodiment, when determining a plurality of service modules related to the update object according to the update object, the update logic of each service module is divided, so as to perform subsequent configuration operations in batches;
optionally, in this embodiment, when a plurality of service modules related to the update object are determined according to the update object, the update logic of each service module is divided, so that subsequent update pushing operations are performed in batches, thereby further improving the refinement degree of the update operations, and avoiding an update error or occupying excessive system resources of the terminal device at the same time.
The method has the advantages that the updating object in the updating requirement is determined; and then, determining a service module to be updated according to the update object. The method provides a service module determination basis for realizing a humanized system updating scheme subsequently, so that the system updating operation can be pushed to the equipment more timely, the non-sensible degree of the updating operation is improved, the influence of the updating operation on other conventional operations is avoided, and the updating operation use experience of a user is enhanced.
Example nine
Based on the above embodiments, the computer program when executed by the processor implements:
dividing the updating requirement into updating sub-requirements corresponding to the business modules;
making configuration files and/or resource files corresponding to the business modules according to the updating sub-requirements;
determining a server and push information corresponding to the update requirement;
and determining the terminal equipment to be updated according to the push information, and issuing the configuration file and/or the resource file to the terminal equipment through the server.
In this embodiment, first, the update requirement is divided into update sub-requirements corresponding to each service module; and then, according to the updating sub-requirements, making configuration files and/or resource files corresponding to the business modules.
Optionally, in this embodiment, a configuration file and/or a resource file corresponding to each service module is manufactured according to the update sub-requirements, where each update sub-requirement is determined according to a function item required to be modified, inserted, replaced, or deleted in the update requirement;
optionally, in this embodiment, each of the update sub-requirements is determined according to a type of modify, insert, replace, or delete operation that needs to be performed in the update requirement;
optionally, in this embodiment, the configuration files and/or the resource files corresponding to the service modules are respectively manufactured according to the update sub-requirements, so as to further improve the refinement degree of the update operation, avoid update errors, or avoid occupying too many system resources of the terminal device at the same time.
In another embodiment, first, a server and push information corresponding to the update requirement are determined; and then, determining the terminal equipment to be updated according to the push information, and sending the configuration file and/or the resource file to the terminal equipment through the server.
Optionally, in this embodiment, a server and push information corresponding to the update requirement are determined, where the push information includes a pushed device range, a pushed order of multiple pushes, a pushed time of multiple pushes, a waiting validity period during which the push is installed, and the like;
optionally, in this embodiment, the terminal device to be updated is determined according to the push information, and the configuration file and/or the resource file are issued to the terminal device through the server, where in a plurality of push processes, according to an updated installation state of the terminal device, subsequent related updates that are not pushed are dynamically adjusted, or subsequent related updates that are pushed but not installed are dynamically adjusted, so that dynamic management is performed on each related push in the plurality of pushes, a success rate of execution of the push is improved, and when an error occurs in update data, a remedial measure can be generated in time, and stability and accuracy of system update of the terminal device are improved.
The method has the advantages that the server and the push information corresponding to the updating requirement are determined; and then, determining the terminal equipment to be updated according to the push information, and sending the configuration file and/or the resource file to the terminal equipment through the server. The method and the device realize a humanized system updating scheme, so that the system updating operation can be pushed to the equipment more timely, the non-inductive degree of the updating operation is improved, the influence of the updating operation on other conventional operations is avoided, and the updating operation use experience of a user is enhanced.
Example ten
Based on the foregoing embodiments, the present invention further provides a computer-readable storage medium, where a system update program is stored, and when the system update program is executed by a processor, the method implements the steps of the system update method according to any one of the foregoing embodiments.
The system updating method, the equipment and the computer readable storage medium implement the invention, and divide the system into configurable business modules; then, acquiring the updating requirement of the system, and determining a service module to be updated according to the updating requirement; then, determining a configuration file and/or a resource file to be updated in the service module; and finally, issuing the configuration file and/or the resource file to the terminal equipment to be updated. The method and the device realize a humanized system updating scheme, so that the system updating operation can be pushed to the equipment more timely, the non-inductive degree of the updating operation is improved, the influence of the updating operation on other conventional operations is avoided, and the updating operation use experience of a user is enhanced.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (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.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (10)

1. A system update method, the method comprising:
dividing the system into configurable business modules;
acquiring the updating requirement of the system, and determining a service module to be updated according to the updating requirement;
determining a configuration file and/or a resource file to be updated in the service module;
and issuing the configuration file and/or the resource file to the terminal equipment to be updated.
2. The system updating method of claim 1, wherein the dividing the system into configurable individual service modules comprises:
adjusting the service logic of the service module to a configurable mode;
and determining a configuration file and/or a resource file corresponding to each service module for configuration in the configurable mode.
3. The system updating method according to claim 2, wherein the obtaining of the updating requirement of the system and the determining of the service module to be updated according to the updating requirement comprise:
determining an update object in the update demand;
and determining a service module to be updated according to the update object.
4. The system updating method according to claim 3, wherein the determining the configuration file and/or the resource file to be updated in the service module comprises:
dividing the updating requirement into updating sub-requirements corresponding to the business modules;
and making configuration files and/or resource files corresponding to the business modules according to the updating sub-requirements.
5. The system updating method of claim 4, wherein the sending the configuration file and/or the resource file to the terminal device to be updated comprises:
determining a server and push information corresponding to the update requirement;
and determining the terminal equipment to be updated according to the push information, and issuing the configuration file and/or the resource file to the terminal equipment through the server.
6. A system update apparatus, characterized in that the apparatus comprises a memory, a processor and a computer program stored on the memory and executable on the processor, the computer program realizing, when executed by the processor:
dividing the system into configurable business modules;
acquiring the updating requirement of the system, and determining a service module to be updated according to the updating requirement;
determining a configuration file and/or a resource file to be updated in the service module;
and issuing the configuration file and/or the resource file to the terminal equipment to be updated.
7. The system update apparatus of claim 6, wherein the computer program when executed by the processor implements:
adjusting the service logic of the service module to a configurable mode;
and determining a configuration file and/or a resource file corresponding to each service module for configuration in the configurable mode.
8. The system update apparatus of claim 7, wherein the computer program when executed by the processor implements:
determining an update object in the update demand;
and determining a service module to be updated according to the update object.
9. The system update apparatus of claim 8, wherein the computer program when executed by the processor implements:
dividing the updating requirement into updating sub-requirements corresponding to the business modules;
making configuration files and/or resource files corresponding to the business modules according to the updating sub-requirements;
determining a server and push information corresponding to the update requirement;
and determining the terminal equipment to be updated according to the push information, and issuing the configuration file and/or the resource file to the terminal equipment through the server.
10. A computer-readable storage medium, having stored thereon a system update program which, when executed by a processor, implements the steps of the system update method of any one of claims 1 to 5.
CN202011020046.1A 2020-09-25 2020-09-25 System updating method, equipment and computer readable storage medium Pending CN112099830A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011020046.1A CN112099830A (en) 2020-09-25 2020-09-25 System updating method, equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011020046.1A CN112099830A (en) 2020-09-25 2020-09-25 System updating method, equipment and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN112099830A true CN112099830A (en) 2020-12-18

Family

ID=73756172

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011020046.1A Pending CN112099830A (en) 2020-09-25 2020-09-25 System updating method, equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN112099830A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116739545A (en) * 2023-08-16 2023-09-12 深圳薪汇科技有限公司 Method and device for improving intelligent message touch rate

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015192608A1 (en) * 2014-06-17 2015-12-23 中兴通讯股份有限公司 Method for updating app in android system, terminal and storage medium
CN106569863A (en) * 2016-11-10 2017-04-19 福州智永信息科技有限公司 Android app resource updating and repairing method based on resource and code modularization
CN108108181A (en) * 2017-12-14 2018-06-01 深圳市雷鸟信息科技有限公司 The function renewal method, apparatus and computer readable storage medium of application program
CN111158730A (en) * 2019-12-31 2020-05-15 北京奇艺世纪科技有限公司 System updating method and device, electronic equipment and readable storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015192608A1 (en) * 2014-06-17 2015-12-23 中兴通讯股份有限公司 Method for updating app in android system, terminal and storage medium
CN106569863A (en) * 2016-11-10 2017-04-19 福州智永信息科技有限公司 Android app resource updating and repairing method based on resource and code modularization
CN108108181A (en) * 2017-12-14 2018-06-01 深圳市雷鸟信息科技有限公司 The function renewal method, apparatus and computer readable storage medium of application program
CN111158730A (en) * 2019-12-31 2020-05-15 北京奇艺世纪科技有限公司 System updating method and device, electronic equipment and readable storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116739545A (en) * 2023-08-16 2023-09-12 深圳薪汇科技有限公司 Method and device for improving intelligent message touch rate
CN116739545B (en) * 2023-08-16 2024-01-16 深圳薪汇科技有限公司 Method and device for improving intelligent message touch rate

Similar Documents

Publication Publication Date Title
CN108600516B (en) Data acquisition method, mobile terminal and computer readable storage medium
CN107862217B (en) Position information acquisition method, mobile terminal and computer storage medium
CN113067734B (en) Electronic price tag upgrading method, electronic price tag system, electronic terminal and storage medium
CN109766119B (en) Recovery partition upgrade method, terminal and computer readable storage medium
CN107222525B (en) Data network connection state display method, terminal and computer readable storage medium
CN107748680B (en) Kernel configuration method, terminal and computer readable storage medium
CN107688497B (en) Memory regulation and control method, equipment and computer readable storage medium
CN113485899A (en) Information processing method, terminal device and storage medium
CN108845821B (en) Application program updating method, terminal and computer readable storage medium
CN112423211A (en) Multi-audio transmission control method, equipment and computer readable storage medium
CN110209434B (en) Memory management method and device and computer readable storage medium
CN109062688B (en) Memory allocation method, server and mobile terminal
CN112099830A (en) System updating method, equipment and computer readable storage medium
CN107404568B (en) Control switch management method and mobile terminal
CN109634629B (en) System upgrading method, terminal and computer readable storage medium
CN113407232A (en) Screen projection software compatibility method, equipment and computer readable storage medium
CN109379719B (en) Application program broadcast processing method and device and computer readable storage medium
CN108304268B (en) Memory optimization method, mobile terminal and computer readable storage medium
CN108304302B (en) Interface merging method, equipment and computer readable storage medium
CN108037959B (en) Intelligent interface merging method, mobile terminal and computer readable storage medium
CN111970668A (en) Bluetooth audio control method, equipment and computer readable storage medium
CN112000271B (en) Touch signal identification control method and device and computer readable storage medium
CN107832102B (en) Contextual model operation method and device and computer-readable storage medium
CN109782947B (en) Flexible screen display control method and device and computer readable storage medium
CN109614031B (en) Pressure-sensitive interaction processing method and equipment and computer-readable storage medium

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