CN110147240B - Cloud storage-based application program installation method, system and storage medium - Google Patents

Cloud storage-based application program installation method, system and storage medium Download PDF

Info

Publication number
CN110147240B
CN110147240B CN201910359039.5A CN201910359039A CN110147240B CN 110147240 B CN110147240 B CN 110147240B CN 201910359039 A CN201910359039 A CN 201910359039A CN 110147240 B CN110147240 B CN 110147240B
Authority
CN
China
Prior art keywords
installation
application program
cloud storage
application
directory
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910359039.5A
Other languages
Chinese (zh)
Other versions
CN110147240A (en
Inventor
周立群
黄小勇
雷磊
黄坚
李全斌
陈娇
廖绍亮
林健
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Duling Technology Co ltd
Original Assignee
Guangzhou Micro Computing Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou Micro Computing Information Technology Co ltd filed Critical Guangzhou Micro Computing Information Technology Co ltd
Priority to CN201910359039.5A priority Critical patent/CN110147240B/en
Publication of CN110147240A publication Critical patent/CN110147240A/en
Application granted granted Critical
Publication of CN110147240B publication Critical patent/CN110147240B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

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

Abstract

The application discloses an application program installation method, a system and a storage medium based on cloud storage, wherein the method comprises the following steps: mounting cloud storage to a file system root directory of equipment to generate a mounting directory; creating a first soft link, and directing an installation package copy directory of the device to an installation directory through the first soft link; adding a cloud storage application program installation function in a system installation package management service of the equipment; and installing the application program through a cloud storage application program installation function according to the path of the first soft link and the path of the application program certificate file. The application does not need to spend a long time waiting for the installation flow of the existing application program, simplifies the installation flow, and improves the installation speed and the installation success rate; and the installation package is not required to be stored on the equipment, so that the storage occupancy rate of the equipment is reduced, the read-write performance of the equipment is improved, and the method can be widely applied to the technical field of computers.

Description

Cloud storage-based application program installation method, system and storage medium
Technical Field
The application relates to the technical field of computers, in particular to a cloud storage-based application program installation method, a cloud storage-based application program installation system and a storage medium.
Background
At present, the Android application program installation package is small in a few megabits and large in a gigabyte, the installation speed is four, five seconds to seven and eight minutes long according to the influence of IO read-write performance of different mobile equipment, so that the user can stay on an application installation interface too long to seriously influence the experience of the user on the application program, and the installation failure condition can also occur in the long installation process, so that the user directly gives up to experience the application program, and the popularization of the application program is not facilitated.
The normal installation flow of the Android system at present mainly comprises the following steps: 1. copying the installation package to a specified directory/data/app/lower; 2. the user confirms the installation package information; 3. collecting information; 4. install package class. Dex code optimization; 5. and (5) checking the installation steamed stuffed bun file.
In the above installation steps, the copy of the installation package of the application program, the optimization of the application program code, the confirmation of the information of the installation package by the user, the verification (tamper prevention) of the application subfile and the signature verification all take longer operation time, the performance of the equipment can be rapidly consumed in a short time, the experience of the user is reduced, the service life of the user equipment is shortened, and the failure of the installation of the application can be caused by the abnormal operation in any step, so that the success rate is not high.
Disclosure of Invention
In view of the above, the embodiment of the application provides a cloud storage-based application program installation method, a cloud storage-based application program installation system and a storage medium, wherein the installation speed is high and the success rate is high.
In a first aspect, an embodiment of the present application provides a cloud storage-based application installation method, including the following steps:
mounting cloud storage to a file system root directory of equipment to generate a mounting directory;
creating a first soft link, and directing an installation package copy directory of the device to an installation directory through the first soft link;
adding a cloud storage application program installation function in a system installation package management service of the equipment;
and installing the application program through a cloud storage application program installation function according to the path of the first soft link and the path of the application program certificate file.
Further, the method also comprises the following steps:
an application template is made.
Further, the method also comprises the following steps:
creating a second soft link;
and pointing the data storage directory of the device to the cloud storage directory through a second soft link.
Further, the method also comprises the following steps:
and generating an application program certificate file from the application certificate information through a Java serialization technology, and storing the application program certificate file into the mounting catalog.
Further, the step of installing the application program through the cloud storage application program installation function according to the path of the first soft link and the path of the application program certificate file comprises the following steps:
according to the installation Package copy directory pointed by the first soft link, carrying out first analysis on the installation Package to obtain a Package object;
performing second analysis on the installation package according to the installation package copy directory pointed by the first soft link to obtain the application program certificate file information;
performing attribute configuration on the Package object according to the first analysis result and the second analysis result;
constructing a PackageSettings object through the Package object;
storing the constructed PackageSettings object to an installation information list;
checking the installation information list;
updating the installation information list after passing the verification into a list catalog and a list file;
and installing the application program through the cloud storage application program installation function according to the list directory and the list file.
Further, in the step of configuring the attribute of the Package object, the attribute includes an mcrtificials attribute, an mSignatures attribute, an mSigningKeys attribute, and a cpu architecture attribute.
Further, the step of checking the installation information list specifically includes:
and checking Provider information, service information, activity information, permission information and Receiver information in the installation information list.
Further, the method also comprises the following steps:
after the application program is installed, the application installation completion information is sent to other application programs in a broadcast mode.
In a second aspect, an embodiment of the present application further provides an application installation system based on cloud storage, including:
at least one processor;
at least one memory for storing at least one program;
and when the at least one program is executed by the at least one processor, the at least one processor is caused to implement the cloud storage-based application installation method.
In a third aspect, embodiments of the present application further provide a storage medium having stored therein processor-executable instructions, which when executed by a processor, are configured to perform the cloud storage-based application installation method.
One or more of the above technical solutions in the embodiments of the present application have the following advantages: according to the embodiment of the application, cloud storage is firstly mounted to a file system root directory of equipment, then a copy directory of an installation package of the equipment is pointed to the mounting directory, and finally an application program is installed through a cloud storage application program installation function; the application does not need to spend a long time waiting for the installation flow of the existing application program, simplifies the installation flow, and improves the installation speed and the installation success rate; and the installation package is not required to be stored on the equipment, so that the storage occupancy rate of the equipment is reduced, and the read-write performance of the equipment is improved.
Drawings
FIG. 1 is a flow chart of steps of an embodiment of the present application;
FIG. 2 is a diagram illustrating a comparison between a conventional application installation process and an application installation process according to the present application.
Detailed Description
The application is further explained and illustrated below with reference to the drawing and the specific embodiments of the present specification. The step numbers in the embodiments of the present application are set for convenience of illustration, and the order of steps is not limited in any way, and the execution order of the steps in the embodiments can be adaptively adjusted according to the understanding of those skilled in the art.
Referring to fig. 1, an embodiment of the present application provides an application program installation method based on cloud storage, including the following steps:
mounting cloud storage to a file system root directory of equipment to generate a mounting directory;
creating a first soft link, and directing an installation package copy directory of the device to an installation directory through the first soft link;
adding a cloud storage application program installation function in a system installation package management service of the equipment;
and installing the application program through a cloud storage application program installation function according to the path of the first soft link and the path of the application program certificate file.
Further as a preferred embodiment, the method further comprises the steps of:
an application template is made.
Further as a preferred embodiment, the method further comprises the steps of:
creating a second soft link;
and pointing the data storage directory of the device to the cloud storage directory through a second soft link.
Further as a preferred embodiment, the method further comprises the steps of:
and generating an application program certificate file from the application certificate information through a Java serialization technology, and storing the application program certificate file into the mounting catalog.
Further as a preferred embodiment, the step of installing the application program by the cloud storage application program installation function according to the path of the first soft link and the path of the application program certificate file includes the following steps:
according to the installation Package copy directory pointed by the first soft link, carrying out first analysis on the installation Package to obtain a Package object;
performing second analysis on the installation package according to the installation package copy directory pointed by the first soft link to obtain the application program certificate file information;
performing attribute configuration on the Package object according to the first analysis result and the second analysis result;
constructing a PackageSettings object through the Package object;
storing the constructed PackageSettings object to an installation information list;
checking the installation information list;
updating the installation information list after passing the verification into a list catalog and a list file;
and installing the application program through the cloud storage application program installation function according to the list directory and the list file.
Further as a preferred embodiment, in the step of configuring the attribute of the Package object, the attribute includes an msignatices attribute, an mSigningKeys attribute, and a cpu architecture attribute.
Further, as a preferred embodiment, the step of checking the installation information list specifically includes:
and checking Provider information, service information, activity information, permission information and Receiver information in the installation information list.
Further as a preferred embodiment, the method further comprises the steps of:
after the application program is installed, the application installation completion information is sent to other application programs in a broadcast mode.
The following describes in detail the specific implementation steps of the cloud storage-based application installation method of the present application:
for normal installer processes, the copy process of the application installation requires copying the entire installer package source file under the directory of the file system (directory name is typically: "/data/app/application package name-N/", where N represents the version number of the installer package, in this embodiment, N is an integer greater than or equal to 1).
For the system with version 4.4 of android, the system can also perform optimization operation on class. Dex in the installation package file when the application is installed, so as to generate a base. Odex file which can be directly executed by the art virtual machine, and check important files in the installation package, and judge whether the important files are tampered or not.
The three steps can greatly increase the applicability of the CPU in the installation process, possibly cause other running applications to enter a non-response state or flash back, and the mobile equipment also generates a scalding phenomenon.
Aiming at the problems in the prior art, the method adopts a cloud storage dynamic mounting scheme to solve the problems, and the method comprises the following specific implementation steps:
before an application is ready to be installed:
firstly, making an application template, and mounting cloud storage equipment under a root directory of a file system of the equipment;
then generating a catalog of an installation application function installPackage in a system installation package management service (PackageManagerService) according to the data/app/application package name-N/;
then, the catalog is moved to the cloud-stored mounting catalog, and at this time, the embodiment generates a corresponding application Certificate file by Java serialization of application Certificate information and stores the application Certificate file to the cloud-stored mounting catalog.
Preferably, the present embodiment can directly make the application template by an automated, one-touch shell script.
When the application is installed:
in the embodiment, cloud storage is directly mounted on new equipment, and then a soft link named as an application package name-N (namely a first soft link) is generated under a "/data/app/" catalog of the equipment in a soft link mode, wherein the first soft link points to the corresponding application package name catalog of the cloud storage; in addition, the present embodiment also generates a soft link "/data/data/application package name/" (i.e., the second soft link) to point to a cloud storage directory through which data of an application is saved.
Next, in this embodiment, a cloud storage application installation function installPackageAsNfs specified by the network storage device is newly added under a system service packagemanager service; the source code files of the command line tool packages Pm.java and IPackagemanager.aidl are modified to support the system to install the application in a very fast mode through the command line.
In addition, the shell script of the present embodiment transfers the soft link path and the certificate file path generated under the "/data/app/" directory to the function installPackageAsNfs to perform the installation operation of the application.
The implementation steps of the application program installation operation performed by the function installPackageAsNfs in this embodiment are as follows:
s1, executing a PackageManager command through a shell script, wherein specific execution codes are as follows:
pminstall-r--nfs 1--shell/ceph/com.package.name.cer/data/app/com.package.name-1/。
s2, carrying out first analysis on the installation Package according to the installation Package copy directory pointed by the first soft link to obtain a Package object;
specifically, the embodiment analyzes basic information of the installation Package through a packageparseplack function to generate a Package object.
S3, performing second analysis on the installation package according to the installation package copy directory pointed by the first soft link to obtain application program certificate file information;
the embodiment transmits the analyzed application certificate file information into the certificate file directory of "/ceph/com.
S4, performing attribute configuration on all attributes of the Package object; the attributes include an mCertificates attribute, an mSignature attribute, an mSigning Key attribute, a cpu architecture attribute, and the like.
Specifically, in the embodiment, the mcuttification attribute, the msignature attribute, the mSigningKeys attribute and the cpu architecture attribute of the Package object are assigned, so that a process of performing a large amount of verification on the sub-files in the prior art can be omitted, and the installation process of the application program is accelerated.
S5, constructing a Package objects through the Package objects;
s6, storing the constructed PackageSettings object into an installation information list;
s7, checking the installation information list;
specifically, in the embodiment, the Provider information, the Service information, the Activity information, the Permission information and the Receiver information in the installation information list are checked, so that installation failure abnormality caused by the conflict of the partial information can be removed, and the success rate of application installation is improved.
S8, updating the installation information list after the verification is passed into a list catalog and a list file;
and S9, installing the application program through a cloud storage application program installation function according to the list catalogue and the list file.
And S10, after the application program is installed, the application installation completion information is sent to other application programs in a broadcasting mode.
Referring to fig. 2, the cloud storage dynamic mounting scheme is adopted to mount the application program, the time consumed from the mounting of the cloud storage to the device file system to the completion of the mounting is only about 100ms-200ms, and compared with the traditional mounting mode, the efficiency of the method is improved by 20-30 times.
Based on the millisecond-level installation technology provided by the application, a user can rapidly experience applications and games without long waiting like the installation process of a traditional application program, and the millisecond-level installation technology can be applied to cloud mobile phone applications or game experience services in the future. Unlike Google's Instant Apps, the present application can experience all functions without downloading 4M-sized Instant Apps installation packages and without embedding Google services, rather than one function point; and Instant Apps require application developers to independently develop Instant application, so that the labor cost is high, and popularization is not facilitated. The method and the device realize the effect of clicking and playing the application or the game in cooperation with the cloud storage mode, can realize the full functions of the application or the game in a standing horse manner without long waiting, reduce the loss of the mobile equipment and improve the utilization rate of the cloud storage equipment.
In addition, the method and the device generate the application running catalog and the content through normal mode installation, generate files of the application to be stored in the cloud by matching with the soft link technology, and then store the files in the network disk by utilizing the cloud storage mode. During installation, the traditional operations such as installation package copying and code optimization are avoided through a cloud storage mounting mode, and the verification process of application installation package resource files is skipped, so that the installation speed is greatly increased.
Corresponding to the method of fig. 1, the embodiment of the application further provides an application program installation system based on cloud storage, which comprises the following steps:
at least one processor;
at least one memory for storing at least one program;
and when the at least one program is executed by the at least one processor, the at least one processor is caused to implement the cloud storage-based application installation method.
The content in the method embodiment is applicable to the system embodiment, the functions specifically realized by the system embodiment are the same as those of the method embodiment, and the achieved beneficial effects are the same as those of the method embodiment.
Corresponding to the method of fig. 1, the embodiment of the present application further provides a storage medium having stored therein processor-executable instructions, which when executed by a processor are for performing the cloud storage based application installation method.
In some alternative embodiments, the functions/acts noted in the block diagrams may occur out of the order noted in the operational illustrations. For example, two blocks shown in succession may in fact be executed substantially concurrently or the blocks may sometimes be executed in the reverse order, depending upon the functionality/acts involved. Furthermore, the embodiments presented and described in the flowcharts of the present application are provided by way of example in order to provide a more thorough understanding of the technology. The disclosed methods are not limited to the operations and logic flows presented herein. Alternative embodiments are contemplated in which the order of various operations is changed, and in which sub-operations described as part of a larger operation are performed independently.
Furthermore, while the application has been described in the context of functional modules and illustrated in block diagram form, it should be appreciated that one or more of the described functions and/or features may be integrated in a single physical device and/or software module or one or more functions and/or features may be implemented in separate physical devices or software modules unless otherwise specified. It will also be appreciated that a detailed discussion of the actual implementation of each module is not necessary to an understanding of the present application. Rather, the actual implementation of the various functional modules in the apparatus disclosed herein will be apparent to those skilled in the art from consideration of their attributes, functions and internal relationships. Accordingly, one of ordinary skill in the art can implement the application as set forth in the claims without undue experimentation. It is also to be understood that the specific concepts disclosed are merely illustrative and are not intended to be limiting upon the scope of the application, which is to be defined in the appended claims and their full scope of equivalents.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer-readable storage medium. Based on this understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art or in a part of the technical solution, in the form of a software product stored in a storage medium, comprising several instructions for causing a computer device (which may be a personal computer, a server, a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
Logic and/or steps represented in the flowcharts or otherwise described herein, e.g., a ordered listing of executable instructions for implementing logical functions, can be embodied in any computer-readable medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions. For the purposes of this description, a "computer-readable medium" can be any means that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
More specific examples (a non-exhaustive list) of the computer-readable medium would include the following: an electrical connection (electronic device) having one or more wires, a portable computer diskette (magnetic device), a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber device, and a portable compact disc read-only memory (CDROM). In addition, the computer readable medium may even be paper or other suitable medium on which the program is printed, as the program may be electronically captured, via, for instance, optical scanning of the paper or other medium, then compiled, interpreted or otherwise processed in a suitable manner, if necessary, and then stored in a computer memory.
It is to be understood that portions of the present application may be implemented in hardware, software, firmware, or a combination thereof. In the above-described embodiments, the various steps or methods may be implemented in software or firmware stored in a memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, may be implemented using any one or combination of the following techniques, as is well known in the art: discrete logic circuits having logic gates for implementing logic functions on data signals, application specific integrated circuits having suitable combinational logic gates, programmable Gate Arrays (PGAs), field Programmable Gate Arrays (FPGAs), and the like.
In the description of the present specification, a description referring to terms "one embodiment," "some embodiments," "examples," "specific examples," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the present application. In this specification, schematic representations of the above terms do not necessarily refer to the same embodiments or examples. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
While the preferred embodiment of the present application has been described in detail, the present application is not limited to the embodiments described above, and various equivalent modifications and substitutions can be made by those skilled in the art without departing from the spirit of the present application, and these equivalent modifications and substitutions are intended to be included in the scope of the present application as defined in the appended claims.

Claims (8)

1. The cloud storage-based application program installation method is characterized by comprising the following steps of: the method comprises the following steps:
mounting cloud storage to a file system root directory of equipment to generate a mounting directory;
creating a first soft link, and directing an installation package copy directory of the device to an installation directory through the first soft link;
adding a cloud storage application program installation function in a system installation package management service of the equipment;
installing an application program through a cloud storage application program installation function according to the path of the first soft link and the path of the application program certificate file;
the installing the application program through the cloud storage application program installation function according to the path of the first soft link and the path of the application program certificate file comprises the following steps:
according to the installation Package copy directory pointed by the first soft link, carrying out first analysis on the installation Package to obtain a Package object;
performing second analysis on the installation package according to the installation package copy directory pointed by the first soft link to obtain the application program certificate file information;
performing attribute configuration on the Package object according to the first analysis result and the second analysis result;
constructing a PackageSettings object through the Package object;
storing the constructed PackageSettings object to an installation information list;
checking the installation information list;
updating the installation information list after passing the verification into a list catalog and a list file;
installing an application program through a cloud storage application program installation function according to the list catalogue and the list file;
the attribute configuration of the Package object includes:
assigning a value to the attribute;
the attributes include a mCertificates attribute, a mSignature attribute, a mSigning Key attribute, and a cpu architecture attribute.
2. The cloud storage-based application installation method of claim 1, wherein: the method also comprises the following steps:
an application template is made.
3. The cloud storage-based application installation method of claim 1, wherein: the method also comprises the following steps:
creating a second soft link;
and pointing the data storage directory of the device to the cloud storage directory through a second soft link.
4. The cloud storage-based application installation method of claim 1, wherein: the method also comprises the following steps:
and generating an application program certificate file from the application certificate information through a Java serialization technology, and storing the application program certificate file into the mounting catalog.
5. The cloud storage-based application installation method of claim 1, wherein: the step of checking the installation information list specifically includes:
and checking Provider information, service information, activity information, permission information and Receiver information in the installation information list.
6. The cloud storage-based application installation method of claim 1, wherein: the method also comprises the following steps:
after the application program is installed, the application installation completion information is sent to other application programs in a broadcast mode.
7. The application program installation system based on cloud storage is characterized in that: comprising the following steps:
at least one processor;
at least one memory for storing at least one program;
the at least one program, when executed by the at least one processor, causes the at least one processor to implement the cloud storage-based application installation method of any of claims 1-6.
8. A storage medium having stored therein instructions executable by a processor, characterized by: the processor-executable instructions, when executed by a processor, for performing the cloud storage-based application installation method of any of claims 1-6.
CN201910359039.5A 2019-04-30 2019-04-30 Cloud storage-based application program installation method, system and storage medium Active CN110147240B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910359039.5A CN110147240B (en) 2019-04-30 2019-04-30 Cloud storage-based application program installation method, system and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910359039.5A CN110147240B (en) 2019-04-30 2019-04-30 Cloud storage-based application program installation method, system and storage medium

Publications (2)

Publication Number Publication Date
CN110147240A CN110147240A (en) 2019-08-20
CN110147240B true CN110147240B (en) 2023-09-05

Family

ID=67593876

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910359039.5A Active CN110147240B (en) 2019-04-30 2019-04-30 Cloud storage-based application program installation method, system and storage medium

Country Status (1)

Country Link
CN (1) CN110147240B (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112437192B (en) * 2019-08-23 2023-12-22 西安中兴新软件有限责任公司 Method and device for running application software, electronic equipment and computer readable medium
CN112445414B (en) * 2019-08-30 2023-02-03 青岛海信移动通信技术股份有限公司 Data processing method and device
CN111176669B (en) * 2019-12-30 2022-05-20 江苏视博云信息技术有限公司 Installation starting method of cloud application, cloud streaming server and storage server
CN111200739A (en) * 2020-01-03 2020-05-26 上海小麦互动企业发展有限公司 Method for infinitely installing apk
CN112286543B (en) * 2020-11-06 2021-11-02 广州锦行网络科技有限公司 Application service deployment method and device
CN114519034A (en) * 2020-11-20 2022-05-20 华为技术有限公司 File operation method and related equipment
CN113434160A (en) * 2021-08-26 2021-09-24 深圳市永兴元科技股份有限公司 Cloud application installation method, device, equipment and storage medium
CN113934437B (en) * 2021-10-18 2024-04-02 北京百度网讯科技有限公司 Method and system for installing application on cloud mobile phone and client cloud mobile phone
CN114302085B (en) * 2021-12-23 2024-02-20 云从科技集团股份有限公司 Data storage method, device, electronic equipment and storage medium
CN114637519A (en) * 2022-02-18 2022-06-17 联想(北京)有限公司 Method and device for installing infrastructure and service
CN116204200B (en) * 2023-02-03 2024-02-09 启朔(深圳)科技有限公司 Application installation method, device, storage medium and equipment

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104158886A (en) * 2014-08-21 2014-11-19 中南大学 Flow-type performing method for applications
CN106055388A (en) * 2016-06-25 2016-10-26 国云科技股份有限公司 Cloud platform application automatic deployment framework
CN106559484A (en) * 2016-11-14 2017-04-05 北京海誉动想科技股份有限公司 The method that instance system exempts from installation and operation application
CN107122211A (en) * 2017-04-25 2017-09-01 努比亚技术有限公司 Application software installation method, terminal and computer-readable recording medium
US10007501B1 (en) * 2017-05-19 2018-06-26 Central South University Method of deploying applications rapidly based on customized android platform
CN108920157A (en) * 2018-06-13 2018-11-30 平安科技(深圳)有限公司 Installation method, device, computer equipment and the storage medium of Nginx software
CN109508198A (en) * 2018-11-09 2019-03-22 Oppo广东移动通信有限公司 Application program installation method, device, storage medium and terminal

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103593212A (en) * 2013-11-01 2014-02-19 小米科技有限责任公司 Method and device for installing application and apparatus

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104158886A (en) * 2014-08-21 2014-11-19 中南大学 Flow-type performing method for applications
CN106055388A (en) * 2016-06-25 2016-10-26 国云科技股份有限公司 Cloud platform application automatic deployment framework
CN106559484A (en) * 2016-11-14 2017-04-05 北京海誉动想科技股份有限公司 The method that instance system exempts from installation and operation application
CN107122211A (en) * 2017-04-25 2017-09-01 努比亚技术有限公司 Application software installation method, terminal and computer-readable recording medium
US10007501B1 (en) * 2017-05-19 2018-06-26 Central South University Method of deploying applications rapidly based on customized android platform
CN108920157A (en) * 2018-06-13 2018-11-30 平安科技(深圳)有限公司 Installation method, device, computer equipment and the storage medium of Nginx software
CN109508198A (en) * 2018-11-09 2019-03-22 Oppo广东移动通信有限公司 Application program installation method, device, storage medium and terminal

Also Published As

Publication number Publication date
CN110147240A (en) 2019-08-20

Similar Documents

Publication Publication Date Title
CN110147240B (en) Cloud storage-based application program installation method, system and storage medium
US8578371B2 (en) Software distribution method and system with automatic prerequisite installation
WO2019201039A1 (en) Method and system for updating application and application server
US20120116751A1 (en) Providing message text translations
JP2021512391A (en) Distributing shaders across client machines for pre-caching
CN109800005B (en) Client hot update method and device
CN111866099B (en) Method, device, system, equipment and storage medium for downloading mirror image file
CN109391673A (en) A kind of method, system and the terminal device of management update file
CN108255708B (en) Method, device, storage medium and equipment for accessing production file in test environment
US20190149571A1 (en) Method and device for repairing page vulnerability
CN109492181A (en) Method for page jump, device, computer equipment and storage medium
CN105786636B (en) A kind of system repair and device
CN117170803A (en) Method for generating signal-creation operating system pipeline, electronic equipment and storage medium
CN111273942A (en) Code generation method, storage medium, electronic device and system
WO2019237239A1 (en) Data test method and apparatus, device/terminal/server and computer readable storage medium
CN113760339A (en) Vulnerability repair method and device
CN109739487B (en) Business logic processing method and device and computer readable storage medium
US20120096453A1 (en) Software Package Management Mechanism
CN114416135A (en) Internet of things cloud platform remote terminal upgrading system and method
CN113918308A (en) Interface calling method, system, readable storage medium and computer equipment
CN113031944B (en) Business opening device and method based on template
CN108279988A (en) A kind of message treatment method and system based on Lua scripts
CN107479923A (en) Application program updating method, apparatus and display terminal
CN112068925A (en) File uploading method and device based on WebUploader component, electronic equipment and readable storage medium
CN111897543A (en) Software management method, device, management equipment and 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
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20240313

Address after: Room 290, First Floor, No. 2429 Xingang East Road, Zhuhai District, Guangzhou City, Guangdong Province, 510220

Patentee after: Guangzhou Duling Technology Co.,Ltd.

Country or region after: China

Address before: 510220 B301, building 2, Rongxi center, No. 713, Jiangnan Avenue South, Haizhu District, Guangzhou City, Guangdong Province

Patentee before: GUANGZHOU MICRO-COMPUTING INFORMATION TECHNOLOGY Co.,Ltd.

Country or region before: China

TR01 Transfer of patent right
CP03 Change of name, title or address

Address after: Room 290, First Floor, No. 2429 Xingang East Road, Haizhu District, Guangzhou City, Guangdong Province, 510220

Patentee after: Guangzhou Duling Technology Co.,Ltd.

Country or region after: China

Address before: Room 290, First Floor, No. 2429 Xingang East Road, Zhuhai District, Guangzhou City, Guangdong Province, 510220

Patentee before: Guangzhou Duling Technology Co.,Ltd.

Country or region before: China

CP03 Change of name, title or address
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20190820

Assignee: GUANGZHOU MICRO-COMPUTING INFORMATION TECHNOLOGY Co.,Ltd.

Assignor: Guangzhou Duling Technology Co.,Ltd.

Contract record no.: X2024990000438

Denomination of invention: Application installation method, system, and storage medium based on cloud storage

Granted publication date: 20230905

License type: Common License

Record date: 20240903