CN104268059A - Application search method and system of intelligent mobile terminal - Google Patents

Application search method and system of intelligent mobile terminal Download PDF

Info

Publication number
CN104268059A
CN104268059A CN201410521908.7A CN201410521908A CN104268059A CN 104268059 A CN104268059 A CN 104268059A CN 201410521908 A CN201410521908 A CN 201410521908A CN 104268059 A CN104268059 A CN 104268059A
Authority
CN
China
Prior art keywords
mobile terminal
intelligent mobile
application program
network
monitor function
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
CN201410521908.7A
Other languages
Chinese (zh)
Other versions
CN104268059B (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 Chengrong Network Technology 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 CN201410521908.7A priority Critical patent/CN104268059B/en
Publication of CN104268059A publication Critical patent/CN104268059A/en
Application granted granted Critical
Publication of CN104268059B publication Critical patent/CN104268059B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention provides an application search method and system of an intelligent mobile terminal. An android system is adopted by the intelligent mobile terminal. The application search method comprises registering a network monitoring function on the android system of the intelligent mobile terminal; monitoring a network access behavior of the intelligent mobile terminal in a monitoring and control module through the network monitoring function and recording the current process user mark for performing the network access behavior in a kernel log; exporting the kernel log and application installation information files of the android system through an export module; searching an application which is corresponding to the user mark which is recorded on the kernel log through the network monitoring function in the application installation information files through a search module. According to the application search method and system of the intelligent mobile terminal, the network access behavior monitoring is performed on the intelligent mobile terminal through the network monitoring function and accordingly the application which still accesses to the network in a dormant state through the intelligent mobile terminal frequently is conveniently, rapidly and accurately found out and the working efficiency is greatly improved.

Description

A kind of application program search method of intelligent mobile terminal and system
Technical field
The present invention relates to a kind of lookup method of application program, particularly relate to a kind of still can the frequently lookup method of the application program of accesses network and system under Android intelligent mobile terminal dormant state.
Background technology
Along with intelligent mobile terminal is fast-developing, because it is small and exquisite portable and accepted by increasing user and use.Along with user also gets more and more to the requirement of intelligent mobile terminal, the function of intelligent mobile terminal is also in continuous increase.But the increase of function, must cause the problem that power consumption increases.Power consumption increases, and the stand-by time of intelligent mobile terminal certainly will be caused to shorten.Therefore, in the R&D process of intelligent mobile terminal, the optimization for power consumption also becomes more and more important.
Intelligent mobile terminal is due to the continuous increase of its function, generally a lot of application program just can be integrated on intelligent mobile terminal when researching and developing, some third-party application programs are also comprised in the middle of these application programs, and much can accesses network in these application programs.When intelligent mobile terminal is in dormant state, need the state keeping low-power consumption, but if some application program now goes back frequent visit network, system hibernates certainly will be caused abnormal, and power consumption increases.Because application program integrated in intelligent mobile terminal is a lot, and comprise some third-party application programs, so in the process of power consumption debugging, the application program of frequent accesses network can not be found out very soon.
In prior art, being by deleting application program successively in intelligent mobile terminal to the searching of application program of the frequent accesses network when dormant state, carrying out repetitious consumption detection, carry out eliminating experiment.Generally, about this consumption detection experiment once needs half an hour, and the time that the application program finding out frequent accesses network under dormancy or holding state is often needed a day or two, sometimes even longer.Obviously, consuming time long, efficiency is too low, greatly delays the research and development time of intelligent mobile terminal.
In prior art, for in the mobile intelligent terminal be under dormant state still can the lookup method of the frequent application program of accesses network more loaded down with trivial details, length consuming time and efficiency low, for this, present embodiments provide a kind of application program search method of intelligent mobile terminal, only need once simply to detect, the application program of frequent accesses network can be found out.Wherein, intelligent mobile terminal adopts Android system (Android system); The application program that the present embodiment is mentioned both had comprised the application program be integrated in when dispatching from the factory on intelligent mobile terminal, also comprised the application program be arranged on after dispatching from the factory on intelligent mobile terminal.
The application program search method of a kind of intelligent mobile terminal of the present embodiment is concrete as shown in Figure 1, comprising:
Step S10, registered network monitoring function in Android system:
Android system is the Mobile operating system based on linux kernel, netfilter is the fire wall framework of linux kernel, the framework of netfilter is exactly place some detection functions in some positions of whole linux core network flow process, in these detection functions, carry out some particular procedure.The network monitor function of the present embodiment is first at the upper instantiation object of nf_hook_ops (), and then pass through nf_register_hooks (struct nf_hook_ops * reg, unsigned int n) interface by network monitor function registration on netfilter framework.In the present embodiment, network monitor function is:
When application program accesses network in intelligent mobile terminal, then can perform the network monitor function be registered on netfilter framework.And, in the process of implementation, network monitor function obtains the letter of identity structure cred (credentials) of current process by core standard interface current_cred (), wherein, letter of identity structure comprises user and indicates uid (user identifier) information; User in letter of identity structure cred is indicated uid information and prints in the kernel log by network monitor function.
In network monitor function, also have one for the switch of net control monitoring function, only when the switch opens of network monitor function, network monitor function can be performed.
Step S20, is monitored by the network access behavior of network monitor function to intelligent mobile terminal:
Network monitor function can be monitored the application program of carrying out network access behavior in intelligent mobile terminal.But the application program of carrying out network access behavior is also divided into two classes: the first kind is the network access undertaken by user's operating application program; Equations of The Second Kind is that intelligent mobile terminal still can the application program of automatic network access when dormant state, not for the wish of user oneself.Network for the first kind is accessed, and be the demand of user, and the application program of accesses network is controlled by user, also can complete searching this class application program by the lookup method of the present embodiment.For the application program of Equations of The Second Kind accesses network, because it is spontaneous, and be the network access carried out under intelligent mobile terminal is in dormant state, this will certainly cause the increase of intelligent mobile terminal overall power; And due to its be spontaneous carry out network access, it is also quite loaded down with trivial details for searching these application programs, so this class application program of the many fingers of application program that the present embodiment is searched.
When intelligent mobile terminal is in dormant state, open the switch of network monitor function, the network Access status of network monitor function to whole intelligent mobile terminal is monitored: if there is the situation of application program accesses network, perform network monitor function, obtained the letter of identity structure cred of current process by core standard interface current_cred (), and the user in letter of identity structure cred indicated uid and carry out the time printing of network access in the kernel log.
Step S30, derives kernel log and application program mount message file:
Due to the Mobile operating system that Android system is based on linux kernel, so utility command adb shell dmesg derives kernel log.
In android system, application program is by bag supervisory routine (the Package Manager Service of android, PMS) unifiedly carry out managing, and application program mount message file consolidation is recorded in packages.xml file, is kept at/path of data/system/ under.Application program mount message file packages.xml have recorded the basic mount message of each application program on intelligent mobile terminal, comprises the bag name of application program, the installation file path of application program, the user of application program indicate UserID (User Identifier) etc.Utility command adb pull/data/system/packages.xml derives application program mount message file.
Step S40, in application program mount message file, searches and indicates corresponding application program with the user that network monitor function records in the kernel log:
First, find out network monitor function and print user in the kernel log and indicate uid information;
Then, indicate uid information according to user, the user searching application program corresponding with it in application program mount message file indicates UserID;
Finally, the application program of corresponding with uid UserID is the application program of carrying out network access in the dormant state.Further, also UserID be can indicate according to the user of application program, bag name and the installation file path of this application program found out, to facilitate follow-up process.
Power consumption test to intelligent mobile terminal before more the application program search method of a kind of intelligent mobile terminal of the present embodiment is applied to and dispatches from the factory:
Registered network monitoring function on the intelligent mobile terminal needing to carry out power consumption test;
When intelligent mobile terminal is in dormant state, open network monitor function, make it monitor whole intelligent mobile terminal; While opening network monitor function, intelligent mobile terminal and power consumption test equipment connection are got up, carries out consumption detection; Because the consumption detection of intelligent mobile terminal is for those skilled in the art institute is extensively cognitive, just repeat no more here;
Derive kernel log and application program mount message file;
According to the result of consumption detection, kernel log and application program mount message file, to find out under dormant state still frequent accesses network and the application program that causes power consumption to increase: the time that can find out power consumption increase according to the result of consumption detection; Contrast again in the middle of kernel log, indicate uid by the user of network monitor function record and carry out the time of network access, finding out the user causing power consumption to increase and indicate uid; Finally in application program mount message file, find the application program that user is denoted as uid, this application program is the application program causing power consumption to increase because of network access in the dormant state.Further, in application program mount message file, corresponding installation file path can also be found out, to facilitate subsequent operation.
Summary of the invention
The shortcoming of prior art in view of the above, the object of the present invention is to provide a kind of application program search method and system of intelligent mobile terminal, for solving the problem that accurately cannot judge the application program of accesses network in prior art under intelligent mobile terminal is in dormant state.
For achieving the above object and other relevant objects, the invention provides a kind of application program search method of intelligent mobile terminal, described intelligent mobile terminal adopts Android system, and the application program search method of described intelligent mobile terminal comprises: in the Android system of described intelligent mobile terminal, register a network monitor function; Monitored by the network access behavior of described network monitor function to described intelligent mobile terminal, and the user of the current process of carrying out network access behavior is indicated record in the kernel log; Derive the application program mount message file in described kernel log and described intelligent mobile terminal; The described user be recorded in described kernel log according to described network monitor function indicates, and searches corresponding application program in described application program mount message file.
Alternatively, described network monitor function is registered on the netfilter fire wall framework of described Android system by nf_register_hooks (struct nf_hook_ops*reg, unsigned int n) interface.
Alternatively, described network monitor function is just performed when network access behavior appears in described intelligent mobile terminal.
Alternatively, described network monitor function is configured with a switch; In described switch opens, and when network access behavior appears in described intelligent mobile terminal, described network monitor function is just performed.
Alternatively, described user indicates and is kept in letter of identity structure.
Alternatively, described network monitor function obtains the described letter of identity structure of the process of current access network by the standard interface current_cred of described Android system kernel.
Alternatively, described application program mount message file comprises the bag name of application program, installation file path and user and indicates.
An application program seeking system for intelligent mobile terminal, described intelligent mobile terminal adopts Android system, and the application program seeking system of described intelligent mobile terminal comprises Monitoring and Controlling module, derives module and search module; Described Monitoring and Controlling module is used for the network access behavior of being monitored by network monitor function in described intelligent mobile terminal, and is recorded in kernel log by user's sign of the current process of carrying out network access behavior; Derive module for deriving the application program mount message file on described kernel log and described intelligent mobile terminal; Search module and indicate corresponding application program for searching in described application program mount message file with the described user be recorded in described kernel log.
Alternatively, described network monitor function is registered on the netfilter fire wall framework of described Android system.
As mentioned above, the application program search method of a kind of intelligent mobile terminal of the present invention and system, by network monitor function, network monitor is carried out to whole intelligent mobile terminal, convenient and swift finding out exactly carried out the application program that network accesses behavior, when being especially in dormant state for intelligent mobile terminal, fast and easy can find out the application program that network accesses behavior exactly especially, which greatly enhances the work efficiency of power consumption test when intelligent mobile terminal dispatches from the factory.
Accompanying drawing explanation
Fig. 1 is shown as the schematic flow sheet of the application program search method of a kind of intelligent mobile terminal disclosed in embodiments of the invention.
Fig. 2 is shown as the structural representation of the application program seeking system of a kind of intelligent mobile terminal disclosed in embodiments of the invention.
Element numbers explanation
S10 ~ S40 step
The application program seeking system of 200 intelligent mobile terminals
210 Monitoring and Controlling modules
220 derive module
230 search module
300 intelligent mobile terminals
310 application programs
Embodiment
Below by way of specific instantiation, embodiments of the present invention are described, those skilled in the art the content disclosed by this instructions can understand other advantages of the present invention and effect easily.The present invention can also be implemented or be applied by embodiments different in addition, and the every details in this instructions also can based on different viewpoints and application, carries out various modification or change not deviating under spirit of the present invention.It should be noted that, when not conflicting, the feature in following examples and embodiment can combine mutually.
Refer to Fig. 1 and Fig. 2, it should be noted that, the diagram provided in following examples only illustrates basic conception of the present invention in a schematic way, then only the assembly relevant with the present invention is shown in graphic but not component count, shape and size when implementing according to reality is drawn, it is actual when implementing, and the kenel of each assembly, quantity and ratio can be a kind of change arbitrarily, and its assembly layout kenel also may be more complicated.
Embodiment 1
Embodiment 2
Present embodiments providing a kind of application file seeking system 200 of intelligent mobile terminal, for searching intelligent mobile terminal when standby, still continuing the application file of accesses network, wherein, intelligent mobile terminal adopts Android system.The application file seeking system 200 of the intelligent mobile terminal of the present embodiment is concrete as shown in Figure 2, comprises Monitoring and Controlling module 210, derives module 220 and search module 230.
Wherein, Monitoring and Controlling module 210 is for monitoring the network access situation of the application program 310 of whole intelligent mobile terminal 300 by network detection function, and the user of the current process of carrying out network access is indicated uid be recorded in kernel log, also the time of carrying out network access is also recorded in kernel log simultaneously.
Android system is the Mobile operating system based on linux kernel, and netfilter is the fire wall framework of linux kernel.Network monitor function is first at the upper instantiation object of nf_hook_ops (), and then pass through nf_register_hooks (struct nf_hook_ops*reg, unsigned int n) interface by network monitor function registration on netfilter framework.When application program accesses network in intelligent mobile terminal, then can perform the network monitor function be registered on netfilter framework.In the process of implementation, network monitor function obtains the letter of identity structure cred (credentials) of current process by core standard interface current_cred (), and wherein, letter of identity structure comprises user and indicates uid information; User in letter of identity structure cred is indicated uid information and prints in the kernel log by network monitor function.Further, also have one for the switch of net control monitoring function in network monitor function, only in the switch opens of network monitor function, and when having network to access generation, network monitor function can be performed.
Derive module 220 for deriving the application program mount message file of kernel log and intelligent mobile terminal: application program mount message file packages.xml is kept at/path of data/system/ under, have recorded the basic mount message of each application program on intelligent mobile terminal, comprise the bag name of application program, the installation file path of application program, the user of application program indicate UserID etc.
Search module 230 and indicate uid for the user be recorded in kernel log according to network monitor function, in application program mount message file, search corresponding application program.
In sum, the application program search method of a kind of intelligent mobile terminal of the present invention and system, by network monitor function, network monitor is carried out to whole intelligent mobile terminal, convenient and swift finding out exactly carried out the application program that network accesses behavior, when being especially in dormant state for intelligent mobile terminal, fast and easy can find out the application program that network accesses behavior exactly especially, which greatly enhances the work efficiency of power consumption test when intelligent mobile terminal dispatches from the factory.So the present invention effectively overcomes various shortcoming of the prior art and tool high industrial utilization.
Above-described embodiment is illustrative principle of the present invention and effect thereof only, but not for limiting the present invention.Any person skilled in the art scholar all without prejudice under spirit of the present invention and category, can modify above-described embodiment or changes.Therefore, such as have in art usually know the knowledgeable do not depart from complete under disclosed spirit and technological thought all equivalence modify or change, must be contained by claim of the present invention.

Claims (9)

1. an application program search method for intelligent mobile terminal, described intelligent mobile terminal adopts Android system, and it is characterized in that, the application program search method of described intelligent mobile terminal comprises:
A network monitor function is registered in the Android system of described intelligent mobile terminal;
Monitored by the network access behavior of described network monitor function to described intelligent mobile terminal, and the user of the current process of carrying out network access behavior is indicated record in the kernel log;
Derive the application program mount message file in described kernel log and described intelligent mobile terminal;
The described user be recorded in described kernel log according to described network monitor function indicates, and searches corresponding application program in described application program mount message file.
2. the application program search method of intelligent mobile terminal according to claim 1, is characterized in that, described network monitor function is registered on the netfilter fire wall framework of described Android system by nf_register_hooks interface.
3. the application program search method of intelligent mobile terminal according to claim 1, is characterized in that, performs described network monitor function when network access behavior appears in described intelligent mobile terminal.
4. the application program search method of intelligent mobile terminal according to claim 1, is characterized in that, described network monitor function is configured with a switch; In described switch opens, and when network access behavior appears in described intelligent mobile terminal, perform described network monitor function.
5. the application program search method of intelligent mobile terminal according to claim 1, is characterized in that, described user indicates and is kept in letter of identity structure.
6. the application program search method of intelligent mobile terminal according to claim 5, it is characterized in that, described network monitor function obtains the described letter of identity structure of the process of current access network by the standard interface current_cred of described Android system kernel.
7. the application program search method of intelligent mobile terminal according to claim 1, is characterized in that, described application program mount message file comprises the bag name of application program, installation file path and user and indicates.
8. an application program seeking system for intelligent mobile terminal, described intelligent mobile terminal adopts Android system, and it is characterized in that, the application program seeking system of described intelligent mobile terminal comprises Monitoring and Controlling module, derives module and search module;
Described Monitoring and Controlling module is used for the network access behavior of being monitored described intelligent mobile terminal by network monitor function, and is recorded in kernel log by user's sign of the current process of carrying out network access behavior;
Derive module for deriving the application program mount message file on described kernel log and described intelligent mobile terminal;
Search module and indicate corresponding application program for searching in described application program mount message file with the described user be recorded in described kernel log.
9. the application program seeking system of intelligent mobile terminal according to claim 8, is characterized in that, described network monitor function is registered on the netfilter fire wall framework of described Android system.
CN201410521908.7A 2014-09-30 2014-09-30 The application program search method and system of a kind of intelligent mobile terminal Active CN104268059B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410521908.7A CN104268059B (en) 2014-09-30 2014-09-30 The application program search method and system of a kind of intelligent mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410521908.7A CN104268059B (en) 2014-09-30 2014-09-30 The application program search method and system of a kind of intelligent mobile terminal

Publications (2)

Publication Number Publication Date
CN104268059A true CN104268059A (en) 2015-01-07
CN104268059B CN104268059B (en) 2017-12-22

Family

ID=52159582

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410521908.7A Active CN104268059B (en) 2014-09-30 2014-09-30 The application program search method and system of a kind of intelligent mobile terminal

Country Status (1)

Country Link
CN (1) CN104268059B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105786671A (en) * 2016-02-26 2016-07-20 厦门美图移动科技有限公司 Method and device for detecting application generating power consumption and computing device
CN106959874A (en) * 2017-03-21 2017-07-18 联想(北京)有限公司 The electronic equipment of application management method and application this method based on operating system
CN108769106A (en) * 2018-04-12 2018-11-06 网宿科技股份有限公司 Using the acquisition methods of packet name, the transmission method and terminal device of data packet

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080060072A1 (en) * 2006-09-01 2008-03-06 Fuji Xerox Co., Ltd. Information processing system, information processing method, information processing program, computer readable medium and computer data signal
CN101339535A (en) * 2008-08-21 2009-01-07 金蝶软件(中国)有限公司 Method and device for monitoring application program performance
CN103500306A (en) * 2011-06-03 2014-01-08 北京奇虎科技有限公司 Client terminal program monitoring method and device and client terminal

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080060072A1 (en) * 2006-09-01 2008-03-06 Fuji Xerox Co., Ltd. Information processing system, information processing method, information processing program, computer readable medium and computer data signal
CN101339535A (en) * 2008-08-21 2009-01-07 金蝶软件(中国)有限公司 Method and device for monitoring application program performance
CN103500306A (en) * 2011-06-03 2014-01-08 北京奇虎科技有限公司 Client terminal program monitoring method and device and client terminal

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105786671A (en) * 2016-02-26 2016-07-20 厦门美图移动科技有限公司 Method and device for detecting application generating power consumption and computing device
CN105786671B (en) * 2016-02-26 2019-01-22 厦门美图移动科技有限公司 A kind of detection generates the method, apparatus and calculating equipment of power consumption application
CN106959874A (en) * 2017-03-21 2017-07-18 联想(北京)有限公司 The electronic equipment of application management method and application this method based on operating system
CN106959874B (en) * 2017-03-21 2019-11-26 联想(北京)有限公司 The electronic equipment of application management method and application this method based on operating system
CN108769106A (en) * 2018-04-12 2018-11-06 网宿科技股份有限公司 Using the acquisition methods of packet name, the transmission method and terminal device of data packet
CN108769106B (en) * 2018-04-12 2021-06-01 网宿科技股份有限公司 Application package name acquisition method, data package transmission method and terminal equipment

Also Published As

Publication number Publication date
CN104268059B (en) 2017-12-22

Similar Documents

Publication Publication Date Title
CN107193750B (en) Script recording method and device
CN103019942B (en) Method and system for automatically testing applications to be tested based on android system
US11550628B2 (en) Performing runbook operations for an application based on a runbook definition
CN107085554B (en) A kind of method and apparatus of addition control mark
WO2019218513A1 (en) Apparatus and method for monitoring testing process, and computer-readable storage medium
WO2019227708A1 (en) Online debugging apparatus and method for test case, and computer-readable storage medium
CN104360922A (en) Method for automatically monitoring BMC working state based on ipmitool
CN107040610B (en) Method of data synchronization, device, storage medium, terminal and server
CN106096391A (en) Process control method and user terminal
CN105279426B (en) Configure the electronic equipment and its correlation technique of application program inter-related task
CN106020931A (en) Heat-based cloud application deployment scheme
CN104268059A (en) Application search method and system of intelligent mobile terminal
CN104915297A (en) APP electricity consumption automatic test method for android device
CN109240865A (en) A kind of AC test method, device, terminal and the storage medium of AEP memory
CN105847446B (en) Method, device and system for acquiring network data
CN105591778A (en) Method and system for updating configuration file in distributed system
EP4321758A1 (en) Fan fault detection method and apparatus, and computer device and storage medium
CN103701651A (en) Disaster recovery device and method for application service under domestic environment
CN114967887A (en) Energy consumption management method, device and equipment based on industrial intelligence and storage medium
CN102929770B (en) The monitoring and positioning method that Embedded Linux System User space task is exclusive
CN110569140A (en) operation and maintenance method and device
CN103902445A (en) Regression test object determination method and device
WO2020119551A1 (en) Log file-based service performance analysis method and apparatus, and electronic device
CN104461603A (en) Information processing method and electronic equipment
CN103034730B (en) A kind of data processing method based on Android platform and system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
EXSB Decision made by sipo to initiate substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20201207

Address after: 313028 Industrial Park, balidian Town, Huzhou City, Zhejiang Province

Patentee after: HUZHOU FENGYUAN AGRICULTURAL EQUIPMENT MANUFACTURE Co.,Ltd.

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

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

TR01 Transfer of patent right
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: An application search method and system for intelligent mobile terminal

Effective date of registration: 20210630

Granted publication date: 20171222

Pledgee: Zhejiang Tailong Commercial Bank Co.,Ltd. Huzhou Branch

Pledgor: HUZHOU FENGYUAN AGRICULTURAL EQUIPMENT MANUFACTURE Co.,Ltd.

Registration number: Y2021330000755

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: 20230811

Granted publication date: 20171222

Pledgee: Zhejiang Tailong Commercial Bank Co.,Ltd. Huzhou Branch

Pledgor: HUZHOU FENGYUAN AGRICULTURAL EQUIPMENT MANUFACTURE Co.,Ltd.

Registration number: Y2021330000755

TR01 Transfer of patent right

Effective date of registration: 20240329

Address after: 358 Kefu Road, Jiading District, Shanghai, 200000_ Room JT10593, Zone E, 1st Floor, Building 4, No. 368

Patentee after: Shanghai Chengrong Network Technology Co.,Ltd.

Country or region after: China

Address before: 313028 Industrial Park, balidian Town, Huzhou City, Zhejiang Province

Patentee before: HUZHOU FENGYUAN AGRICULTURAL EQUIPMENT MANUFACTURE Co.,Ltd.

Country or region before: China