CN111240752A - Operating system self-adaption method and system - Google Patents
Operating system self-adaption method and system Download PDFInfo
- Publication number
- CN111240752A CN111240752A CN201911408883.9A CN201911408883A CN111240752A CN 111240752 A CN111240752 A CN 111240752A CN 201911408883 A CN201911408883 A CN 201911408883A CN 111240752 A CN111240752 A CN 111240752A
- Authority
- CN
- China
- Prior art keywords
- operating system
- manufacturer
- different
- mobile terminal
- files
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/4401—Bootstrapping
- G06F9/4406—Loading of operating system
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
Abstract
The application discloses a self-adaption method and a self-adaption system for an operating system, wherein the method comprises the following steps: receiving manufacturer coding parameters of a manufacturer of the current mobile terminal transmitted by a bootstrap loader, wherein the manufacturer codes of different mobile terminal manufacturers are different; analyzing the manufacturer coding parameters to generate unique identifiers of corresponding manufacturers; responding to the need of calling a dynamic link library so file, and selecting a so file corresponding to a unique identifier from all so files integrated in an operating system hardware adaptation layer according to the unique identifier of a manufacturer, wherein all the so files comprise all different so files provided by an operating system developer aiming at different mobile terminal manufacturers, and all the different so files are distinguished according to the manufacturer codes; the selected so file is executed. The invention can meet the requirements of all mobile terminal manufacturers only by upgrading and maintaining one operating system version, thereby greatly reducing the difficulty of maintaining and upgrading the operating system version.
Description
Technical Field
The present application relates to the field of electrical digital data processing, and in particular, to a method and system for operating system self-adaptation.
Background
With the development of the industry, more and more manufacturers produce mobile terminal devices. Since the hardware adopted by each manufacturer is different, the operating system needs to be adapted to different manufacturers. Currently, different versions of operating systems are usually released for different vendors, that is, different so files are integrated in different operating system versions to adapt to mobile terminal hardware of different vendors (a so file is a shared library file under Linux, and its file format is called ELF file format). For example, a, b, and c represent three different terminal device manufacturers, and for the three manufacturers a, b, and c, three corresponding operating system versions a, b, and c are required, and so on, that is, how many manufacturers need to release how many operating system versions. This brings trouble to version maintenance and version upgrade of the operating system, and the workload is difficult to estimate.
Disclosure of Invention
In order to overcome the defects in the prior art, the technical problem to be solved by the invention is to provide an operating system self-adapting method and system, which can meet the requirements of all mobile terminal manufacturers only by upgrading and maintaining one operating system version, and greatly reduce the difficulty in maintaining and upgrading the operating system version.
To solve the above technical problem, according to a first aspect of the present invention, there is provided an operating system self-adapting method, including:
receiving manufacturer coding parameters of a manufacturer of the current mobile terminal transmitted by a bootstrap loader, wherein the manufacturer codes of different mobile terminal manufacturers are different;
analyzing the manufacturer coding parameters to generate unique identifiers of corresponding manufacturers;
responding to the need of calling a dynamic link library so file, and selecting a so file corresponding to a unique identifier from all so files integrated in an operating system hardware adaptation layer according to the unique identifier of a manufacturer, wherein all the so files comprise all different so files provided by an operating system developer aiming at different mobile terminal manufacturers, and all the different so files are distinguished according to the manufacturer codes;
the selected so file is executed.
To solve the above technical problem, according to a second aspect of the present invention, there is provided an operating system self-adaptation system, comprising:
the receiving module is used for receiving manufacturer coding parameters of a manufacturer of the current mobile terminal transmitted by the guide loading program, wherein the manufacturer codes of different mobile terminal manufacturers are different;
the analysis module is used for analyzing the manufacturer coding parameters to generate unique identifiers of corresponding manufacturers;
the system comprises a selection module, a database management module and a database management module, wherein the selection module is used for responding to the requirement of calling a dynamic link library so file, and selecting a so file corresponding to a unique identifier from all so files integrated in an operating system hardware adaptation layer according to the unique identifier of a manufacturer, wherein all the so files comprise all different so files provided by an operating system developer aiming at different mobile terminal manufacturers, and all the different so files are distinguished according to manufacturer codes;
and the execution module is used for executing the selected so file.
To solve the above technical problem, according to a third aspect of the present invention, a computer-readable storage medium is provided, on which a computer program is stored, which, when being executed by a processor, implements the steps of the operating system self-adaptation method of the present invention.
To solve the above technical problem, according to a fourth aspect of the present invention, there is provided a computer device, including a processor, a memory, and a computer program stored on the memory and executable on the processor, wherein the processor implements the steps of the operating system self-adaptation method of the present invention when executing the computer program.
The prior art has the problems of numerous versions, difficulty in management, difficulty in maintenance and upgrading and the like caused by the fact that different operating system versions are provided for different manufacturers. According to the invention, the so files of different manufacturers are integrated in the hardware adaptation layer of one operating system version, and the self-adaptation module is added in the operating system, so that the so file which needs to be called is automatically judged according to the unique identifier of the manufacturer when in use, and the same operating system version can be used for equipment of different manufacturers. Therefore, only one operating system version needs to be upgraded and maintained, namely the same operating system version is suitable for all manufacturers, the version management is simplified, and the problems that the versions are numerous and difficult to maintain and upgrade are solved.
Other features and advantages of the present invention will become more apparent from the detailed description of the embodiments of the present invention when taken in conjunction with the accompanying drawings.
Drawings
FIG. 1 is a flow chart of one embodiment of a method according to the present invention;
FIG. 2 is a block diagram of one embodiment of a system according to the present invention.
For the sake of clarity, the figures are schematic and simplified drawings, which only show details which are necessary for understanding the invention and other details are omitted.
Detailed Description
Embodiments and examples of the present invention will be described in detail below with reference to the accompanying drawings.
The scope of applicability of the present invention will become apparent from the detailed description given hereinafter. It should be understood, however, that the detailed description and the specific examples, while indicating preferred embodiments of the invention, are given by way of illustration only.
Fig. 1 shows a flow chart of a preferred embodiment of the operating system self-adaptation method according to the present invention.
In step S102, the manufacturer coding parameters of the manufacturer of the current mobile terminal of the uboot transmission are received. The manufacturer coding parameter is, for example, a string of specially meaningful numbers formed according to a certain coding rule, which may vary from manufacturer to manufacturer and from version to version. uboot is a boot loader mainly used for an embedded system, and is used for booting a kernel, and is generally provided by a mobile terminal device manufacturer. The vendor code is predetermined and synchronized between the operating system developer and the corresponding mobile terminal manufacturer, and the vendor codes of different mobile terminal manufacturers are different, i.e., unique.
In step S104, the manufacturer coding parameters are analyzed to generate unique identifiers of corresponding manufacturers for internal code search and matching.
In step S106, when an application needs to call a so file provided by a vendor, a so file corresponding to the unique vendor identifier is selected from all so files integrated in the operating system hardware adaptation layer according to the unique vendor identifier, wherein all so files include all different so files provided by an operating system developer for different mobile terminal manufacturers, and all different so files are distinguished according to the vendor code. The operating system may be an Android system, a Linux system or a "meta-core" operating system developed by the applicant, or other similar operating systems. For example, there are three mobile terminal manufacturers a, b, and c for which the operating system developer provides the a.so, b.so, and c.so files, respectively, and integrates them in the operating system hardware adaptation layer. In the use phase, if an application needs to call such a so file, it is first determined which so library file needs to be called by the unique identifier, for example, if the unique identifier is a, a.so will be called, and if the identifier is b, b.so will be called. Thus, the same operating system version can be used for the device a and the devices b and c, and version management is simplified.
In step S108, the selected so file is executed.
Fig. 2 shows a block diagram of a preferred embodiment of an operating system adaptation system according to the present invention, the system comprising: a receiving module 202, configured to receive a manufacturer code parameter of a manufacturer of a current mobile terminal transmitted by a bootloader, where manufacturer codes of different mobile terminal manufacturers are different; the analysis module 204 is configured to analyze the manufacturer coding parameter to generate a unique identifier of a corresponding manufacturer; a selecting module 206, configured to respond to a request for calling so files, and select a so file corresponding to a unique identifier from all so files integrated in an operating system hardware adaptation layer according to the unique identifier of a manufacturer, where all so files include all different so files provided by an operating system developer for different mobile terminal manufacturers, and where all different so files are distinguished according to the manufacturer code; and an execution module 208 for executing the selected so file.
The various embodiments described herein, or certain features, structures, or characteristics thereof, may be combined as suitable in one or more embodiments of the invention. Additionally, in some cases, the order of steps depicted in the flowcharts and/or in the pipelined process may be modified, as appropriate, and need not be performed exactly in the order depicted. In addition, various aspects of the invention may be implemented using software, hardware, firmware, or a combination thereof, and/or other computer implemented modules or devices that perform the described functions. Software implementations of the present invention may include executable code stored in a computer readable medium and executed by one or more processors. The computer-readable medium may include a computer hard drive, ROM, RAM, flash memory, portable computer storage media such as CD-ROM, DVD-ROM, flash drives, and/or other devices with a Universal Serial Bus (USB) interface, and/or any other suitable tangible or non-transitory computer-readable medium or computer memory on which executable code may be stored and executed by a processor. The present invention may be used in conjunction with any suitable operating system.
As used herein, the singular forms "a", "an" and "the" include plural references (i.e., have the meaning "at least one"), unless the context clearly dictates otherwise. It will be further understood that the terms "has," "includes" and/or "including," when used in this specification, specify the presence of stated features, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, steps, operations, elements, components, and/or groups thereof. The term "and/or" as used herein includes any and all combinations of one or more of the associated listed items.
The foregoing describes some preferred embodiments of the present invention, but it should be emphasized that the invention is not limited to these embodiments, but can be implemented in other ways within the scope of the inventive subject matter. Various modifications and alterations of this invention will become apparent to those skilled in the art without departing from the spirit and scope of this invention.
Claims (10)
1. A method for operating system self-adaptation, the method comprising:
receiving manufacturer coding parameters of a manufacturer of the current mobile terminal transmitted by a bootstrap loader, wherein the manufacturer codes of different mobile terminal manufacturers are different;
analyzing the manufacturer coding parameters to generate unique identifiers of corresponding manufacturers;
responding to the need of calling a dynamic link library so file, and selecting a so file corresponding to a unique identifier from all so files integrated in an operating system hardware adaptation layer according to the unique identifier of a manufacturer, wherein all the so files comprise all different so files provided by an operating system developer aiming at different mobile terminal manufacturers, and all the different so files are distinguished according to the manufacturer codes;
the selected so file is executed.
2. The method of claim 1, wherein the vendor code is predetermined and synchronized between an operating system developer and a corresponding mobile terminal manufacturer.
3. The method according to claim 1, wherein the operating system is the Android system.
4. The method of claim 1, wherein the operating system is a Linux system.
5. An operating system self-adaptation system, the system comprising:
the receiving module is used for receiving manufacturer coding parameters of a manufacturer of the current mobile terminal transmitted by the guide loading program, wherein the manufacturer codes of different mobile terminal manufacturers are different;
the analysis module is used for analyzing the manufacturer coding parameters to generate unique identifiers of corresponding manufacturers;
the system comprises a selection module, a database management module and a database management module, wherein the selection module is used for responding to the requirement of calling a dynamic link library so file, and selecting a so file corresponding to a unique identifier from all so files integrated in an operating system hardware adaptation layer according to the unique identifier of a manufacturer, wherein all the so files comprise all different so files provided by an operating system developer aiming at different mobile terminal manufacturers, and all the different so files are distinguished according to manufacturer codes;
and the execution module is used for executing the selected so file.
6. The system of claim 5, wherein the vendor code is predetermined and synchronized between an operating system developer and a corresponding mobile terminal manufacturer.
7. The system according to claim 5, wherein the operating system is the Android system.
8. The system of claim 5, wherein the operating system is a Linux system.
9. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the operating system self-adaptation method according to claim 1.
10. A computer device comprising a processor, a memory and a computer program stored on the memory and executable on the processor, wherein the steps of the operating system self-adaptation method according to claim 1 are implemented when the computer program is executed by the processor.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911408883.9A CN111240752B (en) | 2019-12-31 | 2019-12-31 | Operating system self-adaption method and system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911408883.9A CN111240752B (en) | 2019-12-31 | 2019-12-31 | Operating system self-adaption method and system |
Publications (2)
Publication Number | Publication Date |
---|---|
CN111240752A true CN111240752A (en) | 2020-06-05 |
CN111240752B CN111240752B (en) | 2021-08-17 |
Family
ID=70871855
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201911408883.9A Active CN111240752B (en) | 2019-12-31 | 2019-12-31 | Operating system self-adaption method and system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111240752B (en) |
Citations (34)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1617101A (en) * | 2003-10-24 | 2005-05-18 | 微软公司 | Operating system resource protection |
CN1673957A (en) * | 2004-02-20 | 2005-09-28 | 微软公司 | Method and system for providing a common operating system |
CN101262486A (en) * | 2008-04-18 | 2008-09-10 | 清华大学 | Modbus bus analysis system based on built-in platform |
CN101470574A (en) * | 2007-12-26 | 2009-07-01 | 英业达股份有限公司 | Indication method, input method and electronic device using the same |
CN101499093A (en) * | 2009-03-05 | 2009-08-05 | 国电南瑞科技股份有限公司 | Universal interaction method for internal memory database of monitoring system |
CN101852832A (en) * | 2010-04-22 | 2010-10-06 | 芯通科技(成都)有限公司 | Flexibly-extendable automatic testing system platform suitable for testing radio frequency module product |
CN102196409A (en) * | 2011-05-13 | 2011-09-21 | 中兴通讯股份有限公司 | Method and system for monitoring terminal equipment as well as subscribing/publishing device |
US20120246493A1 (en) * | 2005-06-24 | 2012-09-27 | Microsoft Corporation | Protocols for reporting power status over multiple buses |
CN102739969A (en) * | 2011-05-06 | 2012-10-17 | 新奥特(北京)视频技术有限公司 | Method and device for matching fonts under different operation systems |
CN103365668A (en) * | 2012-03-26 | 2013-10-23 | 联想(北京)有限公司 | Loading and linking method and device of dynamic link library |
CN103399753A (en) * | 2013-08-19 | 2013-11-20 | 银联商务有限公司 | Software framework |
CN103455700A (en) * | 2012-06-04 | 2013-12-18 | 联想(北京)有限公司 | Information processing method |
US20140089528A1 (en) * | 2012-09-27 | 2014-03-27 | Mellanox Technologies Ltd. | Use of free pages in handling of page faults |
CN103810249A (en) * | 2014-01-20 | 2014-05-21 | 中国建设银行股份有限公司 | Method and system compatible with algorithms of multiple signature verification manufacturers |
CN104392181A (en) * | 2014-11-18 | 2015-03-04 | 北京奇虎科技有限公司 | SO file protection method and device and android installation package reinforcement method and system |
CN105635852A (en) * | 2015-12-29 | 2016-06-01 | 深圳Tcl数字技术有限公司 | Method and apparatus for matching of smart television with dynamic link library |
CN105653260A (en) * | 2015-12-22 | 2016-06-08 | 中软信息系统工程有限公司 | Multi-CPU framework-supporting application software development and operation service system |
CN105718226A (en) * | 2014-12-01 | 2016-06-29 | 中国航空工业集团公司第六三一研究所 | High-performance vector font library display method based on VXWorks system |
CN105809050A (en) * | 2014-12-31 | 2016-07-27 | 北京元心科技有限公司 | Isolation method and device for multiple operating systems |
CN106453642A (en) * | 2016-11-28 | 2017-02-22 | 国网四川省电力公司眉山供电公司 | Linux dynamic link library-based method of rapidly upgrading electric energy data acquire terminal |
CN106681828A (en) * | 2016-12-09 | 2017-05-17 | 北京奇虎科技有限公司 | Method and device for reinforcing dynamic link library SO file of Android installation package |
CN106851365A (en) * | 2015-12-03 | 2017-06-13 | 国家新闻出版广电总局广播科学研究院 | A kind of condition receiving method and system for intelligent operating system |
CN107347053A (en) * | 2016-05-06 | 2017-11-14 | 苏州清云网络科技有限公司 | Management based on Internet video streaming computational methods structure performs platform |
CN108230449A (en) * | 2017-12-29 | 2018-06-29 | 深圳多哚新技术有限责任公司 | A kind of adaptive VR display methods and device |
CN108279947A (en) * | 2018-01-03 | 2018-07-13 | 深圳怡化电脑股份有限公司 | The method and device of financial self-service equipment SP installation kits adaptation |
CN108847966A (en) * | 2018-05-31 | 2018-11-20 | 山东浪潮通软信息科技有限公司 | A kind of system and method independently selecting optimal solution for hardware device environmental problem |
CN109062617A (en) * | 2018-06-26 | 2018-12-21 | 百富计算机技术(深圳)有限公司 | A kind of application method, the mobile terminal of platform that supporting polymorphic type equipment |
CN109375955A (en) * | 2018-11-01 | 2019-02-22 | 无锡市同芯恒通科技有限公司 | A kind of method of CPU adaptation different operating system of the same race |
CN109828489A (en) * | 2018-12-29 | 2019-05-31 | 河南辉煌城轨科技有限公司 | A kind of preposition communication controler software of universal comprehensively monitoring |
CN110046479A (en) * | 2019-03-21 | 2019-07-23 | 腾讯科技(深圳)有限公司 | A kind of chained library file reverse adjustment method and device based on Android operation system |
CN110138611A (en) * | 2019-05-15 | 2019-08-16 | 重庆天蓬网络有限公司 | Automate O&M method and system |
CN110377330A (en) * | 2019-07-22 | 2019-10-25 | 国美视界(北京)科技有限公司 | The operating system configuration method and equipment of electronic equipment |
CN110413383A (en) * | 2019-01-07 | 2019-11-05 | 腾讯科技(深圳)有限公司 | Event-handling method, device, terminal and storage medium |
CN110569043A (en) * | 2019-09-06 | 2019-12-13 | 程延辉 | Multi-user kbroker distributed operating system and multi-user management system |
-
2019
- 2019-12-31 CN CN201911408883.9A patent/CN111240752B/en active Active
Patent Citations (34)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1617101A (en) * | 2003-10-24 | 2005-05-18 | 微软公司 | Operating system resource protection |
CN1673957A (en) * | 2004-02-20 | 2005-09-28 | 微软公司 | Method and system for providing a common operating system |
US20120246493A1 (en) * | 2005-06-24 | 2012-09-27 | Microsoft Corporation | Protocols for reporting power status over multiple buses |
CN101470574A (en) * | 2007-12-26 | 2009-07-01 | 英业达股份有限公司 | Indication method, input method and electronic device using the same |
CN101262486A (en) * | 2008-04-18 | 2008-09-10 | 清华大学 | Modbus bus analysis system based on built-in platform |
CN101499093A (en) * | 2009-03-05 | 2009-08-05 | 国电南瑞科技股份有限公司 | Universal interaction method for internal memory database of monitoring system |
CN101852832A (en) * | 2010-04-22 | 2010-10-06 | 芯通科技(成都)有限公司 | Flexibly-extendable automatic testing system platform suitable for testing radio frequency module product |
CN102739969A (en) * | 2011-05-06 | 2012-10-17 | 新奥特(北京)视频技术有限公司 | Method and device for matching fonts under different operation systems |
CN102196409A (en) * | 2011-05-13 | 2011-09-21 | 中兴通讯股份有限公司 | Method and system for monitoring terminal equipment as well as subscribing/publishing device |
CN103365668A (en) * | 2012-03-26 | 2013-10-23 | 联想(北京)有限公司 | Loading and linking method and device of dynamic link library |
CN103455700A (en) * | 2012-06-04 | 2013-12-18 | 联想(北京)有限公司 | Information processing method |
US20140089528A1 (en) * | 2012-09-27 | 2014-03-27 | Mellanox Technologies Ltd. | Use of free pages in handling of page faults |
CN103399753A (en) * | 2013-08-19 | 2013-11-20 | 银联商务有限公司 | Software framework |
CN103810249A (en) * | 2014-01-20 | 2014-05-21 | 中国建设银行股份有限公司 | Method and system compatible with algorithms of multiple signature verification manufacturers |
CN104392181A (en) * | 2014-11-18 | 2015-03-04 | 北京奇虎科技有限公司 | SO file protection method and device and android installation package reinforcement method and system |
CN105718226A (en) * | 2014-12-01 | 2016-06-29 | 中国航空工业集团公司第六三一研究所 | High-performance vector font library display method based on VXWorks system |
CN105809050A (en) * | 2014-12-31 | 2016-07-27 | 北京元心科技有限公司 | Isolation method and device for multiple operating systems |
CN106851365A (en) * | 2015-12-03 | 2017-06-13 | 国家新闻出版广电总局广播科学研究院 | A kind of condition receiving method and system for intelligent operating system |
CN105653260A (en) * | 2015-12-22 | 2016-06-08 | 中软信息系统工程有限公司 | Multi-CPU framework-supporting application software development and operation service system |
CN105635852A (en) * | 2015-12-29 | 2016-06-01 | 深圳Tcl数字技术有限公司 | Method and apparatus for matching of smart television with dynamic link library |
CN107347053A (en) * | 2016-05-06 | 2017-11-14 | 苏州清云网络科技有限公司 | Management based on Internet video streaming computational methods structure performs platform |
CN106453642A (en) * | 2016-11-28 | 2017-02-22 | 国网四川省电力公司眉山供电公司 | Linux dynamic link library-based method of rapidly upgrading electric energy data acquire terminal |
CN106681828A (en) * | 2016-12-09 | 2017-05-17 | 北京奇虎科技有限公司 | Method and device for reinforcing dynamic link library SO file of Android installation package |
CN108230449A (en) * | 2017-12-29 | 2018-06-29 | 深圳多哚新技术有限责任公司 | A kind of adaptive VR display methods and device |
CN108279947A (en) * | 2018-01-03 | 2018-07-13 | 深圳怡化电脑股份有限公司 | The method and device of financial self-service equipment SP installation kits adaptation |
CN108847966A (en) * | 2018-05-31 | 2018-11-20 | 山东浪潮通软信息科技有限公司 | A kind of system and method independently selecting optimal solution for hardware device environmental problem |
CN109062617A (en) * | 2018-06-26 | 2018-12-21 | 百富计算机技术(深圳)有限公司 | A kind of application method, the mobile terminal of platform that supporting polymorphic type equipment |
CN109375955A (en) * | 2018-11-01 | 2019-02-22 | 无锡市同芯恒通科技有限公司 | A kind of method of CPU adaptation different operating system of the same race |
CN109828489A (en) * | 2018-12-29 | 2019-05-31 | 河南辉煌城轨科技有限公司 | A kind of preposition communication controler software of universal comprehensively monitoring |
CN110413383A (en) * | 2019-01-07 | 2019-11-05 | 腾讯科技(深圳)有限公司 | Event-handling method, device, terminal and storage medium |
CN110046479A (en) * | 2019-03-21 | 2019-07-23 | 腾讯科技(深圳)有限公司 | A kind of chained library file reverse adjustment method and device based on Android operation system |
CN110138611A (en) * | 2019-05-15 | 2019-08-16 | 重庆天蓬网络有限公司 | Automate O&M method and system |
CN110377330A (en) * | 2019-07-22 | 2019-10-25 | 国美视界(北京)科技有限公司 | The operating system configuration method and equipment of electronic equipment |
CN110569043A (en) * | 2019-09-06 | 2019-12-13 | 程延辉 | Multi-user kbroker distributed operating system and multi-user management system |
Also Published As
Publication number | Publication date |
---|---|
CN111240752B (en) | 2021-08-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN109117169B (en) | Method and device for repairing kernel vulnerability | |
US8898662B2 (en) | Method and device for generating software installation packet | |
CN106055375B (en) | Application program installation method and device | |
CN107220085B (en) | Method for automatically upgrading RAID card firmware | |
CN104978271A (en) | Automatic upgrade pressure measurement method and system for Android system | |
CN106775876B (en) | Method for quickly starting application by android system | |
CN110750280A (en) | Application upgrading method and system based on Android platform and storage medium | |
CN106775754A (en) | The compatible processing method and processing device of application | |
CN113760306A (en) | Method and device for installing software, electronic equipment and storage medium | |
CN106293790B (en) | application program upgrading method and device based on Firefox operating system | |
CN108733398B (en) | Software upgrading processing method and device | |
CN105738723A (en) | Production line automatic detection method and detection device | |
CN111240752B (en) | Operating system self-adaption method and system | |
CN114490103A (en) | Operating system interface calling method and device and electronic equipment | |
CN104461612A (en) | Data processing method and device | |
CN106933604B (en) | System upgrading method and device | |
CN110377476A (en) | Terminal test method, terminal and readable storage medium storing program for executing | |
CN110737455A (en) | Firmware updating method and device and electronic equipment | |
US9317273B2 (en) | Information processing apparatus and information processing method | |
CN111427603B (en) | Application program upgrading method and device | |
EP4086756A1 (en) | Method and apparatus for processing virtual machine component | |
CN113010195B (en) | System upgrading method, storage medium and terminal equipment | |
CN114296754A (en) | Chip platform upgrading method and related device | |
CN111475220B (en) | Cold start method and device, electronic equipment and computer storage medium | |
CN111209197A (en) | Application program continuous integration test method, system, equipment and storage medium |
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 | ||
TR01 | Transfer of patent right | ||
TR01 | Transfer of patent right |
Effective date of registration: 20230511 Address after: Room 401, Floor 4, No. 2, Haidian East Third Street, Haidian District, Beijing 100080 Patentee after: Yuanxin Information Technology Group Co.,Ltd. Address before: 100080 401-06, 4th floor, 2 Haidian East 3rd Street, Haidian District, Beijing Patentee before: YUANXIN TECHNOLOGY |