CN117075984B - Module processing method, device, communication equipment and computer readable storage medium - Google Patents

Module processing method, device, communication equipment and computer readable storage medium Download PDF

Info

Publication number
CN117075984B
CN117075984B CN202311343604.1A CN202311343604A CN117075984B CN 117075984 B CN117075984 B CN 117075984B CN 202311343604 A CN202311343604 A CN 202311343604A CN 117075984 B CN117075984 B CN 117075984B
Authority
CN
China
Prior art keywords
module
android
container
target module
kernel
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202311343604.1A
Other languages
Chinese (zh)
Other versions
CN117075984A (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.)
Anhui Haima Cloud Technology Co ltd
Original Assignee
Haima Cloud Tianjin Information 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 Haima Cloud Tianjin Information Technology Co Ltd filed Critical Haima Cloud Tianjin Information Technology Co Ltd
Priority to CN202311343604.1A priority Critical patent/CN117075984B/en
Publication of CN117075984A publication Critical patent/CN117075984A/en
Application granted granted Critical
Publication of CN117075984B publication Critical patent/CN117075984B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4406Loading of operating system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

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

Abstract

The disclosure relates to the technical field of cloud application, in particular to a module processing method, a device, communication equipment and a computer readable storage medium, wherein the module processing method comprises the following steps: when a first target module is loaded into a kernel, judging whether a loaded system is a container android; if the loaded system is a container android, the first target module is neglected to be loaded into the kernel; the first target module is a module which can be initialized only once in the android system. According to the method and the device, for the first target module which can be initialized only once in the android system, only the host system can load the first target module into the kernel, and the container android ignores the loading logic, so that the problem of initializing hardware for many times can be avoided, and the hardware is beneficial to ensuring that the hardware supports at least one container android to run on the host system.

Description

Module processing method, device, communication equipment and computer readable storage medium
Technical Field
The disclosure relates to the technical field of cloud application, and in particular relates to a module processing method, a module processing device, communication equipment and a computer readable storage medium.
Background
Terminals such as cell phones are limited in screen size and typically only one operating system, such as the Android system, can be run on one processor at a time. In the cloud application field, in order to save cost and realize benefit maximization, a plurality of operating systems can be operated on one processor, and each operating system is respectively operated with one application, so that multiple applications are realized.
Based on performance consideration, a dock (an open source application container engine) technology can be used to start a plurality of android operating systems, however, a high-pass android system cannot be initialized multiple times by a lot of hardware due to hardware limitation, and cannot have multiple service processes accessed to the hardware, so that coexistence of a plurality of android systems cannot be realized. Moreover, many codes related to hardware in high pass are closed sources, and the purpose of the code cannot be achieved by modifying the source codes, so that the instance of the cloud server cannot run a plurality of android systems on the basis of the high pass android system.
Disclosure of Invention
The present disclosure provides a module processing method, apparatus, communication device, and computer-readable storage medium to solve the deficiencies in the related art.
According to a first aspect of an embodiment of the present disclosure, a module processing method is provided, the method including: when a first target module is loaded into a kernel, judging whether a loaded system is a container android; if the loaded system is a container android, the first target module is neglected to be loaded into the kernel; the first target module is a module which can be initialized only once in the android system.
According to a second aspect of embodiments of the present disclosure, there is provided a module processing apparatus, the apparatus comprising: the judging module is used for judging whether the loaded system is a container android or not when the first target module is loaded into the kernel; the neglect module is used for neglecting to load the first target module into the kernel if the loaded system is a container android; the first target module is a module which can be initialized only once in the android system.
According to a third aspect of the embodiments of the present disclosure, there is provided a communication device comprising: a processor; a memory for storing processor-executable instructions; wherein the processor is configured to implement the above method.
According to a fourth aspect of the embodiments of the present disclosure, a computer-readable storage medium is provided, on which a computer program is stored, which program, when being executed by a processor, implements the above-mentioned method.
The technical scheme provided by the embodiment of the disclosure can comprise the following beneficial effects: as can be seen from the above embodiments, for the first target module that can be initialized only once in the android system, only the host system can load the first target module into the kernel, and the container android ignores the loading logic, so that the initialization of the first target module is not triggered by the container android, and the hardware corresponding to the first target module is initialized only once, thereby avoiding the problem of initializing the hardware multiple times, and being beneficial to ensuring that the hardware supports at least one container android to run on the host system, that is, running multiple operating systems simultaneously.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present disclosure, the drawings required for the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present disclosure, and other drawings may be obtained according to these drawings without inventive effort to a person of ordinary skill in the art.
Fig. 1 is a schematic flow chart diagram illustrating a module processing method according to an embodiment of the present disclosure.
Fig. 2 is a schematic block diagram of a modular processing apparatus shown in accordance with an embodiment of the present disclosure.
Detailed Description
The following description of the technical solutions in the embodiments of the present disclosure will be made clearly and completely with reference to the accompanying drawings in the embodiments of the present disclosure, and it is apparent that the described embodiments are only some embodiments of the present disclosure, not all embodiments. Based on the embodiments in this disclosure, all other embodiments that a person of ordinary skill in the art would obtain without making any inventive effort are within the scope of protection of this disclosure.
Fig. 1 is a schematic flow chart diagram illustrating a module processing method according to an embodiment of the present disclosure. The module processing method shown in the embodiment may be executed by a cloud server.
As shown in fig. 1, the module processing method may include the steps of:
in step S101, when a first target module is loaded into a kernel, determining whether the loaded system is a container android;
in step S102, if the loaded system is a container android, loading the first target module into the kernel is ignored;
the first target module is a module which can be initialized only once in the android system.
In step S101, when the system is about to load the first target module into the kernel, if it is determined that the system is a container android, the loading logic is ignored, that is, the first target module is not loaded into the kernel; and if the system is judged to be a host system, loading the first target module into a kernel.
The above procedure may be implemented based on the following code:
if [ -e /.dockerenv ];then
exit 0
Fi
in one embodiment, the first target module is a module that needs to be loaded into the kernel, and may include at least one of the following:
system_dlkm_modprobe.sh;
vendor_modprobe.sh。
both modules are loading kernel modules, and as the android system is containerized, the kernel and the modules are shared, logic judgment is added for the two parts, and only a host system (such as the android system) can be loaded, and the loading logic is ignored by the android container.
Before loading the first target module, the first target module needs to be initialized, and then hardware corresponding to the first target module is initialized, so that the host system and the android operation of each container need to initialize the hardware corresponding to the target module, and therefore multiple times of initialization of the hardware is needed.
However, for a Gao Tongan android system (for example, an android system running based on high-pass hardware), many hardware cannot be initialized multiple times due to hardware limitations, and then in the case that the host system is a Gao Tongan android system, at least one container android cannot be run in the host system by a docker technology.
Because the host system and the container android share the kernel and the modules loaded into the kernel, only the host system can load the first target module into the kernel in the scheme, and the container android ignores the loading logic when loading the first target module into the kernel, so that the host system is only required to initialize the first target module, the container android does not need to initialize the first target module, and therefore hardware corresponding to the first target module is guaranteed to be initialized only once, and the container android can still use the first target module to realize corresponding functions on the basis that the host system has loaded the first target module into the kernel.
It can be seen that, according to the embodiment of the present disclosure, for the first target module that can be initialized only once in the android system, only the host system can load the first target module into the kernel, and the container android ignores the loading logic, so that the initialization of the first target module is not triggered by the container android, and the hardware corresponding to the first target module is initialized only once, thereby avoiding the problem of initializing the hardware multiple times, and being beneficial to ensuring that the hardware supports at least one container android to run on the host system, that is, running multiple operating systems simultaneously.
In some embodiments, a user may enter an operational instruction on a terminal running a cloud application on multiple containers An Zhuoshang of an example system. For example, cloud applications can be run on each container android separately, thereby realizing multiple cloud applications.
For the cloud application in running, the instance system may collect a cloud application picture rendered by the cloud application and push the obtained video stream to the terminal, the terminal may watch the video picture of the cloud application on the browser or the installed APP (application), and input an operation instruction for the cloud application, where the operation instruction may be sent to the instance system to control running of the cloud application.
On the basis of the foregoing method embodiment, the module processing method may further include:
the function of the second target module is simulated by software.
In the related art, if the second target module is executed in each container android, there are a plurality of service processes accessing the hardware corresponding to the second target module, but for the Gao Tongan android system, the kernel does not support the existence of a plurality of service processes accessing the hardware, which results in that at least one container android cannot be executed in the host system.
The user is actually at the side of the remote equipment, and runs the cloud application on the instance system under the operation instruction of the remote equipment, so that the second target module in the instance system can be realized only by software simulation in the android container without multiple instantiations.
Specifically, the second target module includes at least one of:
a sound processing module;
a key library providing module;
logging in a password storage module.
For example, the sound processing module is audio. In the cloud application scenario, because the user does not need to play the application sound through hardware at the far-end device side, but pushes the application sound to the far-end device through a push flow mode, the audio-primary-default-so module can be replaced by the audio-primary-kalama-so module by using software simulation, so that the function of sound processing is realized by using the software simulation, and the audio data is pushed to the far-end device through the push flow mode, and the sound is not actually played through the hardware by using the sound processing module.
For example, the key library providing module is android, hardware, keymaster@4.0-strongbox-service-qti, and the module is responsible for providing a key library function, storing keys in high-pass proprietary hardware, in a cloud application scenario, the keys are not required to be stored by the proprietary hardware, and only need to be implemented by software simulation, so that the function of key processing is realized by using software to replace android, hardware, keymaster@3.0-service with the android, hardware, keymaster@4.0-strongbox-service-qti module to store keys.
For example, the login password storage module is android.hardware.gateway@1.0-service-qti, and the module is responsible for storing the user login password, and storing the user password in high-pass proprietary hardware. However, in the cloud application scenario, the user is password-free to log in, so that the login password does not need to be stored. Therefore, the software simulation is used for realizing the function of storing the login passwords by replacing the android.hardware.gatekeeper@1.0-service.software with the android.hardware.gatekeeper@1.0-service-qti module, and the login passwords are stored in a mode of storing the login passwords in hardware special for a non-high-pass android system.
It can be seen that, according to the embodiments of the present disclosure, for the second target module, the existing implementation is replaced in the container android through software simulation, so that there can be avoided a plurality of service processes accessing hardware corresponding to the second target module.
According to the scheme, through modifying the high-pass android system, for logic which cannot be initialized for multiple times, only one initialization is guaranteed, for the problem that multiple hardware access processes cannot coexist, a related module is replaced by using a software simulation mode, and the aim of coexistence of multiple android systems is fulfilled. The high-pass android system can be containerized, and multi-instance coexistence is realized.
Corresponding to the embodiments of the module processing module described above, the present disclosure also proposes embodiments of a module processing device.
Fig. 2 is a schematic block diagram of a modular processing apparatus shown in accordance with an embodiment of the present disclosure.
As shown in fig. 2, in some embodiments, the modular processing apparatus comprises:
the module processing module 201 is configured to determine, when a first target module needs to be loaded into the kernel, whether the first target module is a preset module;
the loading processing module 202 is configured to ignore recording the first target module into the kernel when the target is a preset module;
the container android runs in a host android, and the container android system and the host android system share a kernel.
In some embodiments, the first target module may include at least one of:
system_dlkm_modprobe.sh;
vendor_modprobe.sh。
in some embodiments, the apparatus may further comprise:
and the simulation module is used for simulating the function of the second target module through software.
In some embodiments, the second target module may include at least one of:
a sound processing module;
a key library providing module;
logging in a password storage module.
The implementation process of the module processing device provided by the embodiment of the application is consistent with the module processing method provided by the embodiment of the application, and the achieved effect is the same as that of the module processing method provided by the embodiment of the application, and is not described herein again.
Implementations of the present disclosure also propose a communication device comprising: a processor; a memory for storing processor-executable instructions; wherein the processor is configured to implement the method of any of the embodiments described above.
Implementations of the present disclosure also provide a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the method of any of the embodiments described above.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any adaptations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It is to be understood that the present disclosure is not limited to the precise arrangements and instrumentalities shown in the drawings, and that various modifications and changes may be effected without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (10)

1. A method of module processing, the method comprising:
when a first target module is loaded into a kernel, judging whether a loaded system is a container android;
if the loaded system is a container android, the first target module is neglected to be loaded into the kernel;
the first target module is a module which can be initialized only once in the android system, the container android runs in the host android, and the container android and the host android share a kernel, so that the high-pass android system is containerized, and multi-instance coexistence is realized.
2. The method of claim 1, wherein the first target module comprises at least one of:
system_dlkm_modprobe.sh;
vendor_modprobe.sh。
3. the method according to claim 1 or 2, characterized in that the method further comprises:
the function of the second target module is simulated by software.
4. A method according to claim 3, wherein the second target module comprises at least one of:
a sound processing module;
a key library providing module;
logging in a password storage module.
5. A modular processing apparatus, the apparatus comprising:
the judging module is used for judging whether the loaded system is a container android or not when the first target module is loaded into the kernel;
the neglect module is used for neglecting to load the first target module into the kernel if the loaded system is a container android;
the first target module is a module which can be initialized only once in the android system, the container android runs in the host android, and the container android and the host android share a kernel, so that the high-pass android system is containerized, and multi-instance coexistence is realized.
6. The apparatus of claim 5, wherein the first target module comprises at least one of:
system_dlkm_modprobe.sh;
vendor_modprobe.sh。
7. the apparatus according to claim 5 or 6, characterized in that the apparatus further comprises:
and the simulation module is used for simulating the function of the second target module through software.
8. The apparatus of claim 7, wherein the second target module comprises at least one of:
a sound processing module;
a key library providing module;
logging in a password storage module.
9. A communication device, comprising:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to implement the modular processing method of any one of claims 1 to 4.
10. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the module processing method according to any one of claims 1 to 4.
CN202311343604.1A 2023-10-17 2023-10-17 Module processing method, device, communication equipment and computer readable storage medium Active CN117075984B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311343604.1A CN117075984B (en) 2023-10-17 2023-10-17 Module processing method, device, communication equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311343604.1A CN117075984B (en) 2023-10-17 2023-10-17 Module processing method, device, communication equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN117075984A CN117075984A (en) 2023-11-17
CN117075984B true CN117075984B (en) 2023-12-26

Family

ID=88710170

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311343604.1A Active CN117075984B (en) 2023-10-17 2023-10-17 Module processing method, device, communication equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN117075984B (en)

Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106095530A (en) * 2016-06-08 2016-11-09 电子科技大学 The container of a kind of many android system automatically creates and startup method
CN106445630A (en) * 2016-08-10 2017-02-22 北京奇虎科技有限公司 Android simulator and method for realizing Android simulator
CN107979493A (en) * 2017-11-21 2018-05-01 平安科技(深圳)有限公司 Platform is construction method, server and the storage medium for servicing PAAS container platforms
CN109388473A (en) * 2018-09-19 2019-02-26 华东计算技术研究所(中国电子科技集团公司第三十二研究所) Android compatible layer implementation method and system based on mobile operating system
CN112041812A (en) * 2018-04-27 2020-12-04 Ati科技无限责任公司 Real-time updating of kernel device modules
CN113835837A (en) * 2021-09-26 2021-12-24 湖北亿咖通科技有限公司 Factory setting restoration method and device based on container system and electronic equipment
CN114022344A (en) * 2022-01-10 2022-02-08 北京蔚领时代科技有限公司 Linux server-based Android container rendering resource sharing method and device
CN115373798A (en) * 2022-07-25 2022-11-22 国网新疆电力有限公司乌鲁木齐供电公司 Intelligent Internet of things terminal container escape attack detection and defense method
CN115543535A (en) * 2022-09-30 2022-12-30 摩尔线程智能科技(北京)有限责任公司 Android container system, android container construction method and device and electronic equipment
CN115658181A (en) * 2022-12-23 2023-01-31 北京海誉动想科技股份有限公司 Method and device for running docker service on android operating system
CN115878223A (en) * 2022-12-29 2023-03-31 天翼电信终端有限公司 Dual-system cloud security mobile phone dual-container starting method
CN115988129A (en) * 2022-12-28 2023-04-18 天翼电信终端有限公司 Dual-system cloud security mobile phone wifi safe use method
CN116028267A (en) * 2022-12-26 2023-04-28 天翼电信终端有限公司 Dual-system secure mobile phone resetting method and device, server and storage medium
CN116510312A (en) * 2023-05-05 2023-08-01 深圳云网雾联科技有限公司 Cloud game multi-opening implementation method, device, equipment and storage medium
CN116521306A (en) * 2022-01-24 2023-08-01 华为技术有限公司 Method for enabling selinux by container and computer equipment
WO2023142720A1 (en) * 2022-01-26 2023-08-03 麒麟软件有限公司 Android video decoding hardware acceleration method based on linux desktop graphics card

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9098437B2 (en) * 2010-10-01 2015-08-04 Z124 Cross-environment communication framework
US10282210B2 (en) * 2016-06-13 2019-05-07 Huawei Technologies Co., Ltd. System and method for virtual hardware control
KR101997061B1 (en) * 2017-09-29 2019-07-05 숭실대학교산학협력단 Linux based android container platform, device equipped with the same and method for apply security system in linux based android container environment

Patent Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106095530A (en) * 2016-06-08 2016-11-09 电子科技大学 The container of a kind of many android system automatically creates and startup method
CN106445630A (en) * 2016-08-10 2017-02-22 北京奇虎科技有限公司 Android simulator and method for realizing Android simulator
CN107979493A (en) * 2017-11-21 2018-05-01 平安科技(深圳)有限公司 Platform is construction method, server and the storage medium for servicing PAAS container platforms
CN112041812A (en) * 2018-04-27 2020-12-04 Ati科技无限责任公司 Real-time updating of kernel device modules
CN109388473A (en) * 2018-09-19 2019-02-26 华东计算技术研究所(中国电子科技集团公司第三十二研究所) Android compatible layer implementation method and system based on mobile operating system
CN113835837A (en) * 2021-09-26 2021-12-24 湖北亿咖通科技有限公司 Factory setting restoration method and device based on container system and electronic equipment
CN114022344A (en) * 2022-01-10 2022-02-08 北京蔚领时代科技有限公司 Linux server-based Android container rendering resource sharing method and device
CN116521306A (en) * 2022-01-24 2023-08-01 华为技术有限公司 Method for enabling selinux by container and computer equipment
WO2023142720A1 (en) * 2022-01-26 2023-08-03 麒麟软件有限公司 Android video decoding hardware acceleration method based on linux desktop graphics card
CN115373798A (en) * 2022-07-25 2022-11-22 国网新疆电力有限公司乌鲁木齐供电公司 Intelligent Internet of things terminal container escape attack detection and defense method
CN115543535A (en) * 2022-09-30 2022-12-30 摩尔线程智能科技(北京)有限责任公司 Android container system, android container construction method and device and electronic equipment
CN115658181A (en) * 2022-12-23 2023-01-31 北京海誉动想科技股份有限公司 Method and device for running docker service on android operating system
CN116028267A (en) * 2022-12-26 2023-04-28 天翼电信终端有限公司 Dual-system secure mobile phone resetting method and device, server and storage medium
CN115988129A (en) * 2022-12-28 2023-04-18 天翼电信终端有限公司 Dual-system cloud security mobile phone wifi safe use method
CN115878223A (en) * 2022-12-29 2023-03-31 天翼电信终端有限公司 Dual-system cloud security mobile phone dual-container starting method
CN116510312A (en) * 2023-05-05 2023-08-01 深圳云网雾联科技有限公司 Cloud game multi-opening implementation method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN117075984A (en) 2023-11-17

Similar Documents

Publication Publication Date Title
US20220053068A1 (en) Methods, apparatuses and computer storage media for applet state synchronization
CN111782535B (en) Test method and device
CN111726399B (en) Docker container secure access method and device
CN104598257B (en) The method and apparatus of remote application operation
JP5380276B2 (en) Shared non-volatile memory architecture
US9614931B2 (en) Identifying a resource set require for a requested application and launching the resource set in a container for execution in a host operating system
US11589102B2 (en) Screen projection method and system
CN103777999A (en) Android software simulation method and device
CN104899039A (en) Method and device for providing screen shooting service in terminal device
US11003668B2 (en) Programming language independent software testing environment
CN112437318A (en) Content display method, device and system and storage medium
CN112354176A (en) Cloud game implementation method, cloud game implementation device, storage medium and electronic equipment
CN117075984B (en) Module processing method, device, communication equipment and computer readable storage medium
CN112650689A (en) Test method, test device, electronic equipment and storage medium
US20230359450A1 (en) Cloud application engine deployment method for shielding web framework from users and apparatus, device and storage medium thereof
CN116028267A (en) Dual-system secure mobile phone resetting method and device, server and storage medium
US20130332928A1 (en) Information processing system, information processing method, and computer-readable medium
CN115562807A (en) Method and system for mounting dynamic equipment for android container in kubernets environment
CN114691157A (en) Cloud-based FPGA management control system and method and electronic equipment
CN114090168A (en) Self-adaptive adjusting method for image output window of QEMU (QEMU virtual machine)
US9146720B1 (en) Binary file application processing
CN111752680B (en) IPC simulation method, device, storage medium and equipment based on KVM
US11604874B1 (en) Providing audio visual privacy controls
CN114390349B (en) Video playing control method, device, terminal and storage medium
CN110286956B (en) Plug-in operation method and device 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
TR01 Transfer of patent right

Effective date of registration: 20240226

Address after: 230031 Room 672, 6/F, Building A3A4, Zhong'an Chuanggu Science Park, No. 900, Wangjiang West Road, High-tech Zone, Hefei, Anhui

Patentee after: Anhui Haima Cloud Technology Co.,Ltd.

Country or region after: China

Address before: 301700 room 2d25, Building 29, No.89 Heyuan Road, Jingjin science and Technology Valley Industrial Park, Wuqing District, Tianjin

Patentee before: HAIMAYUN (TIANJIN) INFORMATION TECHNOLOGY CO.,LTD.

Country or region before: China

TR01 Transfer of patent right