CN107145383B - Dual-system process management method and dual-system terminal - Google Patents

Dual-system process management method and dual-system terminal Download PDF

Info

Publication number
CN107145383B
CN107145383B CN201710146192.0A CN201710146192A CN107145383B CN 107145383 B CN107145383 B CN 107145383B CN 201710146192 A CN201710146192 A CN 201710146192A CN 107145383 B CN107145383 B CN 107145383B
Authority
CN
China
Prior art keywords
application program
main system
auxiliary
process management
main
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
CN201710146192.0A
Other languages
Chinese (zh)
Other versions
CN107145383A (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.)
Guangzhou Shiyuan Electronics Thecnology Co Ltd
Guangzhou Shizhen Information Technology Co Ltd
Original Assignee
Guangzhou Shiyuan Electronics Thecnology Co Ltd
Guangzhou Shizhen 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 Guangzhou Shiyuan Electronics Thecnology Co Ltd, Guangzhou Shizhen Information Technology Co Ltd filed Critical Guangzhou Shiyuan Electronics Thecnology Co Ltd
Priority to CN201710146192.0A priority Critical patent/CN107145383B/en
Publication of CN107145383A publication Critical patent/CN107145383A/en
Application granted granted Critical
Publication of CN107145383B publication Critical patent/CN107145383B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/48Indexing scheme relating to G06F9/48
    • G06F2209/482Application

Abstract

The invention provides a dual-system process management method and a dual-system terminal, wherein the dual-system process management method comprises the following steps: when the application program of the auxiliary system is opened, the auxiliary system sends the process information of the opened application program to the main system; the main system loads the process information of the application program sent by the auxiliary system into a process management list of the main system; when the main system acquires a switching control instruction of any application program in the process management list, the main system judges whether the selected application program belongs to the auxiliary system, if so, the main system sends the switching control instruction to the auxiliary system; and the auxiliary system executes the switching control instruction so as to switch the selected application program to the current application interface. The invention can realize the display and control of the application programs of two systems in the process management of one system.

Description

Dual-system process management method and dual-system terminal
Technical Field
The present invention relates to the field of electronic technologies, and in particular, to a dual-system process management method and a dual-system terminal.
Background
A process is a running program entity and includes all the system resources occupied in this running program. When the process management is started, the process information of the opened application program can be checked, the closing and switching of the application program can be controlled, and the application program is managed.
In a dual-system intelligent terminal, for example, an interactive intelligent tablet of a dual-Android system is adopted, application programs are distributed on two systems, when an application program of one system is opened, process information can only be displayed in the corresponding system, and if the process information of the application program of the other system needs to be seen or the application program of the other system needs to be controlled, the system needs to be switched, so that the operation is complex, the process management of the application program is inconvenient, and the user experience is poor.
Disclosure of Invention
In view of the above, it is necessary to provide a dual-system process management method and a dual-system terminal for solving the problem of complicated process management operation of the dual-system in the prior art.
The invention provides a double-system process management method, which is suitable for a double-system terminal, wherein the double-system terminal comprises a main system and an auxiliary system which operate simultaneously, and is characterized by comprising the following steps:
when the application program of the auxiliary system is opened, the auxiliary system sends the process information of the opened application program to the main system;
the main system loads the process information of the application program sent by the auxiliary system into a process management list of the main system;
when the main system acquires a switching control instruction of any application program in the process management list, the main system judges whether the selected application program belongs to the auxiliary system, if so, the main system sends the switching control instruction to the auxiliary system;
and the auxiliary system executes the switching control instruction so as to switch the selected application program to the current application interface.
In the above dual-system process management method, the step of loading, by the host system, the process information of the application program sent by the auxiliary system into the process management list of the host system includes:
the main system receives and marks the process information of the application program sent by the auxiliary system, and stores the marked process information of the auxiliary system;
and when the process management of the main system is started, the main system loads the marked process information of the auxiliary system into a process management list of the main system.
In the above dual-system process management method, when the process management of the main system is started, the step of loading the marked process information of the auxiliary system into the process management list of the main system by the main system includes:
when the process management of the main system is started, the main system reads the marked process information of the auxiliary system and the process information of the main system, sequences the read process information of the two systems according to the time sequence of opening the application program, and loads the sequenced process information into a process management list of the main system.
In the above dual-system process management method, after the step of loading, by the host system, the process information of the application program sent by the auxiliary system into the process management list of the host system, the method further includes:
when the main system acquires a finishing control instruction of any application program in the process management list, the main system judges whether the selected application program belongs to the auxiliary system, if so, the main system sends the finishing control instruction to the auxiliary system;
and the auxiliary system executes the ending control instruction to end the selected application program.
In the above dual-system process management method, the main system and the auxiliary system are connected through an ADB debug channel.
The invention also provides a dual-system terminal, which comprises a main system and an auxiliary system which operate simultaneously,
the assistance system includes:
the system comprises a first sending module, a second sending module and a third sending module, wherein the first sending module is used for sending the process information of an opened application program to the main system when the application program of the auxiliary system is opened;
the host system includes:
the loading module is used for loading the process information of the application program sent by the auxiliary system into a process management list of the main system;
the judging module is used for judging whether the selected application program belongs to the auxiliary system or not when the main system acquires a switching control instruction of any application program in the process management list;
the second sending module is used for sending the switching control instruction to the auxiliary system when the selected application program belongs to the auxiliary system;
the assistance system further comprises: and the switching module is used for executing the switching control instruction sent by the second sending module so as to switch the selected application program to the current application interface.
The above dual-system terminal, wherein the loading module includes:
a marking module: the system comprises a processing module, a processing module and a display module, wherein the processing module is used for receiving the process information of the application program sent by the auxiliary system and marking the process information;
the storage module is used for storing the marked process information of the auxiliary system;
and the loading submodule is used for loading the marked process information of the auxiliary system into a process management list of the main system by the main system when the process management of the main system is started.
The dual-system terminal, wherein, in the dual-system terminal, the loading submodule is specifically configured to: when the process management of the main system is started, the main system reads the marked process information of the auxiliary system and the process information of the main system, sequences the read process information of the two systems according to the time sequence of opening the application program, and loads the sequenced process information into a process management list of the main system.
In the above dual-system terminal, the determining module is further configured to determine whether the selected application program belongs to the auxiliary system when the main system obtains an end control instruction of any application program in the process management list;
the second sending module is further configured to send the ending control instruction to the auxiliary system when the selected application program belongs to the auxiliary system;
the assistance system further comprises:
and the ending module is used for executing the ending control instruction sent by the second sending module so as to end the selected application program.
In the above dual system terminal, the main system and the auxiliary system are connected via an ADB debug channel.
The invention can realize the control of the application programs of two systems in the process management of one system by sending the process information of the application program opened in the auxiliary system to the main system, loading the process information into the process management list of the main system and operating the application programs of the main system and the auxiliary system through the process management list of the main system.
Drawings
FIG. 1 is a flowchart of a dual system process management method according to a first embodiment of the present invention;
FIG. 2 is a flowchart of a dual system process management method according to a second embodiment of the present invention;
FIG. 3 is a block diagram showing the construction of an assist system in a third embodiment of the present invention;
fig. 4 is a block diagram showing the structure of a main system in a third embodiment of the present invention;
fig. 5 is a block diagram of a loading module in a third embodiment of the present invention.
Detailed Description
Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the accompanying drawings are illustrative only for the purpose of explaining the present invention, and are not to be construed as limiting the present invention.
These and other aspects of embodiments of the invention will be apparent with reference to the following description and attached drawings. In the description and drawings, particular embodiments of the invention have been disclosed in detail as being indicative of some of the ways in which the principles of the embodiments of the invention may be practiced, but it is understood that the scope of the embodiments of the invention is not limited correspondingly. On the contrary, the embodiments of the invention include all changes, modifications and equivalents coming within the spirit and terms of the claims appended hereto.
Referring to fig. 1, a dual system process management method according to a first embodiment of the present invention includes steps S11-S16.
In this embodiment, the two systems are a main system and an auxiliary system, which are respectively operated in a dual-system terminal, for example, an interactive smart tablet, and the dual-system terminal has two hardware modules for loading the main system and the auxiliary system independently, where the main system is an operating system for daily use of a user, and the auxiliary system is used for information input/output and display. The main system and the auxiliary system may be an Android system, a Windows Phone system (WP system), a Windows system, or an IOS system (apple mobile device operating system). The main system and the auxiliary system may be the same system or different systems.
Step S11, when the application program of the auxiliary system is opened, the auxiliary system sends the process information of the opened application program to the main system.
In the above step, when the application program of the auxiliary system is opened, when the opened application is started, the process information of the application program of the auxiliary system, including information such as the name, the opening time, the thumbnail and the like of the application program, is sent to the main system, and the main system receives the process information sent by the auxiliary system and stores the process information in the file system or the database.
In step S12, the primary system loads the process information of the application program sent by the secondary system into a process management list in the primary system.
In the above step, when the process management of the main system is started, the process information of the application program of the auxiliary system stored in the main system is loaded into the process management list of the main system. That is, when the process management of the main system is started, the process information of the application programs of the main system and the auxiliary system is simultaneously displayed in the process management list of the main system.
Step S13, when the host system acquires a switching control instruction of any application program in the process management list, the host system determines whether the selected application program belongs to the auxiliary system, if so, performs step S14, otherwise, performs step S16.
In step S14, the main system sends the switching control command to the auxiliary system.
In step S15, the auxiliary system executes the switching control command.
In step S16, the main system executes the switch control instruction.
In the above steps, when a user starts the process management of the main system, the process information of the two systems is checked in the process management list, when the user needs to switch the current interface to one of the application programs, the process corresponding to the application program is selected in the process list of the main system, and a signal for switching the process is sent, at this time, the main system obtains a control instruction for switching the selected application program. And after receiving a switching control instruction for switching the selected application program, the main system judges whether the selected application program is the application program of the auxiliary system, if so, the main system sends the switching control instruction to the auxiliary system so that the auxiliary system switches the opening of the selected application program to the current interface, and if not, the main system directly opens the selected application program.
In the dual-system interactive intelligent tablet, the application program is distributed on two systems to run, namely a main system and an auxiliary system, but the process management only has one entrance, namely, the process information of only one system can be displayed. In the embodiment, the process information of the application program opened in the auxiliary system is sent to the main system and loaded into the process management list of the main system, and the application programs of the main system and the auxiliary system are operated through the management list of the main system, so that the control of the application programs of the two systems can be realized in the heating process management of one system. Namely, the process information of the application programs opened on the two systems can be displayed simultaneously, the application programs opened on any system can be switched or ended conveniently and quickly, the user experience is greatly improved, and the user operation and understanding of the two systems are simplified.
Referring to FIG. 2, a dual system process management method according to a second embodiment of the present invention includes steps S21-S27.
Step S21, when the application program of the auxiliary system is opened, the auxiliary system sends the process information of the opened application program to the main system.
In this embodiment, the main system and the auxiliary system are both Android systems, the two systems are connected through an ADB (Android Debug Bridge) Debug channel, and information transfer between the systems is implemented by using an ADB service. The two Android modules which respectively load the main system and the auxiliary system are physically connected through a USB, and information between the two systems is transmitted through a USB interface. The two systems define a process information transmission protocol, and the process information between the two systems is sent and received according to an agreed protocol format, and then is analyzed to complete corresponding logic. For example, the auxiliary system may also send a command word 1 to the main system when sending process information to the main system, the main system may store the sent process information when receiving the command word 1, and may also send a command word 2 when sending a control instruction to the auxiliary system, indicating that an application is opened/switched.
Step S22, the primary system receives the process information of the application program sent by the secondary system, marks the process information, and stores the marked process information of the secondary system.
When the main system receives the process information of the application program sent by the auxiliary system, a field is added to the received process information for marking.
Step S23, when the process management of the main system is started, the main system reads the marked process information of the auxiliary system and the process information of the main system, sorts the read process information of the two systems according to the time sequence of opening the application program, and loads the sorted process information into the process management list of the main system.
And each time the application program of the main system is opened, the main system records the process information of the opened application program by utilizing the process management mechanism of the main system. When the process management of the main system is started, the main system reads the process information of the auxiliary system marked in the main system and reads the process information of the main system. The process information of the main system and the auxiliary system comprises the opening time of the application program, and the main system sequences the read process information of the two systems according to the sequence of the opening time of the application program, so that the sequenced process information of the two systems can be checked in a process management list of the main system.
Of course, the process information of the primary system and the secondary system may also be sorted by using other agreed rules, which is not limited herein. In another embodiment of the present invention, the main system sorts the process information of the main system and the process information of the auxiliary system according to a priority preset by an application program, and loads the sorted process information into a process management list of the main system. For example, the priority order may be set according to the applications of the system class and the office class, and the process information of the applications of the two systems may be sorted according to the set priority order.
Step S24, when the host system acquires a control instruction of any application program in the process management list, the host system determines whether the selected application program belongs to the auxiliary system, if so, performs step S25, otherwise, performs step S27. The control instruction is a switching control instruction or an ending control instruction.
And the main system judges whether the selected application program is in the main system or not according to the mark of the process information of the application program, and if the main system detects the mark, the selected application program is confirmed to be the application program in the auxiliary system.
In step S25, the main system sends the control command to the auxiliary system.
In step S26, the auxiliary system executes the control command.
In step S27, the main system executes the control instruction.
When a user needs to close one of the application programs, a process corresponding to the application program is selected in a process list of a main system, a signal for ending the process is sent, and the main system acquires an ending control instruction for closing the selected application program. And after receiving the ending control instruction of the selected application program, the main system judges whether the selected application program is the application program of the auxiliary system, if so, the selected application program is closed across the system, and if not, the selected application program is directly closed in the main system. It can be understood that, when a user needs to switch the current interface to one of the application programs, a process corresponding to the application program may be selected in the process management list and a switching signal is sent, at this time, the main system obtains a switching control instruction and judges whether the selected application program is in the auxiliary system, and if so, the main system sends the switching control instruction to the auxiliary system so that the auxiliary system opens and switches the selected application program to the current interface.
In this embodiment, the process information of the application program opened in the auxiliary system is sent to the main system through the ADB debug channel, and when the main system receives the process management information sent by the auxiliary system, the main system marks the received process information and loads the marked process information into the process management list of the main system. The main system distinguishes the system to which the application program belongs through the identification mark, and controls the application programs of the main system and the auxiliary system in the same process management list.
Referring to fig. 3 to 5, a dual system terminal according to a third embodiment of the present invention includes a main system and an auxiliary system operating simultaneously, where the main system and the auxiliary system are connected through an ADB debug channel.
As shown in fig. 3, the assistance system includes: a first sending module 100, configured to send process information of an opened application program to the main system when the application program of the auxiliary system is opened.
As shown in fig. 4, the host system includes a loading module 200, a judging module 300, and a second sending module 400.
The loading module 200 is configured to load the process information of the application program sent by the auxiliary system into a process management list in the main system.
Further, as shown in fig. 5, the loading module 200 specifically includes:
the marking module 210: the system comprises a processing module, a processing module and a processing module, wherein the processing module is used for receiving the process information of the application program sent by the auxiliary system and marking the process information of the application program sent by the auxiliary system;
a saving module 220, configured to save the marked process information of the auxiliary system;
the loading submodule 230 is configured to, when the process management of the main system is started, load, by the main system, the marked process information of the auxiliary system into a process management list of the main system.
Further, the loading submodule 230 is specifically configured to: when the process management of the main system is started, the main system reads the marked process information of the auxiliary system and the process information of the main system, sequences the read process information of the two systems according to the time sequence of opening the application program, and loads the sequenced process information into a process management list of the main system.
Further, in another embodiment of the present invention, the loading submodule 230 is specifically configured to: when the process management of the main system is started, the main system reads the marked process information of the auxiliary system and the process information of the main system, sorts the read process information of the two systems according to the preset priority of an application program, and loads the sorted process information into a process management list of the main system.
The determining module 300 is configured to determine whether the selected application program belongs to the auxiliary system when the main system obtains a switching control instruction of any application program in the process management list. The host system can judge the system to which the selected application program belongs by identifying the mark of the process information of the selected application program.
The second sending module 400 is configured to send the switching control instruction to the auxiliary system when the current application belongs to the auxiliary system.
As shown in fig. 3, the assistance system further includes: a switching module 500, configured to execute the switching control instruction sent by the second sending module.
Further, the determining module 300 is further configured to determine whether the selected application program belongs to the auxiliary system when the main system obtains a control instruction for ending any application program in the process management list;
the second sending module 400 is further configured to send the ending control instruction to the auxiliary system when the selected application belongs to the auxiliary system;
the assistance system further comprises: an ending module 600, configured to execute the ending control instruction sent by the second sending module to end the selected application program.
When the application program of the auxiliary system is opened, the first sending module 100 of the auxiliary system sends the process information of the opened application program to the main system, and the loading module 200 of the main system loads the process information of the application program of the auxiliary system into the process management list of the main system. When the main system obtains the control instruction of the selected application program in the process management list, the main system judges whether the current application program belongs to the auxiliary system, if so, the control instruction is sent to the auxiliary system through a second sending module 400, the auxiliary system receives and executes the control instruction, and if not, the main system executes the control instruction. The control instruction is a switching control instruction or an ending control instruction, the switching control instruction is to switch the current application interface to the selected application program, and the ending control instruction is to end the selected application program.
The logic and/or steps represented in the flowcharts or otherwise described herein, e.g., an ordered listing of executable instructions that can be considered to implement logical functions, can be embodied in any computer-readable medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions. For the purposes of this description, a "computer-readable medium" can be any means that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
More specific examples (a non-exhaustive list) of the computer-readable medium would include the following: an electrical connection (electronic device) having one or more wires, a portable computer diskette (magnetic device), a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber device, and a portable compact disc read-only memory (CDROM). Additionally, the computer-readable medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via for instance optical scanning of the paper or other medium, then compiled, interpreted or otherwise processed in a suitable manner if necessary, and then stored in a computer memory.
It should be understood that portions of the present invention may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
The above-mentioned embodiments only express several embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the present invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (8)

1. A dual-system process management method is suitable for dual-system terminals, the dual-system terminals comprise a main system and an auxiliary system which run simultaneously, and the dual-system process management method is characterized by comprising the following steps:
when the application program of the auxiliary system is opened, the auxiliary system sends the process information of the opened application program to the main system;
the main system loads the process information of the application program sent by the auxiliary system into a process management list of the main system;
when the main system acquires a switching control instruction of any application program in the process management list, the main system judges whether the selected application program belongs to the auxiliary system, if so, the main system sends the switching control instruction to the auxiliary system;
the auxiliary system executes the switching control instruction to switch the selected application program to the current application interface, wherein
The step that the main system loads the process information of the application program sent by the auxiliary system into a process management list of the main system comprises the following steps:
the main system receives and marks the process information of the application program sent by the auxiliary system, and stores the marked process information of the auxiliary system;
when the process management of the main system is started, the main system loads the marked process information of the auxiliary system into a process management list of the main system, and the main system judges whether the selected application program belongs to the auxiliary system or not according to the mark.
2. The dual-system process management method according to claim 1, wherein when the process management of the primary system is started, the step of the primary system loading the marked process information of the secondary system into the process management list of the primary system includes:
when the process management of the main system is started, the main system reads the marked process information of the auxiliary system and the process information of the main system, sequences the read process information of the two systems according to the time sequence of opening the application program, and loads the sequenced process information into a process management list of the main system.
3. The dual-system process management method according to claim 1, wherein the step of the primary system loading the process information of the application program sent by the secondary system into a process management list at the primary system, further comprises:
when the main system acquires a finishing control instruction of any application program in the process management list, the main system judges whether the selected application program belongs to the auxiliary system, if so, the main system sends the finishing control instruction to the auxiliary system;
and the auxiliary system executes the ending control instruction to end the selected application program.
4. The dual system process management method of claim 1, wherein the primary system and the secondary system are connected through an ADB debug channel.
5. A dual system terminal comprising a primary system and a secondary system operating simultaneously,
the assistance system includes:
the system comprises a first sending module, a second sending module and a third sending module, wherein the first sending module is used for sending the process information of an opened application program to the main system when the application program of the auxiliary system is opened;
the host system includes:
the loading module is used for loading the process information of the application program sent by the auxiliary system into a process management list of the main system;
the judging module is used for judging whether the selected application program belongs to the auxiliary system or not when the main system acquires a switching control instruction of any application program in the process management list;
the second sending module is used for sending the switching control instruction to the auxiliary system when the selected application program belongs to the auxiliary system;
the assistance system further comprises: a switching module for executing the switching control instruction sent by the second sending module to switch the selected application program to the current application interface, wherein
The loading module comprises:
a marking module: the system comprises a processing module, a processing module and a display module, wherein the processing module is used for receiving the process information of the application program sent by the auxiliary system and marking the process information;
the storage module is used for storing the marked process information of the auxiliary system;
and the loading submodule is used for loading the marked process information of the auxiliary system into a process management list of the main system by the main system when the process management of the main system is started, wherein the main system judges whether the selected application program belongs to the auxiliary system according to the mark.
6. The dual-system terminal of claim 5, wherein the loading submodule is specifically configured to: when the process management of the main system is started, the main system reads the marked process information of the auxiliary system and the process information of the main system, sequences the read process information of the two systems according to the time sequence of opening the application program, and loads the sequenced process information into a process management list of the main system.
7. The dual-system terminal of claim 5,
the judging module is further configured to judge whether the selected application program belongs to the auxiliary system when the main system obtains a control instruction for ending any application program in the process management list;
the second sending module is further configured to send the ending control instruction to the auxiliary system when the selected application program belongs to the auxiliary system;
the assistance system further comprises:
and the ending module is used for executing the ending control instruction sent by the second sending module so as to end the selected application program.
8. The dual system terminal of claim 5, wherein the primary system and the secondary system are connected through an ADB debug channel.
CN201710146192.0A 2017-03-13 2017-03-13 Dual-system process management method and dual-system terminal Active CN107145383B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710146192.0A CN107145383B (en) 2017-03-13 2017-03-13 Dual-system process management method and dual-system terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710146192.0A CN107145383B (en) 2017-03-13 2017-03-13 Dual-system process management method and dual-system terminal

Publications (2)

Publication Number Publication Date
CN107145383A CN107145383A (en) 2017-09-08
CN107145383B true CN107145383B (en) 2020-12-22

Family

ID=59784120

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710146192.0A Active CN107145383B (en) 2017-03-13 2017-03-13 Dual-system process management method and dual-system terminal

Country Status (1)

Country Link
CN (1) CN107145383B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107678846A (en) * 2017-10-12 2018-02-09 北京元心科技有限公司 The management method of application program, device and terminal in multisystem
CN112073769A (en) * 2019-06-10 2020-12-11 海信视像科技股份有限公司 Display device and method for applying common display
CN112073780A (en) * 2019-06-10 2020-12-11 海信视像科技股份有限公司 Display device and control method for application jump
CN112073781A (en) * 2019-06-10 2020-12-11 海信视像科技股份有限公司 Display device and control method for application jump
CN111427629B (en) * 2020-03-30 2023-03-17 北京梧桐车联科技有限责任公司 Application starting method and device, vehicle equipment and storage medium
CN113834191B (en) * 2021-09-27 2022-09-27 珠海格力电器股份有限公司 Control method and control device of air conditioner and air conditioning system

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101221516B (en) * 2008-01-18 2011-06-29 清华大学 Interface seamless integration method and system across operating system platform
US9369820B2 (en) * 2011-08-23 2016-06-14 Htc Corporation Mobile communication device and application interface switching method
US9223598B1 (en) * 2012-11-26 2015-12-29 Parallels IP Holdings GmbH Displaying guest operating system statistics in host task manager
CN105487921B (en) * 2015-11-23 2019-06-21 广州视睿电子科技有限公司 A kind of task stack management method and device

Also Published As

Publication number Publication date
CN107145383A (en) 2017-09-08

Similar Documents

Publication Publication Date Title
CN107145383B (en) Dual-system process management method and dual-system terminal
US8544752B2 (en) Nonvolatile memory card adaptable to plural specifications
US8190206B2 (en) Dual channel smart card data storage
EP3046393B1 (en) Switching device and method for automatically connecting to nfc chip and switching security element
US20120108169A1 (en) Method and device for managing information exchange between for example a nfc controller and a set of at least two secure elements
CN105226779A (en) Wireless charging device and control method thereof and control device
CN102200923A (en) Method of booting host device from MMC/SD device and associated devices
CN105791560A (en) Data network access control method and user terminal
CN107508354B (en) A kind of charging method and mobile terminal
CN101465675A (en) Enhancement type close range wireless communication eNFC device and implementing method thereof
CN105245346A (en) Identity authentication method and user terminal
CN110267314A (en) The method and device of handover network slice
CN109561002B (en) Voice control method and device for household electrical appliance
CN113361293A (en) Card swiping method, card controller, electronic device and storage medium
CN108427317A (en) Home equipment control method and device
CN105472599A (en) Method for accessing SIM cards and double-card mobile terminal
CN105451301A (en) Wearable device gateway networking method and gateway management platform
CN105430726A (en) Carrier aggregation (CA) function control method for communication terminal and communication terminal
CN109257734A (en) A kind of method and device for realizing Subscriber Identity Module switching
CN108920389B (en) Method and device for dynamically matching protocol type and application of multi-protocol USB device
CN112684734B (en) Network card NCSI function self-adaptive system, method and integrated chip
CN210804054U (en) Circuit of CAN bus interface expansion interface
CN102799279B (en) Recognition by pressing keys method, keyboard and electronic equipment
CN109996100B (en) Control method of intelligent remote controller, storage medium and remote controller
CN104661284A (en) WIFI (wireless fidelity) management system of mobile terminal and management method of WIFI management system

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