CN106533703A - Method and system for remotely controlling startup of application program - Google Patents

Method and system for remotely controlling startup of application program Download PDF

Info

Publication number
CN106533703A
CN106533703A CN201611124331.1A CN201611124331A CN106533703A CN 106533703 A CN106533703 A CN 106533703A CN 201611124331 A CN201611124331 A CN 201611124331A CN 106533703 A CN106533703 A CN 106533703A
Authority
CN
China
Prior art keywords
application program
client
server
control command
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201611124331.1A
Other languages
Chinese (zh)
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.)
Wuhan Douyu Network Technology Co Ltd
Original Assignee
Wuhan Douyu Network 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 Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201611124331.1A priority Critical patent/CN106533703A/en
Publication of CN106533703A publication Critical patent/CN106533703A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/02Details
    • H04L12/12Arrangements for remote connection or disconnection of substations or of equipment thereof
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • H04L67/125Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks involving control of end-device applications over a network

Abstract

The invention discloses a method and system for remotely controlling the startup of an application program, and relates to the field of remote control. The method comprises the following steps: a client customizes a static broadcast receiver and receives broadcast information initiated by an Android system by using the static broadcast receiver; a connection between the client and a server is established; the server issues a control command to start the application program to the client, the control command o start the application program including the information of the application program to be started; and the control command analyzes the received control command and obtain the information of the application program to be started, and sends the information of the application program to be started to the static broadcast receiver in order that the corresponding application program is started by the client. The method and system do not require a manual click to start the application program, and can remotely control the startup of the application program.

Description

The method and system that remote control application program starts
Technical field
The present invention relates to remote control field, and in particular to the method and system that a kind of remote control application program starts.
Background technology
Start application program in android system typically by the manual mode clicked on to start application program, such as Application program cannot be started in the case of fruit addressee absent.But when in the case of some Special uses, Want to remote activation application program, such as remote testing or other application scene etc..So, it is special in order to meet Under service condition, need to seek a kind of method for being capable of the startup of remote control application program.
The content of the invention
For defect present in prior art, it is an object of the invention to provide one kind need not click on startup manually answering With program, it is capable of the method for remote control application program startup.
To reach object above, the present invention is adopted the technical scheme that:A kind of method that remote control application program starts, The method is comprised the following steps:
The self-defined static broadcast receiver of client, and receive what android system started using static broadcast receiver Broadcast message;
The connection set up between client and server;
Server issues the control command for starting application program to client, the control command bag of the startup application program Include the information of the application program for needing to start;And
The control command that client parsing is received, obtains the information of the application program for needing to start, and will need what is started The information of application program is sent to static broadcast receiver, by the corresponding application program of client terminal start-up.
On the basis of above-mentioned technical proposal, the self-defined static broadcast receiver of the client, and utilize static broadcast Receiver receives the broadcast message of android system startup and comprises the following steps:
Self-defined static broadcast receiver class and static broadcast receiver;
Filter android system and start the broadcast event for completing;
Static broadcast receiver inherits broadcast recipient's class of android system;
Rewrite the onReceive () method in static broadcast receiver;
Android system sends the broadcast message of startup into the onReceive () method for rewriteeing.
On the basis of above-mentioned technical proposal, the client is set up with server after being connected, and the client is periodically sent out Heartbeat packet is sent to server.
On the basis of above-mentioned technical proposal, the network communication mode that the client is provided by SDK Set up with server and be connected.
On the basis of above-mentioned technical proposal, client is set up with server to be included the step of being connected:
The network address of server is delivered in URL, a URL object is obtained using the constructed fuction of URL;
The connection set up between client and server.
On the basis of above-mentioned technical proposal, the control command of JSON forms is passed to visitor by HTTP by the server Family end, bag name information of the control command comprising the application program for needing to start and protocol extension item.
On the basis of above-mentioned technical proposal, include the step of the client terminal start-up corresponding application program:
The control command of the startup application program that client resolution server is issued, obtains the application program that needs start Bag name information;
By the bag name information transmission of the application program for needing to start in Intent objects;
Static broadcast receiver receives Intent objects, and bag name information of the android system according to application program, startup are right The application program answered;
Judge whether application program starts successfully, if so, then return success status, if it is not, then throw exception message.
On the basis of above-mentioned technical proposal, the startup application that the client is issued by FastJson resolution servers The control command of program.
On the basis of above-mentioned technical proposal, also include the step of the client terminal start-up corresponding application program starting anti- Feedback step;The startup feedback step includes;
If client terminal start-up application program success, client will start successful information transmission to server, and server stops The control command for starting application program is issued only;
If client terminal start-up application program fails, client will start the information transmission of failure to server, and service is thought highly of The control command for starting application program is issued again, until application program launching success or reach default repetition and issue number of times, when Application program launching success, then server stopping issue the control command for starting application program, if reach default repetition issuing Number of times, then server stopping issue the control command for starting application program, and failure information is recorded in journal file.
At the same time the present invention also provides one kind and need not click on startup application program manually, being capable of remote control application journey The system that sequence starts.
To reach object above, the present invention is adopted the technical scheme that:
The system that a kind of remote control application program starts, which includes the client and server being connected by network,
The client includes static broadcast receiver, and the static broadcast receiver is opened for receiving android system Dynamic broadcast message;
The server issues the control command for starting application program to the client;Meanwhile,
The client parses the control command, obtains the information of the application program for needing to start, and will need to start The information of application program send to static broadcast receiver, client is after the information for receiving the application program for needing to start Start corresponding application programs.
Compared with prior art, it is an advantage of the current invention that:
(1) mode of static broadcast is employed herein to carry out receiving the message of android system startup, by from Define static broadcast receiver BootBroadcastReceiver and can reach and can just receive in the case where being not turned on applying To the broadcast that android system is sended over, it is a maximum significant properties to receive this in traditional dynamic broadcast. Select self-defined static broadcast mode to receive android system and start broadcast, follow-up service just can start in android system Started at once afterwards, without the need for being artificially again started up related service manually.
(2) present invention in issued used in agreement expansion field extra, this expand field enable this agreement There is more preferable extendibility, when subsequent protocol is upgraded, can be good at the agreement of compatible early version without to visitor Family end and server carry out agreement rewriting.Substantially increase the compatibility and autgmentability of this Protocol Design.
(3) startup feedback step is increased in the present invention, if start unsuccessfully repeatedly can be attempted, so can be significantly Lifting start successful probability.Comparing traditional one-shot command mode that only issues has higher startup success rate.
Description of the drawings
Fig. 1 is the flow chart of the method for medium-long range control application program launching of the present invention;
Fig. 2 is the structured flowchart of the system of medium-long range control application program launching of the present invention.
Specific embodiment
The present invention is described in further detail below in conjunction with accompanying drawing.
Shown in Figure 1, the present invention provides a kind of method that remote control application program starts, and the method includes following step Suddenly:
S1. the self-defined static broadcast receiver of client, and receive android system using static broadcast receiver and start Broadcast message;
Which specifically includes following steps:
Self-defined static broadcast receiver class com.android.test.BootBroadcastReceiver and static state are wide Broadcast receiver BootBroadcastReceiver;
Filter android system and start the broadcast event for completing;
Static broadcast receiver BootBroadcastReceiver inherits the BroadcastReceiver of android system Broadcast recipient's class;
Rewrite the onReceive () method in static broadcast receiver BootBroadcastReceiver;
Android system sends the broadcast message of startup into the onReceive () method for rewriteeing.
In Android, broadcast listening is divided into 2 kinds of modes, and first static broadcast is monitored, and which two is that dynamic broadcast is monitored, Its difference once is below described:
Static broadcast:
Static registration is resident type, that is, after closing application program, and if information broadcast comes, program also can be by Android system calls automatic running.That is static broadcast can be registered when application is not activated, when Application after receiving broadcast message can receive corresponding broadcast message.
Dynamic broadcast:
Dynamic registration broadcast is not that resident type is broadcasted, and the registration of dynamic broadcast needs to enter in the life cycle of activity Row registration, that is to say, that go to register dynamic broadcast when activit starts, needs anti-note when activity is destroyed Volume broadcast, wherein activity represent an interface of android in android, that is, dynamic broadcast is needed in application Can be registered in the case of opening, dynamic broadcast registration when application program is not opened, cannot be carried out.
Due to needing to monitor the startup information of android system, answering when completing just is started in android system Do not started with program, so dynamic broadcast cannot be used.Therefore the present invention from the mode of static broadcast being connect By the startup broadcast message of application program.
In android system, listening broadcast needs to register listening broadcast event in system interface.Only registered wide The monitor broadcast can just receive specific broadcast singal.The monitor registration needs of static broadcast write on In AndroidManifest.xml files, the static broadcast ability registered only in AndroidManifest.xml files Corresponding broadcast message is received enough.AndroidManifest.xml refers to the inventory description text of Android application programs Part, have recorded all interfaces of Android and broadcasts and using information such as required authorities in this file.
Broadcast registration, concrete logon mode are carried out in the inventory file AndroidManifest.xml file of Android It is to add the event that registration is monitored in AndroidManifest.xml, concrete addition content is as follows:
Below registration code is analyzed:
<receiver
android:Name=" com.android.test.BootBroadcastReceiver ">:
The radio receiver label of Receiver tag representation android systems, this label mark represent ensuing letter Breath is a radio receiver.
Com.android.test.BootBroadcastReceiver is self-defining radio receiver class.And it is self-defined Static broadcast receiver BootBroadcastReceiver be used to receive the startup broadcast message of system.
<intent-filter>:
The filter label of this labeled marker broadcast, the broadcast variety of android system very determine to receive more Which broadcast of android system, is realized by filter label, the broadcast message ability for only marking in filter label Enough received, if not having the broadcast message for marking not received between current filter mark.
<action
android:Name=" android.intent.action.BOOT_COMPLETED "/>:
This action tag representation needs the broadcast event for filtering, concrete event content to be Android.intent.action.BOOT_COMPLETED, wherein android.intent.action.BOOT_COMPLETED What this represented is that android system starts the event for completing.
By the broadcast registration of said method, self-defining static broadcast receiver BootBroadcastReceiver is just The broadcast message of android system startup can be received.
Receive the process of broadcast message:
Self-defining static broadcast receiver BootBroadcastReceiver classes need to inherit android system BroadcastReceiver classes, the BroadcastReceiver classes of android system are one and receive dedicated for system The class of broadcast, after inheriting BroadcastReceiver classes, self-defining static broadcast receiver BootBroadcastReceiver just possesses broadcast receiving function.
After BootBroadcastReceiver inherits BroadcastReceiver, onReceive methods therein are rewritten, After rewriteeing onReceive methods, self-defining static broadcast receiver BootBroadcastReceiver just can receive broadcast Message.After android system starts, the broadcast of startup will be sent to self-defining static broadcast receiver by system In onReceive methods in BootBroadcastReceiver, this makes it possible to the processing system in onReceive methods Thing after startup.
The mode of static broadcast is employed herein to carry out receiving the message of android system startup, by making by oneself Adopted static broadcast receiver BootBroadcastReceiver can reach and be not turned on just receiving using in the case of The broadcast that android system is sended over, it is a maximum significant properties to receive this in traditional dynamic broadcast.Choosing Select self-defined static broadcast mode and receive android system startup broadcast, follow-up service just can be after android system starts Started at once, without the need for being artificially again started up related service manually.
S2. the connection set up between client and server;
The connection set up between client and server and comprise the following steps:
1. URL objects are created
URL represents URL, for uniquely representing a network address, the network address of server is transmitted To in URL, the URL object of a URL is obtained using the constructed fuction of URL.It is follow-up set up and server connection when Time is needed using URL objects.
2. created by openConnection and connected
By calling the openConnection functions in URL objects, it becomes possible to set up and the connection between server.
But if client long-time discord server is communicated after setting up connection, then communication may be caused Time-out causes the connection of client and server to disconnect, and in order to keep connection not disconnect, in the present invention, client periodically can be sent out Heartbeat packet is sent to keep not turning off with the communication of server.
As in http communication, whether server meeting poll client sends message, if server long-time is not received The message that client is replied, server are linked with client to discharge resource that the client takes and can disconnecting.If clothes Business device and client are disconnected connection, then client just cannot communicate with service end later, if it is desired to continue communication, client End must re-establish connection.But this process for setting up connection is very time-consuming, in order to solve this problem client Can be solved by sending heartbeat.
Additionally, client periodically sends heartbeat packet, and to server, (content of heartbeat packet carries some of client and believes substantially Breath, such as client mac address, device-dependent message, cell-phone number etc., main purpose is exactly and server is once communicated behaviour Make), you can ensure periodically to be communicated between client and server.Now, server will be considered that client has always a demand for clothes Business, thus server will not disconnect the connection with client.Therefore using heartbeat packet transmission after, can be good at ensure client and The connection of server is not turned off.
In this step, client is set up with server by the network communication mode that SDK JDK is provided and is connected Connect.And client can periodically send heartbeat packet and keep not turning off with the communication of server.Further, since visitor is carried in heartbeat packet The essential information at family end, such server just can be good at judging whether client is online, can pass through if online Http issues the control command for starting application program carrying out startup control to which.
S3. server issues the control command for starting application program to client;
Due to the presence for having heartbeat, so the connection between server and client side will not be disconnected, server can be to Client issues control command word, and control command is JSON forms, and control command is passed to client by HTTP.Wherein JSON (Java Script Object Notation) is a kind of data interchange format of lightweight, and it is based on ECMAScript A subset.
Start application and issue agreement:
What HTTP was passed over is a string of JSON data, and the letter of the application program for needing to start is contained in JSON data Breath, the bag name information of such as application program, the particular content of JSON data are as follows:
Next the JSON data to passing over carry out the explanation of correlation;
Cmd:Order is represented, this mandamus is used to start application program, so value is startApp;
Package:Need the bag name of the application of startup;
Extra:Protocol extension item, facilitates later stage agreement to use when upgrading, reserved at present to use.
Due to originally having issued used in agreement expansion field extra, this expands field and this agreement is had more preferably Extendibility, when subsequent protocol is upgraded, can be good at the agreement of compatible early version without to client and Server carries out agreement rewriting.Substantially increase the compatibility and autgmentability of this Protocol Design.
S4. the control command that client parsing is received, obtains the information of the application program for needing to start, and will need to start The information of application program send to static broadcast receiver, by the corresponding application program of client terminal start-up.
After client receives the JSON information of the startup application program that server is passed over, client is using general FastJson is parsed to the JSON information, and the startup information of the application program is obtained after parsing, and startup information includes application The bag name information of program.
Starting an application program in android system needs the bag name information of application program, because application package Which application program what the uniqueness of name can determine startup is.
The method for starting application program in android system is to call startActivity functions to start, StartActivity functions need one Intent object of transmission to enter.
Intent objects are an intention object in android system, by calling in Intent SetComponentName functions can be by the bag name information transmission of the application program for needing to start in Intent objects.
After static broadcast receiver receives the Intent objects of the bag name information comprising the application program for needing to start, call StartActivity (Intent) function, tells that android system needs to start an application program, now android system The corresponding application program for needing to start will be started.If application starts successfully, then startActivity functions Success status will be returned, if application starts failure so startActivity meeting throw exceptions message out.
Therefore can by startActivity functions whether throw exception message judging using whether starting successfully.
In order to improve the success rate of client terminal start-up application program, the corresponding application program of client terminal start-up in the present invention The step of also include start feedback step, which includes:
If client terminal start-up application program success, client will start successful information transmission to server, and server stops The control command for starting application program is issued only;
If client terminal start-up application program fails, client will start the information transmission of failure to server, and service is thought highly of The control command for starting application program is issued again, until application program launching success or reach default repetition and issue number of times, when Application program launching success, then server stopping issue the control command for starting application program, if reach default repetition issuing Number of times, then server stopping issue the control command for starting application program, and failure information is recorded in journal file.Service The number of times for thinking highly of the control command to client for issuing startup application program again can be controlled as needed, be three in the present invention It is secondary.
Due to increased startup feedback step, if start unsuccessfully repeatedly can be attempted, so greatly can be lifted Start successful probability.Comparing traditional one-shot command mode that only issues has higher startup success rate.
The present invention also provides the system that a kind of remote control application program starts, and which includes the client being connected by network End and server.Client includes static broadcast receiver, and static broadcast receiver is used to receive the wide of android system startup Broadcast information;Server issues the control command for starting application program to the client;Meanwhile, client parsing control command, The information of the application program for needing to start is obtained, and the information of the application program that needs are started sends to static broadcast and receives Device, client start corresponding application programs after the information for receiving the application program for needing to start.
The present invention is not limited to above-mentioned embodiment, for those skilled in the art, without departing from On the premise of the principle of the invention, some improvements and modifications can also be made, these improvements and modifications are also considered as the protection of the present invention Within the scope of.The content not being described in detail in this specification belongs to prior art known to professional and technical personnel in the field.

Claims (10)

1. a kind of method that remote control application program starts, it is characterised in that the method is comprised the following steps:
The self-defined static broadcast receiver of client, and the broadcast that android system starts is received using static broadcast receiver Information;
The connection set up between client and server;
Server issues the control command for starting application program to client, and the control command of the startup application program includes needing The information of application program to be started;And
The control command that client parsing is received, obtains the information of the application program for needing to start, and the application that will need to start The information of program is sent to static broadcast receiver, by the corresponding application program of client terminal start-up.
2. the method that remote control application program as claimed in claim 1 starts, it is characterised in that the client is self-defined Static broadcast receiver, and using static broadcast receiver receive android system start broadcast message comprise the following steps:
Self-defined static broadcast receiver class and static broadcast receiver;
Filter android system and start the broadcast event for completing;
Static broadcast receiver inherits broadcast recipient's class of android system;
Rewrite the onReceive () method in static broadcast receiver;
Android system sends the broadcast message of startup into the onReceive () method for rewriteeing.
3. the method that remote control application program as claimed in claim 1 starts, it is characterised in that:The client and service After device sets up connection, the client periodically sends heartbeat packet to server.
4. the method that remote control application program as claimed in claim 1 starts, it is characterised in that:The client is by soft The network communication mode that part development kit is provided is set up with server and is connected.
5. the method that remote control application program as claimed in claim 1 starts, it is characterised in that client is built with server The step of vertical connection, includes:
The network address of server is delivered in URL, a URL object is obtained using the constructed fuction of URL;
The connection set up between client and server.
6. the method that remote control application program as claimed in claim 1 starts, it is characterised in that:The server passes through The control command of JSON forms is passed to client, bag name of the control command comprising the application program for needing to start by HTTP Information and protocol extension item.
7. the method that remote control application program as claimed in claim 1 starts, it is characterised in that the client terminal start-up pair The step of application program answered, includes:
The control command of the startup application program that client resolution server is issued, obtains the bag name of the application program that needs start Information;
By the bag name information transmission of the application program for needing to start in Intent objects;
Static broadcast receiver receives Intent objects, and bag name information of the android system according to application program starts corresponding Application program;
Judge whether application program starts successfully, if so, then return success status, if it is not, then throw exception message.
8. the method that remote control application program as claimed in claim 7 starts, it is characterised in that:The client passes through The control command of the startup application program that FastJson resolution servers are issued.
9. the method that the remote control application program as described in claim 1 or 7 starts, it is characterised in that:The client is opened The step of moving corresponding application program also includes starting feedback step;The startup feedback step includes;
If client terminal start-up application program success, client will start successful information transmission to server, under server stops Send out the control command for starting application program;
If client terminal start-up application program fails, client will start the information transmission of failure to server, under server repeats The control command for starting application program is sent out, until application program launching success or reaching default repetition and issuing number of times, works as application Program starts successfully, then server stops issuing the control command for starting application program, if reaching default repetition issues number of times, Then server stops issuing the control command for starting application program, and failure information is recorded in journal file.
10. the system that a kind of remote control application program starts, which includes the client and server being connected by network, its It is characterised by:
The client includes static broadcast receiver, and the static broadcast receiver is used to receive android system startup Broadcast message;
The server issues the control command for starting application program to the client;Meanwhile,
The client parses the control command, and acquisition needs the information of the application program for starting, and will need what is started to answer Sent to static broadcast receiver with the information of program, client starts after the information for receiving the application program for needing to start Corresponding application programs.
CN201611124331.1A 2016-12-08 2016-12-08 Method and system for remotely controlling startup of application program Pending CN106533703A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611124331.1A CN106533703A (en) 2016-12-08 2016-12-08 Method and system for remotely controlling startup of application program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611124331.1A CN106533703A (en) 2016-12-08 2016-12-08 Method and system for remotely controlling startup of application program

Publications (1)

Publication Number Publication Date
CN106533703A true CN106533703A (en) 2017-03-22

Family

ID=58342324

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611124331.1A Pending CN106533703A (en) 2016-12-08 2016-12-08 Method and system for remotely controlling startup of application program

Country Status (1)

Country Link
CN (1) CN106533703A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107861766A (en) * 2017-06-26 2018-03-30 平安普惠企业管理有限公司 Using startup method, apparatus and computer-readable recording medium
CN109271130A (en) * 2018-09-12 2019-01-25 网易(杭州)网络有限公司 Audio frequency playing method, medium, device and calculating equipment
WO2019136848A1 (en) * 2018-01-11 2019-07-18 武汉斗鱼网络科技有限公司 Method for preventing broadcast unregistration anomaly, storage medium, device, and system
CN111814134A (en) * 2020-06-30 2020-10-23 中天掌金(北京)科技有限公司 Method for remotely resetting boot password of Android device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101094310A (en) * 2006-06-23 2007-12-26 华为技术有限公司 Method, application, and device for changing application states in multiple current services
CN102131001A (en) * 2011-03-21 2011-07-20 北京洋浦伟业科技发展有限公司 Remote control system and method of mobile communication terminal
CN104994481A (en) * 2015-07-10 2015-10-21 上海斐讯数据通信技术有限公司 Method and system for transceiving broadcast messages between application programs in Android system
CN105955791A (en) * 2016-06-28 2016-09-21 浪潮软件集团有限公司 Method and device for starting designated target

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101094310A (en) * 2006-06-23 2007-12-26 华为技术有限公司 Method, application, and device for changing application states in multiple current services
CN102131001A (en) * 2011-03-21 2011-07-20 北京洋浦伟业科技发展有限公司 Remote control system and method of mobile communication terminal
CN104994481A (en) * 2015-07-10 2015-10-21 上海斐讯数据通信技术有限公司 Method and system for transceiving broadcast messages between application programs in Android system
CN105955791A (en) * 2016-06-28 2016-09-21 浪潮软件集团有限公司 Method and device for starting designated target

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107861766A (en) * 2017-06-26 2018-03-30 平安普惠企业管理有限公司 Using startup method, apparatus and computer-readable recording medium
CN107861766B (en) * 2017-06-26 2021-04-23 平安普惠企业管理有限公司 Application starting method and device and computer readable storage medium
WO2019136848A1 (en) * 2018-01-11 2019-07-18 武汉斗鱼网络科技有限公司 Method for preventing broadcast unregistration anomaly, storage medium, device, and system
CN110035030A (en) * 2018-01-11 2019-07-19 武汉斗鱼网络科技有限公司 One kind prevents from broadcasting anti-registration abnormity method, storage medium, equipment and system
CN110035030B (en) * 2018-01-11 2020-10-16 武汉斗鱼网络科技有限公司 Method, storage medium, device and system for preventing broadcast anti-registration abnormity
CN109271130A (en) * 2018-09-12 2019-01-25 网易(杭州)网络有限公司 Audio frequency playing method, medium, device and calculating equipment
CN109271130B (en) * 2018-09-12 2021-12-17 网易(杭州)网络有限公司 Audio playing method, medium, device and computing equipment
CN111814134A (en) * 2020-06-30 2020-10-23 中天掌金(北京)科技有限公司 Method for remotely resetting boot password of Android device

Similar Documents

Publication Publication Date Title
CN106533703A (en) Method and system for remotely controlling startup of application program
US20090160694A1 (en) Interaction with autonomous consumer electronics devices
CN106533813A (en) Method for remotely controlling upgrade of intelligent device
CN105264902A (en) System for universal remote media control in a multi-user, multi-platform, multi-device environment
CN101075990B (en) Method for issuing instant telecommunication software and instant telecommunication server
CN103491055A (en) Method for synchronizing information among clients, clients and server
CN106993043B (en) Data communication system and method based on agency
CN108540565A (en) A method of the mobile terminal push based on MQTT agreements and statistics
CN102256241B (en) Method, server and intelligent card for acquiring bearer independent protocol (BIP) information of terminal
CN111835828B (en) Intelligent classroom electronic class board and access control system and method
CN106102033B (en) A kind of equipment communication means and device based on Android platform
CN107231275B (en) Method for connection configuration of user equipment and household equipment
CN103763325B (en) Method for building IP security product development environment
CN106797393A (en) For being the method for labeling assignments action in network, corresponding network and control device
CN107465724A (en) Download method, user equipment and the application server of application program
CN106161563B (en) Information push method and device
US20100049804A1 (en) Instant Messaging
KR102079285B1 (en) IoT SERVICE PROVIDING APPARATUS AND PROVIDING METHOD
CN108768974A (en) A kind of method and device forming log-on message
CN105554737B (en) A kind of voice communication implementation method and server
US11804986B2 (en) Method for the remote management of a device connected to a residential gateway
CN109729154B (en) Simple message subscription and publishing service method based on controller
CN108989467B (en) Centralized addressing method
CN102883129B (en) Video communication method and terminal
CN114567458A (en) System and method for quickly identifying monitoring equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20170322

RJ01 Rejection of invention patent application after publication