CN102231117A - Software installment method and system for embedded platform - Google Patents

Software installment method and system for embedded platform Download PDF

Info

Publication number
CN102231117A
CN102231117A CN2011101911573A CN201110191157A CN102231117A CN 102231117 A CN102231117 A CN 102231117A CN 2011101911573 A CN2011101911573 A CN 2011101911573A CN 201110191157 A CN201110191157 A CN 201110191157A CN 102231117 A CN102231117 A CN 102231117A
Authority
CN
China
Prior art keywords
algorithm
file
apk
catalogue
decompress
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.)
Granted
Application number
CN2011101911573A
Other languages
Chinese (zh)
Other versions
CN102231117B (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.)
Shanghai Zhangmen Science and Technology Co Ltd
Original Assignee
Shengle Information Technolpogy Shanghai 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 Shengle Information Technolpogy Shanghai Co Ltd filed Critical Shengle Information Technolpogy Shanghai Co Ltd
Priority to CN 201110191157 priority Critical patent/CN102231117B/en
Publication of CN102231117A publication Critical patent/CN102231117A/en
Application granted granted Critical
Publication of CN102231117B publication Critical patent/CN102231117B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention provides a software installment method and system for an embedded platform. The method comprises the following steps: decompressing an original android package (apk) installation package to obtain multiple directories and files; packing the directories and files into an uncompressed file of a zip format; and using an algorithm with a compression ratio higher than that of a DEFLATE algorithm, such as a Lempel-Ziv-Markov chain-Algorithm (Lzma) algorithm or Lzma 2 algorithm, to compress the whole file to reduce the size of the installation package. An algorithm decompression library is stored in a lib directory of a new apk installation package; and compared with java codes in the prior art, the algorithm decompression library has faster decompression. According to the invention, under the condition of an online installation mode, the bandwidth of a server can be saved, the waiting time for download is shortened, and user experience is improved.

Description

A kind of method and system in the embedded platform install software
Technical field
The present invention relates to the application of embedded platform, relate in particular to a kind of method and system in the embedded platform install software.
Background technology
APK is the abbreviation of Android Package, i.e. the Android installation kit.In the prior art, usually adopt the compress mode of zip, each each file that will be installed in the installation procedure bag of software of Android platform is carried out the zip compression respectively, be packaged as a file then, generate the installation kit of suffix apk by name, wherein comprised the binary code, resource, configuration file of application software etc., thus, after an APK file decompresses, generally include:
The assets catalogue, the file in this catalogue can not be compiled into binary mode;
The lib catalogue is deposited dynamic library file;
The res catalogue is deposited resource file;
Manifest.xml is the program global configuration file, and each application software all must define and comprise, and it has described the information such as name, version, authority of application software;
Classes.dex is the java bytecode literary composition that java source code compiling back generates.
User's download apk file in the Android system after, carry out this apk and get final product install software.
The Zip file layout is a kind of data compression and archive format.Zip file comprises one or more being compressed or compressed file not, and Zip adopts the mode of compressed file respectively, and permission needn't be read other data and be retrieved independently file, and what the Zip compression was the most frequently used is the DEFLATE algorithm.
The compression method of the android apk of prior art, each file in the bag is carried out the zip compression respectively, cause compression ratio not high, the length of installation kit is still bigger, download service provider and final user's bandwidth expense is all than higher, and is also slow in the time of the user's download installation kit.
Lzma, (abbreviation of Lempel-Ziv-Markov chain-Algorithm), it is the compression algorithm after improvement of a Deflate and LZ77 algorithm and the optimization, it uses the dictionary encoding mechanism that is similar to LZ77, press down shrinkage than bzip2 height in general situation, the big I of the variable dictionary that is used to compress reaches 4GB, can offer the high compression of user compression speed faster when, and it is fit to built-in application program integrated very much.
Summary of the invention
The object of the present invention is to provide a kind of method and system, use the Lzma algorithm, reduce size, save the bandwidth of server, shorten and download the stand-by period, promote user's experience at embedded platform install software bag in the embedded platform install software.
For addressing the above problem, the invention provides a kind of method in the embedded platform install software, comprise compression step and decompress(ion) step, wherein,
Described compression step comprises:
With original apk installation kit decompress(ion) is a catalogue;
Described catalogue is packaged as the file of zip form;
The algorithm that is higher than DEFLATE according to a compressibility compresses the file of described zip form, obtains the compression algorithm file;
The algorithm compiler algorithm that is higher than DEFLATE according to described compressibility is separated and is overstocked, and forms described algorithm and separate the decompression function that overstocks;
Described compression algorithm file and algorithm separated to overstock be synthesized to new apk installation kit;
Described decompress(ion) step comprises:
Carry out described new apk installation kit;
Loading described algorithm separates and overstocks and call described algorithm and separate the decompression function that overstocks;
The described compression algorithm file of algorithm decompress(ion) that is higher than DEFLATE according to described compressibility is the apk file;
Described apk file is installed.
Further, described embedded platform is the Android platform.
Further, to be higher than the algorithm of DEFLATE be Lzma algorithm or Lzma2 algorithm to described compressibility.
Further, in the described compression step, described catalogue comprises assets catalogue, lib catalogue, res catalogue, Manifest.xml file and classes.dex file.
Further, in the described compression step, described algorithm is separated to overstock and is stored under the lib catalogue of described new apk installation kit.
Further, in the described compression step, compile described algorithm by NDK and separate and overstock.
Further, in the described decompress(ion) step, separate the decompression function that overstocks by the described algorithm of JNI interface interchange.
Accordingly, the present invention also provides a kind of system in the embedded platform install software, comprises compression module and decompression module, wherein,
Described compression module comprises:
Apk decompress(ion) unit, being used for original apk installation kit decompress(ion) is a catalogue;
The zip packaged unit is used for described catalogue is packaged as the file of zip form;
The compression algorithm unit, the algorithm that is used for being higher than DEFLATE according to a compressibility compresses the file of described zip form, obtains the compression algorithm file;
The algorithm compilation unit is used for separating according to the algorithm compiler algorithm that described compressibility is higher than DEFLATE and overstocks, and forms described algorithm and separate the decompression function that overstocks;
The apk synthesis unit is used for described compression algorithm file and algorithm separated to overstock being synthesized to new apk installation kit;
Described decompression module comprises:
The apk performance element is used to carry out described new apk installation kit;
The algorithm loading unit is used to load described algorithm and separates and overstock and call described algorithm and separate the decompression function that overstocks;
Algorithm decompress(ion) unit, the described compression algorithm file of algorithm decompress(ion) that is used for being higher than according to described compressibility DEFLATE is the apk file;
The apk installation unit is installed described apk file.
Further, described apk synthesis unit is preserved described algorithm and is separated and overstock under the lib catalogue of described new apk installation kit.
Further, described algorithm compilation unit compiles described algorithm by NDK and separates and overstock.
Further, described algorithm loading unit is separated the decompression function that overstocks by the described algorithm of JNI interface interchange.
Compared with prior art, method and system in the embedded platform install software provided by the invention, each catalogue and the file that obtain behind the original apk installation kit decompress(ion), be packaged as the not compressed file of a zip form, adopt a compressibility to be higher than the algorithm of DEFLATE then, as Lzma algorithm or Lzma2 algorithm, this document is carried out reduced overall, reduced the size of installation kit, algorithm decompress(ion) stock is placed on new apk installation kit lib catalogue the inside, it is fast that algorithm is separated the speed that the local code execution meeting of overstocking carries out decompress(ion) than java code under the prior art during decompress(ion), under the online mounting means, can save the bandwidth of server, shorten and download the stand-by period, promote user's experience.
Description of drawings
Fig. 1 is the compression step process flow diagram of the method in the embedded platform install software of the present invention;
Fig. 2 is the file header structural drawing of file of the zip form of specific embodiments of the invention;
Fig. 3 is the decompress(ion) flow chart of steps of the method in the embedded platform install software of the present invention;
Fig. 4 is the structural representation of the system in the embedded platform install software of the present invention.
Embodiment
Below in conjunction with the drawings and specific embodiments the method and system in the embedded platform install software that the present invention proposes is described in further detail.
The present invention proposes a kind of method in the embedded platform install software, and this method comprises compression step and decompress(ion) step.Described embedded platform can be present Android platform than main flow.
As shown in Figure 1, described compression step comprises:
Step S1 is a catalogue with original apk installation kit decompress(ion), and described catalogue comprises the assets catalogue, lib catalogue, res catalogue, Manifest.xml file and classes.dex file.
Step S2 is packaged as the file of zip form with described catalogue, and the file of described zip form is unpressed, and its file header structure comprises each composition as shown in Figure 2.
Step S3, the algorithm that is higher than DEFLATE according to a compressibility compresses the file of described zip form, obtains the compression algorithm file.
In this step, the algorithm that described compressibility is higher than DEFLATE can be Lzma algorithm or Lzma2 algorithm, and the file of described zip form is compressed, and obtains the Lzma compressed file.
Step S4, the algorithm compiler algorithm that is higher than DEFLATE according to described compressibility is separated and is overstocked, and forms described algorithm and separate the decompression function that overstocks.
In this step, can come to compile described algorithm by NDK and separate and overstock according to described algorithm.NDK complete (Native Development Kit) provide a series of instrument, helps the developer to develop the dynamic base of C (or C++) fast, simultaneously, and integrated cross-compiler, and provide corresponding mk file to isolate differences such as CPU, platform, ABI.In this step, compiler algorithm is separated and is overstocked and can carry out in advance before software is installed, promptly step S4 can with any one reversing of position among the step S1 to S3.
Step S5 separates described compression algorithm file and algorithm to overstock and is synthesized to new apk installation kit.
In this step, described algorithm is separated to overstock and is stored under the lib catalogue of described new apk installation kit.
As shown in Figure 3, described decompress(ion) step comprises:
Step S6 carries out described new apk installation kit;
Step S7 loads described algorithm and separates and overstock and call described algorithm and separate the decompression function that overstocks;
In this step, can separate the decompression function that overstocks by the described algorithm of JNI interface interchange, JNI is the abbreviation of Java Native Interface, Chinese is for calling JAVA this locality, the code that it allows Java code and other language to write carries out alternately, JNI is for local compiled language at the beginning, and especially C and C++ design;
Step S8, the described compression algorithm file of algorithm decompress(ion) that is higher than DEFLATE according to described compressibility is the apk file;
Step S9 installs described apk file, is about to software and is installed in the described embedded platform.
Need to prove that the position difference that described compression algorithm file is deposited is for providing two kinds of different modes: add shell mounting means and online mounting means in the embedded platform install software in the S5 step.In step S5, when described compression algorithm file is stored in assets catalogue or other catalogues following times of described new apk installation kit, produced and added under the shell mounting means, accordingly, among the described step S8, the compression algorithm file that is higher than according to described compressibility in the described assets catalogue of algorithm decompress(ion) of DEFLATE is the apk file; And when described compression algorithm file is stored in the webserver, produced online mounting means, and corresponding, among the described step S9, to download described compression algorithm file from the webserver earlier, be the apk file according to described algorithm decompress(ion) again.
Accordingly, the invention provides a kind of system in the embedded platform install software, this system comprises compression module 10 and decompression module 20.
Please refer to Fig. 4, described compression module 10 comprises:
Apk decompress(ion) unit 101, being used for original apk installation kit decompress(ion) is a catalogue;
Zip packaged unit 102 is used for described catalogue is packaged as the file of zip form;
Compression algorithm unit 103, the algorithm that is used for being higher than DEFLATE according to a compressibility compresses the file of described zip form, obtain the compression algorithm file, wherein, the algorithm that described compressibility is higher than DEFLATE can be Lzma algorithm or Lzma2 algorithm, compression algorithm unit 103 compresses according to Lzma algorithm or the Lzma2 algorithm file to described zip form, obtains the Lzma compressed file;
Algorithm compilation unit 104 is used for separating according to the algorithm compiler algorithm that described compressibility is higher than DEFLATE and overstocks, and forms described algorithm and separate the decompression function that overstocks, and described algorithm compilation unit 104 compiles described algorithm by NDK and separates and overstock;
Apk synthesis unit 105 is used for described compression algorithm file and algorithm separated to overstock being synthesized to new apk installation kit, and described apk synthesis unit is preserved described algorithm and separated and overstock under the lib catalogue of described new apk installation kit; Further, described apk synthesis unit 105 adds under the shell mounting means under the assets catalogue or other catalogues that described compression algorithm file is stored in described new apk installation kit described, under described online mounting means described compression algorithm file is stored in the webserver.
Please continue with reference to figure 4, described decompression module 20 comprises:
Apk performance element 201 is used to carry out described new apk installation kit;
Algorithm loading unit 202 is used to load described algorithm and separates and overstock and call described algorithm and separate the decompression function that overstocks, and wherein, described algorithm loading unit 202 can be separated the decompression function that overstocks by the described algorithm of JNI interface interchange;
Algorithm decompress(ion) unit 203, the described compression algorithm file of algorithm decompress(ion) that is used for being higher than according to described compressibility DEFLATE is the apk file, add under the shell mounting means described, the compression algorithm file that described algorithm decompress(ion) unit 203 is higher than according to described compressibility in the described assets catalogue of algorithm decompress(ion) of DEFLATE is the apk file; Under described online mounting means, described compression algorithm file is downloaded from the webserver in described algorithm decompress(ion) unit 203, and is the apk file according to the algorithm decompress(ion) that described compressibility is higher than DEFLATE;
Apk installation unit 204 is installed described apk file.
In sum, method and system in the embedded platform install software provided by the invention, each catalogue and the file that obtain behind the original apk installation kit decompress(ion), be packaged as the not compressed file of a zip form, adopt a compressibility to be higher than the algorithm of DEFLATE then, as Lzma algorithm or Lzma2 algorithm, this document is carried out reduced overall, reduced the size of installation kit, algorithm decompress(ion) stock is placed on new apk installation kit lib catalogue the inside, it is fast that algorithm is separated the speed that the local code execution meeting of overstocking carries out decompress(ion) than java code under the prior art during decompress(ion), under the online mounting means, can save the bandwidth of server, shorten and download the stand-by period, promote user's experience.
Obviously, those skilled in the art can carry out various changes and modification to the present invention and not break away from the spirit and scope of the present invention.Like this, if of the present invention these are revised and modification belongs within the scope of claim of the present invention and equivalent technologies thereof, then the present invention also is intended to comprise these changes and modification interior.

Claims (12)

1. the method in the embedded platform install software is characterized in that, comprises compression step and decompress(ion) step, wherein,
Described compression step comprises:
With original apk installation kit decompress(ion) is a catalogue;
Described catalogue is packaged as the file of zip form;
The algorithm that is higher than DEFLATE according to a compressibility compresses the file of described zip form, obtains the compression algorithm file;
The algorithm compiler algorithm that is higher than DEFLATE according to described compressibility is separated and is overstocked, and forms described algorithm and separate the decompression function that overstocks;
Described compression algorithm file and algorithm separated to overstock be synthesized to new apk installation kit;
Described decompress(ion) step comprises:
Carry out described new apk installation kit;
Loading described algorithm separates and overstocks and call described algorithm and separate the decompression function that overstocks;
The described compression algorithm file of algorithm decompress(ion) that is higher than DEFLATE according to described compressibility is the apk file;
Described apk file is installed.
2. the method in the embedded platform install software as claimed in claim 1 is characterized in that, described embedded platform is the Android platform, and the algorithm that described compressibility is higher than DEFLATE is Lzma algorithm or Lzma2 algorithm.
3. the method in the embedded platform install software as claimed in claim 1 is characterized in that, in the described compression step, described catalogue comprises assets catalogue, lib catalogue, res catalogue, Manifest.xml file and classes.dex file.
4. the method in the embedded platform install software as claimed in claim 3 is characterized in that, in the described compression step, described algorithm is separated to overstock and is stored under the lib catalogue of described new apk installation kit.
5. as each described method in the claim 1 to 4, it is characterized in that, in the described compression step, compile described algorithm by NDK and separate and overstock in the embedded platform install software.
6. as each described method in the claim 1 to 4, it is characterized in that, in the described decompress(ion) step, separate the decompression function that overstocks by the described algorithm of JNI interface interchange in the embedded platform install software.
7. the system in the embedded platform install software is characterized in that, comprises compression module and decompression module, wherein,
Described compression module comprises:
Apk decompress(ion) unit, being used for original apk installation kit decompress(ion) is a catalogue;
The zip packaged unit is used for described catalogue is packaged as the file of zip form;
The compression algorithm unit, the algorithm that is used for being higher than DEFLATE according to a compressibility compresses the file of described zip form, obtains the compression algorithm file;
The algorithm compilation unit is used for separating according to the algorithm compiler algorithm that described compressibility is higher than DEFLATE and overstocks, and forms described algorithm and separate the decompression function that overstocks;
The apk synthesis unit is used for that described compressibility is higher than the compression algorithm file of DEFLATE and algorithm and separates to overstock and be synthesized to new apk installation kit;
Described decompression module comprises:
The apk performance element is used to carry out described new apk installation kit;
The algorithm loading unit is used to load described algorithm and separates and overstock and call described algorithm and separate the decompression function that overstocks;
Algorithm decompress(ion) unit, the described compression algorithm file of algorithm decompress(ion) that is used for being higher than according to described compressibility DEFLATE is the apk file;
The apk installation unit is installed described apk file.
As described in the claim 7 in the system of embedded platform install software, it is characterized in that described embedded platform is the Android platform, the algorithm that a described compressibility is higher than DEFLATE is Lzma algorithm or Lzma2 algorithm.
As described in the claim 7 in the system of embedded platform install software, it is characterized in that the described catalogue that described apk decompress(ion) unit decompress(ion) obtains comprises assets catalogue, lib catalogue, res catalogue, Manifest.xml file and classes.dex file.
As described in the claim 9 in the system of embedded platform install software, it is characterized in that described apk synthesis unit is preserved described algorithm and separated and overstock under the lib catalogue of described new apk installation kit.
11., it is characterized in that described algorithm compilation unit compiles described algorithm by NDK and separates and overstock as each described method in the claim 7 to 10 in the embedded platform install software.
12., it is characterized in that described algorithm loading unit is separated the decompression function that overstocks by the described algorithm of JNI interface interchange as each described method in the claim 7 to 10 in the embedded platform install software.
CN 201110191157 2011-07-08 2011-07-08 Software installment method and system for embedded platform Active CN102231117B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201110191157 CN102231117B (en) 2011-07-08 2011-07-08 Software installment method and system for embedded platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201110191157 CN102231117B (en) 2011-07-08 2011-07-08 Software installment method and system for embedded platform

Publications (2)

Publication Number Publication Date
CN102231117A true CN102231117A (en) 2011-11-02
CN102231117B CN102231117B (en) 2013-08-14

Family

ID=44843684

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201110191157 Active CN102231117B (en) 2011-07-08 2011-07-08 Software installment method and system for embedded platform

Country Status (1)

Country Link
CN (1) CN102231117B (en)

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102520987A (en) * 2011-11-30 2012-06-27 Tcl集团股份有限公司 Online experience and installation method, device, server and management system of application program
CN103955375A (en) * 2014-05-21 2014-07-30 北京安兔兔科技有限公司 Generation method for application installation file and starting method and device for application
CN104156225A (en) * 2013-05-14 2014-11-19 腾讯科技(深圳)有限公司 Downloading method, system and server for installation package
CN104408367A (en) * 2014-11-28 2015-03-11 北京奇虎科技有限公司 Application program configuration method and device
CN104462879A (en) * 2014-11-28 2015-03-25 北京奇虎科技有限公司 Root-free running control method and device of application program
CN104462880A (en) * 2014-11-28 2015-03-25 北京奇虎科技有限公司 Application program packing configuration method and device
CN104657131A (en) * 2015-01-15 2015-05-27 北京奥普维尔科技有限公司 Generation system and generation method of software installation package
TWI493462B (en) * 2013-05-21 2015-07-21 Transcend Information Inc Firmware function extending method in an embedded system device
US9128793B2 (en) 2013-05-14 2015-09-08 Tencent Technology (Shenzhen) Company Limited Method, system and server for downloading installation package
CN104932916A (en) * 2015-05-18 2015-09-23 杭州魔品科技有限公司 Apple application rapid installation method
CN105138333A (en) * 2015-08-27 2015-12-09 北京暴风科技股份有限公司 APK file compression method and system based on Android system
CN105610885A (en) * 2014-11-25 2016-05-25 上海天脉聚源文化传媒有限公司 Method and system for deploying WeChat service
CN105740298A (en) * 2014-12-12 2016-07-06 北京奇虎科技有限公司 File processing method and apparatus, and server-side equipment
CN106325896A (en) * 2015-06-18 2017-01-11 腾讯科技(深圳)有限公司 Method and device for processing shared function library file of installation package
CN106325834A (en) * 2015-06-18 2017-01-11 腾讯科技(深圳)有限公司 Android installation package compression method and device
CN106406923A (en) * 2015-07-30 2017-02-15 腾讯科技(深圳)有限公司 Processing method and device of dynamic library file
CN107203524A (en) * 2016-03-16 2017-09-26 阿里巴巴集团控股有限公司 A kind of method for APK file of packing, the method and system for loading Bundle files
WO2017193885A1 (en) * 2016-05-09 2017-11-16 腾讯科技(深圳)有限公司 Application starting method and apparatus
CN108157219A (en) * 2017-12-22 2018-06-15 深圳市航天华拓科技有限公司 A kind of pet based on convolutional neural networks stops apparatus and method of barking
WO2018125909A1 (en) 2016-12-31 2018-07-05 Alibaba Group Holding Limited Method and apparatus for compressing an application
WO2018160996A3 (en) * 2017-03-03 2018-10-04 Maggio Thomas System and method for closed-circuit television file archival and compression
WO2018192025A1 (en) * 2017-04-19 2018-10-25 北京洋浦伟业科技发展有限公司 Method for protecting executable program on android platform
US10171608B2 (en) 2013-10-21 2019-01-01 Openwave Mobility Inc. Method, apparatus and computer program for modifying messages in a communications network
CN111597552A (en) * 2020-04-15 2020-08-28 深圳市捷顺科技实业股份有限公司 Code scanning method and terminal equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090019345A1 (en) * 2007-02-13 2009-01-15 Packeteer, Inc. Compression of Stream Data Using a Hierarchically-Indexed Database
CN101526902A (en) * 2008-12-25 2009-09-09 北京邮电大学 Executable file compression and loading technologies for movable terminal
CN101639782A (en) * 2009-07-14 2010-02-03 上海市共进通信技术有限公司 System bootloading method based on embedded operating system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090019345A1 (en) * 2007-02-13 2009-01-15 Packeteer, Inc. Compression of Stream Data Using a Hierarchically-Indexed Database
CN101526902A (en) * 2008-12-25 2009-09-09 北京邮电大学 Executable file compression and loading technologies for movable terminal
CN101639782A (en) * 2009-07-14 2010-02-03 上海市共进通信技术有限公司 System bootloading method based on embedded operating system

Cited By (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102520987B (en) * 2011-11-30 2014-11-05 Tcl集团股份有限公司 Online experience and installation method, device, server and management system of application program
CN102520987A (en) * 2011-11-30 2012-06-27 Tcl集团股份有限公司 Online experience and installation method, device, server and management system of application program
WO2014183447A1 (en) * 2013-05-14 2014-11-20 Tencent Technology (Shenzhen) Company Limited Method, system and sever for downloading installation package
CN104156225A (en) * 2013-05-14 2014-11-19 腾讯科技(深圳)有限公司 Downloading method, system and server for installation package
US9128793B2 (en) 2013-05-14 2015-09-08 Tencent Technology (Shenzhen) Company Limited Method, system and server for downloading installation package
TWI493462B (en) * 2013-05-21 2015-07-21 Transcend Information Inc Firmware function extending method in an embedded system device
US10171608B2 (en) 2013-10-21 2019-01-01 Openwave Mobility Inc. Method, apparatus and computer program for modifying messages in a communications network
CN103955375A (en) * 2014-05-21 2014-07-30 北京安兔兔科技有限公司 Generation method for application installation file and starting method and device for application
CN105610885A (en) * 2014-11-25 2016-05-25 上海天脉聚源文化传媒有限公司 Method and system for deploying WeChat service
CN104462880A (en) * 2014-11-28 2015-03-25 北京奇虎科技有限公司 Application program packing configuration method and device
CN104462879A (en) * 2014-11-28 2015-03-25 北京奇虎科技有限公司 Root-free running control method and device of application program
CN104408367A (en) * 2014-11-28 2015-03-11 北京奇虎科技有限公司 Application program configuration method and device
CN104408367B (en) * 2014-11-28 2019-04-05 北京奇虎科技有限公司 Application program configuration method and device
CN104462879B (en) * 2014-11-28 2018-04-17 北京奇虎科技有限公司 Application program exempts from Root progress control methods and device
CN104462880B (en) * 2014-11-28 2018-01-19 北京奇虎科技有限公司 Application program shell adding collocation method and device
CN105740298A (en) * 2014-12-12 2016-07-06 北京奇虎科技有限公司 File processing method and apparatus, and server-side equipment
CN104657131A (en) * 2015-01-15 2015-05-27 北京奥普维尔科技有限公司 Generation system and generation method of software installation package
CN104657131B (en) * 2015-01-15 2019-03-15 北京奥普维尔科技有限公司 A kind of generation system and method for software installation packet
CN104932916A (en) * 2015-05-18 2015-09-23 杭州魔品科技有限公司 Apple application rapid installation method
CN106325896B (en) * 2015-06-18 2021-05-11 腾讯科技(深圳)有限公司 Shared function library file processing method and device for installation package
CN106325834A (en) * 2015-06-18 2017-01-11 腾讯科技(深圳)有限公司 Android installation package compression method and device
CN106325896A (en) * 2015-06-18 2017-01-11 腾讯科技(深圳)有限公司 Method and device for processing shared function library file of installation package
CN106406923B (en) * 2015-07-30 2020-09-04 腾讯科技(深圳)有限公司 Method and device for processing dynamic library file
CN106406923A (en) * 2015-07-30 2017-02-15 腾讯科技(深圳)有限公司 Processing method and device of dynamic library file
CN105138333B (en) * 2015-08-27 2018-11-06 暴风集团股份有限公司 The method and system of APK file compression based on android system
CN105138333A (en) * 2015-08-27 2015-12-09 北京暴风科技股份有限公司 APK file compression method and system based on Android system
CN107203524A (en) * 2016-03-16 2017-09-26 阿里巴巴集团控股有限公司 A kind of method for APK file of packing, the method and system for loading Bundle files
WO2017193885A1 (en) * 2016-05-09 2017-11-16 腾讯科技(深圳)有限公司 Application starting method and apparatus
US10871973B2 (en) 2016-05-09 2020-12-22 Tencent Technology (Shenzhen) Company Limited Application activation method and apparatus
WO2018125909A1 (en) 2016-12-31 2018-07-05 Alibaba Group Holding Limited Method and apparatus for compressing an application
EP3563247A4 (en) * 2016-12-31 2020-09-02 Alibaba Group Holding Limited Method and apparatus for compressing an application
CN108279941A (en) * 2016-12-31 2018-07-13 阿里巴巴集团控股有限公司 A kind of compression method and device of application program
CN108279941B (en) * 2016-12-31 2021-06-15 阿里巴巴集团控股有限公司 Application program compression method and device
US10515115B2 (en) 2017-03-03 2019-12-24 Proactive Cctv System and method for closed-circuit television file archival and compression
WO2018160996A3 (en) * 2017-03-03 2018-10-04 Maggio Thomas System and method for closed-circuit television file archival and compression
WO2018192025A1 (en) * 2017-04-19 2018-10-25 北京洋浦伟业科技发展有限公司 Method for protecting executable program on android platform
CN108157219A (en) * 2017-12-22 2018-06-15 深圳市航天华拓科技有限公司 A kind of pet based on convolutional neural networks stops apparatus and method of barking
CN111597552A (en) * 2020-04-15 2020-08-28 深圳市捷顺科技实业股份有限公司 Code scanning method and terminal equipment
CN111597552B (en) * 2020-04-15 2023-11-10 深圳市捷顺科技实业股份有限公司 Code scanning method and terminal equipment

Also Published As

Publication number Publication date
CN102231117B (en) 2013-08-14

Similar Documents

Publication Publication Date Title
CN102231117B (en) Software installment method and system for embedded platform
CN104375849B (en) Load the method and device of kernel
Debray et al. Profile-guided code compression
EP1672489A2 (en) Language-Neutral And Language-Specific Installation Packages For Software Setup
US20120159470A1 (en) Method and device for generating software installation packet
CN103701930A (en) Mobile application program real-time updating method and system
CN108279941B (en) Application program compression method and device
CN109766099B (en) Front-end source code compiling method and device, storage medium and computer equipment
CN101694624A (en) Method for processing compact disc image files of software installation package and device
CA2488056A1 (en) Software atomization
CN101135978B (en) Compression version application program generating, executing method and apparatus and applications method and system
KR20110130611A (en) Web platform unit for mobile terminal connectioned web-application program in heterogeneous operating system
KR20190020677A (en) Preemptive decompression scheduling for NAND storage devices
CN116934330A (en) Method for calling intelligent contract, executing method, computer equipment and storage medium
US7954086B2 (en) Self-describing kernel modules
CN114090070A (en) Application program installation package file processing method and electronic equipment
CN109710581B (en) Method for decompressing compressed data in qcow image file
WO2007099324A1 (en) Duplicate code detection
CN112269602A (en) WebAssembly loading method and device and storage medium
KR20090121949A (en) Method and system for converting mobile contents
CN113296781A (en) Application program installation package file compiling and constructing method and device and electronic equipment
CN113377382A (en) Software installation package processing method and device, electronic equipment and storage medium
CN104539697A (en) Client end, server and method for making Android mobile application
CN104657131A (en) Generation system and generation method of software installation package
KR20120114926A (en) Method for programming for a binary executable file

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20190222

Address after: 201203 7, 1 Lane 666 lane, Zhang Heng Road, Pudong New Area, Shanghai.

Patentee after: SHANGHAI ZHANGMEN TECHNOLOGY CO., LTD.

Address before: Room 102, Building 3, No. 356 Guoshoujing Road, Zhangjiang High-tech Park, Pudong New District, Shanghai, 201203

Patentee before: Shengle Information Technology (Shanghai) Co., Ltd.

TR01 Transfer of patent right