WO2013152729A1 - 用于向终端设备提供软件的方法及装置 - Google Patents

用于向终端设备提供软件的方法及装置 Download PDF

Info

Publication number
WO2013152729A1
WO2013152729A1 PCT/CN2013/074067 CN2013074067W WO2013152729A1 WO 2013152729 A1 WO2013152729 A1 WO 2013152729A1 CN 2013074067 W CN2013074067 W CN 2013074067W WO 2013152729 A1 WO2013152729 A1 WO 2013152729A1
Authority
WO
WIPO (PCT)
Prior art keywords
software
information
terminal device
matching
identifier
Prior art date
Application number
PCT/CN2013/074067
Other languages
English (en)
French (fr)
Inventor
赵立新
马堃
葛颖君
Original Assignee
我查查信息技术(上海)有限公司
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 我查查信息技术(上海)有限公司 filed Critical 我查查信息技术(上海)有限公司
Publication of WO2013152729A1 publication Critical patent/WO2013152729A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation

Definitions

  • the present invention relates to the field of computer technology, and more particularly to a method and apparatus for providing software to a terminal device. Background technique
  • mobile electronic devices have evolved from an early single-function device to an integrated and intelligent device.
  • mobile phone terminals used in the past as communication tools have now increasingly integrated functions such as video playback, web browsing, word processing, etc.
  • car navigation devices that were mainly used for navigation and positioning are now integrated. Accessibility features such as web browsing, music playback, and more.
  • these functions of electronic devices are usually implemented by installing corresponding software, especially client software that requires networked operations.
  • These software are usually suitable for a specific software environment, such as Java, Android, and so on.
  • it For some software with high data processing requirements, it must be installed on an electronic device with sufficient hardware processing performance, such as the processing speed of the microprocessor in the electronic device, the memory and the storage of the main memory. Capacity and more.
  • hardware features such as screen resolution and keyboard characteristics of electronic devices can affect the use of the software.
  • a method for providing software to a terminal device comprising the steps of: acquiring a feature image and parsing the feature image into a software identifier, wherein the software The identifier is used to identify the software; the device information of the terminal device is obtained; the device information is sent out with the software identifier; and the matching software information is received, where the matching software information includes the device information and the software identifier.
  • the download address of the matching software comprising the steps of: acquiring a feature image and parsing the feature image into a software identifier, wherein the software The identifier is used to identify the software; the device information of the terminal device is obtained; the device information is sent out with the software identifier; and the matching software information is received, where the matching software information includes the device information and the software identifier.
  • the download address of the matching software comprising the steps of: acquiring a feature image and parsing the feature image into a software identifier, wherein the software The identifier is used to identify the software; the device information of the
  • the feature image comprises a barcode.
  • the software identification includes a name of the software or an original download address.
  • the step of acquiring the device information of the terminal device further comprises: accessing an application programming interface of the terminal device to obtain the device information.
  • the device information includes hardware parameters and/or software parameters of the terminal device.
  • the matching software information further includes a name, version, or introduction of the software.
  • the method further comprises: receiving a user input; downloading the software based on the user input and the matching software information.
  • a method for providing software to a terminal device comprising the steps of: receiving device information and software identification from the terminal device; searching for the device information and the software Identifying matching matching software information, wherein the matching software information includes a download address of the software; and transmitting the matching software to the terminal device Information.
  • the step of searching for the matching software information includes: providing a software information database, configured to store a correspondence between the device information, the software identifier, and the software information; searching and searching in the software information database The device information and the matching software information matched by the software identifier.
  • an apparatus for providing software to a terminal device comprising: an image acquisition unit, configured to collect a feature image and parse the feature image into a software identifier, wherein the software identifier a control unit, configured to acquire device information of the terminal device, a communication unit, configured to send the device information and the software identifier, and configured to receive matching software information, where the matching software information Includes the download address of the software.
  • an apparatus for providing software to a terminal device further includes: a receiving unit, configured to receive device information and a software identifier from the terminal device; and a searching unit, configured to search The matching software information that matches the device information and the software identifier, wherein the matching software information includes a download address of the software, and the sending unit is configured to send the matching software information to the terminal device.
  • the device further includes: a software information database coupled to the searching unit, configured to store a correspondence between the device information, the software identifier, and the software information.
  • the method and apparatus of the present invention are capable of providing the terminal device with software corresponding to the condition of its device, thereby avoiding malfunction or inconvenience caused by installing the mismatched software.
  • the software matching process does not require the user of the terminal device to operate, which greatly enhances the convenience of use.
  • the software identification is collected by the image acquisition unit, the user does not need to manually input, which not only increases the accuracy of the software matching, but also further improves the convenience of use.
  • FIG. 1 shows a schematic diagram of a communication system 100 in accordance with one embodiment of the present invention
  • 'FIG. 2 shows a flow of a method 200 for providing software to a terminal device in accordance with one embodiment of the present invention
  • Figure 3 illustrates an apparatus 300 for providing software to a terminal device in accordance with one embodiment of the present invention
  • FIG. 4 shows a flow of a method 400 of providing software to a terminal device based on the apparatus 300 of FIG. 3;
  • Figure 5 illustrates an apparatus 500 for providing software to a terminal device in accordance with one embodiment of the present invention
  • FIG. 6 shows a flow of a method 600 of providing software to a terminal device based on the apparatus 500 of FIG. 5;
  • Figure 7 shows a block diagram of a computer system suitable for use in practicing embodiments of the present invention.
  • the same or corresponding reference numerals indicate the same or the corresponding parts. detailed description
  • FIG. 1 shows a schematic diagram of a communication system in accordance with one embodiment of the present invention.
  • the read communication system includes a server 101, a network 102, and a terminal device 103.
  • the server 101 and the terminal device 103 respectively access the read communication system through the network 102, and the server 101 and the terminal device 103 are communicatively coupled to each other.
  • the terminal device 103 refers to an electronic device capable of accessing the network 102, including but not limited to the following devices: a personal computer, a personal digital assistant, a mobile phone, a tablet, and the like.
  • Server 101 refers to a software and/or hardware system for managing data that can further provide data to terminal device 103.
  • the number of the terminal devices 103 shown in FIG. 1 is merely exemplary, and those skilled in the art should be able to understand that in practical applications, the number of terminal devices 103 in the communication system is not limited to that shown in FIG. 1 .
  • the number shown. 2 shows a flow of a method for providing software to a terminal device in accordance with one embodiment of the present invention. It should be understood that the various steps recited in the method can be performed in a different order and/or in parallel. Moreover, the method can include additional steps and/or omit execution of the steps shown. The scope of the invention is not limited in this respect.
  • step S202 the terminal device 103 collects the feature image and parses the read feature image into a software identifier, where the "the software identifier is used to identify the software.
  • the terminal device 103 collects the feature image through the image acquisition unit.
  • the image capture unit can be integrated on the terminal device 103 or connected to the terminal device 103 via a specific communication connection.
  • the image acquisition unit is, for example, a camera, a video camera, a scanner or other means for converting an optical image into an electronic signal, which can convert the optical characteristics of the acquired feature image into corresponding digital images or digital information.
  • a feature image is typically an image associated with particular information that represents the information it represents by having different optical properties.
  • the optical property is, for example, color or optical reflectivity.
  • the feature image is a bar code, such as a one-dimensional bar code, a two-dimensional bar code, or a neat code in other formats.
  • the feature image can be displayed in the form of a printed picture or an electronic picture to be captured by the image acquisition unit.
  • the feature image is placed on a substrate such as a paper surface, an article surface, or an electronic display plane.
  • the feature image may comprise a collection of characters, such as a combination of words, numbers, and/or letters.
  • a feature image can generally represent its associated software identity in a predetermined encoding or representation.
  • different locations in the feature image have different optical characteristics, and read optical characteristics are acquired by the image acquisition device.
  • the terminal device 103 decodes the optical characteristics of the respective positions in the acquired feature image to convert the feature image into a binary image including a plurality of values.
  • Each value in the binary image represents a binary encoded data.
  • the feature image is, for example, a QR code (Quick Response Code) or other suitable two-dimensional barcode, and the gradation value (as an optical characteristic) of the feature image is acquired pixel by pixel and further converted into a corresponding image signal. Then, the image signal of each pixel will be accompanied by the pixel The location is stored together.
  • the stored image signal of each pixel is detected, and a positioning mark having a predetermined shape is searched for, thereby determining a coordinate system corresponding to the acquired feature image and an image direction. Then, the stored image signal is read based on the determined coordinate system and image direction, thereby obtaining a binary data sequence containing a plurality of values.
  • the feature image is parsed into a software identifier represented by binary data. Different software identifiers can be associated with different software. For example, binary data may represent the name of the software or the original download address of the software based on the ASCII encoding.
  • the step S202 can be triggered by the action of the user of the terminal device 103.
  • a user encounters information of interest in his or her life and decides to select or record the information, it provides a command or trigger to the terminal device through a button, touch screen or other input device. Accordingly, the terminal device receives a trigger of the user input, and thereby performs acquisition of the feature image in response to the user input.
  • step S204 the terminal device 103 acquires its own device information.
  • the device information of the terminal device 103 includes various software parameters and/or hardware parameters of the terminal device 103.
  • the hardware parameters include, but are not limited to, the product model, the processing frequency of the microprocessor, the memory capacity, the storage capacity of the main memory, the processing speed of the display processor, the screen size and the screen resolution, and the configuration of the input device (eg, keyboard, Touch screen), etc.
  • software parameters include, but are not limited to, the type of operating system, the version of the operating system, and the installation of other related software (such as whether the relevant software is installed, the installed version), and so on.
  • these hardware parameters and software parameters of the terminal device 103 may be directly provided by the operating system running in the terminal device 103.
  • the operating system installed on the read terminal device 103 has an application programming interface accessed by the application program, through which the device information of the terminal device 103 can be obtained.
  • the device information of the terminal device 103 can also be callable data generated after being detected by a specific auxiliary software. For example, because the processor architectures of different microprocessors are not identical, their processing power cannot be determined directly by the processing frequency. A more accurate method can be calibrated by the relevant test software.
  • the terminal device 103 can obtain a product model number and represent information including hardware such as a microprocessor, a memory, and a screen. This way, you can avoid getting too many specific hardware parameters, thus reducing the complexity of the corresponding processing.
  • step S206 the terminal device 103 transmits the obtained device information and the software identification. Accordingly, the server 101 receives device information and software identification from the terminal device 101.
  • step S208 the server 101 searches for matching software information that matches the software identification and device information, wherein the matching software information includes a download address of the software.
  • the server 101 can provide a database of software information disposed therein, or can access a database of software information provided by other computer systems.
  • the software information database is used to store the correspondence between device information, software identification and software information.
  • the server 101 can determine the software information corresponding to the different device information and the software identification.
  • the software information includes the download address of the software, and the terminal device 103 can obtain the matching version of the software by accessing the download address.
  • the software information may also include the name, version or introduction or other data information of the software. This information can be referenced by the user of the terminal device 103 to determine if the software needs to be downloaded.
  • the read software information database can be aggregated into a list of data, as shown in Table 1, the read data list includes three columns, and the first column is a software information data item for indexing and storing different software information, for example The download address or introduction of the software; the second column is the software identification data item, which is used to store different software identifiers; the third column is the device information data item, which is used to store different device information.
  • the device information includes Product model, operating system type and its version. It can be understood that the data structure of Table 1 is only an example. Depending on the specific application, other software parameters or hardware parameters related to the terminal device 103 may be included in the device information, and the scope thereof should not be limited.
  • each software message contains at least one download address for downloading software with a specific version. It will be appreciated that in some examples, each software information may contain multiple download addresses that are used to download the same specific version of the software.
  • one software identifier can generally correspond to more than one software information to further correspond to different versions of software.
  • Table 1 for a data item with software identification "APP03", it corresponds to two software information "ADR03" and "ADR04".
  • the matched software information can be determined based on the device information of the terminal device 103.
  • the software of the software identification "APP03” is taken as an example.
  • the terminal device with the model number P02 corresponds to the software information "ADR03”
  • the terminal device with the product model P03 corresponds to the software information "ADR04".
  • the software identifier and the correspondence between the device information and the software identifier may be provided by the software provider or the server maintainer according to actual usage, and stored in the software information database accordingly.
  • the server can directly use the original download address as the software identifier; or the pre-processing of the original download address, for example, accessing the original download address.
  • the server can parse the original download address (eg, based on the original download address and the software name). The database is called to search for the matching software name), so that the matching software name is obtained as the software identifier.
  • the server 101 After obtaining the device information and the software identifier provided by the terminal 103, the server 101 can find the matched software information in the software information database based on various hardware and software parameters and software identifiers in the device information.
  • the server 101 may further process the acquired software identifier, for example, decomposing the software identifier into multiple keywords, and then based on the one or a combination of the multiple keywords and the device information in the software information database.
  • Find matching software information may be in the form of text, such as a software identification "Music Player". Accordingly, the software identification can be processed and broken down into two keywords: "music" and "player”. In this way, the server can also find matching software information in the software information database based on the two keywords "music" and "player”, such as software corresponding to the software identifier containing "music" and/or "player”. information. This matching lookup provides more relevant software information to the user for easy reference.
  • the software information database may not have some software identifications, such as software information corresponding to the software identifications being not stored or updated into the software information database.
  • the server 101 can find software information of the software similar to the acquired software identification in the software information database, and find the obtained software information as matching software information.
  • a similar software may refer to software that is classified into the same category in a software information database, or software that is associated in other suitable manners.
  • the software information database does not have a software identification identified as "Music Player"; then the server 101 can look up the software identification identified as "Video Player” and obtain corresponding software information as matching software information.
  • step S210 the server 101 transmits the matching software information to the terminal device 103 based on the search result of the matching software information.
  • the server 101 transmits matching software information including the download address of the software to the terminal device 103. If software information data If there is no matching software information in the library, the server 101 can transmit information indicating that the terminal device 103 is not supported to the terminal device 103.
  • the terminal device 103 receives the matching software information provided by the server 101 containing the software download address.
  • step S212 the terminal device 103 receives the user input, and acquires the corresponding software based on the user input and the software download address included in the matching software information. For example, the terminal device 103 transmits a request for requesting software data to the server 101 storing the software.
  • step S214 the server 101 responds to the request and provides the software to the corresponding terminal device 103 based on the request.
  • the terminal device 103 can obtain software corresponding to the condition of the device, thereby avoiding the use of the malfunction or inconvenience due to the installation of the mismatched software. Furthermore, the software matching process does not require the user of the terminal device 103 to operate, which greatly enhances the convenience of use. In addition, since the software identification is collected by the image acquisition unit, the user does not need to manually input, which not only increases the accuracy of the software matching, but also further improves the convenience of use.
  • an apparatus 300 for providing software to a terminal device including:
  • the image acquisition unit 301 is configured to collect a feature image and parse the feature image into a software identifier, where the software identifier is used to identify the software;
  • the control unit 303 is configured to acquire device information of the terminal device.
  • the communication unit 305 is configured to send the device information and the software identifier, and is configured to receive matching software information, where the matching software information includes a download address of the software.
  • the feature image comprises a barcode.
  • the software identification includes the name of the software or the original download address.
  • the control unit 303 is further configured to access hardware parameters and/or software parameters of the terminal device.
  • the matching software information also includes the name, version, or introduction of the software.
  • the apparatus 300 further includes a download unit for receiving The user inputs and provides a request to the communication unit 305 to request the software based on the user input.
  • the device 300 can be integrated on the terminal device, or can be communicatively coupled to the read terminal device, and implement data interaction with the terminal device.
  • FIG. 4 there is shown a flow of a method 400 for providing software to a terminal device based on the apparatus 300 of Figure 3, the method 400 comprising:
  • Step S402 collecting the feature image and parsing the read feature image into a software identifier, where the read software identifier is used to identify the software;
  • Step S404 Obtain device information of the terminal device.
  • Step S406 sending the device information and the software identifier to the device identifier
  • Step S408 is executed to receive matching software information, where the matching software information includes a download address of software that matches the device information and the software identifier.
  • step S404 further includes: accessing an application programming interface of the terminal device to obtain the device information.
  • the method 400 further includes: receiving user input; downloading software based on the user input and matching software information.
  • an apparatus 500 for providing software to a terminal device includes:
  • the receiving unit 501 is configured to receive device information and software identifiers from the terminal device, and the searching unit 503 is configured to search for matching software information that matches the device information and the software identifier, wherein the matching software information includes a download address of the software. ;
  • the sending unit 505 is configured to send the matching software information to the terminal device.
  • the device 500 further includes a software information database 507 coupled to the lookup unit 503 for storing correspondence of device information, software identification, and software information.
  • the software identification includes the name of the software or the original download address.
  • the device information includes hardware parameters and/or software parameters of the terminal device.
  • the read matching software information also includes the name, version, or Introduction.
  • FIG. 6 there is shown a flow of a method 600 for providing software to a terminal device based on the apparatus 500 of Figure 5, the method 600 comprising:
  • Step S602 the device information and the software identifier are received from the terminal device.
  • Step S604 is performed to search for matching software information that matches the device information and the software identifier, where the matching software information includes a download address of the software.
  • Step S606 is executed to send the matching software information to the reading terminal device.
  • step S604 includes: providing a software information database for storing a correspondence between the device information, the software identifier, and the software information; and searching, in the software information database, a match that matches the read device information and the software identifier.
  • Software information includes: providing a software information database for storing a correspondence between the device information, the software identifier, and the software information; and searching, in the software information database, a match that matches the read device information and the software identifier.
  • Various embodiments of the invention may be implemented in hardware, firmware, software, and any combination thereof.
  • various embodiments of the present invention can be implemented, for example, by a web service processor, but it should be understood that the present invention is not limited thereto.
  • Figure 7 illustrates a block diagram of an exemplary device in which various embodiments of the present invention may be implemented.
  • the device shown in FIG. ⁇ includes a CPU (Central Processing Unit) 701, a RAM (Random Access Memory) 702, a ROM (Read Only Memory) 703, a system bus 704, a hard disk controller 705, a keyboard controller 706, and a serial interface. Controller 707, parallel interface controller 708, display controller 709, hard disk 710, keyboard 711, serial external device 712, parallel external device 713, and display 714.
  • a CPU 701 Central Processing Unit
  • RAM Random Access Memory
  • ROM Read Only Memory
  • a system bus 704 a hard disk controller 705, a keyboard controller 706, and a serial interface.
  • Controller 707, parallel interface controller 708, display controller 709, hard disk 710, keyboard 711, serial external device 712, parallel external device 713, and display 714 connected to the system bus 704 are a CPU 701, a RAM 702, a ROM 703, a hard disk controller 705, a keyboard controller 706, a serial interface controller 707, a parallel interface controller 708, and a display
  • the hard disk 710 is connected to the hard disk controller 705, the keyboard 711 is connected to the keyboard controller 706, the serial external device 712 is connected to the serial interface controller 707, the parallel external device 713 is connected to the parallel interface controller 708, and the display 714 and the display are controlled.
  • the device 709 is connected.
  • the block diagram of the structure illustrated in Figure 7 is for illustrative purposes only and is not a limitation of the invention. In some cases, some of these devices can be added or subtracted as needed.
  • the device shown in FIG. 7 can omit the keyboard 71 1, but only one A server that can be accessed by an external device.
  • the apparatus shown in FIG. 7 can implement the environment in which the present invention operates separately, or can be interconnected by a network to implement an environment in which the present invention operates. For example, various modules and/or steps of the present invention can be distributedly implemented in interconnected environments.
  • the teachings in the device can be implemented by a combination of hardware and software, but can also be implemented in software or hardware.
  • the teachings of the present application can also be implemented as a computer program product on a computer readable medium, which can be any physical shield, such as a floppy disk, CD-ROM, DVD, hard drive, or even a network medium.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

本发明公开了一种用于向终端设备提供软件的方法及装置。所述用于向终端设备提供软件的方法包括下述步骤:采集特征图像并将所述特征图像解析为软件标识,其中所述软件标识用于标识软件;获取所述终端设备的设备信息;将所述设备信息与所述软件标识发送出去;接收匹配软件信息,其中所述匹配软件信息包括与所述设备信息以及所述软件标识相匹配的软件的下载地址。

Description

用于向终端设备提供软件的方法及装置 技术领域
本发明涉及计算机技术领域, 更具体地, 本发明涉及一种用于 向终端设备提供软件的方法及装置。 背景技术
随着计算机与通信技术的迅速发展, 移动式电子设备已经从早 期仅具有单一功能的设备向集成化、 智能化的方向发展。 例如, 以 往作为通讯工具使用的手机终端, 现在已经越来越多地集成了诸如 视频播放、 网络浏览、 文字处理等功能; 再例如, 以往主要用于导 航定位的车载导航设备, 现在也会集成诸如网络浏览、 音乐播放等 辅助功能。
在实际应用中, 电子设备的这些功能通常是通过安装对应的软 件, 特别是需要联网作业的客户端软件来实现的。 这些软件通常是 适用于特定的软件环境的, 例如 Java、 Android系统等。 对于一些数 据处理要求较高的软件, 其必须安装在具有足够硬件处理性能的电 子设备上才能够正常运行, 其中硬件处理性能包括例如电子设备中 微处理器的处理速度、 内存以及主存储器的存储容量等等。 此外, 电子设备的屏幕分辨率、 键盘特性等硬件特性都会对软件的使用产 生影响。
为了满足不同用户的使用需求, 不同电子设备的软件与硬件性 能差异巨大。 相应地, 软件的提供商或服务商需要针对众多具有不 同设备特性的电子设备而提供不同版本的软件。 在这种情况下, 如 果电子设备安装了不匹配的软件, 会影响其使用效果, 并且有可能 导致该软件无法运行。 例如, 许多软件需要以特定的显示分辨率显 示在电子设备上, 然而如果电子设备的屏幕分辨率与该特定的显示 分辨率不同, 则可能导致软件无法完整地再现, 从而影响使用效果。 再例如, 某些软件只能通过键盘来进行控制, 那么只具有触摸屏的 电子设备可能就无法使用这些软件, 并且, 即使可以运行这些软件, 也有可能导致无法正常退出。 发明内容
因此, 有必要提供一种向不同的终端设备提供匹配的软件的方 法。
为了解决上述问题,根椐本发明的一个方面, 提供了一种用于向 终端设备提供软件的方法, 包括下述步骤: 采集特征图像并将所述特征 图像解析为软件标识, 其中所述软件标识用于标识软件; 获取所述终端 设备的设备信息; 将所述设备信息与所述软件标识发送出去; 接收匹配 软件信息, 其中所述匹配软件信息包括与所述设备信息以及所述软 件标识相匹配的软件的下载地址。
在一个实施例中, 所述特征图像包括条形码。
在一个实施例中, 所述软件标识包括软件的名称或原始下载地 址。
在一个实施例中, 所述获取所述终端设备的设备信息的步骤进 一步包括: 访问所述终端设备的应用程序编程接口以获取所述设备 信息。
在一个实施例中, 所述设备信息包括所述终端设备的硬件参数 和 /或软件参数。
在一个实施例中, 所述匹配软件信息还包括所述软件的名称、 版本或介绍。
在一个实施例中, 在所述接收匹配软件信息的步骤之后, 所述 方法还包括: 接收用户输入; 基于所述用户输入与所述匹配软件信 息下载所述软件。
根据本发明的另一方面, 还提供了用于向终端设备提供软件的方 法,包括下述步骤:接收来自于所述终端设备的设备信息以及软件标识; 查找与所述设备信息及所述软件标识相匹配的匹配软件信息 ,其中所述 匹配软件信息包括软件的下载地址; 向所述终端设备发送所述匹配软件 信息。
在一个实施例中, 所述查找所述匹配软件信息的步骤包括: 提 供软件信息数据库, 其用于存储设备信息、 软件标识与软件信息的 对应关系; 在所述软件信息数据库中查找与所述设备信息及所述软 件标识相匹配的匹配软件信息。
根据本发明的又一方面,还提供了一种用于向终端设备提供软件的 装置, 包括: 图像采集单元, 用于采集特征图像并将所述特征图像解析 为软件标识, 其中所述软件标识用于标识软件; 控制单元, 用于获取所 述终端设备的设备信息; 通信单元, 用于将所述设备信息与所述软件标 识发送出去, 并用于接收匹配软件信息, 其中所述匹配软件信息包括软 件的下载地址。
根据本发明的再一方面,还提供了一种用于向终端设备提供软件的 装置, 包括: 接收单元, 用于接收来自于所述终端设备的设备信息以及 软件标识; 查找单元, 用于查找与所述设备信息及所述软件标识相匹配 的匹配软件信息, 其中所述匹配软件信息包括软件的下载地址; 发送单 元, 用于向所述终端设备发送所述匹配软件信息。
在一个实施例中, 所述装置还包括: 软件信息数据库, 其耦接到所 述查找单元, 用于存储设备信息、 软件标识与软件信息的对应关系。
不同于现有技术, 本发明的方法和装置能够向终端设备提供与 其设备状况相对应的软件, 从而避免了由于安装不匹配软件带来使 用故障或不便。 此外, 所述软件匹配过程不需要终端设备的使用者 进行操作, 这大大提高了使用的便利。 另外, 由于软件标识是由图 像采集单元所采集的, 无需使用者手动输入, 这既有效增加了软件 匹配的准确性, 又进一步提高了使用便利。 附图说明
通过对结合附图所示出的实施方式进行详细说明, 本发明的上 述以及其他特征将更加明显, 本发明附图中相同的标号表示相同或 相似的元素。 在附图中: 图 1示出了根据本发明一个实施例的通信系统 100的示意图; ' 图 2 示出了根据本发明一个实施例的用于向终端设备提供软件 的方法 200的流程;
图 3 示出了根据本发明一个实施例的用于向终端设备提供软件 的装置 300;
图 4示出了基于图 3的装置 300对终端设备提供软件的方法 400 的流程;
图 5 示出了根据本发明一个实施例的用于向终端设备提供软件 的装置 500;
图 6示出了基于图 5的装置 500对终端设备提供软件的方法 600 的流程;
图 7示出了适合用来实践本发明实施例的计算机系统的框图。 在附图中, 相同或对应的标号表示相同或对应的部分。 具体实施方式
下文将参考若干示例性实施方式来描述本发明的原理和精神。 应当理解, 给出这些实施方式仅仅是为了使本领域技术人负能够更 好地理解进而实现本发明, 而并非以任何方式限制本发明的范围。
图 1示出了根据本发明一个实施例的通信系统的示意图。 参照 图 1 , 读通信系统包括服务器 101、 网络 102以及终端设备 103。 具 体地, 服务器 101与终端设备 103分别通过网络 102接入读通信系 统, 并实现服务器 101与终端设备 103相互之间通信地耦接。 在本 文中, 终端设备 103指能够接入网络 102的电子设备, 其包括但不 限于下列设备: 个人计算机、 个人数字助理、 移动电话、 平板电脑 等。 服务器 101是指用于管理数据的软件和 /或硬件系统, 其可以进一 步地向终端设备 103提供数据。 需要说明的是, 图 1中示出的终端设 备 103的数量仅是示例性的, 本领域普通技术人员应该能够理解, 在实际应用中, 通信系统中终端设备 103的数量并不限于图 1所示 的数量。 图 2 示出了根据本发明一个实施例的用于向终端设备提供软件 的方法的流程。 应当理解, 该方法中记载的各个步骤可以按照不同 的顺序执行, 和 /或并行执行。 此外, 该方法可以包括附加的步骤和 / 或省略执行示出的步骒。 本发明的范围在此方面不受限制。
接下来, 结合图 1及图 2对本发明的用于向终端设备提供软件 的方法的实施例进行详述。
在步骤 S202中, 终端设备 103采集特征图像, 并将读特征图像 解析为软件标识, 其中 "玄软件标识用于标识软件。
具体地, 谅终端设备 103通过图像采集单元来釆集谅特征图像。 图 像采集单元可以集成在终端设备 103上,或者通过特定的通信连接方式 连接到终端设备 103。 谊图像采集单元例如是照相机、 摄像机、 扫描仪 或者其他用于将光学图像转换为电子信号的装置,其可以将所采集的特 征图像的光学特性转换为对应的数字图像或数字信息。
特征图像通常是关联于特定信息的图像, 其通过具有不同的光 学特性来表示其所代表的信息。 通常地, 该光学特性例如是颜色或 光学反射率。 在一些例子中, 特征图像是条形码, 例如包括一维条 形码、 二维条形码或其他格式的奈形码。 在实际应用中, 特征图像 可以以印刷图片或电子图片的形式展示出来, 以被图像采集单元所 采集。 例如, 特征图像被设置在例如纸面、 物品表面或电子显示平 面的基底上。 在另外的一些例子中, 特征图像可以包括字符的集合, 例如其是文字、 数字和 /或字母的组合。
特征图像通常可以采用预定编码方式或表达方式表示其所关联的 软件标识。在一个例子中,特征图像中的不同位置具有不同的光学特性, 读光学特性被图像采集设备采集。 进而, 终端设备 103对所采集的特征 图像中各个位置的光学特性进行解码, 以将特征图像转换为包含多个值 的二值图像。 该二值图像中的每个值表示一个二进制编码的数据。 具体 地, 特征图像例如为 QR码( Quick Response Code )或其他适合的二维 条形码, 该特征图像的灰度值(作为光学特性)被逐个像素地采集, 进 而被转换为相应的图像信号。 接着, 每个像素的图像信号会连同谅像素 的位置被一同存储。 之后, 检测所存储的每个像素的图像信号, 并查找 具有预定形状的定位标记,从而确定所采集的特征图像所对应的坐标系 以及图像方向。 再然后, 基于所确定的坐标系及图像方向读出被存储的 图像信号, 从而得到包含多个值的二进制数据序列。 这样, 特征图像即 被解析为以二进制数据表示的软件标识。不同的软件标识可以关联于不 同的软件。例如二进制数据可以基于 ASCII编码而表示软件的名称或软 件的原始下载地址。
在实际应用中, 所述步骤 S202可以由终端设备 103的用户的动作 触发。 例如, 用户在生活中遇到自己所感兴趣的信息, 决定选择收藏或 记录该信息时, 其通过按键、 触摸屏或其他输入设备向终端设备提供命 令或触发。 相应地, 终端设备接收用户输入的触发, 进而响应于该用户 输入而执行特征图像的采集。
在步骤 S204中, 终端设备 103获取其自身的设备信息。
具体地, 终端设备 103 的设备信息包括该终端设备 103 的各种 软件参数和 /或硬件参数。 其中, 硬件参数包括但不限于产品型号、 微处理器的处理频率, 内存容量、 主存储器的存储容量、 显示处理 器的处理速度、 屏幕尺寸及屏幕分辨率、 输入装置的配置情况 (例 如键盘、 触摸屏) 等; 软件参数包括但不限于操作系统的类型、 操 作系统的版本以及其他相关软件的安装情况 (例如相关软件是否安 装、 所安装的版本) 等等。
需要说明的是, 终端设备 103 的这些硬件参数与软件参数可以 是由终端设备 103 中所运行的操作系统直接提供的。 例如, 读终端 设备设备 103 上所安装的操作系统具有供应用程序访问的应用程序 编程接口, 通过该应用程序编程接口, 能够得到终端设备 103 的设 备信息。 可以理解, 终端设备 103 的设备信息也可以是由特定的辅 助软件检测后生成的可供调用的数据。 例如, 由于不同微处理器的 处理器架构不完全相同, 因此其处理能力不能由处理频率简单地直 接确定, 更准确的方法可以通过相关测试软件来标定。
此外, 对于例如手机终端等较为普及使用的终端, 每种产品的 硬件配置情况通常是不可更改的, 其对应的硬件参数通常也是比较 确定的。 因此, 在优选的实施例中, 终端设备 103 可以获取产品型 号并以该产品型号代表包括微处理器、 内存以及屏幕等硬件的信息。 这种方式可以避免获取过多的具体硬件参数, 从而减少了相应处理 的复杂度。
接着, 在步骤 S206中, 终端设备 103将所获得的设备信息以及 软件标识发送出去。 相应地, 服务器 101 接收来自于终端设备 101 的设备信息以及软件标识。
接下来, 在步骤 S208中, 服务器 101查找与所述软件标识以及 设备信息相匹配的匹配软件信息, 其中该匹配软件信息包括软件的 下载地址。
具体地, 服务器 101 可以提供设置在其中的软件信息数据库, 或者可以访问其他计算机系统所提供的软件信息数据库。 谅软件信 息数据库用于存储设备信息、 软件标识与软件信息的对应关系。 通 过谅对应关系, 服务器 101 即可确定与不同的设备信息以及软件标 识所对应的软件信息。软件信息包括软件的下载地址, 终端设备 103 可以通过访问该下载地址来获取相匹配版本的软件。 根据实施例的 不同, 软件信息中还可以包括软件的名称、 版本或介绍或其他数据 信息。 这些信息可以供终端设备 103 的使用者参考, 以确定是否需 要下载谅软件。
在实际应用中, 读软件信息数据库可以集合为一张数据列表, 如 表 1所示, 读数据列表包括 3列, 第 1列为软件信息数据项, 用于索引 并存储不同的软件信息, 例如软件的下载地址或介绍; 第 2 列为软 件标识数据项, 用于存储不同的软件标识; 第 3 列为设备信息数据 项, 用于存储不同的设备信息, 在表 1 中, 该设备信息包括产品型 号、 操作系统类型及其版本。 可以理解, 表 1的数据结构仅为示例, 根据具体应用的不同, 谅设备信息中还可以包括其他有关于终端设 备 103的软件参数或硬件参数, 不应限制其范围。
表 1 软件信息 软件标识 设备信息
ADRO O l APP01 操作系统版本 OS 01 产品型号 P01
ADR002 APP02 操作系统版本 OS 02 产品型号 P02
ADR003 APP03 操作系统版本 OS02 产品型号 P02
ADR004 APP03 操作系统版本 OS02 产品型号 P03
ADR005 APP04 操作系统版本 OS 03 产品型号 P04
ADR006 APP04 操作系统版本 OS 03 产品型号 P04
擊 · · ■ . · 在实际应用中, 每个软件信息包含有至少一个下载地址, 以用 于下载具有特定版本的软件。 可以理解, 在一些例子中, 每个软件 信息可以包含有多个下载地址, 这些下载地址均用于下载同一个特 定版本的软件。
由于软件标识用于标识不同的软件, 而对于每个软件而言, 其 通常包含有多个版本, 因此, 一个软件标识通常可以对应于一个以 上的软件信息, 以进一步地对应于不同版本的软件。 例如, 在表 1 中, 对于软件标识为 "APP03" 的数据项, 其对应于两个软件信息 "ADR03" 以及 "ADR04" 。 进一步地, 可以基于终端设备 103 的 设备信息来确定相匹配的软件信息。 仍以软件标识 "APP03" 的软件 为例, 产品型号为 P02的终端设备对应于软件信息 "ADR03" , 而 产品型号为 P03 的终端设备对应于软件信息 "ADR04" 。 需要说明 的是, 软件标识以及设备信息与软件标识的对应关系可以由软件的 提供者或服务器的维护者根据实际使用情况提供, 并相应地存储在 该软件信息数据库中。
需要说明的是, 在软件标识包括软件的原始下载地址的情况中, 刀良务器可以以该原始下载地址直接作为软件标识; 也可以对谅原始 下载地址进行预处理, 例如访问该原始下载地址以获取对应的软件 的名称, 并以得到的软件名称作为软件标识。 再例如, 服务器可以 对该原始下载地址进行解析处理 (例如基于原始下载地址与软件名 称的数据库来搜寻匹配的软件名称) , 从而得到相匹配的软件名称 作为软件标识。
服务器 101在获取终端 103提供的设备信息以及软件标识后, 即可基于该设备信息中的各种硬件与软件参数、 以及软件标识, 在 软件信息数据库中查找相匹配的软件信息。
在实际应用中, 服务器 101 还可以对所获取的软件标识进行处 理, 例如将软件标识分解为多个关键词, 进而基于该多个关键词之 一或其组合、 以及设备信息来在软件信息数据库中查找匹配的软件 信息。 在一些例子中, 所获取的软件标识可以是文字形式, 例如一 个软件标识为 "音乐播放器" 。 相应地, 该软件标识可以被处理并 分解为 "音乐" 与 "播放器" 两个关键词。 这样, 服务器还可以基 于 "音乐" 、 "播放器" 这两个关键词来在软件信息数据库中查找 匹配的软件信息, 例如含有 "音乐" 和 /或 "播放器" 的软件标识所 对应的软件信息。 这种匹配查找能够提供更多的相关的软件信息给 用户, 从而便于用户参考。
此外, 在一些例子中, 软件信息数据库中可能不具有一些软件 标识, 例如这些软件标识对应的软件信息未被存储或更新到软件信 息数据库中。 在这种情况下, 服务器 101 可以在软件信息数据库中 查找与所获取的软件标识相类似的软件的软件信息, 并将查找得到 的软件信息作为匹配的软件信息。 相类似的软件可以是指在软件信 息数据库中被分为同一类别的软件, 或者以其他适当方式相关联的 软件。 例如, 软件信息数据库中不具有标识为 "音乐播放器" 的软 件标识; 则服务器 101可以查找标识为 "视频播放器" 的软件标识, 并获取相应的软件信息以作为匹配软件信息。
之后, 在步驟 S210中, 服务器 101基于匹配软件信息的查找结 果向终端设备 103发送匹配软件信息。
具体地, 如果软件信息数据库中存在与终端设备 103 发送的软 件标识及设备信息相匹配的软件信息,则服务器 101向终端设备 103 发送包含有该软件的下载地址的匹配软件信息。 如果软件信息数据 库中不存在与匹配的软件信息, 则服务器 101 可以向终端设备 103 发送指示不支持读终端设备 103的信息。
相应地, 终端设备 103接收由服务器 101提供的包含有软件下 载地址的匹配软件信息。
之后, 执行步骤 S212, 终端设备 103接收用户输入, 并基于该 用户输入以及匹配软件信息中包含的软件下载地址获取对应的软 件。 例如终端设备 103向存储有该软件的服务器 101发送请求软件 数据的请求。 紧接着, 执行步骤 S214, 服务器 101响应该请求, 并 基于该请求向对应的终端设备 103提供该软件。
可以看出, 通过执行上述流程, 终端设备 103 能够获得与其设 备状况相对应的软件, 从而避免了由于安装不匹配软件带来使用故 障或不便。 此外, 所述软件匹配过程不需要终端设备 103 的使用者 进行操作, 这大大提高了使用的便利。 另外, 由于软件标识是由图 像采集单元所采集的, 无需使用者手动输入, 这既有效增加了软件 匹配的准确性, 又进一步提高了使用便利。
参考图 3 ,示出了根据本发明一个实施例的用于向终端设备提供 软件的装置 300, 包括:
图像采集单元 301 ,用于采集特征图像并将该特征图像解析为软 件标识, 其中该软件标识用于标识软件;
控制单元 303 , 用于获取该终端设备的设备信息;
通信单元 305 , 用于将该设备信息与软件标识发送出去, 并用于 接收匹配软件信息, 其中该匹配软件信息包括软件的下载地址。
在一个实施例中, 该特征图像包括条形码。
在一个实施例中, 该软件标识包括软件的名称或原始下载地址。 在一个实施例中, 谅控制单元 303 进一步用于访问该终端设备 的硬件参数和 /或软件参数。
在一个实施例中, 谅匹配软件信息还包括软件的名称、 版本或 介绍。
在一个实施例中, 该装置 300 还包括下载单元, 其用于接收用 户输入, 并基于谅用户输入向通信单元 305提供请求该软件的请求。 可以理解, 根据具体实施例的不同, 该装置 300 可以集成在终 端设备上, 也可以通信地耦接到读终端设备上, 并实现与该终端设 备之间的数据交互。
参考图 4,示出了基于图 3的装置 300对终端设备提供软件的方 法 400的流程, 该方法 400包括:
执行步骤 S402,采集特征图像并将读特征图像解析为软件标识, 其中读软件标识用于标识软件;
执行步骤 S404, 获取该终端设备的设备信息;
执行步骤 S406 , 将该设备信息与该软件标识发送出去;
执行步骤 S408 , 接收匹配软件信息, 其中该匹配软件信息包括 与该设备信息以及该软件标识相匹配的软件的下载地址。
在一个实施例中, 步骤 S404进一步包括: 访问终端设备的应用 程序编程接口以获取该设备信息。
在另一实施例中, 在步骤 S408之后, 该方法 400还包括: 接收 用户输入; 基于该用户输入以及匹配软件信息下载软件。
参考图 5,示出了根据本发明一个实施例的用于向终端设备提供 软件的装置 500, 包括:
接收单元 501 ,用于接收来自于终端设备的设备信息以及软件标识; 查找单元 503 , 用于查找与谅设备信息及谅软件标识相匹配的匹配 软件信息, 其中该匹配软件信息包括软件的下载地址;
发送单元 505 , 用于向终端设备发送兹匹配软件信息。
在一个实施例中, 谅装置 500还包括软件信息数据库 507, 其耦接 到查找单元 503, 用于存储设备信息、 软件标识以及软件信息的对应关 系。
在一个实施例中, 该软件标识包括软件的名称或原始下载地址。 在一个实施例中, 该设备信息包括终端设备的硬件参数和 /或软 件参数。
在一个实施例中, 读匹配软件信息还包括软件的名称、 版本或 介绍。
参考图 6 ,示出了基于图 5的装置 500对终端设备提供软件的方 法 600的流程, 该方法 600包括:
执行步骤 S602 , 接收来自于终端设备的设备信息以及软件标识; 执行步骤 S604, 查找与该设备信息及该软件标识相匹配的匹配软 件信息, 其中该匹配软件信息包括软件的下载地址;
执行步骤 S606 , 向读终端设备发送该匹配软件信息。
在一个实施例中, 步骤 S604包括: 提供软件信息数据库, 其用 于存储设备信息、 软件标识与软件信息的对应关系; 在该软件信息 数据库中查找与读设备信息及该软件标识相匹配的匹配软件信息。
本发明的各种实施方式可以通过硬件、 固件、 软件以及其中的 任意组合来实现。 并且, 本发明的各种实施方式例如可以通过 web 服务处理器实现, 但需要理解的是, 本发明并不限于此。
图 7示出了本发明的各种实施方式可以在其中实现的一种示例 性设备的框图。
图 Ί中所示的设备包括 CPU (中央处理单元) 701、 RAM (随机 存取存储器) 702、 ROM (只读存储器) 703、 系统总线 704、 硬盘 控制器 705、 键盘控制器 706、 串行接口控制器 707、 并行接口控制 器 708、显示器控制器 709、硬盘 710、键盘 711、 串行外部设备 712、 并行外部设备 713和显示器 714。 在这些部件中, 与系统总线 704 相连的有 CPU 701、 RAM 702、 ROM 703、 硬盘控制器 705、 键盘控 制器 706、 串行接口控制器 707、 并行接口控制器 708和显示器控制 器 709。 硬盘 710与硬盘控制器 705相连, 键盘 711与键盘控制器 706相连, 串行外部设备 712与串行接口控制器 707相连, 并行外部 设备 713与并行接口控制器 708相连, 以及显示器 714与显示器控 制器 709相连。
图 7所述的结构框图仅仅为了示例的目的而示出的, 并非是对 本发明的限制。 在一些情况下, 可以根据需要添加或者减少其中的 一些设备。 例如, 图 7所示的设备可以省略键盘 71 1, 而仅仅是一个 能够被外部设备访问的服务器。 图 7所示的设备可以单独地实现本 发明运行的环境, 也可以通过网络互相连接起来而实现本发明运行 的环境, 例如本发明的各个模块和 /或步骤可以分布地实现在互相连 接的各个设备中 请的教导可以通过硬件和软件的组合来实现, 但是同样可以在软件 或硬件中实现。 本申请的教导同样可以实施为在计算机可读介质上 的计算机程序产品, 所述计算机可读介质可以是任何物盾介盾, 例 如软盘、 CD-ROM、 DVD、 硬驱动器甚至网络介质等。
此外, 尽管在附图中以特定顺序描述了本发明方法的操作, 但 是, 这并非要求或者暗示必须按照该特定顺序来执行这些操作, 或 是必须执行全部所示的搡作才能实现期望的结果。 相反, 流程图中 描绘的步骤可以改变执行顺序。 附加地或备选地, 可以省略某些步 骤, 将多个步骤合并为一个步骤执行, 和 /或将一个步骤分解为多个 步骤执行。
虽然已经参考若干具体实施方式描述了本发明, 但是应该理解, 本发明并不限于所公开的具体实施方式。 本发明旨在涵盖所附权利 要求的精神和范围内所包括的各种修改和等同布置。 所附权利要求 的范围符合最宽泛的解释, 从而包含所有这样的修改及等同结构和 功能。

Claims

权 利 要 求 书
1. 一种用于向终端设备提供软件的方法, 其特征在于, 所述方 法包括下述步骤:
采集特征图像并将所述特征图像解析为软件标识,其中所述软件 标识用于标识软件;
获取所述终端设备的设备信息;
将所述设备信息与所述软件标识发送出去;
接收匹配软'件信息,其中所述匹配软件信息包括与所述设备信息 以及所述软件标识相匹配的软件的下载地址。
2. 根据权利要求 1 所述的方法, 其特征在于, 所述特征图像包 括条形码。
3. 根据权利要求 1 所述的方法, 其特征在于, 所述软件标识包 括软件的名称或原始下载地址。
4. 根据权利要求 1 所述的方法, 其特征在于, 所述获取所述终 端设备的设备信息的步骤进一步包括:
访问所述终端设备的应用程序编程接口以获取所述设备信息。
5. 根据权利要求 1 所述的方法, 其特征在于, 所述设备信息包 括所述终端设备的硬件参数和 /或软件参数。
6. 根据权利要求 1 所述的方法, 其特征在于, 所述匹配软件信 息还包括所述软件的名称、 版本或介绍。
7. 根据权利要求 1 所述的方法, 其特征在于, 在所述接收匹配 软件信息的步骤之后, 所述方法还包括:
接收用户输入;
基于所述用户输入与所述匹配软件信息下载所述软件。
8. 一种用于向终端设备提供软件的方法, 其特征在于, 所述方 法包括下述步骤:
接收来自于所述终端设备的设备信息以及软件标识;
查找与所述设备信息及所述软件标识相匹配的匹配软件信息,其 中所述匹配软件信息包括软件的下载地址;
向所述终端设备发送所述匹配软件信息。
9. 根据权利要求 8所述的方法, 其特征在于, 所述查找所述匹 配软件信息的步骤包括:
提供软件信息数据库, 其用于存储设备信息、软件标识与软件信 息的对应关系;
在所述软件信息数据库中查找与所述设备信息及所述软件标识 相匹配的匹配软件信息
10. 根据权利要求 8所述的方法, 其特征在于, 所述软件标识包 括软件的名称或原始下载地址。
11. 根据权利要求 8所述的方法, 其特征在于, 所述设备信息包 括所述终端设备的硬件参数和 /或软件参数。
12. 根据权利要求 8所述的方法, 其特征在于, 所述匹配软件信 息还包括所述软件的名称、 版本或介绍。
13. 一种用于向终端设备提供软件的装置, 其特征在于, 包括: 图像采集单元,用于采集特征图像并将所述特征图像解析为软件 标识, 其中所述软件标识用于标识软件;
控制单元, 用于获取所述终端设备的设备信息;
通信单元, 用于将所述设备信息与所述软件标识发送出去, 并用 于接收匹配软件信息, 其中所述匹配软件信息包括软件的下载地址。
14. 根据权利要求 13 所述的装置, 其特征在于, 所述特征图像 包括奈形码。
15. 根据权利要求 13 所述的装置, 其特征在于, 所述软件标识 包括软件的名称或原始下载地址。
16. 根据权利要求 13 所述的装置, 其特征在于, 所述控制单元 进一步用于: 访问所述终端设备的应用程序编程接口以获取所述设 备信息。
17. 根据权利要求 13 所述的装置, 其特征在于, 所述设备信息 包括所述终端设备的硬件参数和 /或软件参数。
18. 根据权利要求 13 所述的装置, 其特征在于, 所述匹配软件 信息还包括所述软件的名称、 版本或介绍。
19. 根据权利要求 13 所述的装置, 其特征在于, 所述装置还包 括下载单元, 用于接收用户输入, 并基于所述用户输入向所述通信 单元提供请求所述软件的请求;
所述通信单元还用于发送所述请求并接收所述软件。
20. —种用于向终端设备提供软件的装置, 其特征在于, 包括: 接收单元,用于接收来自于所述终端设备的设备信息以及软件标 识;
查找单元,用于查找与所述设备信息及所述软件标识相匹配的匹 配软件信息, 其中所述匹配软件信息包括软件的下载地址;
发送单元, 用于向所述终端设备发送所述匹配软件信息。
21. 根据权利要求 20所述的装置, 其特征在于, 所述装置还包 括:
软件信息数据库, 其耦接到所述查找单元, 用于存储设备信息、 软件标识与软件信息的对应关系。
22. 根据权利要求 20所述的装置, 其特征在于, 所述软件标识 包括软件的名称或原始下载地址。
23. 根据权利要求 20所述的装置, 其特征在于, 所述设备信息 包括所述终端设备的硬件参数和 /或软件参数。
24. 根据权利要求 20所述的装置, 其特征在于, 所述匹配软件 信息还包括所述软件的名称、 版本或介绍。
PCT/CN2013/074067 2012-04-13 2013-04-11 用于向终端设备提供软件的方法及装置 WO2013152729A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201210109827.7 2012-04-13
CN2012101098277A CN102662675A (zh) 2012-04-13 2012-04-13 用于向终端设备提供软件的方法及装置

Publications (1)

Publication Number Publication Date
WO2013152729A1 true WO2013152729A1 (zh) 2013-10-17

Family

ID=46772176

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/074067 WO2013152729A1 (zh) 2012-04-13 2013-04-11 用于向终端设备提供软件的方法及装置

Country Status (2)

Country Link
CN (1) CN102662675A (zh)
WO (1) WO2013152729A1 (zh)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102662675A (zh) * 2012-04-13 2012-09-12 我查查信息技术(上海)有限公司 用于向终端设备提供软件的方法及装置
CN102882993B (zh) * 2012-10-19 2015-06-10 北京奇虎科技有限公司 计算设备及其下载方法
CN103049296B (zh) * 2012-12-28 2016-01-20 北界创想(北京)软件有限公司 为下载设备自动匹配目标应用的方法和装置
JP6194628B2 (ja) * 2013-04-30 2017-09-13 株式会社リコー 通信管理システム、通信管理方法、及びプログラム
US10248399B2 (en) 2014-05-28 2019-04-02 Samsung Electronics Co., Ltd Apparatus and method for controlling Internet of Things devices
KR102330255B1 (ko) * 2014-05-28 2021-11-23 삼성전자주식회사 사물 인터넷 기기들을 제어하기 위한 제어 장치 및 방법
CN106168908A (zh) * 2016-09-27 2016-11-30 北京金山安全软件有限公司 一种驱动程序获取方法、服务器及移动终端
CN107122210A (zh) * 2017-04-25 2017-09-01 航天科技控股集团股份有限公司 一种基于图形对比模式的汽车仪表程序自适应下载系统及方法
CN116185528B (zh) * 2023-04-27 2023-07-21 深圳艾为电气技术有限公司 电动压缩机驱动器软件柔性配置方法及装置

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102129380A (zh) * 2011-03-10 2011-07-20 宇龙计算机通信科技(深圳)有限公司 一种服务器及提供软件的方法、移动终端
CN102325185A (zh) * 2011-09-14 2012-01-18 章云芳 基于二维码识别的安卓系统手机软件下载方法
CN102348199A (zh) * 2011-10-28 2012-02-08 宇龙计算机通信科技(深圳)有限公司 软件下载方法及移动终端
CN102662675A (zh) * 2012-04-13 2012-09-12 我查查信息技术(上海)有限公司 用于向终端设备提供软件的方法及装置

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101951592A (zh) * 2010-08-31 2011-01-19 上海闻泰电子科技有限公司 一种基于手机二维码的手机游戏下载的方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102129380A (zh) * 2011-03-10 2011-07-20 宇龙计算机通信科技(深圳)有限公司 一种服务器及提供软件的方法、移动终端
CN102325185A (zh) * 2011-09-14 2012-01-18 章云芳 基于二维码识别的安卓系统手机软件下载方法
CN102348199A (zh) * 2011-10-28 2012-02-08 宇龙计算机通信科技(深圳)有限公司 软件下载方法及移动终端
CN102662675A (zh) * 2012-04-13 2012-09-12 我查查信息技术(上海)有限公司 用于向终端设备提供软件的方法及装置

Also Published As

Publication number Publication date
CN102662675A (zh) 2012-09-12

Similar Documents

Publication Publication Date Title
WO2013152729A1 (zh) 用于向终端设备提供软件的方法及装置
US20140215043A1 (en) Resource change management in machine to machine network
CN108491715B (zh) 终端指纹库的生成方法、装置和服务器
US20110252085A1 (en) Communication system, server device, display device, information processing method, and program
WO2015139539A1 (zh) 一种视频信息推送方法及装置
US20140358712A1 (en) Shopping guide system, shopping guide management device and method
JP2014010722A (ja) 検索装置および検索方法、ならびに、プログラム
CN110851334B (zh) 流量统计方法、电子设备、系统及介质
CN110166823B (zh) 投屏方法及相关装置
CN116055551A (zh) 信息推送方法、装置、系统、电子设备及存储介质
CN113709187B (zh) 多服务器的数据请求方法、装置、设备及存储介质
US11790053B2 (en) Information processing system, server, non-transitory computer-readable medium, and method for controlling assignment of license
JP2019032801A (ja) センサ管理ユニット、センサ装置、センサ管理方法及びセンサ管理プログラム
CN110503504B (zh) 网络产品的信息识别方法、装置及设备
US11556604B2 (en) Electronic device and search keyword processing method thereof
US20240184824A1 (en) Data interworking method between onem2m system and ngsi-ld system
CN110704498A (zh) 数据提取方法、装置、设备及计算机可读存储介质
CN108268545B (zh) 一种分级的用户标签库的创建的方法和装置
CN112948733B (zh) 接口维护方法、装置、计算设备以及介质
CN104881308A (zh) 一种应用程序的处理方法及装置
CN112351420B (zh) 终端设备的组网身份创建方法、设备及可读存储介质
CN113486025A (zh) 数据存储方法、数据查询方法及装置
CN112256654B (zh) 一种文档共享方法及装置
WO2015058621A1 (en) Method and apparatus of updating quick link information
KR20210016944A (ko) 미디어 스캔을 수행하는 전자 장치 및 그 미디어 스캔 방법

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13775900

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13775900

Country of ref document: EP

Kind code of ref document: A1