CN112000374B - USB touch screen replacement method, device, equipment and medium applied to android system - Google Patents

USB touch screen replacement method, device, equipment and medium applied to android system Download PDF

Info

Publication number
CN112000374B
CN112000374B CN202010668062.5A CN202010668062A CN112000374B CN 112000374 B CN112000374 B CN 112000374B CN 202010668062 A CN202010668062 A CN 202010668062A CN 112000374 B CN112000374 B CN 112000374B
Authority
CN
China
Prior art keywords
touch screen
usb
android system
value
file
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010668062.5A
Other languages
Chinese (zh)
Other versions
CN112000374A (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.)
Shenzhen Zhiwei Intelligent Software Development Co ltd
Original Assignee
Shenzhen Zhiwei Intelligent Software Development 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 Shenzhen Zhiwei Intelligent Software Development Co ltd filed Critical Shenzhen Zhiwei Intelligent Software Development Co ltd
Priority to CN202010668062.5A priority Critical patent/CN112000374B/en
Publication of CN112000374A publication Critical patent/CN112000374A/en
Application granted granted Critical
Publication of CN112000374B publication Critical patent/CN112000374B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4411Configuring for operating with peripheral devices; Loading of device drivers

Abstract

The invention discloses a USB touch screen replacement method, device, equipment and medium applied to an android system. The invention copies the storage file written with the PID value and the VID value of the USB touch screen into the mobile storage device; inserting the mobile storage device into android device to be applied; finding a storage file in android equipment to be applied according to a preset path; reading the storage file, and analyzing storage file instruction data containing a PID value and a VID value of the USB touch screen according to an iniflat file analysis rule; storing the storage file instruction data in a preset IBD storage space; reading general driving data of the android device kernel; comparing the universal drive data with storage file instruction data in the IBD storage space; if yes, the PID value and the VID value of the USB touch screen are written in the universal driving data. According to the invention, a user can dynamically update the information of the new touch screen in the USB universal drive under the condition of not brushing a machine, so that the newly added USB touch screen can be rapidly driven.

Description

USB touch screen replacement method, device, equipment and medium applied to android system
Technical Field
The invention relates to the technical field of computers, in particular to a USB touch screen replacement method, device, equipment and medium applied to an android system.
Background
android products have been widely operated in various fields of various industries, and their technical properties and the like tend to be stable. In the field of industrial control and commercial display, android products are configured with a variety of usb touch screens to meet user needs. The general usb touch screen is drive-free, and a general usb driver in an android product kernel can be driven. However, in order to match the usb touch screen newly added by the android product with the universal usb drive, the PID (product identification code) and the VID (vendor ID) of the touch screen need to be added in the drive, so that the drive code must be updated every time when one usb touch screen is supported, and then the drive code is compiled to generate firmware and then the firmware is restarted, which is complicated in steps, thus being very unfavorable for quick replacement of clients and reducing user experience.
Disclosure of Invention
Aiming at the defects, the embodiment of the invention provides a USB touch screen replacement method, device, equipment and medium applied to an android system, which are used for solving the problems existing in the prior art.
In a first aspect, an embodiment of the present invention provides a method for replacing a USB touch screen applied to an android system, where the method includes:
copying the storage file written with the PID value and the VID value of the USB touch screen into the mobile storage device;
reading data in the mobile storage device in android system equipment to be applied;
finding the storage file in the android system equipment to be applied according to a preset path;
analyzing stored file instruction data containing the PID value and the VID value of the USB touch screen according to an inipasser file analysis rule;
storing the storage file instruction data in a preset IBD storage space;
restarting the android system device, and reading general driving data of the kernel of the android system device;
comparing the universal drive data with storage file instruction data in the IBD storage space;
if so, writing the PID value and the VID value of the USB touch screen into the universal driving data.
Preferably, the reading the data in the mobile storage device in the android system device to be applied further includes:
detecting an access signal of a mobile storage device in the android system device to be applied;
and starting scanning for the mobile storage equipment according to the access signal of the mobile storage equipment.
Preferably, the detecting, in the android system device to be applied, an access signal of the mobile storage device includes:
detecting whether a mobile storage device is accessed or not through a network link communication interface between a network application program and a kernel;
if yes, the netlink communication interface generates a mobile storage device access signal and sends the mobile storage device access signal to the android system device main control board.
Preferably, the copying the storage file written with the PID value and the VID value of the USB touch screen to the mobile storage device includes:
acquiring a PID value and a VID value of the USB touch screen;
writing the PID value and the VID value of the USB touch screen into a usb_tp.ini file;
copying the usb_tp.ini file to a mobile storage device.
Preferably, the writing the PID value and the VID value of the USB touch screen into the usb_tp.ini file includes:
acquiring the number of mobile storage devices accessed to a USB interface;
assigning the PID value to the product_0 in the usb_tp.ini file;
and assigning the VID value to the vendor_0 in the usb_tp.ini file.
In a second aspect, an embodiment of the present invention provides a quick replacement device applied to a USB touch screen, where the device includes:
the first reading module is used for reading data in the mobile storage device in the android system device to be applied;
the retrieval module is used for finding the storage file in the android system equipment to be applied according to a preset path;
the analysis module is used for analyzing stored file instruction data containing the PID value and the VID value of the USB touch screen according to an inipaser file analysis rule;
the storage module is used for storing the storage file instruction data in a preset IBD storage space;
the second reading module is used for restarting the android system device and reading general driving data of the kernel of the android system device;
the comparison module is used for comparing the general driving data with storage file instruction data in the IBD storage space;
and the writing module is used for writing the PID value and the VID value of the USB touch screen in the universal driving data.
In a third aspect, an embodiment of the present invention provides a USB touch screen replacement device applied to an android system, including: at least one processor, at least one memory and computer program instructions stored in the memory, which when executed by the processor, implement the method as in the first aspect of the embodiments described above.
In a fourth aspect, embodiments of the present invention provide a storage medium having stored thereon computer program instructions which, when executed by a processor, implement a method as in the first aspect of the embodiments described above.
In summary, the method, the device, the equipment and the storage medium for replacing the USB touch screen applied to the android system are provided by the embodiment of the invention. The invention copies the storage file written with the PID value and the VID value of the USB touch screen into the mobile storage device; reading data in the mobile storage device in android system equipment to be applied; finding the storage file in the android system equipment to be applied according to a preset path; analyzing stored file instruction data containing the PID value and the VID value of the USB touch screen according to an inipasser file analysis rule; storing the storage file instruction data in a preset IBD storage space; restarting the android system device, and reading general driving data of the kernel of the android system device; comparing the universal drive data with storage file instruction data in the IBD storage space; if so, writing the PID value and the VID value of the USB touch screen into the universal driving data, so that the original universal driving in the kernel of the android system device can directly drive the newly added USB touch screen to work without updating a driving code, and then compiling and generating firmware and then restarting. According to the invention, a user can dynamically update the information of the new touch screen in the USB universal drive under the condition of not refreshing, so that the newly added USB touch screen can be rapidly driven, and the product competitiveness is improved.
Drawings
In order to more clearly illustrate the technical solution of the embodiments of the present invention, the drawings that are needed to be used in the embodiments of the present invention will be briefly described, and other drawings can be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flowchart of a USB touch screen replacement method applied to an android system according to an embodiment of the present invention.
Fig. 2 is a schematic diagram of a working principle of a USB touch screen replacement method applied to an android system according to an embodiment of the present invention.
Fig. 3 is a schematic structural diagram of a quick-change device applied to a USB touch screen according to an embodiment of the present invention.
Fig. 4 is a schematic structural diagram of a quick-change device applied to a USB touch screen according to an embodiment of the present invention.
Detailed Description
Features and exemplary embodiments of various aspects of the present invention will be described in detail below, and in order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail below with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are merely configured to illustrate the invention and are not configured to limit the invention. It will be apparent to one skilled in the art that the present invention may be practiced without some of these specific details. The following description of the embodiments is merely intended to provide a better understanding of the invention by showing examples of the invention.
It is noted that relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising … …" does not exclude the presence of other like elements in a process, method, article or apparatus that comprises the element.
Referring to fig. 1 and fig. 2, an embodiment of the present invention provides a method for replacing a USB touch screen applied to an android system, where PID values and VID values of the USB touch screen are written in original general driving data in a kernel of an android system device, so that a newly added USB touch screen is directly driven to work without updating a driving code, and then firmware is compiled and generated, and then the device is restarted. Therefore, the invention can enable the user to dynamically update the information of the new touch screen in the USB universal drive under the condition of not brushing the machine, so that the newly added USB touch screen can be rapidly driven, and the product competitiveness is improved.
The method comprises the following steps:
s1, copying a storage file written with a PID value and a VID value of a USB touch screen into mobile storage equipment;
specifically, according to the specification of the USB specification, all USB devices have a Vendor ID (VID) and a product identification code (PID), and the android host distinguishes different USB devices by different VIDs and PIDs. Therefore, the PID value and VID value are not particularly limited herein. In this embodiment, the mobile storage device is a usb disk. In another preferred embodiment, the mobile storage device may also be a mobile hard disk.
Preferably, the copying the storage file written with the PID value and the VID value of the USB touch screen to the mobile storage device includes:
acquiring a PID value and a VID value of the USB touch screen;
writing the PID value and the VID value of the USB touch screen into a usb_tp.ini file;
copying the usb_tp.ini file to a mobile storage device.
Preferably, in an android system, an ini file is used to store the selections made by the user and the various parameters of the system. The user can change the parameter configuration of the application and the system by modifying the ini file.
S2, reading data in the mobile storage device in android system equipment to be applied;
preferably, the reading the data in the mobile storage device in the android system device to be applied further includes:
detecting an access signal of a mobile storage device in the android system device to be applied;
and starting scanning for the mobile storage equipment according to the access signal of the mobile storage equipment.
Preferably, the detecting, in the android system device to be applied, an access signal of the mobile storage device includes:
detecting whether a mobile storage device is accessed or not through a network link communication interface between a network application program and a kernel;
if yes, the netlink communication interface generates a mobile storage device access signal and sends the mobile storage device access signal to the android system device main control board.
Preferably, in this embodiment, the netlink communication interface is a special inter-process communication (IPC) for implementing communication between the user process and the kernel process of the android system, and is also the most commonly used interface for communicating between the network application program and the kernel.
S3, finding the storage file in the android system equipment to be applied according to a preset path;
s4, analyzing stored file instruction data containing the PID value and the VID value of the USB touch screen according to an inipasser file analysis rule;
s5, storing the storage file instruction data in a preset IBD storage space;
preferably, in this embodiment, an android usb ppd system in the android system device detects whether a usb disk is inserted through a netlink communication interface. When the insertion of the U disk is confirmed, the U disk is scanned, a usb_tp.ini file is searched, the inipasser tool is used for analyzing the file, and the PID and the VID are extracted and stored in the IDB storage space.
S6, restarting the android system equipment, and reading general driving data of the android system equipment kernel;
s7, comparing the general driving data with storage file instruction data in the IBD storage space;
and S8, if the addition exists, writing the PID value and the VID value of the USB touch screen into the universal driving data.
Preferably, in the embodiment, the android system is restarted, and the usb tp universal driver in the android system reads data from the IDB storage space, and compares whether a new PID value and a VID value are added. If the USB tp universal driver in the android system detects that the USB touch screen is added, a new PID value and a new VID value are added in the driver to drive the new USB touch screen to work, so that the USB touch screen can directly drive the newly added USB touch screen to work without updating a driving code, and then the firmware is compiled and generated and then the machine is restarted. .
Preferably, the writing the PID value and the VID value of the USB touch screen into the usb_tp.ini file includes:
acquiring the number of mobile storage devices accessed to a USB interface;
assigning the PID value to the product_0 in the usb_tp.ini file;
and assigning the VID value to the vendor_0 in the usb_tp.ini file. In this embodiment, the specific code for writing the PID value and the VID value of the USB touch screen into the usb_tp.ini file is:
[usbtp]
num=1;
vendor_0=0xdfc;
Product_0=0x3;
wherein 0xdfc and 0x3 are hexadecimal numbers, which are VID value and PID value of the invention respectively. It is understood that the VID value and PID value are not particularly limited herein.
Referring to fig. 3, an embodiment provides a quick-change device applied to a USB touch screen, the device includes:
the first reading module 1 is used for reading data in the mobile storage device in the android system device to be applied;
the retrieval module 2 is used for finding the storage file in the android system equipment to be applied according to a preset path;
the analysis module 3 is used for analyzing stored file instruction data containing the PID value and the VID value of the USB touch screen according to an iniflat file analysis rule;
the storage module 4 is configured to store the storage file instruction data in a preset IBD storage space;
the second reading module 5 is used for restarting the android system device and reading general driving data of the android system device kernel;
a comparison module 6, configured to compare the generic drive data with storage file instruction data in the IBD storage space;
and the writing module 7 is used for writing the PID value and the VID value of the USB touch screen in the universal driving data.
In addition, the method for replacing the USB touch screen applied to the android system according to the embodiment of the present invention described in connection with fig. 1 may be implemented by a device for replacing the USB touch screen applied to the android system. Fig. 4 shows a schematic hardware structure of a USB touch screen replacement device applied to an android system according to an embodiment of the present invention.
The quick change device applied to a USB touch screen may include a processor 401 and a memory 402 storing computer program instructions.
In particular, the processor 401 described above may include a Central Processing Unit (CPU), or an application specific integrated circuit (Application Specific Integrated Circuit, ASIC), or may be configured as one or more integrated circuits implementing embodiments of the present invention.
Memory 402 may include mass storage for data or instructions. By way of example, and not limitation, memory 402 may comprise a Hard Disk Drive (HDD), floppy Disk Drive, flash memory, optical Disk, magneto-optical Disk, magnetic tape, or universal serial bus (Universal Serial Bus, USB) Drive, or a combination of two or more of the foregoing. Memory 402 may include removable or non-removable (or fixed) media, where appropriate. Memory 402 may be internal or external to the data processing apparatus, where appropriate. In a particular embodiment, the memory 402 is a non-volatile solid state memory. In a particular embodiment, the memory 402 includes Read Only Memory (ROM). The ROM may be mask programmed ROM, programmable ROM (PROM), erasable PROM (EPROM), electrically Erasable PROM (EEPROM), electrically rewritable ROM (EAROM), or flash memory, or a combination of two or more of these, where appropriate.
The processor 401 reads and executes the computer program instructions stored in the memory 402 to implement any one of the USB touch screen replacement methods applied to the android system in the above embodiment.
In one example, the USB touch screen replacement method apparatus applied to the android system may further include a communication interface 403 and a bus 410. As shown in fig. 4, the processor 401, the memory 402, and the communication interface 403 are connected by a bus 410 and perform communication with each other.
The communication interface 403 is mainly used to implement communication between each module, device, unit and/or apparatus in the embodiment of the present invention.
Bus 410 includes hardware, software, or both that couple the components of the USB touch screen replacement method apparatus applied to the android system to each other. By way of example, and not limitation, the buses may include an Accelerated Graphics Port (AGP) or other graphics bus, an Enhanced Industry Standard Architecture (EISA) bus, a Front Side Bus (FSB), a HyperTransport (HT) interconnect, an Industry Standard Architecture (ISA) bus, an infiniband interconnect, a Low Pin Count (LPC) bus, a memory bus, a micro channel architecture (MCa) bus, a Peripheral Component Interconnect (PCI) bus, a PCI-Express (PCI-X) bus, a Serial Advanced Technology Attachment (SATA) bus, a video electronics standards association local (VLB) bus, or other suitable bus, or a combination of two or more of the above. Bus 410 may include one or more buses, where appropriate. Although embodiments of the invention have been described and illustrated with respect to a particular bus, the invention contemplates any suitable bus or interconnect.
In addition, in combination with the method for replacing the USB touch screen applied to the android system in the above embodiment, the embodiment of the present invention may be implemented by providing a computer readable storage medium. The computer readable storage medium has stored thereon computer program instructions; the computer program instructions, when executed by the processor, implement any of the USB touchscreen replacement methods of the embodiments described above as applied to an android system.
In summary, the method, the device, the equipment and the medium for replacing the USB touch screen applied to the android system are provided by the embodiment of the invention. The invention copies the storage file written with the PID value and the VID value of the USB touch screen into the mobile storage device; reading data in the mobile storage device in android system equipment to be applied; finding the storage file in the android system equipment to be applied according to a preset path; analyzing stored file instruction data containing the PID value and the VID value of the USB touch screen according to an inipasser file analysis rule; storing the storage file instruction data in a preset IBD storage space; restarting the android system device, and reading general driving data of the kernel of the android system device; comparing the universal drive data with storage file instruction data in the IBD storage space; if so, writing the PID value and the VID value of the USB touch screen into the universal driving data, so that the original universal driving in the kernel of the android system device can directly drive the newly added USB touch screen to work without updating a driving code, and then compiling and generating firmware and then restarting. According to the invention, a user can dynamically update the information of the new touch screen in the USB universal drive under the condition of not refreshing, so that the newly added USB touch screen can be rapidly driven, and the product competitiveness is improved.
It should also be noted that the exemplary embodiments mentioned in this disclosure describe some methods or systems based on a series of steps or devices. However, the present invention is not limited to the order of the above-described steps, that is, the steps may be performed in the order mentioned in the embodiments, or may be performed in a different order from the order in the embodiments, or several steps may be performed simultaneously.
In the foregoing, only the specific embodiments of the present invention are described, and it will be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working processes of the systems, modules and units described above may refer to the corresponding processes in the foregoing method embodiments, which are not repeated herein. It should be understood that the scope of the present invention is not limited thereto, and any equivalent modifications or substitutions can be easily made by those skilled in the art within the technical scope of the present invention, and they should be included in the scope of the present invention.

Claims (7)

1. The USB touch screen replacement method applied to the android system is characterized by comprising the following steps of:
copying the storage file written with the PID value and the VID value of the USB touch screen into the mobile storage device;
reading data in the mobile storage device in android system equipment to be applied;
finding the storage file in the android system equipment to be applied according to a preset path;
analyzing stored file instruction data containing the PID value and the VID value of the USB touch screen according to an inipasser file analysis rule;
storing the storage file instruction data in a preset IBD storage space;
restarting the android system device, and reading general driving data of the kernel of the android system device;
comparing the universal drive data with storage file instruction data in the IBD storage space;
if yes, writing the PID value and the VID value of the USB touch screen into the universal driving data;
the copying the storage file written with the PID value and the VID value of the USB touch screen to the mobile storage device comprises the following steps:
acquiring a PID value and a VID value of the USB touch screen;
writing the PID value and the VID value of the USB touch screen into a usb_tp.ini file;
copying the usb_tp.ini file to a mobile storage device.
2. The method for replacing a USB touch screen applied to an android system according to claim 1, wherein the reading data in the mobile storage device in the android system device to be applied further includes:
detecting an access signal of a mobile storage device in the android system device to be applied;
and starting scanning for the mobile storage equipment according to the access signal of the mobile storage equipment.
3. The method for replacing a USB touch screen applied to an android system according to claim 2, wherein detecting, in the android system device to be applied, an access signal of a mobile storage device includes:
detecting whether a mobile storage device is accessed or not through a network link communication interface between a network application program and a kernel;
if yes, the netlink communication interface generates a mobile storage device access signal and sends the mobile storage device access signal to the android system device main control board.
4. The method for replacing a USB touch screen applied to an android system according to claim 1, wherein writing the PID value and VID value of the USB touch screen into a usb_tp.ini file includes:
acquiring the number of mobile storage devices accessed to a USB interface;
assigning the PID value to the product_0 in the usb_tp.ini file;
and assigning the VID value to the vendor_0 in the usb_tp.ini file.
5. A quick change device for a USB touch screen, the device comprising:
the first reading module is used for copying the storage file written with the PID value and the VID value of the USB touch screen to the mobile storage device and reading the data in the mobile storage device in the android system device to be applied;
the retrieval module is used for finding the storage file in the android system equipment to be applied according to a preset path;
the analysis module is used for analyzing stored file instruction data containing the PID value and the VID value of the USB touch screen according to an inipaser file analysis rule;
the storage module is used for storing the storage file instruction data in a preset IBD storage space;
the second reading module is used for restarting the android system device and reading general driving data of the kernel of the android system device;
the comparison module is used for comparing the general driving data with storage file instruction data in the IBD storage space;
the writing module is used for writing the PID value and the VID value of the USB touch screen in the universal driving data;
the copying the storage file written with the PID value and the VID value of the USB touch screen to the mobile storage device comprises the following steps:
acquiring a PID value and a VID value of the USB touch screen;
writing the PID value and the VID value of the USB touch screen into a usb_tp.ini file;
copying the usb_tp.ini file to a mobile storage device.
6. A quick change device for a USB touch screen, comprising: at least one processor, at least one memory, and computer program instructions stored in the memory, which when executed by the processor, implement the method of any one of claims 1-4.
7. A storage medium having stored thereon computer program instructions, which when executed by a processor, implement the method of any of claims 1-4.
CN202010668062.5A 2020-07-13 2020-07-13 USB touch screen replacement method, device, equipment and medium applied to android system Active CN112000374B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010668062.5A CN112000374B (en) 2020-07-13 2020-07-13 USB touch screen replacement method, device, equipment and medium applied to android system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010668062.5A CN112000374B (en) 2020-07-13 2020-07-13 USB touch screen replacement method, device, equipment and medium applied to android system

Publications (2)

Publication Number Publication Date
CN112000374A CN112000374A (en) 2020-11-27
CN112000374B true CN112000374B (en) 2024-01-02

Family

ID=73466842

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010668062.5A Active CN112000374B (en) 2020-07-13 2020-07-13 USB touch screen replacement method, device, equipment and medium applied to android system

Country Status (1)

Country Link
CN (1) CN112000374B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114610399A (en) * 2022-01-26 2022-06-10 厦门厦华科技有限公司 Method for conveniently replacing touch frame of electronic whiteboard

Citations (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103049402A (en) * 2012-11-21 2013-04-17 大唐移动通信设备有限公司 Method and device for controlling universal serial bus (USB) device
CN103049405A (en) * 2013-01-16 2013-04-17 珠海市君天电子科技有限公司 Management method and system of android device files
CN103885775A (en) * 2014-03-21 2014-06-25 贝壳网际(北京)安全技术有限公司 Method and device for obtaining driver file
CN104714814A (en) * 2013-12-13 2015-06-17 贝壳网际(北京)安全技术有限公司 Drive program mounting method and client terminal device
CN105549894A (en) * 2016-01-28 2016-05-04 上海海漾软件技术有限公司 Touch information processing method and apparatus, touch information acquisition method and apparatus and touch information processing system
CN105653475A (en) * 2014-12-03 2016-06-08 北京握奇智能科技有限公司 USB device identification method and system
CN105868132A (en) * 2016-04-29 2016-08-17 优利德科技(中国)有限公司 USB communication based modular function expansion method and system for digital oscilloscope
CN105975408A (en) * 2016-04-27 2016-09-28 欧姆龙(上海)有限公司 Data transmission method and device
CN106169012A (en) * 2015-05-19 2016-11-30 Eco融合公司 Method and system for extendible personalized respiratory function
CN106547282A (en) * 2017-01-17 2017-03-29 河北工业大学 A kind of tension force experiment porch
CN106844268A (en) * 2017-02-15 2017-06-13 深圳怡化电脑股份有限公司 A kind of USB device test system, method of testing and test device
CN106970786A (en) * 2017-02-22 2017-07-21 深信服科技股份有限公司 The reorientation method and system of display device
CN107479989A (en) * 2017-08-02 2017-12-15 深圳Tcl新技术有限公司 Broadcast message recording method, Android device and computer-readable recording medium
CN107678949A (en) * 2017-09-20 2018-02-09 福建升腾资讯有限公司 Realize the automated testing method of embedded device different communication mode
CN107861817A (en) * 2017-11-30 2018-03-30 努比亚技术有限公司 Memory Optimize Method, mobile terminal and readable storage medium storing program for executing based on thread block
CN107948565A (en) * 2016-10-12 2018-04-20 广州视源电子科技股份有限公司 Realize the method and device of wired biography screen
CN107948567A (en) * 2016-10-12 2018-04-20 广州视源电子科技股份有限公司 The method and device of the wired biography screens of USB
CN107992407A (en) * 2017-11-15 2018-05-04 烽火通信科技股份有限公司 System and method using USB flash disk to android terminal equipment debugging
CN108092839A (en) * 2016-11-23 2018-05-29 杭州海康威视数字技术股份有限公司 A kind of method and apparatus for establishing network connection
CN108280034A (en) * 2018-01-30 2018-07-13 深圳市宏电技术股份有限公司 A kind of Android system USB-HID apparatus self-adaptation method and devices
US10050393B1 (en) * 2017-05-25 2018-08-14 Sony Interactive Entertainment LLC Modular socket box
CN108549477A (en) * 2018-03-28 2018-09-18 联想(北京)有限公司 A kind of power regulating method and electronic equipment
CN108984457A (en) * 2017-07-20 2018-12-11 湖北工业大学 A kind of USB Host HID experimental method based on STM32F7
CN109062842A (en) * 2018-08-15 2018-12-21 深圳市道通智能航空技术有限公司 A kind of communication means, device and the remote controler of remote controler and mobile terminal
CN109213530A (en) * 2018-08-13 2019-01-15 百富计算机技术(深圳)有限公司 A kind of communication connecting method based on USB, mobile terminal and storage medium
CN109240888A (en) * 2018-09-17 2019-01-18 深圳市闻耀电子科技有限公司 Information extraction method, device, equipment and medium
CN109254796A (en) * 2018-08-13 2019-01-22 深圳市德名利电子有限公司 A kind of upper disk configuration method and host of USB device
WO2019023152A1 (en) * 2017-07-25 2019-01-31 Kla-Tencor Corporation Hybrid inspection system for efficient process window discovery
CN109344598A (en) * 2018-09-29 2019-02-15 北京东土科技股份有限公司 The binding of equipment room and authority control method, device, equipment and storage medium
CN109656577A (en) * 2018-12-07 2019-04-19 陕西瑞迅电子信息技术有限公司 A kind of method and device of the customized ROM of industrial personal computer
CN109947482A (en) * 2017-12-21 2019-06-28 深圳Tcl新技术有限公司 A kind of loading method of USB device, storage medium and smart television
CN109992323A (en) * 2017-12-29 2019-07-09 广东欧珀移动通信有限公司 Process handling method and device, electronic equipment, computer readable storage medium
CN110032321A (en) * 2018-01-12 2019-07-19 广东欧珀移动通信有限公司 Applied program processing method and device, electronic equipment, computer readable storage medium
CN110502881A (en) * 2019-07-31 2019-11-26 广州微算互联信息技术有限公司 Dynamic modifies method, system and the storage medium of Android system read only attribute
CN110830168A (en) * 2019-11-11 2020-02-21 飞天诚信科技股份有限公司 Method and device for realizing USB communication
CN111161668A (en) * 2020-03-18 2020-05-15 深圳市亿晟科技有限公司 Display drive control method based on android system advertising machine
CN111324226A (en) * 2018-12-13 2020-06-23 鸿合科技股份有限公司 Touch message processing method and device and electronic equipment

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7609512B2 (en) * 2001-11-19 2009-10-27 Otter Products, Llc Protective enclosure for electronic device
US11082664B2 (en) * 2004-07-06 2021-08-03 Tseng-Lu Chien Multiple functions LED night light
US9483077B2 (en) * 2013-11-18 2016-11-01 Leancode L.L.C. Charge and data transfer system, apparatus, and method
US9804977B2 (en) * 2015-04-28 2017-10-31 Microchip Technology Incorporated Universal serial bus smart hub
US10353689B2 (en) * 2015-08-28 2019-07-16 Ncr Corporation Method for transferring a file via a mobile device and mobile device for performing same
US20180178613A1 (en) * 2016-12-28 2018-06-28 Broadsens Corp. System and device for air quality monitoring and control on a train

Patent Citations (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103049402A (en) * 2012-11-21 2013-04-17 大唐移动通信设备有限公司 Method and device for controlling universal serial bus (USB) device
CN103049405A (en) * 2013-01-16 2013-04-17 珠海市君天电子科技有限公司 Management method and system of android device files
CN104714814A (en) * 2013-12-13 2015-06-17 贝壳网际(北京)安全技术有限公司 Drive program mounting method and client terminal device
CN103885775A (en) * 2014-03-21 2014-06-25 贝壳网际(北京)安全技术有限公司 Method and device for obtaining driver file
CN105653475A (en) * 2014-12-03 2016-06-08 北京握奇智能科技有限公司 USB device identification method and system
CN106169012A (en) * 2015-05-19 2016-11-30 Eco融合公司 Method and system for extendible personalized respiratory function
CN105549894A (en) * 2016-01-28 2016-05-04 上海海漾软件技术有限公司 Touch information processing method and apparatus, touch information acquisition method and apparatus and touch information processing system
CN105975408A (en) * 2016-04-27 2016-09-28 欧姆龙(上海)有限公司 Data transmission method and device
CN105868132A (en) * 2016-04-29 2016-08-17 优利德科技(中国)有限公司 USB communication based modular function expansion method and system for digital oscilloscope
CN107948565A (en) * 2016-10-12 2018-04-20 广州视源电子科技股份有限公司 Realize the method and device of wired biography screen
CN107948567A (en) * 2016-10-12 2018-04-20 广州视源电子科技股份有限公司 The method and device of the wired biography screens of USB
CN108092839A (en) * 2016-11-23 2018-05-29 杭州海康威视数字技术股份有限公司 A kind of method and apparatus for establishing network connection
CN106547282A (en) * 2017-01-17 2017-03-29 河北工业大学 A kind of tension force experiment porch
CN106844268A (en) * 2017-02-15 2017-06-13 深圳怡化电脑股份有限公司 A kind of USB device test system, method of testing and test device
CN106970786A (en) * 2017-02-22 2017-07-21 深信服科技股份有限公司 The reorientation method and system of display device
US10050393B1 (en) * 2017-05-25 2018-08-14 Sony Interactive Entertainment LLC Modular socket box
CN108984457A (en) * 2017-07-20 2018-12-11 湖北工业大学 A kind of USB Host HID experimental method based on STM32F7
WO2019023152A1 (en) * 2017-07-25 2019-01-31 Kla-Tencor Corporation Hybrid inspection system for efficient process window discovery
CN107479989A (en) * 2017-08-02 2017-12-15 深圳Tcl新技术有限公司 Broadcast message recording method, Android device and computer-readable recording medium
CN107678949A (en) * 2017-09-20 2018-02-09 福建升腾资讯有限公司 Realize the automated testing method of embedded device different communication mode
CN107992407A (en) * 2017-11-15 2018-05-04 烽火通信科技股份有限公司 System and method using USB flash disk to android terminal equipment debugging
CN107861817A (en) * 2017-11-30 2018-03-30 努比亚技术有限公司 Memory Optimize Method, mobile terminal and readable storage medium storing program for executing based on thread block
CN109947482A (en) * 2017-12-21 2019-06-28 深圳Tcl新技术有限公司 A kind of loading method of USB device, storage medium and smart television
CN109992323A (en) * 2017-12-29 2019-07-09 广东欧珀移动通信有限公司 Process handling method and device, electronic equipment, computer readable storage medium
CN110032321A (en) * 2018-01-12 2019-07-19 广东欧珀移动通信有限公司 Applied program processing method and device, electronic equipment, computer readable storage medium
CN108280034A (en) * 2018-01-30 2018-07-13 深圳市宏电技术股份有限公司 A kind of Android system USB-HID apparatus self-adaptation method and devices
CN108549477A (en) * 2018-03-28 2018-09-18 联想(北京)有限公司 A kind of power regulating method and electronic equipment
CN109254796A (en) * 2018-08-13 2019-01-22 深圳市德名利电子有限公司 A kind of upper disk configuration method and host of USB device
CN109213530A (en) * 2018-08-13 2019-01-15 百富计算机技术(深圳)有限公司 A kind of communication connecting method based on USB, mobile terminal and storage medium
CN109062842A (en) * 2018-08-15 2018-12-21 深圳市道通智能航空技术有限公司 A kind of communication means, device and the remote controler of remote controler and mobile terminal
CN109240888A (en) * 2018-09-17 2019-01-18 深圳市闻耀电子科技有限公司 Information extraction method, device, equipment and medium
CN109344598A (en) * 2018-09-29 2019-02-15 北京东土科技股份有限公司 The binding of equipment room and authority control method, device, equipment and storage medium
CN109656577A (en) * 2018-12-07 2019-04-19 陕西瑞迅电子信息技术有限公司 A kind of method and device of the customized ROM of industrial personal computer
CN111324226A (en) * 2018-12-13 2020-06-23 鸿合科技股份有限公司 Touch message processing method and device and electronic equipment
CN110502881A (en) * 2019-07-31 2019-11-26 广州微算互联信息技术有限公司 Dynamic modifies method, system and the storage medium of Android system read only attribute
CN110830168A (en) * 2019-11-11 2020-02-21 飞天诚信科技股份有限公司 Method and device for realizing USB communication
CN111161668A (en) * 2020-03-18 2020-05-15 深圳市亿晟科技有限公司 Display drive control method based on android system advertising machine

Also Published As

Publication number Publication date
CN112000374A (en) 2020-11-27

Similar Documents

Publication Publication Date Title
CN109783346B (en) Keyword-driven automatic testing method and device and terminal equipment
US9542170B2 (en) Development tool for footprint reduction
CN112000374B (en) USB touch screen replacement method, device, equipment and medium applied to android system
CN108427637B (en) Test case recommendation method, electronic device and readable storage medium
CN108763341B (en) Electronic device, automatic table building method and storage medium
CN104484211A (en) Method and device for sharing mirror image document
EP3692456B1 (en) Binary image stack cookie protection
CN114332529A (en) Training method and device for image classification model, electronic equipment and storage medium
US20230252150A1 (en) Software correcting apparatus, software correcting method, and non-transitory computer readable medium
CN111371818B (en) Data request verification method, device and equipment
CN109544240B (en) Television strategy conflict processing method, system and storage medium
JP2022003446A (en) Information processing device
US20150199183A1 (en) Program analysis apparatus and program analysis method
CN112818331A (en) Adb tool encryption control method, device, equipment and storage medium
CN112698883A (en) Configuration data processing method, device, terminal and storage medium
CN111709210A (en) Method and device for generating component list, terminal equipment and storage medium
CN101008925B (en) Storage of identification code and production method therefor
CN109960529B (en) Program code repairing method and device
US9235601B2 (en) Data mining shape based data
US20070174502A1 (en) Method and apparatus of identifying type of non-volatile memory
CN108763111B (en) Module driving method, module driving device and computer readable storage medium
JP4976328B2 (en) Author determination apparatus, control method thereof, and program
KR102030544B1 (en) Program analyzing apparatus capable of generating function call information on features supported by a program and operating method thereof
CN117724813A (en) Cloud host management method, device, equipment and medium
JP6238527B2 (en) Copy machine

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant