CN111399904A - Non-intrusive EMM (EMM) function expansion framework based on dynamic component and construction method thereof - Google Patents

Non-intrusive EMM (EMM) function expansion framework based on dynamic component and construction method thereof Download PDF

Info

Publication number
CN111399904A
CN111399904A CN202010497355.1A CN202010497355A CN111399904A CN 111399904 A CN111399904 A CN 111399904A CN 202010497355 A CN202010497355 A CN 202010497355A CN 111399904 A CN111399904 A CN 111399904A
Authority
CN
China
Prior art keywords
component
module
emm
service module
information
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
CN202010497355.1A
Other languages
Chinese (zh)
Other versions
CN111399904B (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.)
Seuic Technologies Co Ltd
Original Assignee
Jiangsu Seuic 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 Jiangsu Seuic Technology Co ltd filed Critical Jiangsu Seuic Technology Co ltd
Priority to CN202010497355.1A priority Critical patent/CN111399904B/en
Publication of CN111399904A publication Critical patent/CN111399904A/en
Application granted granted Critical
Publication of CN111399904B publication Critical patent/CN111399904B/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/70Software maintenance or management
    • G06F8/76Adapting program code to run in a different environment; Porting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a non-invasive EMM function expansion architecture based on a dynamic component and a construction method thereof, wherein the non-invasive EMM function expansion architecture comprises the following steps: the system comprises a component configuration module, a component service module, a system monitoring module, a policy service module and an EMM service module; the construction method comprises the following steps: and constructing a component configuration module, a component service module, a system monitoring module, a policy service module and an EMM service module, and correspondingly configuring the modules into an independent server and a provider partition of the mobile terminal. The non-intrusive EMM function expansion architecture and the construction method thereof can separate the system image from the provider EMM service so as to achieve compatibility with different platforms, thereby not only avoiding the problem of function failure caused by upgrading the system by a user, but also carrying out multi-platform rapid adaptation under the condition of not modifying the source code of the system.

Description

Non-intrusive EMM (EMM) function expansion framework based on dynamic component and construction method thereof
Technical Field
The invention relates to a non-invasive EMM function expansion framework and a construction method thereof, in particular to a non-invasive EMM function expansion framework based on a dynamic component and a construction method thereof.
Background
With the rapid spread of mobile applications and BYOD (self-contained device) inside an enterprise, managing mobility becomes an attention point of an IT department of the enterprise, and EMM (enterprise mobile management platform) becomes a focus of competition of home and abroad manufacturers in this context. However, from the perspective of enterprise-level mobile solution information, a number of problems still exist.
The current EMM implementation scheme is mainly implemented by static instrumentation in the system source code. Whether source code level instrumentation or dynamic compilation instrumentation, its final implementation is still included in the system image. Then, when the Android platform is upgraded, each OEM manufacturer needs to make corresponding adaptation work so that the EMM works normally; this is a heavy and time consuming task; at the same time, the user is forced to perform OTA upgrade. Even if a manufacturer performs adaptation, the problem of function failure of the EMM still cannot be avoided when a user can autonomously upgrade an Android system image.
Disclosure of Invention
The purpose of the invention is as follows: the non-intrusive EMM function expansion architecture based on the dynamic component and the construction method thereof are provided, the system image can be separated from the provider EMM service, so that the problem of function failure caused by upgrading the system by a user is avoided, and multi-platform rapid adaptation can be carried out without modifying the source code of the system.
The technical scheme is as follows: the non-invasive EMM function extension architecture based on the dynamic component comprises a component configuration module, a component service module, a system monitoring module, a strategy service module and an EMM service module;
the component configuration module runs in the independent server and is used for providing component configuration information of components related to the current EMM platform in the native system service for the component service module;
the component service module is deployed in a provider partition of the mobile terminal and used for acquiring component configuration information from the component configuration module according to an interaction protocol and analyzing the component configuration information to acquire default component information of the related component;
the system monitoring module is deployed in a provider partition of the mobile terminal and used for acquiring default component information of a related component from the component service module, monitoring real-time component information of the related component in the native system service according to the acquired default component information, and sending the real-time component information acquired through monitoring to the EMM service module;
the policy service module is deployed in a provider partition of the mobile terminal and used for acquiring default component information of the related component from the component service module, analyzing a default policy in the default component information and responding to a query instruction of the EMM service module for the default policy in real time;
the EMM service module is deployed in a provider partition of the mobile terminal and used for receiving the real-time component information reported by the system monitoring module, inquiring the corresponding default strategy from the strategy service module according to the real-time component information, calling the system monitoring module to send the acquired default strategy to the original system service, and performing duplication control on the default strategy of the component related to the current EMM platform.
Further, in the mobile terminal, the vendor partition is relatively independent from the native system service partition.
Further, when the component service module acquires the component configuration information of the related component from the component configuration module according to the interaction protocol, the model of the mobile terminal is identified, and then the component configuration information of the related component under the corresponding model is acquired according to the model of the mobile terminal.
The system further comprises a component agent module which operates in a public library mode and is used for sending the strategy updating information to the EMM service module, then the EMM service module sends the strategy updating information to the strategy service module, and the strategy service module receives the strategy updating information, analyzes a new strategy and responds to an inquiry instruction of the EMM service module for the default strategy by the new strategy.
Further, the default component information includes a component type, a component identifier, a default policy, and an application to which the component belongs; the real-time component information includes the component type, the component identification, the real-time policy, and the application to which it belongs.
Further, the component service module is further configured to check version information of the native system service when the native system service is started, and immediately acquire the component configuration information from the component configuration module if the version is upgraded.
The invention also provides a method for constructing the non-invasive EMM function extension architecture based on the dynamic component, which comprises the following steps:
step 1, constructing a component configuration module, a component service module, a system monitoring module, a strategy service module and an EMM service module;
the component configuration module is used for providing component configuration information of components related to the current EMM platform in the native system service for the component service module;
the component service module is used for acquiring component configuration information from the component configuration module according to the interaction protocol and analyzing the component configuration information to acquire default component information of the related component;
the system monitoring module is used for acquiring default component information of the related components from the component service module, monitoring real-time component information of the related components in the native system service according to the acquired default component information, and then sending the real-time component information acquired through monitoring to the EMM service module;
the strategy service module is used for acquiring default component information of the related component from the component service module, analyzing a default strategy in the default component information, and responding to a query instruction of the EMM service module for the default strategy in real time;
the EMM service module is used for receiving the real-time component information reported by the system monitoring module, inquiring the corresponding default strategy from the strategy service module according to the real-time component information, calling the system monitoring module to send the acquired default strategy to the original system service, and performing duplication control on the default strategy of the component related to the current EMM platform;
and 2, operating the component configuration module in an independent server, deploying the component service module, the system monitoring module, the policy service module and the EMM service module in a provider partition of the mobile terminal, wherein the provider partition of the mobile terminal is relatively independent of the original system service partition.
Further, when the component service module acquires the component configuration information of the related component from the component configuration module according to the interaction protocol, the model of the mobile terminal is identified, and then the component configuration information of the related component under the corresponding model is acquired according to the model of the mobile terminal.
Further, the default component information includes a component type, a component identifier, a default policy, and an application to which the component belongs; the real-time component information includes the component type, the component identification, the real-time policy, and the application to which it belongs.
Further, the component service module is further configured to check version information of the native system service when the native system service is started, and immediately acquire the component configuration information from the component configuration module if the version is upgraded.
Compared with the prior art, the invention has the beneficial effects that: the invention adopts non-invasive design, does not modify the system image, and places the expansion of function control in the supplier subarea; meanwhile, the dynamic component configuration is adopted, the component configuration information can be identified according to the machine type, the system image and the provider EMM service can be completely separated, different platforms are compatible, the problem of function failure caused by system upgrading of a user can be avoided, and multi-platform rapid adaptation can be carried out under the condition that system source codes are not required to be modified.
Drawings
Fig. 1 is a schematic diagram of a non-invasive EMM architecture according to the present invention.
Detailed Description
The technical solution of the present invention is described in detail below with reference to the accompanying drawings, but the scope of the present invention is not limited to the embodiments.
Example 1:
as shown in fig. 1, the non-intrusive EMM function extension architecture based on dynamic components according to the present invention includes a component configuration module, a component service module, a system monitoring module, a policy service module, and an EMM service module;
the method comprises the steps that a component configuration module runs in an independent server and is used for providing component configuration information of components related to a current EMM platform in a native system service for the component service module, wherein the EMM platform is an enterprise mobile management platform;
the component service module is deployed in a provider partition of the mobile terminal and used for acquiring component configuration information from the component configuration module according to an interaction protocol and analyzing the component configuration information to acquire default component information of the related component;
the system monitoring module is deployed in a provider partition of the mobile terminal and used for acquiring default component information of a related component from the component service module, monitoring real-time component information of the related component in the native system service according to the acquired default component information, and sending the real-time component information acquired through monitoring to the EMM service module;
the policy service module is deployed in a provider partition of the mobile terminal and used for acquiring default component information of the related component from the component service module, analyzing a default policy in the default component information and responding to a query instruction of the EMM service module for the default policy in real time;
the EMM service module is deployed in a provider partition of the mobile terminal and used for receiving the real-time component information reported by the system monitoring module, inquiring the corresponding default strategy from the strategy service module according to the real-time component information, calling the system monitoring module to send the acquired default strategy to the original system service, and performing duplication control on the default strategy of the component related to the current EMM platform.
Further, in the mobile terminal, the vendor partition is relatively independent from the native system service partition.
Further, when the component service module acquires the component configuration information of the related component from the component configuration module according to the interaction protocol, the model of the mobile terminal is identified, and then the component configuration information of the related component under the corresponding model is acquired according to the model of the mobile terminal.
The system further comprises a component agent module which runs in a public library mode and can be uploaded to a Maven warehouse for application and WEB developer to dynamically quote, the component agent module is used for sending policy updating information to the EMM service module, the EMM service module sends the policy updating information to the policy service module, the policy service module receives the policy updating information and then analyzes a new policy, and the policy service module responds to a query instruction of the EMM service module for the default policy with the new policy.
Further, the default component information includes a component type, a component identifier, a default policy, and an application to which the component belongs; the real-time component information includes the component type, the component identification, the real-time policy, and the application to which it belongs.
Further, the component service module is further configured to check version information of the native system service when the native system service is started, and immediately acquire the component configuration information from the component configuration module if the version is upgraded.
The invention also provides a method for constructing the non-invasive EMM function extension architecture based on the dynamic component, which comprises the following steps:
step 1, constructing a component configuration module, a component service module, a system monitoring module, a strategy service module and an EMM service module;
the component configuration module is used for providing component configuration information of components related to the current EMM platform in the native system service for the component service module;
the component service module is used for acquiring component configuration information from the component configuration module according to the interaction protocol and analyzing the component configuration information to acquire default component information of the related component;
the system monitoring module is used for acquiring default component information of the related components from the component service module, monitoring real-time component information of the related components in the native system service according to the acquired default component information, and then sending the real-time component information acquired through monitoring to the EMM service module;
the strategy service module is used for acquiring default component information of the related component from the component service module, analyzing a default strategy in the default component information, and responding to a query instruction of the EMM service module for the default strategy in real time;
the EMM service module is used for receiving the real-time component information reported by the system monitoring module, inquiring the corresponding default strategy from the strategy service module according to the real-time component information, calling the system monitoring module to send the acquired default strategy to the original system service, and performing duplication control on the default strategy of the component related to the current EMM platform;
and 2, operating the component configuration module in an independent server, deploying the component service module, the system monitoring module, the policy service module and the EMM service module in a provider partition of the mobile terminal, wherein the provider partition of the mobile terminal is relatively independent of the original system service partition.
Further, when the component service module acquires the component configuration information of the related component from the component configuration module according to the interaction protocol, the model of the mobile terminal is identified, and then the component configuration information of the related component under the corresponding model is acquired according to the model of the mobile terminal.
Further, the default component information includes a component type, a component identifier, a default policy, and an application to which the component belongs; the real-time component information includes the component type, the component identification, the real-time policy, and the application to which it belongs.
Further, the component service module is further configured to check version information of the native system service when the native system service is started, and immediately acquire the component configuration information from the component configuration module if the version is upgraded.
The non-invasive EMM function expansion framework based on the dynamic component and the construction method thereof adopt non-invasive design, do not modify system images, and place the expansion of function control in a supplier partition; and meanwhile, dynamic component configuration is adopted, and component configuration information is automatically identified according to the machine type. Thus, the system image and the provider EMM service can be completely separated to achieve compatibility with different platforms; based on the scheme, the problem of function failure caused by upgrading the system by a user can be avoided, and meanwhile, multi-platform rapid adaptation can be carried out under the condition that system source codes are not required to be modified.
As noted above, while the present invention has been shown and described with reference to certain preferred embodiments, it is not to be construed as limited thereto. Various changes in form and detail may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (10)

1. A non-intrusive EMM function extension architecture based on dynamic components, characterized by: the system comprises a component configuration module, a component service module, a system monitoring module, a policy service module and an EMM service module;
the component configuration module runs in the independent server and is used for providing component configuration information of components related to the current EMM platform in the native system service for the component service module;
the component service module is deployed in a provider partition of the mobile terminal and used for acquiring component configuration information from the component configuration module according to an interaction protocol and analyzing the component configuration information to acquire default component information of the related component;
the system monitoring module is deployed in a provider partition of the mobile terminal and used for acquiring default component information of a related component from the component service module, monitoring real-time component information of the related component in the native system service according to the acquired default component information, and sending the real-time component information acquired through monitoring to the EMM service module;
the policy service module is deployed in a provider partition of the mobile terminal and used for acquiring default component information of the related component from the component service module, analyzing a default policy in the default component information and responding to a query instruction of the EMM service module for the default policy in real time;
the EMM service module is deployed in a provider partition of the mobile terminal and used for receiving the real-time component information reported by the system monitoring module, inquiring the corresponding default strategy from the strategy service module according to the real-time component information, calling the system monitoring module to send the acquired default strategy to the original system service, and performing duplication control on the default strategy of the component related to the current EMM platform.
2. The dynamic component-based non-intrusive EMM function extension architecture of claim 1, wherein: in a mobile terminal, a vendor partition is relatively independent of a native system service partition.
3. The dynamic component-based non-intrusive EMM function extension architecture of claim 1, wherein: when the component service module acquires the component configuration information of the related component from the component configuration module according to the interaction protocol, the model of the mobile terminal is identified, and then the component configuration information of the related component under the corresponding model is acquired according to the model of the mobile terminal.
4. The dynamic component-based non-intrusive EMM function extension architecture of claim 1, wherein: the system also comprises a component agent module which operates in a public library mode and is used for sending the strategy updating information to the EMM service module, then the EMM service module sends the strategy updating information to the strategy service module, and the strategy service module receives the strategy updating information and then analyzes a new strategy and responds to the query instruction of the EMM service module for the default strategy by the new strategy.
5. The dynamic component-based non-intrusive EMM function extension architecture of claim 1, wherein: the default component information comprises a component type, a component identification, a default strategy and an application to which the default component information belongs; the real-time component information includes the component type, the component identification, the real-time policy, and the application to which it belongs.
6. The dynamic component-based non-intrusive EMM function extension architecture of claim 1, wherein: the component service module is also used for checking the version information of the native system service when the native system service is started, and immediately acquiring the component configuration information from the component configuration module if the version is upgraded.
7. A method for constructing a non-intrusive EMM function extension architecture based on dynamic components is characterized by comprising the following steps:
step 1, constructing a component configuration module, a component service module, a system monitoring module, a strategy service module, an EMM service module and a component agent module;
the component configuration module is used for providing component configuration information of components related to the current EMM platform in the native system service for the component service module;
the component service module is used for acquiring component configuration information from the component configuration module according to the interaction protocol and analyzing the component configuration information to acquire default component information of the related component;
the system monitoring module is used for acquiring default component information of the related components from the component service module, monitoring real-time component information of the related components in the native system service according to the acquired default component information, and then sending the real-time component information acquired through monitoring to the EMM service module;
the strategy service module is used for acquiring default component information of the related component from the component service module, analyzing a default strategy in the default component information, and responding to a query instruction of the EMM service module for the default strategy in real time;
the EMM service module is used for receiving the real-time component information reported by the system monitoring module, inquiring the corresponding default strategy from the strategy service module according to the real-time component information, calling the system monitoring module to send the acquired default strategy to the original system service, and performing duplication control on the default strategy of the component related to the current EMM platform;
and 2, operating the component configuration module in an independent server, deploying the component service module, the system monitoring module, the policy service module and the EMM service module in a provider partition of the mobile terminal, wherein the provider partition of the mobile terminal is relatively independent of the original system service partition.
8. The method for constructing the non-intrusive EMM (emergency management message) function extension framework based on the dynamic component as claimed in claim 7, wherein when the component service module acquires the component configuration information of the related component from the component configuration module according to the interaction protocol, the model identification of the mobile terminal is performed first, and then the component configuration information of the related component under the corresponding model is acquired according to the model.
9. The method of claim 7, wherein the default component information includes component type, component identification, default policy, and application to which it belongs; the real-time component information includes the component type, the component identification, the real-time policy, and the application to which it belongs.
10. The method of claim 7, wherein the component service module is further configured to check version information of the native system service when the native system service is started, and if the version is upgraded, obtain the component configuration information from the component configuration module immediately.
CN202010497355.1A 2020-06-04 2020-06-04 Non-intrusive EMM (EMM) function expansion framework based on dynamic component and construction method thereof Active CN111399904B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010497355.1A CN111399904B (en) 2020-06-04 2020-06-04 Non-intrusive EMM (EMM) function expansion framework based on dynamic component and construction method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010497355.1A CN111399904B (en) 2020-06-04 2020-06-04 Non-intrusive EMM (EMM) function expansion framework based on dynamic component and construction method thereof

Publications (2)

Publication Number Publication Date
CN111399904A true CN111399904A (en) 2020-07-10
CN111399904B CN111399904B (en) 2020-08-28

Family

ID=71437621

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010497355.1A Active CN111399904B (en) 2020-06-04 2020-06-04 Non-intrusive EMM (EMM) function expansion framework based on dynamic component and construction method thereof

Country Status (1)

Country Link
CN (1) CN111399904B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101800776A (en) * 2010-02-26 2010-08-11 中国电信股份有限公司 Network fusion and control method and system of CDN (Content Delivery Network) and P2P (Peer-to-Peer)
CN104994528A (en) * 2015-07-03 2015-10-21 亚信科技(南京)有限公司 Method and device for responding to policy request
CN106850259A (en) * 2016-12-22 2017-06-13 北京元心科技有限公司 Method and device for managing and controlling policy execution and electronic equipment

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101800776A (en) * 2010-02-26 2010-08-11 中国电信股份有限公司 Network fusion and control method and system of CDN (Content Delivery Network) and P2P (Peer-to-Peer)
CN104994528A (en) * 2015-07-03 2015-10-21 亚信科技(南京)有限公司 Method and device for responding to policy request
CN106850259A (en) * 2016-12-22 2017-06-13 北京元心科技有限公司 Method and device for managing and controlling policy execution and electronic equipment

Also Published As

Publication number Publication date
CN111399904B (en) 2020-08-28

Similar Documents

Publication Publication Date Title
JP4575418B2 (en) How to manage mobile stations with radio waves
CN102006334B (en) Method, system and device for installing software component
US7604162B2 (en) Method and system for management of terminal devices
CN111367545A (en) Terminal upgrading method and device, server, terminal equipment and readable storage medium
CN105307195B (en) A kind of method and device updating access point name parameter
US20130152069A1 (en) Method, apparatus and system for initiating terminal operation
CN108874437B (en) Online cloud updating method for android application program
EP4092524B1 (en) Ota differential upgrade method and system of master-slave architecture
CN107947981B (en) Network equipment management method and device
CN104239114A (en) Application compiling method and device
CN114398048A (en) Method and device for automatically upgrading APP and computer equipment
CN105072398A (en) Equipment upgrading method and equipment upgrading device
CN111770151A (en) Processing method and device for user-defined flow, electronic equipment and storage medium
CN111399904B (en) Non-intrusive EMM (EMM) function expansion framework based on dynamic component and construction method thereof
CN104793998A (en) Terminal system resource management method and device
CN108874410B (en) Patch management method and device
CN110888669B (en) Method and system for creating template engineering on IDE
KR20120089924A (en) System and method for api call policy management of m2m application
CN112527589A (en) Process monitoring method and process monitoring device
CN111770487B (en) Access Point Name (APN) information configuration method, equipment and medium
CN116028077A (en) Application installation method based on mobile terminal, ecological service system and electronic equipment
CN115129348A (en) Resource updating method, device and equipment of application program and readable storage medium
CN114253564A (en) Container cluster mirror image template generation method and device
CN113791800A (en) Automatic parking control module remote upgrading method and system and automobile
CN113934146A (en) Method and device for controlling Internet of things equipment and electronic equipment

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
CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: No.15 Xinghuo Road, Jiangbei new district, Nanjing, Jiangsu Province, 210031

Patentee after: Dongji Technology Co.,Ltd.

Address before: No.15 Xinghuo Road, Jiangbei new district, Nanjing, Jiangsu Province, 210031

Patentee before: JIANGSU SEUIC TECHNOLOGY Co.,Ltd.