CN102917095A - Method and device for testing terminal based on Android - Google Patents

Method and device for testing terminal based on Android Download PDF

Info

Publication number
CN102917095A
CN102917095A CN2012103872614A CN201210387261A CN102917095A CN 102917095 A CN102917095 A CN 102917095A CN 2012103872614 A CN2012103872614 A CN 2012103872614A CN 201210387261 A CN201210387261 A CN 201210387261A CN 102917095 A CN102917095 A CN 102917095A
Authority
CN
China
Prior art keywords
port
terminal
socket
data
adb
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN2012103872614A
Other languages
Chinese (zh)
Other versions
CN102917095B (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.)
Hisense Mobile Communications Technology Co Ltd
Original Assignee
Hisense Mobile Communications 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 Hisense Mobile Communications Technology Co Ltd filed Critical Hisense Mobile Communications Technology Co Ltd
Priority to CN201210387261.4A priority Critical patent/CN102917095B/en
Publication of CN102917095A publication Critical patent/CN102917095A/en
Application granted granted Critical
Publication of CN102917095B publication Critical patent/CN102917095B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Telephone Function (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention relates to the technical field of communication, in particular to a method and a device for testing a terminal based on the Android, solving the problem that currently, testing software is required to be designed according to different chips during development. The method provided by the embodiment of the invention comprises the following steps: establishing Socket connection between a testing terminal and a terminal to be tested via an ADB interface; and via the established Socket connection, achieving signal interaction and data transmission between the testing terminal and the terminal to be tested by adopting a communication protocol supported by the ADB interface. According to the invention, since the Socket connection between the testing terminal and the terminal to be tested is established via the ADB interface, when terminals to be tested, which are based on different hardware platforms, are tested, communication can be achieved as long as a communication protocol supported by the ADB interface is adopted, therefore, different testing software is not required to be developed to aim at different hardware platforms, and further development repeatability of the testing ware is reduced.

Description

A kind of method and device of the terminal test based on the Android system
Technical field
The present invention relates to communication technical field, particularly a kind of method and device of the terminal test based on the Android system.
Background technology
At present, based on the terminal of Android system, such as mobile phone, panel computer etc., be widely used in the daily life.In the making or later maintenance process of terminal, need to be for different terminal development testing software and communication softwares, to realize exploitation and the test to terminal.These testing softwares and communication software, the Modem communication port that the general inside chip that all is based on terminal provides designs; The Modem communication port that chip provides comprises diagnostic port (Diagnostic), dummy general serial bus (Universal Serial Bus, USB) communication port etc.
Because multiple different hardware platform is arranged at present, the command format and the data transmission format that adopt based on the chip of different Hardware platform design might be different, thereby cause when development and testing software or communication software, for can and the chip of terminal between carry out instruction interaction and transfer of data, need to corresponding command format and data transmission format develop and design for different chips.For the terminal that adopts different hardware platforms, when each terminal is tested, sometimes only need to realize the test of same function, but because different chips might adopt different command format and data transmission format, therefore, need overlapping development to have testing software or the communication software of identical function for each different chip, thereby not only caused the waste of resource, also so that the construction cycle of testing software and communication software elongated.
In sum, the test interface disunity that the terminal of employing different hardware platforms provides, and the command format that different chips adopt and data transmission format also might be different, so that when development and testing software or communication software, need to corresponding command format and data transmission format design for different chips, not only caused the waste of resource, also so that the construction cycle of testing software and communication software elongated.
Summary of the invention
The embodiment of the invention provides a kind of method and device of the terminal test based on the Android system, be used for to solve prior art when development and testing software or communication software, need to be for the different chips corresponding command format of existence and the problem that data transmission format designs.
The embodiment of the invention provides a kind of method of the terminal test based on the Android system, comprising:
Test lead is set up Socket with dut terminal and is connected by the debugging bridge ADB interface of Android system;
Described test lead connects by the Socket that sets up, the communication protocol that adopts described ADB interface to support, and carry out Signalling exchange and transfer of data between the described dut terminal, to finish the test to described dut terminal.
The embodiment of the invention provides a kind of device of the terminal test based on the Android system, comprising:
Connect and set up module, be used for setting up Socket with dut terminal and being connected by the ADB interface;
Communication module is used for connecting by the Socket that sets up, the communication protocol that adopts described ADB interface to support, and carry out Signalling exchange and transfer of data between the described dut terminal, to finish the test to described dut terminal.
Embodiment of the invention test lead is by the ADB interface, with set up Socket between the tested terminal and be connected, to realize carrying out instruction interaction and transfer of data with tested terminal, and then realization is to the test of this tested terminal, therefore, the testing software of test lead is when testing based on the tested terminal of different hardware platforms, as long as adopt the communication protocol of ADB interface support to communicate, and no longer need to develop different testing softwares for different hardware platforms, thereby reduced the repeatability of the testing software exploitation of test lead; And, adopt the ADB interface to communicate, its communication speed is faster than traditional serial communication speed, thereby has improved testing efficiency.
Description of drawings
Fig. 1 is that the embodiment of the invention is based on the method flow schematic diagram of the terminal test of Android system;
Fig. 2 is that the embodiment of the invention is based on the handset testing method schematic flow sheet of Android system;
Fig. 3 is the performed operating process schematic diagram of PC end in the embodiment of the invention handset testing method;
Fig. 4 is the performed operating process schematic diagram of tested mobile phone in the embodiment of the invention handset testing method;
Fig. 5 is that the embodiment of the invention is based on the apparatus structure schematic diagram of the terminal test of Android system.
Embodiment
Embodiment of the invention test lead is by the ADB interface, with set up Socket between the tested terminal and be connected, to realize carrying out instruction interaction and transfer of data with tested terminal, and then realization is to the test of this tested terminal, therefore, the testing software of test lead is when testing based on the tested terminal of different hardware platforms, as long as adopt the communication protocol of ADB interface support to communicate, and no longer need to develop different testing softwares for different hardware platforms, thereby reduced the repeatability of the testing software exploitation of test lead.
Below in conjunction with Figure of description the embodiment of the invention is described in further detail.
Referring to shown in Figure 1, the method based on the terminal test of Android system that the embodiment of the invention provides may further comprise the steps:
Step 11, test lead pass through the debugging bridge ADB interface of Android system, set up Socket with dut terminal and are connected;
Further, test lead can connect with the terminal based on different hardware platforms by the ADB interface, to realize the test to different terminals;
Further, test lead can be PC PC, notebook computer or server etc.
Step 12, test lead connect by the Socket that sets up, the communication protocol that adopts the ADB interface to support, and carry out Signalling exchange and transfer of data between the dut terminal, to finish the test to dut terminal;
Wherein, the agreement that communicates between test lead and the dut terminal can be existing communication protocol, such as TCP/IP(Transfer Control Protocol, transmission control protocol/Internet Protocol, Internet Protocol), also can be the agreement of certain form of arranging between test lead and the dut terminal, so long as the communication protocol that adopts the ADB interface to support gets final product.
Further, setting up the Socket connection in the step 11 comprises:
Test lead calls adb forward instruction by the ADB interface, sets up Socket and connects; Wherein, test lead sends or receives signaling and data by the Socket port (Port) of appointment in the adb forward instruction.
Further, this adb forward instruction is adb forward tcp:12800tcp12500;
Concrete, port one 2800 is as the Socket port of test lead, and test lead sends instruction or data by port one 2800 to dut terminal, and/or receives instruction or the data that send from dut terminal by port one 2800;
Port one 2500 is as the Socket port of dut terminal, and dut terminal is monitored instruction or the data that send from test lead by port one 2500, and/or sends instruction or data by port one 2500 to test lead.
Need to prove, Android system debug bridge (Android Debug Bridge, ADB) be the interface that is used for debugging in the Android operating system, follows the tracks of the log files such as cell phone software operation information or Log, greatly made things convenient for the developer to develop cell phone software or followed the tracks of to solve cell phone software Bug etc.At present, most intelligent mobile phone platform all is based on the exploitation of Android operating system, although the chip of each mobile phone might be different, but, when communicating based on the ADB interface of Android operating system, the PC end is consistent with the agreement of mobile phone terminal, thereby same testing software or communication software can be shared at the mobile phone of supporting different hardware platforms.
The below is elaborated for example.Referring to shown in Figure 2, the embodiment of the invention comprises based on the method for the terminal test of Android system:
Step 21, move tested mobile phone power-on, and by connecting between usb data line and the PC;
The ADB equipment (tested mobile phone) of listing in the list of devices of testing software according to its equipment manager of step 22, PC end is determined tested mobile phone; Wherein, the driver of ADB is installed among the PC in advance;
The testing software of step 23, PC end calls the adb.exe program, and call instruction " adb forward tcp:12800tcp:12500 " is set up an energy at the PC end and is connected with the Socket that tested mobile phone communicates;
The testing software of step 24, PC end is by instruction interaction or transfer of data between port one 2800 realizations and the tested mobile phone;
Step 25, tested mobile phone terminal are monitored instruction or the data of this PC end by port one 2500, and according to the instruction of receiving or data, are fed back by port one 2500 as the Socket server.
The below is elaborated from the testing software of PC end and the performed operation of cell phone software of tested mobile phone respectively.
Referring to shown in Figure 3, the performed operation of testing software of PC end comprises:
The testing software of step 31, operation PC end;
The testing software of step 32, PC end starts Adb.exe;
The testing software of step 33, PC end calls adb forward instruction and sets up the Socket connection;
The testing software of step 34, PC end sends instruction or data by the Socket port, and/or receives instruction or the data that send from tested mobile phone.
Referring to shown in Figure 4, the performed operation of the cell phone software of tested mobile phone comprises:
Step 41, move tested mobile phone;
The cell phone software of step 42, the tested mobile phone of startup, i.e. the monitoring service of the Socket port of acquiescence during the Socket that startup has been set up connects;
The Socket port of acquiescence was monitored the instruction or the data that send from the PC end during the cell phone software of step 43, tested mobile phone connected by the Socket that has set up;
The cell phone software of step 44, tested mobile phone feeds back by this Socket port according to instruction or the data from the transmission of PC end that receive.
Based on same inventive concept, device based on the terminal test of Android system also is provided in the embodiment of the invention, because the principle of this device solves problem is similar to the method for above-mentioned terminal test based on the Android system, therefore the enforcement of this device can referring to the enforcement of method, repeat part and repeat no more.
Referring to shown in Figure 5, the device based on the terminal test of Android system that the embodiment of the invention provides comprises:
Connect and set up module 51, be used for setting up Socket with dut terminal and being connected by the ADB interface;
Communication module 52 is used for connecting by the Socket that sets up, the communication protocol that adopts the ADB interface to support, and carry out Signalling exchange and transfer of data between the dut terminal, to finish the test to dut terminal.
Further, connect and to set up module 51 and specifically be used for:
By the ADB interface, call adb forward instruction, set up Socket and connect; Wherein, connection is set up module 51 by the Socket port transmission of appointment in the adb forward instruction or is received signaling and data.
The adb forward instruction of further, calling is adb forward tcp:12800tcp12500.
Concrete, port one 2800 is as the Socket port of communication module, and communication module sends instruction or data by port one 2800 to dut terminal, and/or receives instruction or the data that send from dut terminal by port one 2800;
Port one 2500 is as the Socket port of dut terminal, and dut terminal is monitored instruction or the data that send from communication module by port one 2500, and/or sends instruction or data by port one 2500 to communication module.
Further, the device of the embodiment of the invention can be PC, notebook computer or server etc.
Those skilled in the art should understand that embodiments of the invention can be provided as method, system or computer program.Therefore, the present invention can adopt complete hardware implementation example, complete implement software example or in conjunction with the form of the embodiment of software and hardware aspect.And the present invention can adopt the form of the computer program of implementing in one or more computer-usable storage medium (including but not limited to magnetic disc store, CD-ROM, optical memory etc.) that wherein include computer usable program code.
The present invention is that reference is described according to flow chart and/or the block diagram of method, equipment (system) and the computer program of the embodiment of the invention.Should understand can be by the flow process in each flow process in computer program instructions realization flow figure and/or the block diagram and/or square frame and flow chart and/or the block diagram and/or the combination of square frame.Can provide these computer program instructions to the processor of all-purpose computer, special-purpose computer, Embedded Processor or other programmable data processing device producing a machine, so that the instruction of carrying out by the processor of computer or other programmable data processing device produces the device of the function that is used for being implemented in flow process of flow chart or a plurality of flow process and/or square frame of block diagram or a plurality of square frame appointments.
These computer program instructions also can be stored in energy vectoring computer or the computer-readable memory of other programmable data processing device with ad hoc fashion work, so that the instruction that is stored in this computer-readable memory produces the manufacture that comprises command device, this command device is implemented in the function of appointment in flow process of flow chart or a plurality of flow process and/or square frame of block diagram or a plurality of square frame.
These computer program instructions also can be loaded on computer or other programmable data processing device, so that carry out the sequence of operations step producing computer implemented processing at computer or other programmable devices, thereby be provided for being implemented in the step of the function of appointment in flow process of flow chart or a plurality of flow process and/or square frame of block diagram or a plurality of square frame in the instruction that computer or other programmable devices are carried out.
Although described the preferred embodiments of the present invention, in a single day those skilled in the art get the basic creative concept of cicada, then can make other change and modification to these embodiment.So claims are intended to all changes and the modification that are interpreted as comprising preferred embodiment and fall into the scope of the invention.
Embodiment of the invention test lead is by the ADB interface, with set up Socket between the tested terminal and be connected, to realize carrying out instruction interaction and transfer of data with tested terminal, and then realization is to the test of this tested terminal, therefore, the testing software of test lead is when testing based on the tested terminal of different hardware platforms, as long as adopt the communication protocol of ADB interface support to communicate, and no longer need to develop different testing softwares for different hardware platforms, thereby reduced the repeatability of the testing software exploitation of test lead; And, adopt the ADB interface to communicate, its communication speed is faster than traditional serial communication speed, thereby has improved testing efficiency.
Obviously, those skilled in the art can carry out various changes and modification to the present invention and not break away from the spirit and scope of the present invention.Like this, if of the present invention these are revised and modification belongs within the scope of claim of the present invention and equivalent technologies thereof, then the present invention also is intended to comprise these changes and modification interior.

Claims (10)

1. the method based on the terminal test of Android system is characterized in that, this method of testing comprises:
Test lead is set up Socket with dut terminal and is connected by the debugging bridge ADB interface of Android system;
Described test lead connects by the Socket that sets up, the communication protocol that adopts described ADB interface to support, and carry out Signalling exchange and transfer of data between the described dut terminal, to finish the test to described dut terminal.
2. the method for claim 1 is characterized in that, described test lead is set up Socket with described dut terminal and is connected, and comprising:
Described test lead calls adb forward instruction by described ADB interface, sets up Socket and connects; Wherein, described test lead sends or receives signaling and data by the Socket port of appointment in the described adb forward instruction.
3. method as claimed in claim 2 is characterized in that, described adb forward instruction is adbforward tcp:12800tcp12500.
4. method as claimed in claim 3, it is characterized in that, port one 2800 is as the Socket port of described test lead, described test lead sends instruction or data by described port one 2800 to described dut terminal, and/or receives instruction or the data that send from described dut terminal by described port one 2800;
Port one 2500 is as the Socket port of described dut terminal, and described dut terminal is monitored instruction or the data that send from described test lead by described port one 2500, and/or sends instruction or data by described port one 2500 to described test lead.
5. such as the arbitrary described method of claim 1 ~ 4, it is characterized in that described test lead is PC PC, notebook computer or server.
6. the device based on the terminal test of Android system is characterized in that, this device comprises:
Connect and set up module, be used for setting up Socket with dut terminal and being connected by the ADB interface;
Communication module is used for connecting by the Socket that sets up, the communication protocol that adopts described ADB interface to support, and carry out Signalling exchange and transfer of data between the described dut terminal, to finish the test to described dut terminal.
7. device as claimed in claim 6 is characterized in that, described connection is set up module and specifically is used for:
By described ADB interface, call adb forward instruction, set up Socket and connect; Wherein, described connection is set up module by the Socket port transmission of appointment in the described adb forward instruction or is received signaling and data.
8. device as claimed in claim 7 is characterized in that, described adb forward instruction is adbforward tcp:12800tcp12500.
9. device as claimed in claim 8, it is characterized in that, port one 2800 is as the Socket port of described communication module, described communication module sends instruction or data by described port one 2800 to described dut terminal, and/or receives instruction or the data that send from described dut terminal by described port one 2800;
Port one 2500 is as the Socket port of described dut terminal, and described dut terminal is monitored instruction or the data that send from described communication module by described port one 2500, and/or sends instruction or data by described port one 2500 to described communication module.
10. such as the arbitrary described device of claim 6 ~ 9, it is characterized in that described device is PC, notebook computer or server.
CN201210387261.4A 2012-10-10 2012-10-10 A kind of method of the terminal test based on android system and device Active CN102917095B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210387261.4A CN102917095B (en) 2012-10-10 2012-10-10 A kind of method of the terminal test based on android system and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210387261.4A CN102917095B (en) 2012-10-10 2012-10-10 A kind of method of the terminal test based on android system and device

Publications (2)

Publication Number Publication Date
CN102917095A true CN102917095A (en) 2013-02-06
CN102917095B CN102917095B (en) 2015-08-05

Family

ID=47615321

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210387261.4A Active CN102917095B (en) 2012-10-10 2012-10-10 A kind of method of the terminal test based on android system and device

Country Status (1)

Country Link
CN (1) CN102917095B (en)

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103246587A (en) * 2013-04-19 2013-08-14 福州瑞芯微电子有限公司 Method for utilizing SD (secure digital) card for ADB (android debug bridge) debugging on android platform
CN103269291A (en) * 2013-04-19 2013-08-28 福州瑞芯微电子有限公司 ADB debugging method by utilizing point-to-point radio frequency equipment on android platform
CN103269292A (en) * 2013-04-19 2013-08-28 福州瑞芯微电子有限公司 ADB debugging method by utilizing short-distance microwave communication equipment on android platform
CN103269293A (en) * 2013-04-19 2013-08-28 福州瑞芯微电子有限公司 ADB debugging method by utilizing microwave communication equipment on android platform
CN103701874A (en) * 2013-12-11 2014-04-02 深圳市东微智能科技有限公司 Method and system for remote communications of ARM core board and panel
CN104038381A (en) * 2013-03-07 2014-09-10 腾讯科技(深圳)有限公司 Applied cloud testing method and system, client and server
CN104252587A (en) * 2013-06-25 2014-12-31 腾讯科技(深圳)有限公司 File pulling method, device and system
CN104468260A (en) * 2014-11-13 2015-03-25 百度在线网络技术(北京)有限公司 Recognition method, device and system for mobile terminal device
CN104679631A (en) * 2015-03-23 2015-06-03 重庆蓝岸通讯技术有限公司 Testing method and system for equipment based on Android system
CN105227729A (en) * 2015-10-09 2016-01-06 惠州Tcl移动通信有限公司 The method and system that a kind of automatic control radio frequency testing mobile telephone registration networks
CN105391832A (en) * 2015-11-24 2016-03-09 湖北大学 Hardware information detection system used for detecting hardware state of smartphone
CN106027728A (en) * 2016-04-26 2016-10-12 乐视控股(北京)有限公司 Mobile phone debugging system and method without screen
CN106453766A (en) * 2015-08-04 2017-02-22 阿里巴巴集团控股有限公司 Data transmission method, data transmission device and data transmission system based on virtual machine
CN106790902A (en) * 2017-02-22 2017-05-31 惠州Tcl移动通信有限公司 A kind of mobile terminal power consumption method of testing and system
CN106851513A (en) * 2016-12-30 2017-06-13 歌尔科技有限公司 The method of testing and system of a kind of electronic product
CN107153778A (en) * 2017-03-24 2017-09-12 捷开通讯(深圳)有限公司 A kind of method and system for injecting key data
CN107231272A (en) * 2017-05-26 2017-10-03 上海斐讯数据通信技术有限公司 Automatic test device and method that a kind of wireless messages are obtained
CN108777706A (en) * 2018-05-18 2018-11-09 深圳壹账通智能科技有限公司 Information encapsulation method, apparatus, computer equipment and storage medium
CN109669084A (en) * 2018-12-13 2019-04-23 歌尔科技有限公司 Equipment ESD test method and system
CN110740080A (en) * 2019-10-21 2020-01-31 京东数字科技控股有限公司 Test method and device, and test agent method and device
CN112367362A (en) * 2020-10-23 2021-02-12 深圳市信锐网科技术有限公司 Data processing method, device and equipment and computer storage medium
CN113923442A (en) * 2021-09-24 2022-01-11 湖北三赢兴光电科技股份有限公司 Universal software testing method and system for camera module

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108804366A (en) * 2018-03-14 2018-11-13 南京烽火天地通信科技有限公司 A kind of device and method improving Android device data line transfer rate

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070240118A1 (en) * 2006-02-28 2007-10-11 Ido Keren System, method, and software for testing a software application
CN102419732A (en) * 2011-12-27 2012-04-18 Tcl集团股份有限公司 Android-platform-based automated testing method and testing tool

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070240118A1 (en) * 2006-02-28 2007-10-11 Ido Keren System, method, and software for testing a software application
CN102419732A (en) * 2011-12-27 2012-04-18 Tcl集团股份有限公司 Android-platform-based automated testing method and testing tool

Cited By (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104038381A (en) * 2013-03-07 2014-09-10 腾讯科技(深圳)有限公司 Applied cloud testing method and system, client and server
CN103246587B (en) * 2013-04-19 2014-12-10 福州瑞芯微电子有限公司 Method for utilizing SD (secure digital) card for ADB (android debug bridge) debugging on android platform
CN103269292A (en) * 2013-04-19 2013-08-28 福州瑞芯微电子有限公司 ADB debugging method by utilizing short-distance microwave communication equipment on android platform
CN103269293A (en) * 2013-04-19 2013-08-28 福州瑞芯微电子有限公司 ADB debugging method by utilizing microwave communication equipment on android platform
CN103269291A (en) * 2013-04-19 2013-08-28 福州瑞芯微电子有限公司 ADB debugging method by utilizing point-to-point radio frequency equipment on android platform
CN103269291B (en) * 2013-04-19 2016-02-24 福州瑞芯微电子股份有限公司 Android platform utilize point-to-point radio-frequency apparatus carry out the method for ADB debugging
CN103269293B (en) * 2013-04-19 2015-10-14 福州瑞芯微电子有限公司 Android platform utilize microwave telecommunication devices carry out the method for debugging acid ADB debugging
CN103269292B (en) * 2013-04-19 2015-10-21 福州瑞芯微电子有限公司 Short distance microwave telecommunication devices are utilized to carry out the method for debugging acid ADB debugging
CN103246587A (en) * 2013-04-19 2013-08-14 福州瑞芯微电子有限公司 Method for utilizing SD (secure digital) card for ADB (android debug bridge) debugging on android platform
CN104252587A (en) * 2013-06-25 2014-12-31 腾讯科技(深圳)有限公司 File pulling method, device and system
CN104252587B (en) * 2013-06-25 2018-04-27 腾讯科技(深圳)有限公司 Pull the method, apparatus and system of file
CN103701874A (en) * 2013-12-11 2014-04-02 深圳市东微智能科技有限公司 Method and system for remote communications of ARM core board and panel
CN104468260A (en) * 2014-11-13 2015-03-25 百度在线网络技术(北京)有限公司 Recognition method, device and system for mobile terminal device
CN104679631B (en) * 2015-03-23 2018-02-23 重庆蓝岸通讯技术有限公司 Method of testing and system for the equipment based on android system
CN104679631A (en) * 2015-03-23 2015-06-03 重庆蓝岸通讯技术有限公司 Testing method and system for equipment based on Android system
CN106453766A (en) * 2015-08-04 2017-02-22 阿里巴巴集团控股有限公司 Data transmission method, data transmission device and data transmission system based on virtual machine
CN106453766B (en) * 2015-08-04 2019-04-09 阿里巴巴集团控股有限公司 Data transmission method, apparatus and system based on virtual machine
CN105227729A (en) * 2015-10-09 2016-01-06 惠州Tcl移动通信有限公司 The method and system that a kind of automatic control radio frequency testing mobile telephone registration networks
CN105391832A (en) * 2015-11-24 2016-03-09 湖北大学 Hardware information detection system used for detecting hardware state of smartphone
CN106027728A (en) * 2016-04-26 2016-10-12 乐视控股(北京)有限公司 Mobile phone debugging system and method without screen
CN106851513A (en) * 2016-12-30 2017-06-13 歌尔科技有限公司 The method of testing and system of a kind of electronic product
CN106851513B (en) * 2016-12-30 2020-06-30 歌尔科技有限公司 Method and system for testing electronic product
CN106790902A (en) * 2017-02-22 2017-05-31 惠州Tcl移动通信有限公司 A kind of mobile terminal power consumption method of testing and system
CN107153778A (en) * 2017-03-24 2017-09-12 捷开通讯(深圳)有限公司 A kind of method and system for injecting key data
CN107231272A (en) * 2017-05-26 2017-10-03 上海斐讯数据通信技术有限公司 Automatic test device and method that a kind of wireless messages are obtained
CN108777706A (en) * 2018-05-18 2018-11-09 深圳壹账通智能科技有限公司 Information encapsulation method, apparatus, computer equipment and storage medium
CN109669084A (en) * 2018-12-13 2019-04-23 歌尔科技有限公司 Equipment ESD test method and system
CN110740080A (en) * 2019-10-21 2020-01-31 京东数字科技控股有限公司 Test method and device, and test agent method and device
CN112367362A (en) * 2020-10-23 2021-02-12 深圳市信锐网科技术有限公司 Data processing method, device and equipment and computer storage medium
CN112367362B (en) * 2020-10-23 2024-01-09 深圳市信锐网科技术有限公司 Data processing method, device, equipment and computer storage medium
CN113923442A (en) * 2021-09-24 2022-01-11 湖北三赢兴光电科技股份有限公司 Universal software testing method and system for camera module

Also Published As

Publication number Publication date
CN102917095B (en) 2015-08-05

Similar Documents

Publication Publication Date Title
CN102917095B (en) A kind of method of the terminal test based on android system and device
CN103200026B (en) The upgrade method and system of firmware
CN110024362A (en) Bluetooth test system and method
CN103616937A (en) Mainboard, PCIE network card and server system
CN103269291B (en) Android platform utilize point-to-point radio-frequency apparatus carry out the method for ADB debugging
CN104216840A (en) USB (universal serial bus) setting and method and device for operating external equipment
CN104184635A (en) Method and device of home gateway for achieving one-to-many data communication based on Android RIL
CN101957771A (en) Method and device for installing mobile software for multiple mobile phones simultaneously
CN104836877A (en) Method for debugging and detecting mobile phone
CN106708688B (en) Module test method and terminal
CN1859703A (en) Radio communication detecting system
CN105279077A (en) Method and device for automated testing
CN205281471U (en) Printing terminal and system
CN103425123A (en) Automated testing method for CAN (controller area network) bus based on software script
CN104869129A (en) Application program management method, application program management and application program management system
CN103530159A (en) Upgrading method and system of wireless communication module
CN103269293B (en) Android platform utilize microwave telecommunication devices carry out the method for debugging acid ADB debugging
CN203754167U (en) Handheld terminal for elevator debugging and maintenance
CN107451067B (en) Processing method for downloading test and related product
CN102664836A (en) Prototype verification platform for broadband wireless communication digital baseband processor
CN103200588A (en) Automatic core network dial testing equipment
CN104461629B (en) PC terminals and its method for installing application program of mobile phone
CN109725621A (en) A kind of secondary bus program based on 1553B bus and CAN bus is in line writing method
CN108231126A (en) A kind of EMMC test methods and device
CN102572099B (en) Status query time interval determination method, device and system for mobile terminal

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant