CN108173909B - Data synchronization method, mobile terminal and computer readable storage medium - Google Patents
Data synchronization method, mobile terminal and computer readable storage medium Download PDFInfo
- Publication number
- CN108173909B CN108173909B CN201711344962.9A CN201711344962A CN108173909B CN 108173909 B CN108173909 B CN 108173909B CN 201711344962 A CN201711344962 A CN 201711344962A CN 108173909 B CN108173909 B CN 108173909B
- Authority
- CN
- China
- Prior art keywords
- data
- data transmission
- network
- processes
- cellular
- 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.)
- Expired - Fee Related
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/10—Protocols in which an application is distributed across nodes in the network
- H04L67/1095—Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/2866—Architectures; Arrangements
- H04L67/30—Profiles
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Mobile Radio Communication Systems (AREA)
- Telephone Function (AREA)
Abstract
The invention discloses a data synchronization method, a mobile terminal and a computer readable storage medium. The data synchronization method comprises the following steps: calling a plurality of pre-established processes to enable each process to obtain network data through a corresponding data transmission type; and interacting the obtained network data among the processes. The invention effectively solves the problem of sharing of multiple types of networks, thereby effectively improving the experience degree of users.
Description
Technical Field
The present invention relates to the field of mobile communications, and in particular, to a data synchronization method, a mobile terminal, and a computer-readable storage medium.
Background
At present, the network communication modes in the mobile terminal include WIFI (WIreless-Fidelity) communication and cellular mobile network communication.
In the prior art, if the WIFI is available, an Android (Android) device can connect the WIFI and automatically disconnect a cellular mobile data network; if WIFI is not available, cellular mobile data is connected.
Therefore, in the prior art, the cellular mobile network and the WIFI network cannot be started simultaneously, and the requirement of the user for simultaneously performing cellular mobile network communication and WIFI communication cannot be met, so that the experience of the user is influenced to some extent.
Disclosure of Invention
In order to overcome the above drawbacks, the present invention provides a data synchronization method, a mobile terminal and a computer-readable storage medium, which are used to solve the problem that multiple types of networks cannot be shared in the prior art.
In order to solve the above technical problem, a data synchronization method in the present invention includes: calling a plurality of pre-established processes to enable each process to obtain network data through a corresponding data transmission type; and interacting the obtained network data among the processes.
Optionally, before invoking a plurality of pre-created processes and making each process obtain network data through a corresponding network connection, the method includes: and creating a corresponding number of processes at the application program layer according to the number of the data transmission types.
Optionally, the data transmission type includes wireless transmission and cellular data transmission.
Optionally, the process comprises a main process and an auxiliary process; creating a corresponding number of processes at the application layer based on the number of data transfer types, including: detecting that the established data transmission type is a main process of wireless transmission; and starting an auxiliary process with the data transmission type of cellular data transmission in a preset application program.
Optionally, in a preset application, starting an auxiliary process with a data transmission type of cellular data transmission, where the auxiliary process includes: configuring Service in the manifest file of the application program; starting the auxiliary process in the Service through process attributes; determining, in the assistance process, that the type of data transmission is a cellular data transmission.
Optionally, the determining, in the assistance process, that the data transmission type is cellular data transmission includes: and selecting the data transmission type as cellular data transmission by utilizing a NetworkQuest method in the auxiliary process.
Optionally, invoking pre-created processes to enable each process to obtain network data through a corresponding data transmission type, including: calling the main process to enable the main process to obtain network data of the equipment side through the wireless transmission; and calling the auxiliary process to enable the auxiliary process to obtain network data of a network side through the cellular data transmission.
Optionally, interacting the obtained network data among processes, including: and interacting the network data of the equipment side or the network data of the network side among the processes in a cross-process mode to send the network data of the equipment side to the network side or send the network data of the network side to the equipment side.
In order to solve the above technical problem, a mobile terminal according to the present invention includes: the calling module is used for calling a plurality of pre-established processes to enable each process to obtain network data through a corresponding data transmission type; and the synchronization module is used for interacting the obtained network data among the processes.
Optionally, the network data includes network data of a device side and network data of a network side;
optionally, the mobile terminal further includes: the wireless data connection module is used for establishing wireless connection with the equipment on the equipment side; and the mobile data connection module is used for establishing cellular data connection with the server at the network side.
In order to solve the above technical problem, a mobile terminal in the present invention includes a memory and a processor; the memory stores a data-synchronized computer program that is executed by the processor to implement the steps of the method as described in any one of the above.
To solve the above technical problem, a computer-readable storage medium of the present invention stores a data synchronization computer program, which when executed by at least one processor, implements the steps of the method as described in any one of the above.
The invention has the following beneficial effects:
according to the method, the mobile terminal and the storage medium, the pre-created multiple processes are called, so that each process obtains the network data through the corresponding data transmission type, and the obtained network data are interacted among the processes, so that the problem of multi-type network sharing is effectively solved, and the user experience degree is effectively improved.
Drawings
FIG. 1 is a flow chart of a data synchronization method in an embodiment of the present invention;
FIG. 2 is a flow chart of an alternative data synchronization method in an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a mobile terminal according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of another mobile terminal in the embodiment of the present invention.
Detailed Description
In order to solve the problems of the prior art, the present invention provides a data synchronization method, a mobile terminal and a computer-readable storage medium, and the present invention is further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and do not limit the invention.
In the following description, suffixes such as "module", "component", or "unit" used to denote elements are used only for facilitating the explanation of the present invention, and have no specific meaning in itself. Thus, "module", "component" or "unit" may be used mixedly.
The mobile terminal may be a mobile phone, a tablet computer, a notebook computer, a palm computer, a Personal Digital Assistant (PDA), a Portable Media Player (PMP), a navigation device, a wearable device, an intelligent bracelet, a pedometer, and the like.
Example one
An embodiment of the present invention provides a data synchronization method, as shown in fig. 1, the method includes:
s101, calling a plurality of pre-created processes to enable each process to obtain network data through a corresponding data transmission type;
and S102, interacting the obtained network data among the processes.
The method in the embodiment of the invention is executed in the mobile terminal. The embodiment of the invention can carry out interaction on the obtained network data among the processes in a cross-process mode.
In the embodiment of the invention, each process can obtain network data through the corresponding data transmission type by binding one data transmission type to each process.
In the embodiment of the present invention, the data transmission type may also be referred to as a network transmission type, and may include wireless transmission and mobile cellular network transmission, where the wireless transmission includes WIFI transmission and the like, and the mobile cellular network transmission may also be referred to as cellular data transmission or mobile data transmission.
The network data in the embodiment of the present invention refers to data transmitted through a network.
For example, by executing the method in the embodiment of the present invention, the mobile terminal may invoke a process, connect with a device (smart device) through WIFI transmission, and further obtain network data on the device side through WIFI transmission; simultaneously, another process is called, the cellular data transmission is carried out to connect with the service side equipment, and then the network data of the network side is obtained through the cellular data transmission; then, the obtained network data of the device side or the network data of the network side can be interacted among the processes in a cross-process mode to send the network data of the device side to the network side or send the network data of the network side to the device side, so that the process of network sharing is realized.
The embodiment of the invention calls the pre-established processes to ensure that each process obtains the network data through the corresponding data transmission type and interacts the obtained network data among the processes, thereby effectively solving the problem of multi-type network sharing and further effectively improving the experience degree of users.
On the basis of the above embodiment, a modification of the above embodiment is further proposed.
In this embodiment of the present invention, optionally, before invoking the plurality of pre-created processes to enable each process to obtain the network data through the corresponding network connection, the invoking may include: according to the number of data transmission types, a corresponding number of processes are created at the application program (APP) layer. According to the embodiment of the invention, the process can be established on the APP layer under the android system, the process of sharing the multiple types of networks is effectively realized, the problem of sharing the multiple types of networks is effectively solved, and the experience degree of the user is effectively improved.
For example, in an App layer under an android system, two processes are started to perform a synchronous data request, one process exchanges data with hardware equipment through WIFI, the other process requests data of a remote network server through mobile cellular data, and meanwhile data interaction is performed between the two processes, so that a dual-network sharing process is realized.
The processes in embodiments of the present invention may include a primary process and a secondary process.
In this embodiment of the present invention, optionally, creating a corresponding number of processes at the application layer according to the number of the data transmission types may include: detecting that the established data transmission type is a main process of wireless transmission; and starting an auxiliary process with the data transmission type of cellular data transmission in a preset application program. The established wireless transmission in the embodiment of the present invention may be considered that the data transmission type bound by the main process of the application is wireless transmission, which indicates that a connection has been established with the device by a wireless transmission method.
In the embodiment of the invention, the auxiliary process can be regarded as a process which is newly built besides the main process; the process in the embodiment of the present invention may also be referred to as a service process.
In this embodiment of the present invention, optionally, according to the cellular data transmission, starting an auxiliary process in a preset application program, where the auxiliary process includes: configuring Service in a manifest file of an application program; starting the auxiliary process in the Service through the process attribute; the data transmission type is determined to be cellular data transmission in an assistance procedure.
Wherein the determining the type of data transmission as cellular data transmission in the assistance process comprises: and selecting the data transmission type as cellular data transmission by utilizing a NetworkQuest method in the auxiliary process.
For example, after the hardware device is connected, an application program in the mobile terminal is started, and a new service process is started in the application program, which specifically includes: configuring a Service in the list file, and then starting a new process by using the process attribute list; then, in the newly created process, the service is bound firstly, and then a transmission data type is selected to be a cellular network (NET _ CAPBILITY _ INTERNET) by utilizing an android NetworkQuest method, so that the binding of the process and the data transmission type is realized.
The embodiment of the invention effectively realizes dual-network sharing by binding wireless transmission in the main process and binding cellular data transmission in the auxiliary process.
In the embodiment of the present invention, optionally, invoking each pre-created process to enable each process to obtain network data through a corresponding data transmission type may include: calling a main process to enable the main process to obtain network data of the equipment side through wireless transmission; and calling the auxiliary process to enable the auxiliary process to obtain the network data of the network side through cellular data transmission. Thereby realizing data interaction between the two processes.
Example two
The embodiment of the invention provides a data synchronization method, and the method in the embodiment of the invention has the following use scenes, namely, WIFI in a mobile phone is occupied by other hardware equipment except a router, and at the moment, the WIFI cannot provide flow data, but the data transmission of flow is required to be carried out through a mobile cellular network, and the method comprises the following steps:
s201: when WIFI is occupied by other hardware devices outside the router, the APP main process is not occupied, and at the moment, the WIFI cannot provide flow data and the flow data transmission needs to be carried out through the mobile cellular network.
S202: and after the hardware equipment is connected, starting an application program in the android mobile phone, starting a new Service process in the application program, configuring a Service in the manifest file, and starting the new process by using the process attribute list.
S203: and calling the process of the APP.
S204: a new process is started by the service.
S205: the network type is selected to be a cellular data connection type by Connectivity. For example, in a newly created process, a service is bound, and then a network quest method in the android native API is used to select a transmission data type as a cellular network (NET _ capacity _ INTERNET). This allows the use of different types of networks between the two processes. Wherein, for the sake of brevity of description, the new process is defined as an auxiliary process.
S206: and the main process performs data interaction with the hardware equipment through WIFI.
S207: the auxiliary process performs data interaction with a remote server of the service side through a cellular network.
S208: and the AIDL carries out data interaction. In detail, although two processes use different network types at the same time, the effect of mutual interaction between the two processes is not achieved, and at this time, data interaction between the two processes needs to be realized through a cross-process technical means. For example: and (3) creating an AIDL (AIDL) (A) as a connecting tool for Service and Activity, and realizing data interaction between two processes by binding in a BindService mode or by a Contentprovider in the four android components.
And finally, another AIDL (B) is created, the B carries data, and the data requested by the mobile network is transmitted back to Activity through the A.
Therefore, two data output modes can be used in the current application program at the same time, for example, data are read from hardware equipment through WIFI and are sent to a server at the same time, or data sent by the server are transmitted to the hardware equipment, and the method is generally used for related fields such as remote equipment upgrading, live broadcasting and the like.
The embodiment of the invention effectively solves the problem that the mobile network can not request data when the application program is internally connected with the wireless network; network connection diversification is realized; meanwhile, the requirement of requesting a remote network server while communicating with hardware equipment is met; the experience degree of the user is effectively improved.
EXAMPLE III
An embodiment of the present invention provides a mobile terminal, as shown in fig. 3, the mobile terminal includes a memory 30 and a processor 32; the memory 30 stores a data synchronization computer program that is executed by the processor 32 to implement the steps of the method according to any one of the first embodiment or the second embodiment.
For example, to implement the following steps: calling a plurality of pre-established processes to enable each process to obtain network data through a corresponding data transmission type; and interacting the obtained network data among the processes.
In the embodiment of the present invention, optionally, before invoking each pre-created process to enable each process to obtain network data through a corresponding network connection, the method includes: and creating a corresponding number of processes at the application program layer according to the number of the data transmission types.
In the embodiment of the present invention, optionally, the data transmission type includes wireless transmission and cellular data transmission.
In the embodiment of the present invention, optionally, creating a corresponding number of processes at an application layer according to the number of data transmission types includes: detecting that the established data transmission type is a main process of wireless transmission; and starting an auxiliary process with the data transmission type of cellular data transmission in a preset application program.
In this embodiment of the present invention, optionally, in a preset application, starting an auxiliary process in which the data transmission type is cellular data transmission, includes: configuring Service in a manifest file of an application program; starting the auxiliary process in the Service through the process attribute; the data transmission type is determined to be cellular data transmission in an assistance procedure.
Wherein, determining the data transmission type as cellular data transmission in the auxiliary process comprises: selecting data transmission type as cellular data transmission by utilizing NetworkQuest method in auxiliary process
In the embodiment of the present invention, optionally, invoking each pre-created process to enable each process to obtain network data through a corresponding data transmission type includes: calling a main process to enable the main process to obtain network data of the equipment side through wireless transmission; and calling the auxiliary process to enable the auxiliary process to obtain the network data of the network side through cellular data transmission.
In this embodiment of the present invention, optionally, interacting the obtained network data among processes includes: and interacting the network data of the equipment side or the network data of the network side among the processes in a cross-process mode to send the network data of the equipment side to the network side or send the network data of the network side to the equipment side.
In specific implementation, the embodiments of the present invention can also refer to the above embodiments of the method, and have corresponding technical effects.
Example four
An embodiment of the present invention provides a mobile terminal, as shown in fig. 4, where the mobile terminal includes:
a calling module 40, configured to call a plurality of pre-created processes, so that each process obtains network data according to a corresponding data transmission type;
and the synchronization module 42 is used for interacting the obtained network data among the processes.
The embodiment of the invention calls the pre-established processes to ensure that each process obtains the network data through the corresponding data transmission type and interacts the obtained network data among the processes, thereby effectively solving the problem of multi-type network sharing and further effectively improving the experience degree of users.
In this embodiment of the present invention, optionally, the mobile terminal may further include: and the creating module is used for creating a corresponding number of processes in the application program layer according to the number of the data transmission types. Wherein the data transmission types include wireless transmission and cellular data transmission.
According to the method and the device, the process of sharing the multiple types of networks can be effectively realized through the APP layer creation process of the creation module under the android system, so that the problem of sharing the multiple types of networks is effectively solved, and the experience degree of the user is effectively improved.
In the embodiment of the present invention, optionally, the process includes a main process and an auxiliary process. In the embodiment of the present invention, optionally, the creating module is specifically configured to detect that the established data transmission type is a main process of wireless transmission; and starting an auxiliary process with the data transmission type of cellular data transmission in a preset application program.
In this embodiment of the present invention, optionally, in a preset application, starting an auxiliary process in which the data transmission type is cellular data transmission, includes: configuring Service in the manifest file of the application program; starting the auxiliary process in the Service through process attributes; determining, in the assistance process, that the type of data transmission is a cellular data transmission.
In this embodiment of the present invention, optionally, the determining, in the assisting process, that the data transmission type is cellular data transmission includes: and selecting the data transmission type as cellular data transmission by utilizing a NetworkQuest method in the auxiliary process.
The embodiment of the invention carries out wireless transmission through the main process and carries out cellular data transmission through the auxiliary process, thereby effectively realizing dual-network sharing.
In this embodiment of the present invention, optionally, the invoking module 40 is specifically configured to invoke the host process, so that the host process obtains network data of a device side (for example, a router) through the wireless transmission; and invoking the auxiliary process to enable the auxiliary process to obtain network data of a network side through the cellular data transmission.
In this embodiment of the present invention, optionally, the synchronization module 42 is specifically configured to perform interaction between processes in a cross-process manner on the network data of the device side or the network data of the network side, so as to send the network data of the device side to the network side, or send the network data of the network side to the device side.
In this embodiment of the present invention, optionally, the mobile terminal further includes: the wireless data connection module is used for establishing wireless connection with the equipment on the equipment side; and the mobile data connection module is used for establishing cellular data connection with the server at the network side. The wireless data connection module in the embodiment of the invention can be a WIFI module.
The mobile terminal in the embodiment of the present invention is a product embodiment of the first embodiment and the second embodiment, and when the mobile terminal is specifically implemented, reference may also be made to the first embodiment and the second embodiment, so that a corresponding technical effect is achieved.
EXAMPLE five
The embodiment of the present invention provides a computer-readable storage medium, wherein the storage medium stores a data synchronization computer program, and the computer program is executed by at least one processor to implement the steps of the method according to any one of the first embodiment and the second embodiment.
When the embodiment of the invention is specifically implemented, reference can be made to the above embodiments, and corresponding technical effects are achieved.
Computer-readable storage media in embodiments of the invention may be RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, a hard disk, a removable disk, a CD-ROM, or any other form of storage media known in the art. A storage medium may be coupled to the processor such that the processor can read information from, and write information to, the storage medium; or the storage medium may be integral to the processor. The processor and the storage medium may reside in an application specific integrated circuit.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are merely exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.
Claims (5)
1. A method for synchronizing data, the method comprising:
calling a plurality of pre-established processes to enable each process to obtain network data through a corresponding data transmission type;
interacting the obtained network data among processes;
before invoking a plurality of pre-created processes and enabling each process to obtain network data through a corresponding network connection, the method comprises the following steps:
establishing a corresponding number of processes in an application program layer according to the number of the data transmission types;
the data transmission types comprise wireless transmission and cellular data transmission;
the process comprises a main process and an auxiliary process;
creating a corresponding number of processes at the application layer based on the number of data transfer types, including:
detecting that the established data transmission type is a main process of wireless transmission;
starting an auxiliary process with a data transmission type of cellular data transmission in a preset application program;
in a preset application program, starting an auxiliary process with a data transmission type of cellular data transmission, comprising:
configuring Service in the manifest file of the application program;
starting the auxiliary process in the Service through process attributes;
determining, in the secondary process, a data transmission type as cellular data transmission;
the determining, in the assistance process, a data transmission type to be a cellular data transmission comprises:
and selecting the data transmission type as cellular data transmission by utilizing a NetworkQuest method in the auxiliary process.
2. The method of claim 1, wherein invoking pre-created processes to cause each process to obtain network data via a corresponding data transfer type comprises:
calling the main process to enable the main process to obtain network data of the equipment side through the wireless transmission;
and calling the auxiliary process to enable the auxiliary process to obtain network data of a network side through the cellular data transmission.
3. The method of claim 2, wherein interacting the obtained network data among processes comprises:
and interacting the network data of the equipment side or the network data of the network side among the processes in a cross-process mode to send the network data of the equipment side to the network side or send the network data of the network side to the equipment side.
4. A mobile terminal, characterized in that the mobile terminal comprises a memory and a processor; the memory stores a data synchronization computer program that is executed by the processor to perform the steps of the method of any of claims 1-3.
5. A computer-readable storage medium, characterized in that the storage medium stores a data synchronization computer program which, when executed by at least one processor, performs the steps of the method according to any one of claims 1-3.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201711344962.9A CN108173909B (en) | 2017-12-15 | 2017-12-15 | Data synchronization method, mobile terminal and computer readable storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201711344962.9A CN108173909B (en) | 2017-12-15 | 2017-12-15 | Data synchronization method, mobile terminal and computer readable storage medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN108173909A CN108173909A (en) | 2018-06-15 |
CN108173909B true CN108173909B (en) | 2021-11-16 |
Family
ID=62525480
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201711344962.9A Expired - Fee Related CN108173909B (en) | 2017-12-15 | 2017-12-15 | Data synchronization method, mobile terminal and computer readable storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN108173909B (en) |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114611458B (en) * | 2020-12-08 | 2024-12-24 | 永中软件股份有限公司 | Method and computing device for displaying multiple files in different formats on one page |
CN113115482B (en) * | 2021-03-31 | 2022-11-22 | 影石创新科技股份有限公司 | Terminal communication method and device based on android system, terminal and storage medium |
CN114364059B (en) * | 2022-01-11 | 2024-02-23 | 拉扎斯网络科技(上海)有限公司 | Communication method and device of storage cabinet |
Family Cites Families (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5103837B2 (en) * | 2006-09-14 | 2012-12-19 | 富士通株式会社 | COMMUNICATION DEVICE, NETWORK DEVICE, COMMUNICATION SYSTEM, COMMUNICATION METHOD, AND COMMUNICATION PROGRAM |
CA2619307C (en) * | 2007-02-14 | 2013-04-30 | Nec Corporation | Optical transmitting apparatus and temperature controlling method used therefor |
US20140331166A1 (en) * | 2013-05-06 | 2014-11-06 | Samsung Electronics Co., Ltd. | Customize smartphone's system-wide progress bar with user-specified content |
US9894476B2 (en) * | 2013-10-02 | 2018-02-13 | Federico Fraccaroli | Method, system and apparatus for location-based machine-assisted interactions |
US9398415B1 (en) * | 2014-05-23 | 2016-07-19 | Amdocs Software Systems Limited | System, method, and computer program for determining geo-location of user equipment for a subscriber that is in simultaneous communication with a cellular network and a wi-fi network |
CN104125269B (en) * | 2014-06-30 | 2018-08-14 | 广州酷狗计算机科技有限公司 | Method for limiting speed and device |
CN104507158B (en) * | 2014-12-30 | 2018-10-23 | 北京奇虎科技有限公司 | A kind of method, apparatus and mobile terminal for establishing WLAN connection |
AR103916A1 (en) * | 2015-03-13 | 2017-06-14 | ERICSSON TELEFON AB L M (publ) | METHOD AND APPLIANCE FOR THE INSTALLATION OF TRAFFIC AGGREGATION BETWEEN WLAN AND 3GPP |
CN104837167A (en) * | 2015-04-29 | 2015-08-12 | 深圳市金立通信设备有限公司 | Network switching method |
CN105357373B (en) * | 2015-10-08 | 2018-11-13 | 广州中海达定位技术有限公司 | Multi net voting based on android system simultaneously uses method and system |
CN106413045B (en) * | 2016-09-30 | 2018-05-11 | 深圳市保千里电子有限公司 | A kind of wireless wifi and the method and system of mobile communication synchronous operation |
CN107153583B (en) * | 2017-05-24 | 2020-11-17 | 太仓市昊博技术服务有限公司 | Cross-process interaction processing method, mobile terminal and computer readable storage medium |
-
2017
- 2017-12-15 CN CN201711344962.9A patent/CN108173909B/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
CN108173909A (en) | 2018-06-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10939404B2 (en) | User-equipment location area updating method, access network entity, user equipment and core network entity | |
CN102413150B (en) | Server and virtual desktop control method and virtual desktop control system | |
CN110267327A (en) | Service transmission method and device | |
CN109845216B (en) | Communication method and device | |
CN108173909B (en) | Data synchronization method, mobile terminal and computer readable storage medium | |
CN111797173B (en) | Alliance chain sharing system, method and device, electronic equipment and storage medium | |
CN104615421A (en) | Virtual gift display method and device | |
CN104717684A (en) | WIFI mode virtual co-existence method and device | |
CN110582998A (en) | Group communication method and device, computer storage medium and computer equipment | |
US20170180468A1 (en) | Method, electronic device and non-transitory computer-readable storage medium for connecting P2P network node | |
WO2019047117A1 (en) | Network access method, terminal device and network device | |
CN105100150B (en) | Cloud desktop migration method and device and distributed cloud desktop system | |
CN104601448B (en) | A kind of method and apparatus handled virtual card | |
EP3591528A1 (en) | Broadcast queue adjustment method and apparatus, and terminal device | |
CN105554845A (en) | An access method, router and terminal | |
CN111586716A (en) | Network slice deployment method and device | |
CN108551477A (en) | Data transmission channel establishment system, network storage device, server and method | |
CN105553703A (en) | Information processing method, electronic device and system | |
CN114157917B (en) | Video editing method and device and terminal equipment | |
CN114631288A (en) | Device connection method, device and readable storage medium | |
CN107534678A (en) | Establish the method, apparatus and system being connected between VNFM and VIM | |
CN104821939A (en) | Method for realizing asynchronous communication between computer and mobile equipment, and device thereof | |
CN102891888B (en) | Data access method and related equipment and system | |
CN107635291A (en) | A kind of method of shared data, terminal and computer-readable recording medium | |
CN111683407B (en) | Resource allocation method and device |
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 | ||
CB02 | Change of applicant information | ||
CB02 | Change of applicant information |
Address after: 264200 Zone E, blue venture Valley, No. 40, Yangguang Road, Nanhai new area, Weihai City, Shandong Province Applicant after: Zhendi Technology Co.,Ltd. Address before: Unit 301, unit a, 9 Fulin Road, Chaoyang District, Beijing 100107 Applicant before: POWERVISION TECH Inc. |
|
GR01 | Patent grant | ||
GR01 | Patent grant | ||
CF01 | Termination of patent right due to non-payment of annual fee | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20211116 |