CN104991810A - Method and processing system for automatically adding APK into Android system - Google Patents

Method and processing system for automatically adding APK into Android system Download PDF

Info

Publication number
CN104991810A
CN104991810A CN201510442451.5A CN201510442451A CN104991810A CN 104991810 A CN104991810 A CN 104991810A CN 201510442451 A CN201510442451 A CN 201510442451A CN 104991810 A CN104991810 A CN 104991810A
Authority
CN
China
Prior art keywords
file
apk
catalogue
android
app
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
CN201510442451.5A
Other languages
Chinese (zh)
Other versions
CN104991810B (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.)
Huzhou Yinglie Intellectual Property Operation Co ltd
Original Assignee
Shanghai Feixun Data Communication 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 Shanghai Feixun Data Communication Technology Co Ltd filed Critical Shanghai Feixun Data Communication Technology Co Ltd
Priority to CN201510442451.5A priority Critical patent/CN104991810B/en
Publication of CN104991810A publication Critical patent/CN104991810A/en
Application granted granted Critical
Publication of CN104991810B publication Critical patent/CN104991810B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The present invention discloses a method and a processing system for automatically adding APK into an Android system. The method comprises the steps of: S1, parsing APK files in a plurality of directories, and extracting each SO file contained in the APK files to the same directory; S2, generating a corresponding Android.mk file according to each directory; and S3, adding all the APK files and the SO files into system macro PRODUCT_PACKAGES so as to compile the APK files and the SO files by means of the corresponding Android.mk file during make. The present invention further discloses a processing system for automatically adding the APK file into an Android source code. By adopting the method and the processing system for automatically adding the APK file into the Android source code, the APK file can be automatically parsed, the SO file in the APK file can be extracted, the corresponding Android.mk file can be automatically generated, and a compilation error caused by repetitively writing the SO file into the Android.mk file can be prevented.

Description

Automatic interpolation APK is to the method in Android system and disposal system
Technical field
The present invention relates to mobile phone application software development field, particularly relate to a kind of automatic interpolation APK to the method in Android system and disposal system.
Background technology
Along with the arrival in mobile interchange epoch, the stability of mobile terminal software and the high efficiency of exploitation become the important indicator that Cell Phone Design company is pursued.How to improve development efficiency, shorten the emphasis that the construction cycle becomes the pursuit of scheme company, the morning and evening of end product listing also determines the market sales volume of this machine.So improving development efficiency at links is all that important this enters, software link is come out in the scheme that the improvement of integrated this block of APK file is also not good at present.
Existing development mode requires that in every particular for all integrated APK file manually adds in source code by slip-stick artist, if APK file is too much, or the SO file comprised in APK file too much can waste a large amount of time and efforts of slip-stick artist, as comprised more than 100 SO file in some application, need manually to add this 100 multinomial, if there is several different application to refer to same third party SO file, unnecessary interpolation can be caused, can report an error when compiling.
Below exemplify in the prior art about the method for adding in Android source code of APK file.
Due in mobile phone terminal software development process, can relate to the integration problem of a lot of third-party application, some application needs to be integrated into system district, and some application needs to be integrated into data district.Traditional development scheme needs slip-stick artist APK file to be unpacked, the SO file taken out wherein adds a certain catalogue under source code to together with APK file, and set up Android.mk file, APK file and each SO file are respectively write into Android.mk file as an add-ins, as integrated PhicommCamera application needs the Android.mk file content of interpolation as follows:
include$(CLEAR_VARS)
LOCAL_APK:=FxCamera_20150113
LOCAL_MODULE:=PhicommCamera
LOCAL_MODULE_TAGS:=optional
LOCAL_SRC_FILES:=$(LOCAL_APK).APK
LOCAL_MODULE_PATH:=$(TARGET_OUT_APPS)
LOCAL_MODULE_CLASS:=APPS
LOCAL_MODULE_SUFFIX:=$(COMMON_ANDROID_PACKAGE_SUFFIX)
LOCAL_CERTIFICATE:=PRESIGNED
LOCAL_REQUIRED_MODULES:=\
libjni_mosaic\
liblocSDK4b\
include$(BUILD_PREBUILT)
include$(CLEAR_VARS)
LOCAL_PREBUILT_LIBS:=libjni_mosaic.SO
LOCAL_MODULE_TAGS:=optional
include$(BUILD_MULTI_PREBUILT)
include$(CLEAR_VARS)
LOCAL_PREBUILT_LIBS:=liblocSDK4b.SO
LOCAL_MODULE_TAGS:=optional
include$(BUILD_MULTI_PREBUILT)
Here each provisional capital needs slip-stick artist manually to add, if the SO file of Integrated predict model too much or in some application is too much, slip-stick artist's interpolation efficiency in every particular can be very low, and be easy to make mistakes, and causes development efficiency low.
Summary of the invention
The object of this invention is to provide a kind of automatic interpolation APK to the method in Android system and disposal system, with the technical matters of the automatic parsing and interpolation that solve APK file, avoid SO file to repeat to add, improve development efficiency.
In order to solve the problems of the technologies described above, the invention provides a kind of automatic interpolation APK to the method in Android system, comprising the steps:
Step S1, resolves the APK file under several catalogues, extracts each SO file wherein comprised respectively, and automatically sends the difference sub-directory under this some catalogue;
Step S2, generates corresponding Android.mk file according to each sub-directory respectively; And
Step S3, joins all APK file and SO file in the grand PRODUCT_PACKAGES of system, to be suitable for these APK file and SO file to be compiled by corresponding Android.mk file when make.
Further, resolve to extract each SO file of wherein comprising in described step S1 to comprise to the method for same catalogue the APK file under several catalogues: resolve the APK file under catalogue app-data-presigned, catalogue app-system-platform and catalogue app-system-presigned, to extract in each APK file SO file in catalogue lib-system.
Further, the method generating corresponding Android.mk file according to each catalogue in described step S2 comprises: run the corresponding appmk.sh script under catalogue app-data-presigned, catalogue app-system-platform, catalogue app-system-presigned and catalogue lib-system, to generate the Android.mk file under each catalogue.
Further, in described step S3, all APK file and SO file are joined in the grand PRODUCT_PACKAGES of system, to be suitable for the method that these APK file and SO file are undertaken compiling by Android.mk file to be comprised when make: run product_mk.sh script, generate PrebuiltProduct.mk file, this PrebuiltProduct.mk file is suitable for all APK file and SO file of resolving acquisition to join in the grand PRODUCT_PACKAGES of system, to be suitable for above-mentioned APK file and SO file to be compiled by corresponding Android.mk file when make.
Another aspect, in order to solve above-mentioned same technical matters, present invention also offers a kind of being suitable for and automatically adding the disposal system of APK to Android system, comprising:
APK file resolution unit, resolves the APK file under several catalogues, and each SO file that extraction wherein comprises is to same catalogue; Android.mk file generating unit, generates corresponding Android.mk file according to each catalogue; And compilation unit, all APK file and SO file are joined in the grand PRODUCT_PACKAGES of system, to be suitable for these APK file and SO file to be compiled by corresponding Android.mk file when make.
Further, several catalogues comprise: catalogue app-data-presigned, catalogue app-system-platform and catalogue app-system-presigned; And each SO file extraction wherein comprised is in catalogue lib-system.
Further, described Android.mk file generating unit, namely the corresponding appmk.sh script under catalogue app-data-presigned, catalogue app-system-platform, catalogue app-system-presigned and catalogue lib-system is run, to generate the Android.mk file under each catalogue.
Further, described compilation unit, namely product_mk.sh script is run, generate PrebuiltProduct.mk file, this PrebuiltProduct.mk file is suitable for resolving all APK file of obtaining and SO file joins in the grand PRODUCT_PACKAGES of system, to be suitable for above-mentioned APK file and SO file to be compiled by corresponding Android.mk file when make.
The invention has the beneficial effects as follows, automatic interpolation APK of the present invention can resolve APK file automatically to the method in Android system and disposal system, extract SO file wherein, the corresponding Android.mk file of automatic generation, and can also prevent SO file from repeating write into Android.mk file and cause compiling to make mistakes; Especially avoid when multiple APK file quotes same SO file, repeat to add owing to causing because slip-stick artist manually adds these SO files, thus cause the problem compiling and make mistakes; Therefore, automatic interpolation APK file of the present invention significantly can improve the development efficiency of the corresponding software based on Android system to the method in Android source code and disposal system.
Accompanying drawing explanation
Fig. 1 is the process flow diagram one of automatic interpolation APK of the present invention to the method in Android system;
Fig. 2 is the flowchart 2 of automatic interpolation APK of the present invention to the method in Android system;
Fig. 3 is the theory diagram of automatic interpolation APK file of the present invention to the disposal system in Android system code.
Embodiment
In conjunction with the accompanying drawings, the present invention is further detailed explanation.These accompanying drawings are the schematic diagram of simplification, only basic structure of the present invention are described in a schematic way, and therefore it only shows the formation relevant with the present invention.
The present invention is when compiling terminal software version, increases a precompile command operation, and concrete operation is exactly the prebuilt_mk.sh script run before execution make order under root directory, specific implementation process detailed in Example 1 and embodiment 2:
Embodiment 1
As depicted in figs. 1 and 2, the invention provides a kind of automatic interpolation APK to the method in Android system, specifically refer to automatically add APK file in Android source code, comprise the steps:
Step S1, resolves the APK file under several catalogues, extracts each SO file wherein comprised respectively, and automatically sends the difference sub-directory under this some catalogue;
Step S2, generates corresponding Android.mk file according to each sub-directory respectively; And
Step S3, joins all APK file and SO file in the grand PRODUCT_PACKAGES of system, to be suitable for these APK file and SO file to be compiled by corresponding Android.mk file when make.
Wherein, these APK file and SO file can be compiled by corresponding Android.mk file when make, namely compile in Android source code, or compile into corresponding software version that (software version refers to the detailed programs based on Android system, such as high-pass platform, MTK platform, the CPU model of each platform has again a variety of, each each version corresponding) in, or be compiled in Android system.
Concrete, resolve to extract each SO file of wherein comprising in described step S1 to comprise to the method for same catalogue the APK file under several catalogues: resolve the APK file under catalogue app-data-presigned, catalogue app-system-platform and catalogue app-system-presigned, to extract in each APK file SO file in catalogue lib-system.
Concrete, the method generating corresponding Android.mk file according to each catalogue in described step S2 comprises: run the corresponding appmk.sh script under catalogue app-data-presigned, catalogue app-system-platform, catalogue app-system-presigned and catalogue lib-system, to generate the Android.mk file under each catalogue, namely travel through above-mentioned catalogue by appmk.sh script, under each catalogue, generate corresponding Android.mk file.
Wherein, APK file in several catalogues is corresponding is respectively installed to different area directory, namely app-data-presigned correspondence places the application being installed to data district, catalogue app-system-platform correspondence places the application needing system signature being installed to system district, catalogue app-system-presigned is correspondingly placed into system district needs application from signature, does not need the application of system signature.
Further, in described step S3, all APK file and SO file are joined in the grand PRODUCT_PACKAGES of system, to be suitable for the method that these APK file and SO file are undertaken compiling by Android.mk file to be comprised when make: run product_mk.sh script, generate PrebuiltProduct.mk file, this PrebuiltProduct.mk file is suitable for all APK file and SO file of resolving acquisition to join in the grand PRODUCT_PACKAGES of system, to be suitable for above-mentioned APK file and SO file to be compiled by corresponding Android.mk file when make.
Concrete, automatically add APK file to the method in Android source code detailed process as shown in Figure 2, namely
Step S11, precompile starts;
Step S12, scans three catalogues;
Step S13, APK all under resolving each catalogue, have SO file, takes out SO file wherein and put into an other catalogue;
Step S14, to be resolved complete;
Step S15, sets up the Android.mk file that above four catalogues are corresponding;
Step S16, adds to all APK file and SO file in the grand PRODUCT_PACKAGES of system;
Step S17, starts MAKE order, compiles above-mentioned APK file and SO file into Android system.
Therefore, a kind of automatic interpolation APK of the present invention is to the method in Android system, concrete finger adds APK file automatically in Android source code, comprise and automatically can resolve APK file, extract SO file wherein, the corresponding Android.mk file of automatic generation, and can also prevent SO file from repeating to write into Android.mk file, cause compiling to make mistakes; Especially avoid when multiple APK file quotes same SO file, repeat to add owing to causing because slip-stick artist manually adds these SO files, thus cause the problem compiling and make mistakes.Therefore, automatic interpolation APK file of the present invention significantly can improve the development efficiency of the corresponding software based on Android system to the method in Android source code and disposal system.
Embodiment 2
As shown in Figure 3, on embodiment 1 basis, present invention also offers a kind of automatic interpolation APK to the system in Android system, specifically refer to automatically add APK file in Android source code, comprising:
APK file resolution unit, resolves the APK file under several catalogues, extracts each SO file wherein comprised respectively, and automatically sends the difference sub-directory under this some catalogue;
Android.mk file generating unit, generates corresponding Android.mk file according to each sub-directory respectively; And compilation unit, all APK file and SO file are joined in the grand PRODUCT_PACKAGES of system, to be suitable for these APK file and SO file to be compiled by corresponding Android.mk file when make.
Further, several catalogues comprise: catalogue app-data-presigned, catalogue app-system-platform and catalogue app-system-presigned; And each SO file extraction wherein comprised is in catalogue lib-system.Concrete, about the definition of each catalogue, set forth in embodiment 1, repeat no more here.
Further, described Android.mk file generating unit, namely the corresponding appmk.sh script under catalogue app-data-presigned, catalogue app-system-platform, catalogue app-system-presigned and catalogue lib-system is run, to generate the Android.mk file under each catalogue.
Concrete, described compilation unit, namely product_mk.sh script is run, generate PrebuiltProduct.mk file, this PrebuiltProduct.mk file is suitable for resolving all APK file of obtaining and SO file joins in the grand PRODUCT_PACKAGES of system, to be suitable for above-mentioned APK file and SO file to be compiled by corresponding Android.mk file when make.
Automatically add APK in this embodiment of the invention and automatically can resolve APK file to the disposal system of Android system, extract SO file wherein, the corresponding Android.mk file of automatic generation, and can also prevent SO file from repeating write into Android.mk file and cause compiling to make mistakes; Especially avoid when multiple APK file quotes same SO file, repeat to add owing to causing because slip-stick artist manually adds these SO files, thus cause the problem compiling and make mistakes; Therefore, automatic interpolation APK file of the present invention significantly can improve the development efficiency of the corresponding software based on Android system to the method in Android source code and disposal system.
With above-mentioned according to desirable embodiment of the present invention for enlightenment, by above-mentioned description, relevant staff in the scope not departing from this invention technological thought, can carry out various change and amendment completely.The technical scope of this invention is not limited to the content on instructions, must determine its technical scope according to right.

Claims (8)

1. automatically add APK to the method in Android system, it is characterized in that, comprise the steps:
Step S1, resolves the APK file under several catalogues, extracts each SO file wherein comprised respectively, and automatically sends the difference sub-directory under this some catalogue;
Step S2, generates corresponding Android.mk file according to each sub-directory respectively; And
Step S3, joins all APK file and SO file in the grand PRODUCT_PACKAGES of system, described APK file and SO file can be compiled by corresponding Android.mk file when make.
2. method according to claim 1, is characterized in that,
In described step S1, the APK file under several catalogues is resolved, extract each SO file wherein comprised respectively, and the sub-directory respectively automatically sent under this some catalogue specifically comprises:
APK file under catalogue app-data-presigned, catalogue app-system-platform and catalogue app-system-presigned is resolved, to extract in each APK file SO file in catalogue lib-system.
3. method according to claim 2, is characterized in that, generates corresponding Android.mk file specifically comprise in described step S2 according to each sub-directory respectively:
Run the corresponding appmk.sh script under catalogue app-data-presigned, catalogue app-system-platform, catalogue app-system-presigned and catalogue lib-system, to generate the Android.mk file under each catalogue.
4. method according to claim 3, is characterized in that,
In described step S3, all APK file and SO file are joined in the grand PRODUCT_PACKAGES of system, to be suitable for these APK file and SO file to be carried out compiling specifically comprising by Android.mk file when make:
Run product_mk.sh script, generate PrebuiltProduct.mk file, this PrebuiltProduct.mk file is suitable for resolving all APK file of obtaining and SO file joins in the grand PRODUCT_PACKAGES of system, to be suitable for above-mentioned APK file and SO file to be compiled by corresponding Android.mk file when make.
5. be suitable for automatically adding the disposal system of APK to Android system, it is characterized in that, comprising:
APK file resolution unit, resolves the APK file under several catalogues, extracts each SO file wherein comprised respectively, and automatically sends the difference sub-directory under this some catalogue;
Android.mk file generating unit, generates corresponding Android.mk file according to each sub-directory respectively; And
Compilation unit, joins all APK file and SO file in the grand PRODUCT_PACKAGES of system, to be suitable for these APK file and SO file to be compiled by corresponding Android.mk file when make.
6. disposal system according to claim 5, is characterized in that, several catalogues described comprise: catalogue app-data-presigned, catalogue app-system-platform and catalogue app-system-presigned;
And each SO file extraction wherein comprised is in catalogue lib-system.
7. disposal system according to claim 6, it is characterized in that, described Android.mk file generating unit, namely the corresponding appmk.sh script under catalogue app-data-presigned, catalogue app-system-platform, catalogue app-system-presigned and catalogue lib-system is run, to generate the Android.mk file under each catalogue.
8. disposal system according to claim 7, it is characterized in that, described compilation unit, namely product_mk.sh script is run, generate PrebuiltProduct.mk file, this PrebuiltProduct.mk file is suitable for resolving all APK file of obtaining and SO file joins in the grand PRODUCT_PACKAGES of system, to be suitable for above-mentioned APK file and SO file to be compiled by corresponding Android.mk file when make.
CN201510442451.5A 2015-07-24 2015-07-24 Method and processing system in automatic addition APK to Android system Active CN104991810B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510442451.5A CN104991810B (en) 2015-07-24 2015-07-24 Method and processing system in automatic addition APK to Android system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510442451.5A CN104991810B (en) 2015-07-24 2015-07-24 Method and processing system in automatic addition APK to Android system

Publications (2)

Publication Number Publication Date
CN104991810A true CN104991810A (en) 2015-10-21
CN104991810B CN104991810B (en) 2018-10-12

Family

ID=54303626

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510442451.5A Active CN104991810B (en) 2015-07-24 2015-07-24 Method and processing system in automatic addition APK to Android system

Country Status (1)

Country Link
CN (1) CN104991810B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105446789A (en) * 2015-11-23 2016-03-30 上海斐讯数据通信技术有限公司 Method and apparatus for building application in android system
CN105867973A (en) * 2016-03-30 2016-08-17 乐视控股(北京)有限公司 Loading method and system for so file in application program
CN105912377A (en) * 2015-12-13 2016-08-31 乐视网信息技术(北京)股份有限公司 Method for coding mp3 and device for coding mp3
CN109725907A (en) * 2019-01-03 2019-05-07 百度在线网络技术(北京)有限公司 Installation method, device, equipment and the computer-readable medium of preset application
CN109828758A (en) * 2018-12-05 2019-05-31 苏州蜗牛数字科技股份有限公司 A kind of analytic method of SO file

Citations (2)

* 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
CN103713902A (en) * 2013-12-26 2014-04-09 Tcl集团股份有限公司 Method and system for BOA compiling based on Android system

Patent Citations (2)

* 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
CN103713902A (en) * 2013-12-26 2014-04-09 Tcl集团股份有限公司 Method and system for BOA compiling based on Android system

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105446789A (en) * 2015-11-23 2016-03-30 上海斐讯数据通信技术有限公司 Method and apparatus for building application in android system
CN105912377A (en) * 2015-12-13 2016-08-31 乐视网信息技术(北京)股份有限公司 Method for coding mp3 and device for coding mp3
CN105867973A (en) * 2016-03-30 2016-08-17 乐视控股(北京)有限公司 Loading method and system for so file in application program
CN109828758A (en) * 2018-12-05 2019-05-31 苏州蜗牛数字科技股份有限公司 A kind of analytic method of SO file
CN109725907A (en) * 2019-01-03 2019-05-07 百度在线网络技术(北京)有限公司 Installation method, device, equipment and the computer-readable medium of preset application

Also Published As

Publication number Publication date
CN104991810B (en) 2018-10-12

Similar Documents

Publication Publication Date Title
CN104991810A (en) Method and processing system for automatically adding APK into Android system
CN104714788B (en) A kind of method and device that software installation packet automatically generates
CN102541521B (en) Automatic operating instruction generating device based on structured query language and method
CN109032631B (en) Application program patch package obtaining method and device, computer equipment and storage medium
CN102368216B (en) Process implementation method based on automatic project building
CN101859244A (en) Multi-toolchain engineering construction method and system
CN102830975A (en) Method and device for code conversion from assembly language to high-level language
CN105468428B (en) A kind of Android compilation of source code method and system
CN104657274A (en) Method and device for testing software interface
CN101553779A (en) Migration apparatus which convert application program of mainframe system into application program of open system and method for thereof
CN105591779A (en) Method and device for inspecting network element
CN106874195A (en) A kind of bug for android applications repairs and continues delivery scheme
CN103645888A (en) System and method for automatically building operation system
CN105446789A (en) Method and apparatus for building application in android system
CN102902568A (en) Method and system for processing overflowing of table of content access in application program
CN104102581A (en) Method and device for implementing unit testing
CN103077038A (en) Method for dynamically generating and compiling .NET item
CN104881396A (en) Graphical-program compile file forming method
CN103927213B (en) A kind of file compiling method and compilation device
CN103177119A (en) Data type automatic conversion system and method based on database
CN102819445B (en) Quick transplanting method of comprehensive software of transformer substation on embedded system hardware platform
CN202143092U (en) Message processing system
CN104378362A (en) Method and device for carrying out conversion of message interfaces
CN106033338A (en) Method and device for importing and analyzing source code based on FOG data
CN102354318B (en) Device and method for reducing ad hoc query languages in database system

Legal Events

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

Effective date of registration: 20201116

Address after: Room 10242, No. 260, Jiangshu Road, Xixing street, Binjiang District, Hangzhou City, Zhejiang Province

Patentee after: Hangzhou Jiji Intellectual Property Operation Co.,Ltd.

Address before: 201616 Shanghai city Songjiang District Sixian Road No. 3666

Patentee before: Phicomm (Shanghai) Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20201215

Address after: 210000 zhimengyuan, science and technology innovation block, model road, Gulou District, Nanjing City, Jiangsu Province

Patentee after: Wang Qian

Address before: Room 10242, No. 260, Jiangshu Road, Xixing street, Binjiang District, Hangzhou City, Zhejiang Province

Patentee before: Hangzhou Jiji Intellectual Property Operation Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20210226

Address after: 313000 room 1019, Xintiandi commercial office, Yishan street, Wuxing District, Huzhou, Zhejiang, China

Patentee after: Huzhou YingLie Intellectual Property Operation Co.,Ltd.

Address before: 210000 zhimengyuan, science and technology innovation block, model road, Gulou District, Nanjing City, Jiangsu Province

Patentee before: Wang Qian

PE01 Entry into force of the registration of the contract for pledge of patent right
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: Method and processing system for automatically adding APK to Android system

Effective date of registration: 20230111

Granted publication date: 20181012

Pledgee: Huzhou Wuxing Rural Commercial Bank Co.,Ltd. high tech Zone Green sub branch

Pledgor: Huzhou YingLie Intellectual Property Operation Co.,Ltd.

Registration number: Y2023330000072

PC01 Cancellation of the registration of the contract for pledge of patent right
PC01 Cancellation of the registration of the contract for pledge of patent right

Date of cancellation: 20231205

Granted publication date: 20181012

Pledgee: Huzhou Wuxing Rural Commercial Bank Co.,Ltd. high tech Zone Green sub branch

Pledgor: Huzhou YingLie Intellectual Property Operation Co.,Ltd.

Registration number: Y2023330000072