CN107153563B - Software version generation method and device - Google Patents

Software version generation method and device Download PDF

Info

Publication number
CN107153563B
CN107153563B CN201610122314.8A CN201610122314A CN107153563B CN 107153563 B CN107153563 B CN 107153563B CN 201610122314 A CN201610122314 A CN 201610122314A CN 107153563 B CN107153563 B CN 107153563B
Authority
CN
China
Prior art keywords
version
software version
compiling
software
preset application
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
CN201610122314.8A
Other languages
Chinese (zh)
Other versions
CN107153563A (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.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN201610122314.8A priority Critical patent/CN107153563B/en
Priority to PCT/CN2016/088210 priority patent/WO2017148057A1/en
Publication of CN107153563A publication Critical patent/CN107153563A/en
Application granted granted Critical
Publication of CN107153563B publication Critical patent/CN107153563B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding
    • G06F8/443Optimisation

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 embodiment of the invention discloses a software version generation method, which comprises the following steps: acquiring necessary codes included by any software version in system codes; compiling and generating a main version according to the necessary codes; and generating the first software version according to the preset application required by the main version and the first software version. Furthermore, the embodiment of the invention also discloses a software version generation device.

Description

Software version generation method and device
Technical Field
The invention relates to a software version technology in the field of software, in particular to a software version generation method and device.
Background
With the development of communication technology and economic globalization, mobile phone manufacturers can sell mobile phones produced to a plurality of countries. The functions of the mobile phone are usually realized by system software installed on the mobile phone, but users in different countries have different requirements on the functions, so the versions of the system software on the mobile phone are different.
In the prior art, a mobile phone manufacturer usually implements all functions by writing system codes, and then compiles the system codes according to the requirements of different countries to obtain system software versions corresponding to the different countries. For example, suppose that a uk user needs to implement three functions a, B, and C, a french user needs to implement two functions D and E, and the system code includes all the codes implementing five functions a, B, C, D, and E. When a system software version corresponding to the UK is obtained, compiling the system codes, and enabling macro switches of codes corresponding to three functions of A, B and C to be opened and macro switches of codes corresponding to two functions of D and E to be closed through macro control; when the system software version corresponding to France is obtained, the system code is compiled, the macro switches of the codes corresponding to the three functions A, B and C are closed through macro control, and the macro switches of the codes corresponding to the two functions D and E are opened through macro control, so that the system software version in Britain and the system software version in France can be obtained respectively.
However, different software versions are generated by adopting the compiling method, the system code needs to be compiled in sequence according to the functional requirements of each country, the time consumption of compiling each time is long, and the production efficiency of the software versions is influenced; meanwhile, software of each version comprises all system codes, so that the software version is large, the occupied mobile phone memory is large, the available space of a user in the mobile phone is greatly reduced, and the user experience is poor.
Disclosure of Invention
In order to solve the above technical problems, embodiments of the present invention are expected to provide a method and an apparatus for generating a software version, which can improve the production efficiency of the software version, reduce the memory occupied by the software version, and further improve the user experience.
The technical scheme of the invention is realized as follows:
in one aspect, an embodiment of the present invention provides a software version generation method, including:
acquiring necessary codes included by any software version in system codes;
compiling and generating a main version according to the necessary codes;
and generating the first software version according to the preset application required by the main version and the first software version.
Optionally, the generating the first software version according to the main version and the preset application required by the first software version includes:
modifying the system attribute and the preset file in the main version to obtain a modified main version;
acquiring an installation package of a preset application required by the first software version;
and generating the first software version according to the modified main version and the installation package of the preset application required by the first software version.
Optionally, before acquiring the necessary code included in any software version in the system code, the method further includes:
writing the system code, wherein the system code uses a method without compiling for differential control.
Optionally, before the obtaining of the installation package of the preset application required by the first software version, the method further includes:
acquiring a code of the preset application;
and compiling and generating the installation package of the preset application according to the code of the preset application.
Optionally, the generating the first software version according to the modified master version and the installation package of the preset application required by the first software version includes:
and packaging the installation packages of the preset applications required by the modified main version and the first software version to generate the first software version.
In another aspect, an embodiment of the present invention provides a software version generation apparatus, including:
the system comprises a first acquisition unit, a second acquisition unit and a third acquisition unit, wherein the first acquisition unit is used for acquiring necessary codes included by any software version in system codes;
the first compiling unit is used for compiling and generating a main version according to the necessary codes;
and the generating unit is used for generating the first software version according to the main version and the preset application required by the first software version.
Optionally, the apparatus further comprises:
the modification unit is used for modifying the system attribute and the preset file in the main version to obtain the modified main version;
the second acquisition unit is used for acquiring the installation package of the preset application required by the first software version;
the generating unit is specifically configured to:
and generating the first software version according to the modified main version and the installation package of the preset application required by the first software version.
Optionally, the apparatus further comprises:
and the compiling unit is used for compiling the system code, and the system code uses a device which does not need compiling to carry out differentiation control.
Optionally, the apparatus further comprises:
a third obtaining unit, configured to obtain a code of the preset application;
and the second compiling unit is used for compiling and generating the installation package of the preset application according to the code of the preset application.
Optionally, the generating unit is specifically configured to: and packaging the installation packages of the preset applications required by the modified main version and the first software version to generate the first software version.
The embodiment of the invention provides a method and a device for generating a software version, wherein the method for generating the software version comprises the following steps: acquiring necessary codes included by any software version in system codes; compiling and generating a main version according to the necessary codes; and generating the first software version according to the preset application required by the main version and the first software version. Compared with the prior art, different software versions are generated without compiling according to different requirements, so that the time for generating each software version is saved, and the production efficiency of the software versions is improved; meanwhile, each software version only comprises the preset application required by the software version, so that the memory occupied by the software version is greatly reduced, the available space of a user is further improved, and the user experience is higher.
Drawings
Fig. 1 is a schematic flowchart 1 of a software version generation method according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of a software version generation method according to an embodiment of the present invention, which is shown in fig. 2;
fig. 3 is a schematic structural diagram 1 of a software version generation apparatus according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a software version generation apparatus according to an embodiment of the present invention, which is shown in fig. 2;
fig. 5 is a schematic structural diagram of a software version generation apparatus according to an embodiment of the present invention 3;
fig. 6 is a schematic structural diagram 4 of a software version generation apparatus according to an embodiment of the present invention.
Detailed Description
The technical solution in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention.
An embodiment of the present invention provides a software version generation method, as shown in fig. 1, including:
step 101, acquiring necessary codes included in any software version in the system codes.
For example, by taking the mobile phone software as an example for illustration, there are only a few differences between different software versions, and most other codes are the same, so that the codes included in each software version can be obtained as necessary codes first. For example, assuming that there are two software versions, the software version corresponding to uk needs to implement five functions a, B, C, D, E, and the software version corresponding to france needs to implement six functions a, B, C, D, F, G, it is known that the codes for implementing four functions a, B, C, D exist in both the software version corresponding to uk and the software version corresponding to france, and thus the codes for implementing four functions a, B, C, D can be obtained as necessary codes.
And 102, compiling to generate a main version according to the necessary codes.
For example, the compiling refers to a process of generating an object program from a code by compiling the program. The code may be written in any programming language, and the target program may be an executable file. The specific compiling process is the prior art, and the embodiment of the present invention is not described herein. The master version may be a universal version that is not made for any country, i.e., the master version does not include any country attribute information, and may be applicable to a plurality of countries; the software version may also be a typical national customized version, for example, since the function requirement of the chinese customized software version is the minimum, the main version may be a software version suitable for chinese users, which is not limited in the embodiment of the present invention.
And 103, generating the first software version according to the main version and preset application required by the first software version.
For example, only necessary code is included in the master version, but different software versions have different customization requirements, so that a plurality of different software versions can be correspondingly generated according to the customization requirements of the master version and the different software versions. For example, the main version can implement four functions, i.e., a, B, C, and D, and the first software version needs to preset two applications, i.e., M and N, in addition to the functions that the main version can implement. The first software version is any one software version.
Therefore, different software versions are generated without compiling according to different requirements, so that the time for generating each software version is saved, and the production efficiency of the software versions is improved; meanwhile, each software version only comprises the preset application required by the software version, so that the memory occupied by the software version is greatly reduced, the available space of a user is further improved, and the user experience is higher.
Optionally, when the first software version is generated according to the main version and the preset application required by the first software version, the system attribute and the preset file in the main version may be modified to obtain the modified main version, then obtain the installation package of the preset application required by the first software version, and generate the first software version according to the installation package of the preset application required by the modified main version and the first software version.
For example, each software version includes each function of the master version, and the system attribute and the preset file in the master version may also be adjusted according to the software version. The system attribute is stored in the text file in a character string form, and generally includes an attribute name and an attribute value, for example, the attribute name may be a country attribute, and the attribute values of the country attribute are different, indicating that the countries corresponding to the software versions are different. For example, if the attribute value of the country attribute of the software version is uk, the mobile phone can select the time zone of uk according to the attribute value, the default language is english, uk is selected as the country name, and the uk flag is displayed; if the attribute value of the country attribute of the software version is france, the mobile phone can select a time zone of france according to the attribute value, select french as the default language, select france as the name of the country, and display the national flags of france. Similarly, the preset files in different software versions may be different, and the preset files refer to various resource files contained in the software versions, such as audio files of ringtones, picture files of wallpapers, and the like. The difference of the preset files can be used for controlling customized contents such as preset ring tones, preset wallpapers and the like, so that different software versions can be preset with different ring tones or different wallpapers for distinguishing.
For example, the corresponding relationship between the software version and the preset application may be set during initialization, so as to indicate the preset application required by different software versions. When the first software version is generated, the preset application required by the first software version may be determined according to the corresponding relationship, and then an installation Package of the preset application required by the first software version is obtained, taking Android mobile phone system software as an example, the installation Package of the preset application may be an Android Package (APK). Further, the modified main version and the installation package of the preset application required by the first software version may be packaged to generate the first software version, where the packaging refers to a process of making a series of files into a single downloadable software version image file according to a certain format, and a specific packaging process is the prior art, and is not described herein again in the embodiments of the present invention.
Further, before acquiring necessary codes included in any software version in the system codes, the system codes can be written, and the system codes are differentially controlled by a method without compiling.
For example, system code may first need to be written before a software version is made. In practical application, two methods are used for realizing differentiation control of system codes, wherein one method is a method which can realize software differentiation only by changing values or files without compiling; the other is compilation control, typically macro definition and compilation configuration options. In order to implement the technical scheme of the invention, a method which does not need to be compiled is selected to carry out differential control.
Optionally, when the installation package of the preset application required by the first software version is obtained, the code of the preset application may be obtained first, and then the installation package of the preset application may be generated by compiling according to the code of the preset application.
For example, as the user demand increases, various applications are in a variety, and some applications include a code that can be directly executed by a mobile phone in an installation package, and the code of the application does not need to be compiled. Still some code mobile phones of application can not be directly executed, need to obtain the code and compile at first, generate the installation package of this application. Or when initializing, the codes of the applications needing to be compiled can be compiled in sequence, and installation packages of the applications can be generated and stored. When the first software version is generated, the installation package of the preset application required by the first software version may be directly obtained, which is not limited in the embodiment of the present invention.
The embodiment of the invention provides a software version generation method, which comprises the following steps: acquiring necessary codes included by any software version in system codes; compiling and generating a main version according to the necessary codes; and generating the first software version according to the preset application required by the main version and the first software version. Compared with the prior art, different software versions are generated without compiling according to different requirements, so that the time for generating each software version is saved, and the production efficiency of the software versions is improved; meanwhile, each software version only comprises the preset application required by the software version, so that the memory occupied by the software version is greatly reduced, the available space of a user is further improved, and the user experience is higher.
The embodiment of the invention provides a software version generation method, and supposing that a mobile phone manufacturer needs to sell a mobile phone to N countries, the requirements of each country are different, so that the corresponding mobile phone software versions are different. The N countries may be numbered first, and the software versions corresponding to the countries are sequentially generated according to the numbering order, where N is an integer greater than or equal to 2. As shown in fig. 2, the software version generation method includes:
step 201, writing system code, and executing step 202.
For example, the system code may be written in any programming language, which is not limited by the embodiment of the present invention. The system code needs to use a method which does not need compiling for differential control, namely, a method for realizing software difference only by changing values or files.
Step 202, acquiring necessary codes included in any software version in the system codes, and executing step 203.
For example, it is assumed that the system code can implement six functions of a, B, C, D, F, and G, where the code for the four functions of a, B, C, and D is included in each software version, and thus the code for implementing the four functions of a, B, C, and D can be used as the necessary code.
Step 203, compiling the necessary codes to generate a main version, and executing step 204.
For example, after the necessary code is determined, the necessary code is compiled to generate the main version, and a specific compiling process is the prior art, which is not described herein in detail in the embodiments of the present invention.
And step 204, modifying the main version according to the requirement of the ith country.
For example, i is greater than or equal to 1 and less than or equal to N, and the ith country is a country numbered i, and since the requirement of each country is different, when the software version corresponding to the ith country is generated, the main version may be modified according to the requirement of the ith country. The modifying the main version may include deleting or modifying the system attribute and the preset file in the main version, for example, may modify a country attribute in the system attribute, and may also modify a preset audio file or picture in the main version.
And step 205, acquiring an installation package of the preset application required by the ith country.
For example, the software versions corresponding to the countries are different, and the preset applications required by different software versions are also different, so that the preset application required by the software version corresponding to the ith country can be determined according to the correspondence between the software versions and the preset applications, and then the installation package of the preset application is obtained. Specifically, the code of the preset application may be obtained and compiled to generate an installation package of the preset application. Or during initialization, the codes of all applications can be compiled, the installation package of each application is obtained and stored, and when the software version is generated, the installation package of the preset application required by the software version is directly obtained.
And step 206, generating an ith software version corresponding to the ith country according to the modified main version and the installation package of the preset application required by the ith country.
For example, the modified main version and the installation package of the preset application required by the ith country may be packaged to generate the ith software version corresponding to the ith country. The specific packaging process is the prior art, and the embodiment of the present invention is not described herein again.
Step 207, determining whether the i is greater than or equal to N; if the i is larger than or equal to N, the process is ended; if i is less than N, go to step 208.
For example, since there are N countries and the software version corresponding to each country needs to be generated in sequence, after the ith software version corresponding to the ith country is generated, it is determined whether i is greater than or equal to N, and if i is greater than or equal to N, it indicates that the software versions of the N countries are all generated, and the generation process may be ended. If i is smaller than N, the generation process of the software versions of N countries is completed, and the software versions need to be executed continuously.
In step 208, i +1 is assigned to i, and step 204 is executed.
It should be noted that, the sequence of the steps of the software version generation method provided in the embodiment of the present invention may be appropriately adjusted, and the steps may also be increased or decreased according to the circumstances, and any method that can be easily conceived by those skilled in the art within the technical scope disclosed in the present invention should be included in the protection scope of the present invention, and therefore, the details are not described again.
Compared with the prior art, the embodiment of the invention provides a software version generation method, and different software versions are generated without compiling according to different requirements, so that the time for generating each software version is saved, and the production efficiency of the software versions is improved; meanwhile, each software version only comprises the preset application required by the software version, so that the memory occupied by the software version is greatly reduced, the available space of a user is further improved, and the user experience is higher.
An embodiment of the present invention provides a software version generation apparatus 30, as shown in fig. 3, including:
a first obtaining unit 301, configured to obtain necessary codes included in any software version in the system code.
A first compiling unit 302, configured to compile to generate a master version according to the necessary code.
A generating unit 303, configured to generate the first software version according to the master version and a preset application required by the first software version.
Therefore, different software versions are generated without compiling according to different requirements, so that the time for generating each software version is saved, and the production efficiency of the software versions is improved; meanwhile, each software version only comprises the preset application required by the software version, so that the memory occupied by the software version is greatly reduced, the available space of a user is further improved, and the user experience is higher.
Optionally, as shown in fig. 4, the apparatus 30 further includes:
a modifying unit 304, configured to modify the system attribute and the preset file in the master version, and obtain a modified master version;
a second obtaining unit 305, configured to obtain an installation package of a preset application required by the first software version;
the generating unit 303 is specifically configured to: and generating the first software version according to the modified main version and the installation package of the preset application required by the first software version.
Optionally, as shown in fig. 5, the apparatus 30 further includes:
a writing unit 306 for writing the system code, which is differentially controlled using the apparatus 30 that does not need to be compiled.
Optionally, as shown in fig. 6, the apparatus 30 further includes:
a third obtaining unit 307, configured to obtain a code of the preset application;
and a second compiling unit 308, configured to compile and generate an installation package of the preset application according to the code of the preset application.
Optionally, the generating unit 303 is specifically configured to: and packaging the installation packages of the preset applications required by the modified main version and the first software version to generate the first software version.
It should be noted that, for convenience and brevity of description, it may be clearly understood by those skilled in the art that the specific working processes of the above-described apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
Secondly, in practical applications, the first obtaining Unit 301, the compiling Unit 302, the generating Unit 303, the modifying Unit 304, the second obtaining Unit 305, the compiling Unit 306, the third obtaining Unit 307, and the second compiling Unit 308 may be implemented by a Central Processing Unit (CPU), a Microprocessor (MPU), a Digital Signal Processor (DSP), a Field Programmable Gate Array (FPGA), or the like, which are located in the software version generating device 30.
An embodiment of the present invention provides a software version generation apparatus, including: the system comprises a first acquisition unit, a second acquisition unit and a third acquisition unit, wherein the first acquisition unit is used for acquiring necessary codes included by any software version in system codes; the compiling unit is used for compiling and generating a main version according to the necessary codes; and the generating unit is used for generating the first software version according to the main version and the preset application required by the first software version. Compared with the prior art, different software versions are generated without compiling according to different requirements, so that the time for generating each software version is saved, and the production efficiency of the software versions is improved; meanwhile, each software version only comprises the preset application required by the software version, so that the memory occupied by the software version is greatly reduced, the available space of a user is further improved, and the user experience is higher.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of a hardware embodiment, a software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the scope of the present invention.

Claims (8)

1. A method for generating a software version, comprising:
taking the codes of the functions included in any software version in the acquired system codes as necessary codes;
compiling to generate a universal version according to the necessary codes, and taking the universal version generated by compiling as a main version; wherein the master version is a universal version that is not made for any country;
generating a first software version based on a main version generated by compiling according to the necessary codes and a preset application required by the first software version;
wherein the generating the first software version based on the master version generated by compiling according to the necessary code and the preset application required by the first software version comprises:
modifying the system attribute and the preset file in the main version to obtain a modified main version; the preset files refer to various resource files contained in the software version;
acquiring an installation package of a preset application required by the first software version;
and generating the first software version according to the modified main version and the installation package of the preset application required by the first software version.
2. The method of claim 1, wherein before obtaining the necessary code included in any software version of the system code, the method further comprises:
writing the system code, wherein the system code uses a method without compiling for differential control.
3. The method of claim 1, wherein prior to the obtaining of the installation package of the preset application required by the first software version, the method further comprises:
acquiring a code of the preset application;
and compiling and generating the installation package of the preset application according to the code of the preset application.
4. The method of claim 1, wherein generating the first software version based on the modified master version and an installation package of the pre-set application required by the first software version comprises:
and packaging the installation packages of the preset applications required by the modified main version and the first software version to generate the first software version.
5. A software version generation apparatus, comprising:
a first acquisition unit configured to take a code of a function included in any one of the acquired system codes as a necessary code;
the first compiling unit is used for compiling and generating a universal version according to the necessary codes and taking the universal version generated by compiling as a main version; wherein the master version is a universal version that is not made for any country;
a generating unit, configured to generate a first software version based on a main version generated by compiling according to the necessary code and a preset application required by the first software version; wherein the apparatus further comprises:
the modification unit is used for modifying the system attribute and the preset file in the main version to obtain the modified main version; the preset files refer to various resource files contained in the software version;
the second acquisition unit is used for acquiring the installation package of the preset application required by the first software version;
the generating unit is specifically configured to:
and generating the first software version according to the modified main version and the installation package of the preset application required by the first software version.
6. The apparatus of claim 5, further comprising:
and the compiling unit is used for compiling the system code, and the system code uses a device which does not need compiling to carry out differentiation control.
7. The apparatus of claim 5, further comprising:
a third obtaining unit, configured to obtain a code of the preset application;
and the second compiling unit is used for compiling and generating the installation package of the preset application according to the code of the preset application.
8. The apparatus according to claim 5, wherein the generating unit is specifically configured to: and packaging the installation packages of the preset applications required by the modified main version and the first software version to generate the first software version.
CN201610122314.8A 2016-03-03 2016-03-03 Software version generation method and device Active CN107153563B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201610122314.8A CN107153563B (en) 2016-03-03 2016-03-03 Software version generation method and device
PCT/CN2016/088210 WO2017148057A1 (en) 2016-03-03 2016-07-01 Software version generation method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610122314.8A CN107153563B (en) 2016-03-03 2016-03-03 Software version generation method and device

Publications (2)

Publication Number Publication Date
CN107153563A CN107153563A (en) 2017-09-12
CN107153563B true CN107153563B (en) 2022-04-22

Family

ID=59743424

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610122314.8A Active CN107153563B (en) 2016-03-03 2016-03-03 Software version generation method and device

Country Status (2)

Country Link
CN (1) CN107153563B (en)
WO (1) WO2017148057A1 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108710503A (en) * 2018-05-17 2018-10-26 烽火通信科技股份有限公司 A kind of management method of software version, application method and system
CN108804107A (en) * 2018-05-21 2018-11-13 北京小米移动软件有限公司 Using Compilation Method and device
CN111104158A (en) * 2019-12-23 2020-05-05 锐捷网络股份有限公司 Software packaging method and device, computer equipment and storage medium
CN114675895B (en) * 2020-12-24 2024-02-23 北京金风科创风电设备有限公司 Wind generating set and software configuration method and device thereof

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103294514A (en) * 2013-06-26 2013-09-11 深圳Tcl新技术有限公司 System software release integrated method, compiling server and system
CN103309646A (en) * 2012-03-07 2013-09-18 腾讯科技(深圳)有限公司 Method and device for localizing software
CN103593183A (en) * 2013-11-01 2014-02-19 浪潮电子信息产业股份有限公司 Construction method for system compatible with mainline version and OEM versions

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011130869A1 (en) * 2010-04-19 2011-10-27 Hewlett-Packard Development Company, L.P. Object linking based on determined linker order
CN103176769B (en) * 2011-12-20 2016-05-04 阿里巴巴集团控股有限公司 A kind of deployment of customizable software and installation method and system
US20130227525A1 (en) * 2012-02-28 2013-08-29 International Business Machines Corporation Delivery of Changesets by Environment
KR101442746B1 (en) * 2013-03-18 2014-09-25 (주)액시스소프트 Management system based on mobile communication available to manage a large number of content providers of one video playback contents App and method thereof
CN104834515A (en) * 2015-03-30 2015-08-12 百度在线网络技术(北京)有限公司 Generation method of object file
CN105224317B (en) * 2015-09-14 2018-06-29 上海斐讯数据通信技术有限公司 A kind of APK is applied to the method and system in Android project source code

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103309646A (en) * 2012-03-07 2013-09-18 腾讯科技(深圳)有限公司 Method and device for localizing software
CN103294514A (en) * 2013-06-26 2013-09-11 深圳Tcl新技术有限公司 System software release integrated method, compiling server and system
CN103593183A (en) * 2013-11-01 2014-02-19 浪潮电子信息产业股份有限公司 Construction method for system compatible with mainline version and OEM versions

Also Published As

Publication number Publication date
CN107153563A (en) 2017-09-12
WO2017148057A1 (en) 2017-09-08

Similar Documents

Publication Publication Date Title
CN106775723B (en) Android platform-based system firmware customization method and Android device
RU2643484C2 (en) Generation of own code from code in intermediate language for application
US10740114B2 (en) Component invoking method and apparatus, and component data processing method and apparatus
CN107168749B (en) Compiling method, device, equipment and computer readable storage medium
CN107153563B (en) Software version generation method and device
CN107729083B (en) Method for loading driver and embedded device
US20140298318A1 (en) Computer-executable application packaging method, computer-executable device and storage media performing the same
CN103970563B (en) The method of dynamic load Android class
CN109739600B (en) Data processing method, medium, device and computing equipment
CN108595184B (en) Code conversion method, device, computer storage medium and code conversion terminal
CN108647032B (en) Application loading method and device, computer device and computer readable storage medium
CN102455931B (en) Method and system for developing Android platform engineering
CN105159732A (en) Method for installing or updating application program in mobile terminal and mobile terminal
CN103995696B (en) The program bag custom-built system and method for customizing of mobile terminal
CN105279399A (en) Application anti-crack method and device
CN108170430B (en) Interface display method and system
CN111782334B (en) Dynamic link library file virtualization method, storage medium and terminal equipment
CN104133706B (en) Firmware modification method and firmware modification device
CN107402792B (en) Integration method, device, equipment and storage medium of application software installation package
CN103345402A (en) Display module imaging configuration method based on intermediate code
CN105005497A (en) Method and apparatus for calling local function in Java card virtual machine
CN107092472B (en) Dynamic publishing method and device
CN107391099B (en) Resource preprocessing method and device
CN105159673A (en) Method and device for setting control style
CN110825365B (en) Method, device, equipment and medium for customizing webview characteristics

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