WO2014012449A1 - 桌面同步方法、装置、处理中心及系统 - Google Patents

桌面同步方法、装置、处理中心及系统 Download PDF

Info

Publication number
WO2014012449A1
WO2014012449A1 PCT/CN2013/079142 CN2013079142W WO2014012449A1 WO 2014012449 A1 WO2014012449 A1 WO 2014012449A1 CN 2013079142 W CN2013079142 W CN 2013079142W WO 2014012449 A1 WO2014012449 A1 WO 2014012449A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
desktop
file
data
shortcut
Prior art date
Application number
PCT/CN2013/079142
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 腾讯科技(深圳)有限公司
Priority to US14/413,384 priority Critical patent/US9519654B2/en
Publication of WO2014012449A1 publication Critical patent/WO2014012449A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/178Techniques for file synchronisation in file systems
    • 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/451Execution arrangements for user interfaces
    • 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/46Multiprogramming arrangements
    • G06F9/52Program synchronisation; Mutual exclusion, e.g. by means of semaphores
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation

Definitions

  • the present disclosure relates to the field of network technologies, and in particular, to a desktop synchronization method, apparatus, processing center, and system. Background technique
  • the desktop is a quick access interface provided by the operating system to the user.
  • the desktop usually includes a graphical interface and a number of icons, taskbars, and sidebars located on the graphical interface. These icons can be a specific file or folder, a shortcut to a file or folder, or a shortcut to an application.
  • the specific process of the cloud storage may include: First, the user downloads and installs the network disk application on different platforms; then, the user will be on one platform. Files or folders on the desktop are synchronized to the cloud using the web application. Specifically, the user can drag and drop files or folders on the desktop to the interface of the web application to trigger the synchronization process; or, on the desktop The file or folder is designated as the fixed synchronization path of the network disk application.
  • the network disk application synchronizes in real time when it determines that the file or folder on the desktop changes. Finally, the user uses the network disk application on another platform. Download files or folders stored in the cloud to your local machine. At this point, the user can use the files or folders on the desktop of the initial platform on another platform. Summary of the invention
  • the inventors of the present invention have found that at least the following problems exist in the prior art:
  • the existing cloud storage solution can only store and synchronize files or folders in a single manner, but the processing capabilities and processing methods of the files are different due to different platforms.
  • the Windows platform commonly used for computers has strong processing power
  • the Android platform commonly used for smart phones has relatively weak processing capabilities, and users cannot easily edit and process these files or folders across platforms.
  • a desktop synchronization method comprising: acquiring desktop data from a processing center; determining whether an application corresponding to the desktop data has been installed; and determining that a corresponding application has been installed , the desktop data is associated with the corresponding application.
  • a desktop synchronization device includes: a data acquisition module configured to acquire desktop data from a processing center; and a program determination module configured to determine whether a desktop data corresponding to the desktop data has been installed
  • the program association module is configured to associate the desktop data with the corresponding application program if the program determination module determines that the corresponding application has been installed.
  • a terminal comprising the above-described desktop synchronization device.
  • a processing center including at least one server, the processing center includes: a data receiving module configured to receive desktop data uploaded by the terminal; and a data storage module configured to store the desktop data a data sending module, configured to send the desktop data to the terminal, where the desktop data includes a file and an opening manner, a shortcut, and a file or a folder pointed to by the shortcut, And at least one set of data in the shortcut and the application information corresponding to the shortcut.
  • a desktop synchronization system comprising the terminal and/or the processing center described above.
  • a computer readable storage medium having stored thereon a computer program comprising program code for performing the steps of the desktop synchronization method described above when the program code is run on a computing device.
  • the technical solution provided by the embodiment of the present invention has at least the following advantages: By associating the local original application with the desktop data when synchronizing the desktop data, the existing cloud storage solution can only solve the file or the file.
  • the problem of storing and synchronizing the folders is to achieve the effects of not only synchronizing desktop data between platforms, but also enabling desktop data to be used, edited, and modified after being synchronized on each platform.
  • FIG. 1 is a schematic structural diagram of an implementation environment involved in a desktop synchronization method according to an embodiment of the present invention
  • FIG. 2 is a flowchart of a method for a desktop synchronization method according to Embodiment 1 of the present invention
  • FIG. 3 is a flowchart of a method for a desktop synchronization method according to Embodiment 2 of the present invention
  • FIG. 4 is a third embodiment of the present invention.
  • FIG. 5 is a flowchart of a method for a desktop synchronization method according to Embodiment 4 of the present invention
  • FIG. 6 is a schematic structural diagram of a desktop synchronization device according to Embodiment 5 of the present invention
  • 7 is a schematic structural diagram of a desktop synchronization apparatus according to Embodiment 6 of the present invention;
  • FIG. 8 is a schematic structural diagram of a desktop synchronization apparatus according to Embodiment 7 of the present invention
  • FIG. 9 is a desktop provided according to Embodiment 8 of the present invention
  • FIG. 10 is a schematic structural diagram of a desktop synchronization apparatus according to Embodiment 9 of the present invention
  • FIG. 11 is a schematic structural diagram of a processing center according to Embodiment 10 of the present invention
  • the implementation environment can include at least one terminal 120 and processing center 140.
  • the terminal 120 can be a smartphone, a tablet, a desktop computer, a notebook, an e-book reader, and the like. These terminals include, but are not limited to, the Windows platform from Microsoft Corporation, the Android or Chrome platform from Google Inc., the Mac platform from Apple Inc., the IOS platform, or the Symbian platform from Nokia Finland.
  • the processing center 140 is a cloud computing center composed of one server or a plurality of servers running a predetermined application.
  • the processing center 140 has a data storage function and a function of synchronizing data with the terminal 120.
  • the "synchronizing data with the terminal 120" described herein specifically includes the case where the terminal 120 uploads data to the processing center 140, and the terminal 120 downloads data from the processing center.
  • the terminal 120 and the processing center 140 can be connected and communicated with each other through a wireless network or a wired network.
  • FIG. 2 there is shown a flow chart of a method of a desktop synchronization method according to an embodiment of the present invention.
  • the desktop synchronization method can be used in the terminal 120 shown in FIG. 1, and the desktop synchronization method can include step 202, step 204, and step 206.
  • desktop data is obtained from the processing center.
  • the terminal can obtain desktop data from a processing center located in the cloud, which is used to generate and display the desktop.
  • the desktop data can be pre-stored in the processing center of the cloud by the current terminal or other terminal.
  • the desktop data may include at least one of a file and an opening method corresponding to the file, a shortcut mode, and a file or folder corresponding to the shortcut, a shortcut, and application information corresponding to the shortcut.
  • step 204 it is determined whether an application corresponding to the desktop data has been installed.
  • the terminal After obtaining the desktop data, the terminal can determine whether the corresponding application has been installed according to the "open mode corresponding to the file" and "application information" included in the desktop data.
  • the file obtained by the terminal is a file with a suffix of .docx
  • the opening method corresponding to the file is a word application produced by Microsoft Corporation of the United States, so that the terminal can determine whether the word application has been installed.
  • step 206 if it is determined that the corresponding application has been installed, the desktop data is associated with the installed application.
  • association can be the current way to associate an installed application as a file; it can also be the current pointing content that associates an installed application as a shortcut. For example, if the terminal determines that it has installed the word application, it associates the word application with the current open mode of the file whose suffix is .docx, so that when the user needs to open the file with the suffix named .docx, the word application is directly used. The program opens the file.
  • the desktop synchronization method solves the problem that the existing cloud storage solution can only be used for files or folders by associating the local original application with the desktop data when synchronizing the desktop data.
  • the single storage and synchronization problem can not only synchronize the desktop data between platforms, but also enable the desktop data to be used, edited and modified after being synchronized on each platform.
  • Embodiment 2 Application Scenario The desktop contains several icons, which correspond to files or folders, and the user wants to use the desktop between different first terminals and second terminals. Assume that the first terminal is a laptop of the Windows platform, and the second terminal is a smartphone of the Android platform.
  • the desktop synchronization method can be used in the terminal 120 shown in FIG. 1.
  • the desktop synchronization method can include step 302, step 304, step 306, step 308, step 310, step 312, and step 314.
  • the desktop data is pre-uploaded to the processing center.
  • the first terminal pre-uploads the desktop data to the processing center of the cloud for storage.
  • the first terminal can upload desktop data to the processing center every predetermined time interval; for example, when the desktop data changes, the first terminal can upload desktop data to the processing center. Since the desktop contains several icons, these icons correspond to files or folders.
  • the desktop data uploaded by the first terminal to the processing center includes: a file and an opening manner corresponding to the file.
  • the file can be "A week work plan.doc”
  • the opening method corresponding to the file can be "word20xx application”; for example, the file can be "xx memoirs.rmvb", corresponding to the file
  • the opening method can be "A1 Video Player".
  • folders can be viewed as a collection of 0 to multiple files, no longer one
  • desktop data is obtained from the processing center, the desktop data including the file and the opening method corresponding to the file.
  • the second terminal can acquire desktop data from the processing center of the cloud, and then use the desktop data to generate a desktop for display or update.
  • the desktop data acquired by the second terminal from the processing center includes: a file and an opening manner corresponding to the file.
  • the file can be a file in a folder. sequence. If yes, go to step 308; if no, go to step 310.
  • the desktop data After the desktop data is obtained, the desktop data includes a file and an open application corresponding to the file. For example, if the desktop data includes the file "One Week Work Plan” .doc" and the open mode "word20xx application” corresponding to the file, the second terminal can determine whether the word20xx application has been installed.
  • step 308 since it is determined that the corresponding application has been installed, it may be The installed application is associated with the current open mode of the file.
  • the second terminal determines that it has installed the corresponding application, it associates the already installed application with the current open mode of the file. For example, if the second terminal determines that it has installed the word20xx application, it can associate the already installed word20xx application with the current open mode of the "weekly work plan" .doc.
  • step 310 since it is determined that the corresponding application has not been installed, it may continue to determine whether the application associated with the file type of the file has been installed. If yes, go to step 312; if no, go to step 314.
  • the second terminal determines that the corresponding application has not been installed, it will continue to determine whether the application associated with the file type of the file has been installed. For example, if the second terminal determines that it has not installed the word20xx application, it can continue to determine whether it has installed an application associated with the file type whose suffix is .doc.
  • the already installed application associated with the file type of the file can be associated with the current open mode of the file.
  • the second terminal determines that the application associated with the file type of the file has been installed by itself, the already associated application associated with the file type of the file is associated with the current open mode of the file. For example, the second terminal determines that the Openoffice application associated with the file type with the suffix .doc is installed, and associates the already installed Openoffice application with the current open mode of the One Week Work Plan.doc.
  • Step 314 since it is determined that the application associated with the file type of the file is not installed, the application corresponding to the desktop data may be searched for and downloaded and installed, and the desktop data is associated with the installed application. .
  • the second terminal searches the processing center for an application corresponding to the desktop data, downloads and installs the desktop data, and associates the desktop data with the installed application, and may include the following sub-steps 1, 2, and 3.
  • the second terminal sends the platform type information and the file type of the file to the processing center.
  • the second terminal sends the platform type information "Android" to the processing center; the file type ".doc file” of the file.
  • the platform type information and the file type of the file may be represented in various forms, such as using the installation package type APK supported by the Android platform to represent the platform type information; using the Chinese character "plain text file” to represent The file type of the file.
  • the second terminal may send the platform type information and the file type of the file to the processing center at the same time; or may send the platform type information and the file type of the file to the processing center in a timely manner, for example, the second terminal may process the processing in step 304.
  • the center sends platform type information.
  • the second terminal receives an application installation package that the processing center feeds back based on the platform type information and the file type of the file.
  • the second terminal receives the application installation package of the processing center based on the platform type information and the file type feedback of the file. Specifically, the processing center may feed back a download link to the second terminal according to the platform type information and the file type of the file, and the second terminal may download an application installation package according to the download link. For example, the second terminal downloads an application installation package to quickoffice.apk.
  • the second terminal installs the application installation package and associates the installed application to the current open mode of the file.
  • the second terminal can install the downloaded application installation package and associate the installed application to the current open mode of the file.
  • the second terminal can install the downloaded Quickoffice.apk and associate the installed Quickoffice application to the current open mode of the .doc file.
  • step 310 and step 312 are optional steps. If the result of the determination in step 306 is no, the process may jump directly to step 314.
  • the desktop synchronization method solves the problem that the existing cloud storage solution can only be used for files or folders by associating the local original application with the desktop data when synchronizing the desktop data.
  • the single storage and synchronization problem can not only synchronize the desktop data between platforms, but also enable the desktop data to be used, edited and modified after being synchronized on each platform.
  • the newly installed application is associated with the desktop data, so that the terminal can always open the file in the desktop data for use, editing and modification. .
  • Embodiment 3 Embodiment 3
  • the desktop contains several icons, which correspond to shortcuts of files or folders, and the user wants to use the desktop between different first terminals and second terminals.
  • the first terminal is a tablet on the Chrome platform
  • the second terminal is a desktop computer on the Mac platform.
  • FIG. 4 there is shown a flowchart of a method of a desktop synchronization method according to Embodiment 3 of the present invention.
  • the desktop synchronization method can be used in the terminal 120 shown in FIG. 1, the desktop synchronization method Step 402, step 404, step 406, step 408, step 410, and step 412 may be included.
  • the desktop data and the corresponding unique identification information are uploaded in advance to the processing center. Since the processing center may store desktop data of more than one user, and the desktop data needs to be synchronized between different terminals, the processing center may store the desktop data according to the unique identification information of the user.
  • the unique identification information of the user may include any one of a username, an email address, a mobile phone number, a fixed telephone number, and an instant communication number.
  • the first terminal can use a set of usernames and passwords as unique identifying information.
  • the desktop data that the first terminal needs to upload to the processing center includes not only the shortcut but also the file or folder pointed to by the shortcut.
  • the first terminal may find the file or folder pointed to by the shortcut according to the path information included in the shortcut. Then, upload the file or folder as desktop data to the processing center. For example, to upload a shortcut to a folder "learning material" stored in the D drive on the desktop, the first terminal not only has to upload the shortcut, but also needs to store the "learning material” in the folder of the D drive. Uploaded to the processing center at the same time. Of course, for files in these files or folders, you also need to upload the open method corresponding to the file.
  • desktop data is obtained from the processing center, the desktop data including a shortcut, and a file or folder pointed to by the shortcut.
  • the second terminal may acquire desktop data from the processing center of the cloud, and then use the desktop data to generate a desktop for display or update.
  • the second terminal acquiring desktop data from the processing center may include sub-steps 1 and 2.
  • the second terminal transmits unique identification information to the processing center, and the unique identification information includes any one of a username, an email address, a mobile number, a fixed telephone number, and an instant communication number.
  • the unique identification information is a username and a password.
  • the second terminal receives the desktop data corresponding to the unique identification information fed back by the processing center.
  • the desktop data includes: a shortcut, and a file or folder pointed to by the shortcut.
  • a storage path is requested based on the shortcut.
  • the second terminal When the desktop data includes a shortcut and a file or a folder pointed to by the shortcut, the second terminal first directly saves and displays the shortcut in the local desktop, and requests storage from the user or the system according to the shortcut. path. For example, a request is made to the user by asking for a prompt.
  • the specified storage path is received.
  • the second terminal may receive a storage path input or selected by the user; or, the second terminal may receive a storage path specified by the system, for example, a path specified by the system by default.
  • step 410 the file or folder pointed to by the shortcut is stored in the specified storage path.
  • the second terminal may store the file or folder pointed to by the shortcut into a storage path specified by the user, and point the shortcut to the stored file or folder.
  • step 412 subsequent processing of the files in the file or folder pointed to by the shortcut may be optionally performed.
  • the desktop data also includes the opening manner of each file, and the second terminal may also perform processing for associating each file with the application. For details, refer to the processing of step 306 to step 314 in the first embodiment, which is not described here.
  • the desktop synchronization method can solve the problem that the existing cloud storage solution can only be used by associating the local original application and the newly installed application with the desktop data when synchronizing the desktop data.
  • the problem of storing and synchronizing files or folders for files can achieve the effects of not only synchronizing desktop data between platforms, but also enabling desktop data to be used, edited, and modified after being synchronized on each platform.
  • the shortcuts are synchronized, and the problem that the shortcuts cannot be used when only the shortcuts are synchronized is solved. After the shortcut synchronization is reached, the shortcuts are currently The effect still available on the terminal.
  • Embodiment 4 Embodiment 4
  • the desktop contains several icons, which correspond to shortcuts of the application, and the user wants to use the desktop between different first terminals and second terminals.
  • the first terminal is a smartphone of the IOS platform
  • the second terminal is a smartphone of the Symbian platform.
  • FIG. 5 there is shown a flowchart of a method of a desktop synchronization method provided in accordance with Embodiment 3 of the present invention.
  • the desktop synchronization method can be used in the terminal 120 shown in FIG. 1, and the desktop synchronization method can include step 502, step 504, step 506, step 508, and step 510.
  • the desktop data and the corresponding unique identification information are uploaded in advance to the processing center. Since the processing center may store more than one user's desktop data, and the desktop data needs to be synchronized between different terminals, the processing center may store the desktop data according to the user's unique identification information. At this time, when the first terminal uploads the desktop data to the processing center in advance, it also needs to simultaneously upload the corresponding unique identification information to the processing center.
  • the unique identification information of the user may include any one of a username, a mailbox address, a mobile number, a fixed telephone number, and an instant communication number.
  • the first terminal can use a set of email addresses and passwords as unique identifying information.
  • the first terminal may find the application pointed to by the shortcut according to the path information included in the shortcut, and then simultaneously The application information of the application is uploaded to the processing center as desktop data.
  • the application information may be an application name, a version number, or at least one of MD5 (Message Digest Algorithm MD5, Message Digest Algorithm Fifth Edition). For example, if you want to upload a shortcut to the QQ application produced by Tencent in China, you should not only upload the shortcut, but also upload the application information corresponding to the shortcut: Application name "QQ”.
  • desktop data is obtained from the processing center, the desktop data including a shortcut and application information corresponding to the shortcut.
  • the second terminal may acquire desktop data from the processing center of the cloud, and then use the desktop data to generate a desktop for display or update.
  • the second terminal acquiring desktop data from the processing center may include sub-steps 1 and 2.
  • the second terminal transmits unique identification information to the processing center, and the unique identification information includes any one of a username, an email address, a mobile number, a fixed telephone number, and an instant communication number.
  • the unique identification information is an email address and a password.
  • the second terminal receives the desktop data corresponding to the unique identification information fed back by the processing center.
  • the desktop data includes: a shortcut, and application information corresponding to the shortcut.
  • desktop data can include: QQ shortcuts, and QQ shortcuts.
  • the application name should be "QQ”.
  • step 506 it is determined whether the application corresponding to the application information has been installed. If yes, go to step 508; if no, go to step 510.
  • the second terminal After receiving the desktop data, the second terminal includes the shortcut information and the application information corresponding to the shortcut, so the second terminal can determine whether the application corresponding to the application information has been installed. For example, the second terminal can determine whether it has installed the QQ application.
  • step 508 since it is determined that the corresponding application has been installed, the already installed application is associated with the current pointing content of the shortcut.
  • the already installed application is associated with the current pointing content of the shortcut. For example, if the second terminal determines that it has installed the QQ application, it associates the already installed QQ application with the current pointing content of the QQ shortcut in the desktop data.
  • step 510 since it is determined that the corresponding application has not been installed, the application corresponding to the desktop data is searched for and downloaded and installed, and the desktop data is associated with the installed application.
  • step 510 can include sub-steps 1, 2, and 3.
  • the second terminal sends platform type information and application information to the processing center.
  • the second terminal may send the platform type information "Symbian” and the application information "QQ" to the processing center.
  • Platform type information can be expressed in a variety of ways, such as using the installation package type sis supported by the Symbian platform to represent platform type information.
  • the second terminal may send the platform type information and the application information to the processing center at the same time.
  • the platform type information and the application information may also be sent to the processing center in a timely manner.
  • the second terminal may send the processing to the processing center in step 504.
  • Platform type information is provided by the processing center.
  • the second terminal receives an application installation package that the processing center feeds back based on the platform type information and the application information.
  • the second terminal receives an application installation package that the processing center feeds back according to the platform type information and the application information. Specifically, the processing center may feed back a download link to the second terminal according to the platform type information and the application information, and the second terminal may download to an application according to the download link.
  • Order installation package For example, the second terminal downloads an application installation package for QQ2009.sis.
  • the second terminal installs the application installation package and associates the installed application to the current pointing content of the shortcut.
  • the second terminal can install the downloaded application installation package and associate the installed application to the current pointing content of the shortcut.
  • the second terminal can be installed and downloaded.
  • the desktop synchronization method can solve the problem that the existing cloud storage solution can only be used by associating the local original application and the newly installed application with the desktop data when synchronizing the desktop data.
  • the problem of storing and synchronizing files or folders is achieved by not only synchronizing desktop data between platforms, but also enabling desktop data to be used, edited, and modified after being synchronized on each platform.
  • the shortcut mode by synchronizing the shortcut mode, the application information corresponding to the shortcut is also synchronized, and the problem that the shortcut cannot be used when only the shortcut is synchronized is solved. After the shortcut synchronization is reached, the shortcut is at the current terminal. The effect that can still be used.
  • the data uploaded by the first terminal to the processing center may be referred to as desktop synchronization data
  • the desktop synchronization data includes desktop data, or a combination of desktop data and corresponding unique identification information.
  • the desktop data may include not only the file and the open mode corresponding to the file, the shortcut and the file or folder pointed to by the shortcut, and at least one set of data in the shortcut and the application information corresponding to the shortcut, the desktop
  • the data can also include information such as screen resolution, wallpaper settings, network settings, email settings, and browser favorites.
  • the desktop synchronization device can include a data acquisition module 620, a program determination module 640, and a program association module 660.
  • the data acquisition module 620 is configured to obtain desktop data from the processing center.
  • the desktop data includes at least one set of data in the file and the opening method corresponding to the file, the shortcut, and the file or folder pointed to by the shortcut, the shortcut, and the application information corresponding to the shortcut.
  • the program determining module 640 is configured to determine whether an application corresponding to the desktop data has been installed. Preface.
  • the program association module 660 is configured to associate the desktop data with the corresponding application if the program determination module 640 determines that the corresponding application has been installed.
  • "association" can be the current way to associate an installed application as a file; it can also be the current pointing content that associates an installed application as a shortcut.
  • the terminal determines that it has installed the word application, thereby associating the word application with the current open mode of the file with the suffix .docx, so that when the user needs to open the file with the suffix named .docx, the word application is directly used.
  • the program opens the file.
  • the desktop synchronization device provided in this embodiment solves the problem that the existing cloud storage solution can only be used for files or folders by associating the local original application with the desktop data when synchronizing the desktop data.
  • the single storage and synchronization problem can not only synchronize the desktop data between platforms, but also enable the desktop data to be used, edited and modified after being synchronized on each platform.
  • the desktop synchronization apparatus provided in Embodiment 5, a preferred embodiment is provided when the desktop data includes a file and an opening mode corresponding to the file.
  • the desktop sync device can be implemented as part of terminal 120 or terminal 120 shown in FIG.
  • the desktop synchronization device includes a data acquisition module 620, a program determination module 640, a program association module 660, and a program acquisition module 680.
  • the data acquisition module 620 is configured to obtain desktop data from the processing center, the desktop data including a file and an opening method corresponding to the file.
  • the data acquisition module 620 can include: a recognition information transmitting unit 622 and a desktop data receiving unit 624.
  • the identification information transmitting unit 622 is configured to send the unique identification information to the processing center, and the unique identification information may include any one of a username, an email address, a mobile phone number, a fixed telephone number, and an instant communication number.
  • the desktop data receiving unit 624 is configured to receive desktop data corresponding to the unique identification information fed back by the processing center.
  • the program determination module 640 is configured to determine whether an application corresponding to the desktop data has been installed.
  • the program determining module 640 the program associating module 660 is configured to determine, if the program determining module 640 has installed the corresponding The application associates the desktop data with the corresponding application.
  • the program association module 660 is specifically configured to associate the installed application with the current open mode of the file if the program determination module 640 determines that the corresponding application has been installed. .
  • the program obtaining module 680 is configured to: if the program determining module 640 determines that the corresponding application has not been installed, find the application corresponding to the desktop data to the processing center, download and install the desktop data, and install the installed application. Association. Specifically, the program obtaining module 680 may specifically include: a first information transmitting unit 682, a first program receiving unit 684, and a first program obtaining unit 686.
  • the first information sending unit 682 is configured to send the platform type information and the file type of the file to the processing center;
  • the first program receiving unit 684 is configured to receive an application installation package that is processed by the processing center according to the platform type information and the file type of the file;
  • the first program acquisition unit 686 is configured to install the application installation package received by the first program receiving unit 684, and associate the installed application to the current open mode of the file.
  • the program determining module 640 may further determine whether the application associated with the file type of the file has been installed.
  • the program association module 660 is further configured to associate the already installed application associated with the file type of the file as the current mode of the file if the result of the determination by the program determination module 640 is YES.
  • the desktop synchronization device solves the problem that the existing cloud storage solution can only be used for files or folders by associating the local original application with the desktop data when synchronizing the desktop data.
  • the single storage and synchronization problem can not only synchronize the desktop data between platforms, but also enable the desktop data to be used, edited and modified after being synchronized on each platform.
  • the newly installed application is associated with the desktop data, so that the terminal can always open the file in the desktop data for use, editing and modification. .
  • FIG. 8 there is shown a block diagram showing the structure of a desktop synchronizing apparatus according to Embodiment 7 of the present invention.
  • the desktop synchronization device can be implemented as part of terminal 120 or terminal 120 shown in FIG.
  • the desktop synchronization device includes a data acquisition module 620, a path request module 632, a path receiving module 634, a file storage module 636, a program determination module 640, a program association module 660, and a program acquisition module 680.
  • the data acquisition module 620, the program determination module 640, the program association module 660, and the program acquisition module 680 can refer to the related description in Embodiment 6.
  • the desktop data acquired by the data acquisition module 620 includes a shortcut and a file or folder pointed to by the shortcut.
  • the path requesting module 632 is configured to request a storage path according to the shortcut acquired by the data obtaining module 620; the path receiving module 634 is configured to receive the specified storage path; the file storage module 636 is configured to store the file or folder corresponding to the shortcut into the specified Storage path.
  • the program determination module 640, the program association module 660, and the program acquisition module 680 can perform subsequent processing.
  • the desktop synchronization device solves the problem that the existing cloud storage solution can only be used by associating the local original application and the newly installed application with the desktop data when synchronizing the desktop data.
  • the problem of storing and synchronizing files or folders for files can achieve the effects of not only synchronizing desktop data between platforms, but also enabling desktop data to be used, edited, and modified after being synchronized on each platform.
  • the shortcuts are synchronized, and the problem that the shortcuts cannot be used when only the shortcuts are synchronized is solved. After the shortcut synchronization is reached, the shortcuts are currently The effect still available on the terminal.
  • a preferred embodiment is provided when the desktop data includes a shortcut and application information corresponding to the shortcut.
  • the desktop sync device can be implemented as part of the terminal 120 or terminal 120 of FIG.
  • the desktop synchronization device includes a data acquisition module 620, a program determination module 640, a program association module 660, and a program acquisition module 680.
  • the data obtaining module 620 is configured to obtain desktop data from the processing center, where the desktop data includes a shortcut and application information corresponding to the shortcut. Specifically, the data acquisition module 620
  • the identification information transmitting unit 622 and the desktop data receiving unit 624 may be included.
  • the identification information transmitting unit 622 is configured to send the unique identification information to the processing center, and the unique identification information may include any one of a username, an email address, a mobile phone number, a fixed telephone number, and an instant communication number.
  • the desktop data receiving unit 624 is configured to receive desktop data corresponding to the unique identification information fed back by the processing center.
  • the program determination module 640 is configured to determine whether an application corresponding to the desktop data has been installed.
  • the program determination module 640 is specifically configured to determine whether the application corresponding to the application information has been installed.
  • the program association module 660 is configured to associate the desktop data with the corresponding application if the program determination module 640 determines that the corresponding application has been installed.
  • the program association module 660 is specifically configured to associate the already installed application with the current direction of the shortcut if the program determination module 640 determines that the corresponding application has been installed. content.
  • the program obtaining module 680 is configured to: if the program determining module 640 determines that the corresponding application has not been installed, find the application corresponding to the desktop data to the processing center, download and install the desktop data, and install the installed application. Association. Specifically, the program obtaining module 680 may specifically include: a second information transmitting unit 683, a second program receiving unit 685, and a second program acquiring unit 687.
  • the second information sending unit 683 is configured to send the platform type information and the application program information to the processing center;
  • the second program receiving unit 685 is configured to receive the application installation package that the processing center feeds back according to the platform type information and the application program information;
  • the program acquisition unit 687 is configured to install the application installation package received by the second program receiving unit 685, and associate the installed application as the current pointing content of the shortcut.
  • the desktop synchronization device solves the problem that the existing cloud storage solution can only be used by associating the local original application and the newly installed application with the desktop data when synchronizing the desktop data.
  • the problem of storing and synchronizing files or folders for files can achieve the effects of not only synchronizing desktop data between platforms, but also enabling desktop data to be used, edited, and modified after being synchronized on each platform.
  • the shortcut mode by synchronizing the shortcut mode, the application information corresponding to the shortcut is also synchronized, and the problem that the shortcut cannot be used when only the shortcut is synchronized is solved. After the shortcut synchronization is reached, the shortcut is at the current terminal. The effect that can still be used.
  • Embodiments 5 through 8 a preferred embodiment is provided. This embodiment 9 can be combined with the fifth to eighth embodiments to become a new embodiment.
  • the desktop sync device can be implemented as part of terminal 120 or terminal 120 shown in FIG.
  • the desktop synchronization device includes a data upload module 610.
  • the data uploading module 610 is configured to upload desktop synchronization data to the processing center, and the desktop synchronization data includes desktop data, or a combination of desktop data and corresponding unique identification information. Specifically, the data uploading module 610 can upload the desktop synchronization data to the processing center every predetermined time interval; or upload the desktop synchronization data to the processing center when the desktop data changes, which is not limited.
  • the desktop data includes at least one of a file and an opening method corresponding to the file, a shortcut, and a file or folder pointed to by the shortcut, a shortcut, and application information corresponding to the shortcut.
  • the desktop synchronization apparatus uploads a file, an open mode corresponding to the file, a shortcut, and a file or folder pointed to by the shortcut, a shortcut, and an application corresponding to the shortcut.
  • the desktop data of at least one set of data in the information solves the problem that the existing cloud storage solution can only store and synchronize the files or folders, so that not only the desktop data can be synchronized between the platforms, but also Desktop data can be used, edited, and modified after synchronization on various platforms.
  • the processing center includes at least one server, and the processing center may include a data receiving module 1120, a data storage module 1140, and a data sending module 1160.
  • the data receiving module 1120 is configured to receive desktop data uploaded by the terminal.
  • the data storage module 1140 is configured to store desktop data received by the data receiving module 1120.
  • the data sending module 1160 is configured to send desktop data to the terminal.
  • the desktop data may include at least one set of files and an open mode, a shortcut, and a file or folder corresponding to the shortcut, a shortcut, and application information corresponding to the shortcut.
  • the processing center may further include: an information receiving module 1130, as shown in FIG.
  • the information receiving module 1130 is configured to receive unique identification information corresponding to the desktop data uploaded by the terminal.
  • the data storage module 1140 is specifically configured to store desktop data based on unique identification information.
  • the data sending module 1160 is specifically configured to send the desktop data to the terminal according to the unique identification information.
  • the processing center may further include: a resource storage module 1182, a request receiving module 1184, and a resource sending module 1186.
  • the resource storage module 1182 is configured to store at least one application installation package and description information corresponding to the application installation package, where the description information may include application information, an associated file type, and corresponding platform type information; and the request receiving module 1184 is configured.
  • the at least one of the application information, the file type, and the platform type information sent by the receiving terminal; the resource sending module 1186 is configured to send the application installation package in which the description information conforms to the information received by the request receiving module 1184 to the terminal.
  • the processing center provided by the embodiment includes, by synchronizing with the terminal, a file, an opening manner corresponding to the file, a shortcut, and a file or folder pointed to by the shortcut, a shortcut, and a shortcut.
  • the desktop data of at least one set of data in the application information solves the problem that the existing cloud storage solution can only store and synchronize files or folders, and achieves not only the synchronization of desktop data between platforms. And, after the desktop data is synchronized on each platform, it can be used, edited and modified.
  • the embodiment further provides a desktop synchronization system, the system comprising at least one terminal provided in any one of embodiments 5 to 9, and/or a processing center as provided in embodiment 10.
  • the serial numbers of the embodiments of the present invention are merely for the description, and do not represent the advantages and disadvantages of the embodiments.
  • a person skilled in the art can understand all or part of the steps of the desktop synchronization method shown in the above embodiments, all or part of the modules of the desktop synchronization apparatus shown in the above embodiments, and/or the processing center shown in the above embodiments. All or part of the modules can be implemented by hardware or by software related instructions.
  • the program may be stored in a computer readable storage medium, which may be a read only memory, a magnetic disk or an optical disk or the like.
  • the program including the program code when run on a computing device including a processing unit and a storage element such as a central processing unit (CPU), a random access memory (RAM), a read only memory (ROM), the computing device
  • a computing device including a processing unit and a storage element such as a central processing unit (CPU), a random access memory (RAM), a read only memory (ROM), the computing device
  • CPU central processing unit
  • RAM random access memory
  • ROM read only memory
  • the desktop synchronization method as shown in Figures 2-5 can be performed, or the desktop synchronization device as shown in Figures 6-10 or the processing center as described in Figures 11-12 can be constructed.
  • the desktop synchronization method shown in Figs. 2 to 5 can be correspondingly executed by each of the modules in the desktop synchronization apparatus shown in Figs. 6-10.
  • the desktop synchronization device shown in FIGS. 6-10 and the respective modules in the processing center shown in FIGS. 11-12 may be partially or completely combined into one or several additional units to implement corresponding The function, or one or some of the modules, can be subdivided into functionally smaller units to subdivide specific functions.
  • the data receiving module 1120 and the data transmitting module 1160 shown in FIG. 11 can be combined into a single data transceiving unit, and the combined transceiving unit can achieve the same operation, thus not affecting the embodiment of the present invention.

Abstract

本发明公开了一种桌面同步方法、装置、处理中心及系统,属于网络技术领域。所述方法包括:从处理中心获取桌面数据;判断是否已经安装与所述桌面数据对应的应用程序;如果判断到已经安装对应的应用程序,则将所述桌面数据与对应的应用程序进行关联。本发明通过在同步桌面数据时,将本地的原有应用程序与桌面数据进行关联,解决了现有云存储方案只能对文件或者文件夹进行简单的存储和同步的问题,达到了不仅能够将桌面数据在各个平台间同步,而且使桌面数据中的文件在各个平台同步之后,都能够进行使用、编辑和修改的效果。

Description

桌面同步方法、 装置、 处理中心及系统 技术领域
本公开涉及网络技术领域, 特别涉及一种桌面同步方法、 装置、 处理中 心及系统。 背景技术
桌面是操作系统提供给用户的快捷访问界面, 桌面通常包括一个图形界 面和位于该图形界面上的若干个图标、 任务栏和边栏等。 这些图标可以是具 体的一个文件或者文件夹, 也可以是文件或者文件夹的快捷方式, 或者应用 程序的快捷方式。
现有技术中, 已经出现了一些云存储的方案, 比如各大互联网公司都推 出了网盘、 云盘等服务, 可以在不同的平台上同步文件。 以利用一个网盘在 不同平台上同步桌面上的文件或者文件夹为例,云存储的具体流程可以包括: 首先, 用户在不同平台上下载安装网盘应用程序; 然后, 用户在一个平台上 将桌面上的文件或者文件夹利用网盘应用程序同步至云端, 具体地讲, 用户 可以将桌面上的文件或者文件夹拖放到网盘应用程序的界面中来触发同步过 程; 或者, 将桌面上的文件或者文件夹指定为网盘应用程序的固定同步路径, 由网盘应用程序在判断到桌面上的文件或者文件夹发生变化时实时同步; 最 后, 用户在另外一个平台上利用网盘应用程序将存储在云端的文件或者文件 夹下载到本地。 至此, 用户可以在另外一个平台上使用初始平台的桌面上的 文件或者文件夹。 发明内容
本发明的发明人发现现有技术至少存在以下问题: 现有的云存储方案仅 能筒单地对文件或者文件夹进行存储和同步, 但是由于各个平台的对文件的 处理能力和处理方式的不同, 比如, 常用于计算机的 windows平台处理能力 较强, 常用于智能手机的 Android平台处理能力相对较弱, 用户不能方便地 跨平台对这些文件或者文件夹进行编辑和处理。
为了解决现有云存储方案只能对文件或者文件夹进行筒单地存储和同步 的问题, 本公开提供了一种桌面同步方法、 装置、 处理中心及系统。 根据本发明的一方面, 提供了一种桌面同步方法, 所述方法包括: 从处 理中心获取桌面数据; 判断是否已经安装与所述桌面数据对应的应用程序; 如果判断到已经安装对应的应用程序, 则将所述桌面数据与对应的应用程序 进行关联。
根据本发明的另一方面, 提供了一种桌面同步装置, 所述装置包括: 数 据获取模块, 配置为从处理中心获取桌面数据; 程序判断模块, 配置为判断 是否已经安装与所述桌面数据对应的应用程序; 程序关联模块, 配置为如果 所述程序判断模块判断到已经安装对应的应用程序, 则将所述桌面数据与对 应的应用程序进行关联。
根据本发明的再一方面, 提供了一种终端, 其包括上述的桌面同步装置。 根据本发明的又一方面, 提供了一种处理中心, 包括至少一个服务器, 所述处理中心包括: 数据接收模块, 配置为接收终端上传的桌面数据; 数据 存储模块, 配置为存储所述桌面数据; 数据发送模块, 配置为将所述桌面数 据发送给终端; 其中, 所述桌面数据包括文件和与所述文件对应的打开方式、 快捷方式和与所述快捷方式所指向的文件或文件夹、 以及快捷方式和与所述 快捷方式对应的应用程序信息中的至少一组数据。
根据本发明的还一方面, 提供了一种桌面同步系统, 其包括上述的终端 和 /或上述的处理中心。
根据本发明的再一方面, 提供了一种计算机可读存储介质, 其上存储了 包含程序代码的计算机程序, 当所述程序代码在计算设备上运行时执行上述 桌面同步方法的各个步骤。
本发明的实施例提供的技术方案带来的有益效果至少是: 通过在同步桌 面数据时, 将本地的原有应用程序与桌面数据进行关联, 解决了现有云存储 方案只能对文件或者文件夹进行筒单的存储和同步的问题, 达到了不仅能够 将桌面数据在各个平台间同步, 而且使桌面数据在各个平台同步之后, 都能 够进行使用、 编辑和修改的效果。 附图说明
为了更清楚地说明本发明实施例中的技术方案, 下面将对实施例描述中 所需要使用的附图作筒单地介绍。 显而易见地, 下面描述中的附图仅仅是本 发明的一些示例, 对于本领域普通技术人员来讲, 在不付出创造性劳动的前 提下, 还可以根据这些附图获得其他的附图。
图 1是根据本发明的实施例提供的桌面同步方法所涉及的实施环境的结 构示意图;
图 2是根据本发明的实施例一提供的桌面同步方法的方法流程图; 图 3是根据本发明的实施例二提供的桌面同步方法的方法流程图; 图 4是根据本发明的实施例三提供的桌面同步方法的方法流程图; 图 5是根据本发明的实施例四提供的桌面同步方法的方法流程图; 图 6是根据本发明的实施例五提供的桌面同步装置的结构示意图; 图 7是根据本发明的实施例六提供的桌面同步装置的结构示意图; 图 8是根据本发明的实施例七提供的桌面同步装置的结构示意图; 图 9是根据本发明的实施例八提供的桌面同步装置的结构示意图; 图 10是根据本发明的实施例九提供的桌面同步装置的结构示意图; 图 11是根据本发明的实施例十提供的处理中心的结构示意图; 图 12是根据本发明的实施例十提供的处理中心的另一结构示意图。 具体实施方式
为使本发明的目的、 技术方案和优点更加清楚, 下面将结合附图对本发 明的实施例作进一步地详细描述。
参考图 1 , 其示出了根据本发明的实施例提供的桌面同步方法所涉及的 实施环境的结构示意图。 该实施环境可以包括至少一个终端 120和处理中心 140。
终端 120可以是智能手机、 平板电脑、 台式电脑、 笔记本和电子书阅读 器等等。 这些终端包括但不限于 ^^于美国微软公司出品的 windows平台、 美国谷歌公司出品的 Android或者 Chrome平台、 美国苹果公司出品的 Mac 平台、 IOS平台或芬兰诺基亚公司出品的 Symbian平台的终端。
处理中心 140是由一台服务器或者多台服务器组成的云计算中心, 其运 行有预定的应用程序。 处理中心 140具有数据存储功能和与终端 120之间同 步数据的功能。 此处所述的 "与终端 120之间同步数据" 具体包括终端 120 向处理中心 140上传数据, 和终端 120从处理中心下载数据两种情况。 终端 120和处理中心 140可以通过无线网络或者有线网络互相连接和通信。 实施例一
参考图 2, 其示出了根据本发明的实施例一提供的桌面同步方法的方法 流程图。 该桌面同步方法可以用于图 1所示的终端 120中, 该桌面同步方法 可以包括步骤 202、 步骤 204和步骤 206。
在步骤 202, 从处理中心获取桌面数据。
终端可以在启动之后, 向位于云端中的处理中心获取桌面数据, 该桌面 数据用于生成和显示桌面。 桌面数据可以由当前终端或者其它终端预先存储 在云端的处理中心中。 桌面数据可以包括文件和与文件对应的打开方式、 快 捷方式和与快捷方式对应的文件或文件夹、 快捷方式和与快捷方式对应的应 用程序信息中的至少一组数据。
在步骤 204, 判断是否已经安装与桌面数据对应的应用程序。
终端在获取到桌面数据之后, 可以根据桌面数据中包含的 "与文件对应 的打开方式" 、 "应用程序信息" 等来判断自身是否已经安装对应的应用程 序。 比如, 终端获取到的文件是后缀名为. docx的文件, 与该文件对应的打开 方式是美国微软公司出品的 word应用程序,从而终端可以判断自身是否已经 安装 word应用程序。
在步骤 206, 如果判断到已经安装对应的应用程序, 则将桌面数据与已 安装的应用程序进行关联。
如果终端判断到自身已经安装对应的应用程序, 则将桌面数据与已安装 的应用程序进行关联。 具体地讲, "关联" 可以是将已安装的应用程序关联 为一个文件的当前打开方式; 也可以是将已安装的应用程序关联为一个快捷 方式的当前指向内容。 比如, 终端判断到自身已经安装 word应用程序, 则将 word应用程序关联为后缀名为. docx的文件的当前打开方式, 以便在用户需 要打开该后缀名为. docx的文件时, 直接利用 word应用程序打开该文件。
综上所述, 本实施例提供的桌面同步方法, 通过在同步桌面数据时, 将 本地的原有应用程序与桌面数据进行关联, 解决了现有云存储方案只能对文 件或者文件夹进行筒单的存储和同步的问题, 达到了不仅能够将桌面数据在 各个平台间同步, 而且使桌面数据在各个平台同步之后, 都能够进行使用、 编辑和修改的效果。 实施例二 应用场景: 桌面包含若干个图标, 这些图标对应于文件或者文件夹, 用 户希望在不同的第一终端和第二终端之间使用该桌面。 假设第一终端为 windows平台的笔记本电脑, 第二终端为 Android平台的智能手机。
参考图 3 , 其示出了根据本发明的实施例二提供的桌面同步方法的方法 流程图。 该桌面同步方法可以用于图 1所示的终端 120中, 该桌面同步方法 可以包括步骤 302、 步骤 304、 步骤 306、 步骤 308、 步骤 310、 步骤 312、 和 步骤 314。
在步骤 302, 预先上传桌面数据至处理中心。
第一终端预先上传桌面数据至云端的处理中心进行保存。 比如, 第一终 端可以每隔预定时间间隔上传桌面数据至处理中心; 又比如, 当桌面数据发 生变化时, 第一终端可以上传桌面数据至处理中心。 由于桌面上包含若干个 图标, 这些图标对应于文件或者文件夹。 此时, 第一终端向处理中心上传的 桌面数据包括: 文件和与文件对应的打开方式。 比如, 文件可以是 "《一周 工作计划》 .doc" , 与该文件对应的打开方式可以为 "word20xx应用程序" ; 又比如, 文件可以是 "《xx回忆录》 .rmvb" , 与该文件对应的打开方式可以 为 "A1视频播放器" 。 此外, 文件夹可以视为 0至多个文件的集合, 不再一
■赞述。
在步骤 304, 从处理中心获取桌面数据, 桌面数据包括文件和与文件对 应的打开方式。
当第二终端启动时, 第二终端可以从云端的处理中心获取桌面数据, 然 后利用桌面数据生成桌面来进行显示或者更新。 具体地讲, 第二终端从处理 中心获取到的桌面数据包括: 文件和与文件对应的打开方式。 其中, 文件可 以是文件夹中的文件。 序。 如果是, 则进入步骤 308; 如果否, 则进入步骤 310。
在获取到桌面数据之后, 由于桌面数据包括文件和与文件对应的打开方 用程序。 比如, 桌面数据包括文件 "《一周工作计划》 .doc"、 以及与该文件 对应的打开方式 "word20xx应用程序", 则第二终端可以判断是否已经安装 word20xx应用程序。
在步骤 308, 由于判断到已经安装对应的应用程序, 所以可以将已经安 装的应用程序关联为文件的当前打开方式。
如果第二终端判断到自身已经安装对应的应用程序, 则将已经安装的应 用程序关联为文件的当前打开方式。 比如, 第二终端判断到自身已经安装 word20xx应用程序, 则可以将已经安装的 word20xx应用程序关联为 《一周 工作计划》 .doc的当前打开方式。
在步骤 310, 由于判断到还未安装对应的应用程序, 所以可以继续判断 是否已经安装与文件的文件类型相关联的应用程序。如果是,则进入步骤 312; 如果否, 则进入步骤 314。
如果第二终端判断到自身还未安装对应的应用程序, 则将继续判断是否 已经安装与文件的文件类型相关联的应用程序。 比如, 第二终端判断到自身 还未安装 word20xx应用程序, 则可以继续判断自身是否已经安装与后缀名 为. doc的文件类型相关联的应用程序。
在步骤 312, 由于判断出已经安装与文件的文件类型相关联的应用程序, 所以可以将已经安装的与文件的文件类型相关联的应用程序关联为文件的当 前 4了开方式。
如果第二终端判断到自身已经安装的与文件的文件类型相关联的应用程 序, 则将已经安装的与文件的文件类型相关联的应用程序关联为文件的当前 打开方式。 比如, 第二终端判断到已经安装与后缀名为. doc的文件类型相关 联的 Openoffice应用程序, 则将已经安装的 Openoffice应用程序关联为 《一 周工作计划》 .doc的当前打开方式。
步骤 314, 由于判断出未安装与文件的文件类型相关联的应用程序, 所 以可以向处理中心查找与桌面数据对应的应用程序并进行下载和安装, 并将 桌面数据与安装后的应用程序进行关联。
具体地讲, 第二终端向处理中心查找与桌面数据对应的应用程序并进行 下载和安装, 并将桌面数据与安装后的应用程序进行关联, 可以包括如下子 步骤 1、 2、 和 3。
在子步骤 1 , 第二终端向处理中心发送平台类型信息和文件的文件类型。 假设第二终端为 Android平台的智能手机, 则第二终端向处理中心发送 平台类型信息 "Android" ; 文件的文件类型 ".doc文件" 。 平台类型信息和 文件的文件类型的具体表现形式可能有多种, 比如使用 Android平台支持的 安装包类型 APK来表示平台类型信息; 使用汉字字符 "纯文字文件" 来表示 文件的文件类型。 同时, 第二终端可以同时向处理中心发送平台类型信息和 文件的文件类型; 也可以分时向处理中心发送平台类型信息和文件的文件类 型, 比如, 第二终端可以在步骤 304中就向处理中心发送平台类型信息。
在子步骤 2, 第二终端接收处理中心根据平台类型信息和文件的文件类 型反馈的应用程序安装包。
第二终端接收处理中心^据平台类型信息和文件的文件类型反馈的应用 程序安装包。 具体地讲, 处理中心可以根据平台类型信息和文件的文件类型 向第二终端反馈一个下载链接, 第二终端根据该下载链接可以下载到一个应 用程序安装包。 比如, 第二终端下载到一个 quickoffice.apk的应用程序安装 包。
在子步骤 3 , 第二终端安装应用程序安装包, 并将安装后的应用程序关 联为文件的当前打开方式。
第二终端可以安装下载到的应用程序安装包, 并将安装后的应用程序关 联为文件的当前打开方式。比如,第二终端可以安装下载到的 Quickoffice.apk, 并将安装后的 Quickoffice应用程序关联为. doc文件的当前打开方式。
值得说明的是, 步骤 310和步骤 312为可选步骤, 如果步骤 306中的判 断结果为否, 可以直接跳转到步骤 314。
综上所述, 本实施例提供的桌面同步方法, 通过在同步桌面数据时, 将 本地的原有应用程序与桌面数据进行关联, 解决了现有云存储方案只能对文 件或者文件夹进行筒单的存储和同步的问题, 达到了不仅能够将桌面数据在 各个平台间同步, 而且使桌面数据在各个平台同步之后, 都能够进行使用、 编辑和修改的效果。 同时, 还通过向处理中心查找与桌面数据对应的应用程 序进行下载和安装, 将新安装的应用程序与桌面数据关联, 使得终端总是能 够打开桌面数据中的文件, 以进行使用、 编辑和修改。 实施例三
应用场景: 桌面包含若干个图标, 这些图标对应于文件或者文件夹的快 捷方式, 用户希望在不同的第一终端和第二终端之间使用该桌面。 假设第一 终端为 Chrome平台的平板电脑, 第二终端为 Mac平台的台式电脑。
参考图 4, 其示出了根据本发明的实施例三提供的桌面同步方法的方法 流程图。 该桌面同步方法可以用于图 1所示的终端 120中, 该桌面同步方法 可以包括步骤 402、 步骤 404、 步骤 406、 步骤 408、 步骤 410、 和步骤 412。 在步骤 402, 预先上传桌面数据及对应的唯一识别信息至处理中心。 由于处理中心可能存储不止一个用户的桌面数据, 而桌面数据又需要在 不同的终端之间同步, 所以处理中心可以按照用户的唯一识别信息来存储桌 面数据。 此时, 第一终端预先向处理中心上传桌面数据时, 还需要同时上传 对应的唯一识别信息至处理中心。 用户的唯一识别信息可以包括用户名、 邮 箱地址、 手机号码、 固定电话号码和即时通信号码中的任意一种。 通常情况 下, 第一终端可以使用一组用户名和密码来作为唯一识别信息。
由于桌面上包含若干个图标, 这些图标对应于文件或者文件夹的快捷方 式。 此时, 第一终端需要向处理中心上传的桌面数据不仅包括快捷方式, 还 需要包括这些快捷方式所指向的文件或者文件夹。
具体地讲, 当第一终端需要向处理中心上传的桌面数据为文件或者文件 夹的快捷方式时, 第一终端可以根据快捷方式中包含的路径信息, 查找到快 捷方式所指向的文件或者文件夹, 然后同时将该文件或者文件夹作为桌面数 据一并上传给处理中心。 比如, 要上传的是存储于 D盘的一个文件夹 "学习 资料" 在桌面的快捷方式, 则第一终端不仅要上传该快捷方式, 还需要将存 储于 D盘的文件夹 "学习资料" 也同时上传给处理中心。 当然, 对于这些文 件或文件夹中的文件, 也需要上传与该文件对应的打开方式。
在步骤 404, 从处理中心获取桌面数据, 该桌面数据包括快捷方式, 和 该快捷方式所指向的文件或者文件夹。
当第二终端启动时, 第二终端可以从云端的处理中心中获取桌面数据, 然后利用桌面数据生成桌面来进行显示或者更新。 具体地讲, 第二终端从处 理中心获取桌面数据可以包括子步骤 1和 2。
在子步骤 1 , 第二终端向处理中心发送唯一识别信息, 唯一识别信息包 括用户名、 邮箱地址、 手机号码、 固定电话号码和即时通信号码中的任意一 种。
在本实施例中, 唯一识别信息为用户名和密码。
在子步骤 2, 第二终端接收处理中心反馈的与唯一识别信息对应的桌面 数据。
在本实施例中, 该桌面数据包括: 快捷方式、 和该快捷方式所指向的文 件或者文件夹。 在步骤 406, 根据快捷方式请求存储路径。
当桌面数据中包括快捷方式和与快捷方式所指向的文件或文件夹时, 第 二终端首先将该快捷方式直接保存和显示在本地的桌面中, 同时根据该快捷 方式向用户或者系统来请求存储路径。 比如, 通过询问提示框来向用户发出 请求。
在步骤 408, 接收指定的存储路径。
在此步骤中, 第二终端可以接收用户输入或者选择的存储路径; 或者, 第二终端可以接收系统指定的存储路径, 比如, 系统默认指定的路径。
在步骤 410, 将与快捷方式所指向的文件或文件夹存储入指定的存储路 径。
在此步骤中, 第二终端可以将该快捷方式所指向的文件或文件夹存储入 用户指定的存储路径, 并将该快捷方式指向存储后的文件或文件夹。
在步骤 412 , 可以可选地对与快捷方式所指向的文件或文件夹中的文件 进行后续处理。
需要说明的是, 对于与快捷方式所指向的文件或文件夹中的文件, 桌面 数据中还包括了每个文件的打开方式, 第二终端还可以执行将每个文件对应 用程序进行关联的处理, 具体可以参考实施例一中步骤 306至步骤 314的处 理, 此处不再——赘述。
综上所述, 本实施例提供的桌面同步方法, 通过在同步桌面数据时, 将 本地的原有应用程序和新安装的应用程序与桌面数据进行关联, 解决了现有 云存储方案只能对文件或者文件夹进行筒单的存储和同步的问题, 达到了不 仅能够将桌面数据在各个平台间同步,而且使桌面数据在各个平台同步之后 , 都能够进行使用、 编辑和修改的效果。 同时, 还通过在同步快捷方式时, 一 并同步快捷方式所指向的文件或文件夹, 解决了只同步快捷方式时, 快捷方 式无法使用的问题, 达到了快捷方式同步之后, 该快捷方式在当前终端上仍 然能够使用的效果。 实施例四
应用场景: 桌面包含若干个图标, 这些图标对应于应用程序的快捷方式, 用户希望在不同的第一终端和第二终端之间使用该桌面。 假设第一终端为 IOS平台的智能手机, 第二终端为 Symbian平台的智能手机。 参考图 5 , 其示出了根据本发明的实施例三提供的桌面同步方法的方法 流程图。 该桌面同步方法可以用于图 1所示的终端 120中, 该桌面同步方法 可以包括步骤 502、 步骤 504、 步骤 506、 步骤 508、 和步骤 510。
在步骤 502, 预先上传桌面数据及对应的唯一识别信息至处理中心。 由于处理中心可能存储不止一个用户的桌面数据, 而桌面数据又需要在 不同的终端之间同步, 所以处理中心可以按照用户的唯一识别信息来存储桌 面数据。 此时, 第一终端预先向处理中心上传桌面数据时, 还需要同时上传 对应的唯一识别信息至处理中心。 用户的唯一识别信息可以包括用户名、 邮 箱地址、 手机号码、 固定电话号码和即时通信号码中的任意一种。 通常情况 下, 第一终端可以使用一组邮箱地址和密码来作为唯一识别信息。
具体地讲, 当第一终端需要向处理中心上传的桌面数据为应用程序的快 捷方式时, 第一终端可以根据快捷方式中包含的路径信息, 查找到快捷方式 所指向的应用程序, 然后同时将该应用程序的应用程序信息作为桌面数据一 并上传给处理中心。 应用程序信息可以是应用程序名称、 版本号或者 MD5 ( Message Digest Algorithm MD5 , 消息摘要算法第五版) 中的至少一项。 比 如, 要上传的是中国腾讯公司出品的 QQ应用程序的快捷方式, 则不仅要上 传该快捷方式, 还需要上传该快捷方式对应的应用程序信息: 应用程序名称 "QQ" 。
在步骤 504, 从处理中心获取桌面数据, 该桌面数据包括快捷方式和该 快捷方式所对应的应用程序信息。
当第二终端启动时, 第二终端可以从云端的处理中心中获取桌面数据, 然后利用桌面数据生成桌面来进行显示或者更新。 具体地讲, 第二终端从处 理中心获取桌面数据可以包括子步骤 1和 2。
在子步骤 1 , 第二终端向处理中心发送唯一识别信息, 唯一识别信息包 括用户名、 邮箱地址、 手机号码、 固定电话号码和即时通信号码中的任意一 种。
在本实施例中, 唯一识别信息为邮箱地址和密码。
在子步骤 2, 第二终端接收处理中心反馈的与唯一识别信息对应的桌面 数据。
在本实施例中, 该桌面数据包括: 快捷方式、 和该快捷方式所对应的应 用程序信息。 比如, 桌面数据可以包括: QQ快捷方式、 和 QQ快捷方式所对 应的应用程序名称 "QQ" 。
在步骤 506, 判断是否已经安装应用程序信息所对应的应用程序。 如果 是, 则进入步骤 508; 如果否, 则进入步骤 510。
第二终端在接收到桌面数据之后, 由于桌面数据中包括快捷方式、 和该 快捷方式所对应的应用程序信息, 所以第二终端可以判断自身是否已经安装 应用程序信息所对应的应用程序。 比如, 第二终端可以判断自身是否已经安 装 QQ应用程序。
在步骤 508, 由于判断到已经安装对应的应用程序, 所以将已经安装的 应用程序关联为快捷方式的当前指向内容。
如果第二终端判断到已经安装对应的应用程序, 则将已经安装的应用程 序关联为快捷方式的当前指向内容。 比如, 如果第二终端判断到自身已经安 装 QQ应用程序, 则将已经安装的 QQ应用程序关联为桌面数据中的 QQ快 捷方式的当前指向内容。
在步骤 510, 由于判断到还未安装对应的应用程序, 所以向处理中心查 找与桌面数据对应的应用程序并进行下载和安装, 并将桌面数据与安装后的 应用程序进行关联。
如果第二终端判断到自身还未安装对应的应用程序, 则向处理中心查找 与桌面数据对应的应用程序并进行下载和安装, 并将桌面数据与安装后的应 用程序进行关联。 具体地讲, 步骤 510可以包括子步骤 1、 2、 和 3。
在子步骤 1 , 第二终端向处理中心发送平台类型信息和应用程序信息。 在本实施例中, 第二终端可以向处理中心发送平台类型信息 "Symbian" 和应用程序信息 "QQ" 。 平台类型信息的具体表现形式可以有多种, 比如使 用 Symbian平台支持的安装包类型 sis来表示平台类型信息。 同时, 第二终端 可以同时向处理中心发送平台类型信息和应用程序信息; 也可以分时向处理 中心发送平台类型信息和应用程序信息, 比如, 第二终端可以在步骤 504中 就向处理中心发送平台类型信息。
在子步骤 2, 第二终端接收处理中心根据平台类型信息和应用程序信息 反馈的应用程序安装包。
第二终端接收处理中心根据平台类型信息和应用程序信息反馈的应用程 序安装包。 具体地讲, 处理中心可以根据平台类型信息和应用程序信息向第 二终端反馈一个下载链接, 第二终端根据该下载链接可以下载到一个应用程 序安装包。 比如, 第二终端下载到一个 QQ2009.sis的应用程序安装包。
在子步骤 3 , 第二终端安装应用程序安装包, 并将安装后的应用程序关 联为快捷方式的当前指向内容。
第二终端可以安装下载到的应用程序安装包, 并将安装后的应用程序关 联为快捷方式的当前指向内容。 比如, 第二终端可以安装下载到的
QQ2009.sis, 并将安装后的 QQ2009.sis应用程序关联为 QQ快捷方式的当前 指向内容。
综上所述, 本实施例提供的桌面同步方法, 通过在同步桌面数据时, 将 本地的原有应用程序和新安装的应用程序与桌面数据进行关联, 解决了现有 云存储方案只能对文件或者文件夹进行筒单地存储和同步的问题, 达到了不 仅能够将桌面数据在各个平台间同步,而且使桌面数据在各个平台同步之后 , 都能够进行使用、 编辑和修改的效果。 同时, 还通过在同步快捷方式时, 一 并同步快捷方式所对应的应用程序信息, 解决了只同步快捷方式时, 快捷方 式无法使用的问题, 达到了快捷方式同步之后, 该快捷方式在当前终端上仍 然能够使用的效果。
需要补充说明的是, 上述实施例中, 第一终端上传给处理中心的数据, 可以称之为桌面同步数据, 桌面同步数据包括桌面数据、 或者桌面数据与对 应的唯一识别信息的组合。 另外, 桌面数据不仅可以包括文件和与文件对应 的打开方式、 快捷方式和与快捷方式所指向的文件或文件夹、 以及快捷方式 和与快捷方式对应的应用程序信息中的至少一组数据, 桌面数据还可以包括 屏幕分辨率、 壁纸设置、 网络设置、 电子邮箱设置和浏览器收藏夹等信息。 实施例五
参见图 6, 其示出了根据本发明的实施例五提供的桌面同步装置的结构 方框图, 该桌面同步装置可以实现为图 1所示的终端 120或者所示终端 120 的一部分。 该桌面同步装置可以包括数据获取模块 620、 程序判断模块 640 和程序关联模块 660。
数据获取模块 620配置为从处理中心获取桌面数据。 桌面数据包括文件 和与文件对应的打开方式、 快捷方式和与快捷方式所指向的文件或文件夹、 快捷方式和与快捷方式对应的应用程序信息中的至少一组数据。
程序判断模块 640配置为判断是否已经安装与桌面数据对应的应用程 序。
程序关联模块 660配置为如果程序判断模块 640判断到已经安装对应的 应用程序, 则将桌面数据与对应的应用程序进行关联。 具体地讲, "关联" 可以是将已安装的应用程序关联为一个文件的当前打开方式; 也可以是将已 安装的应用程序关联为一个快捷方式的当前指向内容。 比如, 终端判断到自 身已经安装 word应用程序,从而将 word应用程序关联为后缀名为 .docx的文 件的当前打开方式, 以便在用户需要打开该后缀名为. docx的文件时, 直接利 用 word应用程序打开该文件。
综上所述, 本实施例提供的桌面同步装置, 通过在同步桌面数据时, 将 本地的原有应用程序与桌面数据进行关联, 解决了现有云存储方案只能对文 件或者文件夹进行筒单的存储和同步的问题, 达到了不仅能够将桌面数据在 各个平台间同步, 而且使桌面数据在各个平台同步之后, 都能够进行使用、 编辑和修改的效果。 实施例六
为了更进一步地对实施例五提供的桌面同步装置进行说明, 当桌面数据 包括文件和与该文件对应的打开方式时, 提供了优选的实施例。
参见图 7, 其示出了根据本发明的实施例六提供的桌面同步装置的结构 方框图。 该桌面同步装置可以实现为图 1所示的终端 120或终端 120的一部 分。 该桌面同步装置包括数据获取模块 620、 程序判断模块 640、 程序关联模 块 660和程序获取模块 680。
数据获取模块 620配置为从处理中心获取桌面数据, 该桌面数据包括文 件和与该文件对应的打开方式。 具体地讲, 数据获取模块 620可以包括: 识 别信息发送单元 622和桌面数据接收单元 624。 其中, 识别信息发送单元 622 配置为向处理中心发送唯一识别信息, 唯一识别信息可以包括用户名、 邮箱 地址、 手机号码、 固定电话号码和即时通信号码中的任意一种。 桌面数据接 收单元 624配置为接收处理中心反馈的与唯一识别信息对应的桌面数据。
程序判断模块 640配置为判断是否已经安装与桌面数据对应的应用程 序。 当桌面数据包括文件和与该文件对应的打开方式时, 程序判断模块 640 程序关联模块 660配置为如果程序判断模块 640判断到已经安装对应的 应用程序, 则将桌面数据与对应的应用程序进行关联。 当桌面数据包括文件 和与该文件对应的打开方式时, 程序关联模块 660具体配置为如果程序判断 模块 640判断到已经安装对应的应用程序, 则将已经安装的应用程序关联为 文件的当前打开方式。
程序获取模块 680配置为如果程序判断模块 640判断到还未安装对应的 应用程序,则向处理中心查找与桌面数据对应的应用程序并进行下载和安装, 并将桌面数据与安装后的应用程序进行关联。 具体地讲, 程序获取模块 680 可以具体包括: 第一信息发送单元 682、 第一程序接收单元 684和第一程序 获取单元 686。 其中, 第一信息发送单元 682配置为向处理中心发送平台类 型信息和文件的文件类型; 第一程序接收单元 684配置为接收处理中心根据 平台类型信息和文件的文件类型反馈的应用程序安装包; 第一程序获取单元 686配置为安装第一程序接收单元 684接收到的应用程序安装包, 并将安装 后的应用程序关联为文件的当前打开方式。
更为优选地, 程序判断模块 640在判断到还未安装与文件对应的打开方 式所对应的应用程序时, 还可以继续判断是否已经安装与文件的文件类型相 关联的应用程序。
此时, 程序关联模块 660还配置为如果程序判断模块 640的判断结果为 是时, 则将已经安装的与文件的文件类型相关联的应用程序关联为文件的当 前 4丁开方式。
综上所述, 本实施例提供的桌面同步装置, 通过在同步桌面数据时, 将 本地的原有应用程序与桌面数据进行关联, 解决了现有云存储方案只能对文 件或者文件夹进行筒单的存储和同步的问题, 达到了不仅能够将桌面数据在 各个平台间同步, 而且使桌面数据在各个平台同步之后, 都能够进行使用、 编辑和修改的效果。 同时, 还通过向处理中心查找与桌面数据对应的应用程 序进行下载和安装, 将新安装的应用程序与桌面数据关联, 使得终端总是能 够打开桌面数据中的文件, 以进行使用、 编辑和修改。 实施例七
为了更进一步地对实施例六提供的桌面同步装置进行说明, 当桌面数据 还包括快捷方式和与该快捷方式所指向的文件或者文件夹时, 提供了优选的 实施例。 参见图 8, 其示出了根据本发明的实施例七提供的桌面同步装置的结构 方框图。 该桌面同步装置可以实现为图 1所示的终端 120或终端 120中的一 部分。 该桌面同步装置包括数据获取模块 620、 路径请求模块 632、 路径接收 模块 634、 文件存储模块 636、 程序判断模块 640、 程序关联模块 660和程序 获取模块 680。 其中, 数据获取模块 620、 程序判断模块 640、 程序关联模块 660和程序获取模块 680可以参考实施例六中的相关描述。
此外, 由于数据获取模块 620获取到的桌面数据包括快捷方式和与该快 捷方式所指向的文件或者文件夹。 路径请求模块 632配置为根据数据获取模 块 620获取的快捷方式请求存储路径; 路径接收模块 634配置为接收指定的 存储路径; 文件存储模块 636配置为将与快捷方式对应的文件或文件夹存储 入指定的存储路径。 之后, 对于每个文件或者文件夹中的文件, 可以由程序 判断模块 640、 程序关联模块 660和程序获取模块 680进行后续处理。
综上所述, 本实施例提供的桌面同步装置, 通过在同步桌面数据时, 将 本地的原有应用程序和新安装的应用程序与桌面数据进行关联, 解决了现有 云存储方案只能对文件或者文件夹进行筒单的存储和同步的问题, 达到了不 仅能够将桌面数据在各个平台间同步,而且使桌面数据在各个平台同步之后, 都能够进行使用、 编辑和修改的效果。 同时, 还通过在同步快捷方式时, 一 并同步快捷方式所指向的文件或文件夹, 解决了只同步快捷方式时, 快捷方 式无法使用的问题, 达到了快捷方式同步之后, 该快捷方式在当前终端上仍 然能够使用的效果。 实施例八
为了更进一步地对实施例五提供的桌面同步装置进行说明, 当桌面数据 包括快捷方式和与该快捷方式所对应的应用程序信息时, 提供了优选的实施 例。
参见图 9, 其示出了根据本发明的实施例八提供的桌面同步装置的结构 方框图。该桌面同步装置可以实现为图 1所示终端 120或终端 120的一部分。 该桌面同步装置包括数据获取模块 620、 程序判断模块 640、 程序关联模块 660和程序获取模块 680。
数据获取模块 620用于从处理中心获取桌面数据, 该桌面数据包括快捷 方式和与该快捷方式所对应的应用程序信息。 具体地讲, 数据获取模块 620 可以包括: 识别信息发送单元 622和桌面数据接收单元 624。 其中, 识别信 息发送单元 622配置为向处理中心发送唯一识别信息, 唯一识别信息可以包 括用户名、 邮箱地址、 手机号码、 固定电话号码和即时通信号码中的任意一 种。 桌面数据接收单元 624配置为接收处理中心反馈的与唯一识别信息对应 的桌面数据。
程序判断模块 640配置为判断是否已经安装与桌面数据对应的应用程 序。 当桌面数据包括快捷方式和与该快捷方式所对应的应用程序信息时, 程 序判断模块 640具体配置为判断是否已经安装应用程序信息所对应的应用程 序。
程序关联模块 660配置为如果程序判断模块 640判断到已经安装对应的 应用程序, 则将桌面数据与对应的应用程序进行关联。 当桌面数据包括文件 和与该文件对应的打开方式时, 程序关联模块 660具体配置为如果程序判断 模块 640判断到已经安装对应的应用程序, 则将已经安装的应用程序关联为 快捷方式的当前指向内容。
程序获取模块 680配置为如果程序判断模块 640判断到还未安装对应的 应用程序,则向处理中心查找与桌面数据对应的应用程序并进行下载和安装, 并将桌面数据与安装后的应用程序进行关联。 具体地讲, 程序获取模块 680 可以具体包括: 第二信息发送单元 683、 第二程序接收单元 685和第二程序 获取单元 687。 其中, 第二信息发送单元 683配置为向处理中心发送平台类 型信息和应用程序信息; 第二程序接收单元 685配置为接收处理中心根据平 台类型信息和应用程序信息反馈的应用程序安装包; 第二程序获取单元 687 配置为安装第二程序接收单元 685接收到的应用程序安装包, 并将安装后的 应用程序关联为快捷方式的当前指向内容。
综上所述, 本实施例提供的桌面同步装置, 通过在同步桌面数据时, 将 本地的原有应用程序和新安装的应用程序与桌面数据进行关联, 解决了现有 云存储方案只能对文件或者文件夹进行筒单的存储和同步的问题, 达到了不 仅能够将桌面数据在各个平台间同步,而且使桌面数据在各个平台同步之后 , 都能够进行使用、 编辑和修改的效果。 同时, 还通过在同步快捷方式时, 一 并同步快捷方式所对应的应用程序信息, 解决了只同步快捷方式时, 快捷方 式无法使用的问题, 达到了快捷方式同步之后, 该快捷方式在当前终端上仍 然能够使用的效果。 实施例九
为了更进一步地对实施例五至八提供的桌面同步装置进行说明, 提供了 优选的实施例。 该实施例九可以与实施例五至八结合成为新的实施例。
参考图 10, 其示出了根据本发明的实施例九提供的桌面同步装置的结构 方框图。 该桌面同步装置可以实现为图 1所示的终端 120或终端 120中的一 部分。 该桌面同步装置包括数据上传模块 610。
数据上传模块 610配置为上传桌面同步数据至处理中心, 桌面同步数据 包括桌面数据、 或者桌面数据与对应的唯一识别信息的组合。 具体地讲, 数 据上传模块 610可以每隔预定时间间隔上传桌面同步数据至处理中心; 也可 以当桌面数据发生变化时, 上传桌面同步数据至处理中心, 对此不加限定。
桌面数据包括文件和与文件对应的打开方式、 快捷方式和与快捷方式所 指向的文件或文件夹、 快捷方式和与快捷方式对应的应用程序信息中的至少 一组数据。
综上所述, 本实施例提供的桌面同步装置, 通过上传包括文件和与文件 对应的打开方式、 快捷方式和与快捷方式所指向的文件或文件夹、 快捷方式 和与快捷方式对应的应用程序信息中的至少一组数据的桌面数据, 解决了现 有云存储方案只能对文件或者文件夹进行筒单的存储和同步的问题, 达到了 不仅能够将桌面数据在各个平台间同步, 而且使桌面数据在各个平台同步之 后, 都能够进行使用、 编辑和修改的效果。
需要说明的是: 在描述上述实施例提供的桌面同步装置的桌面同步时, 仅以上述各功能模块的划分为例进行了示例性的说明, 然而, 实际应用中, 可以根据需要而将上述功能分配由不同的功能模块完成, 即将设备的内部结 构划分成不同的功能模块, 以完成以上描述的全部或者部分功能。 另外, 上 述实施例提供的桌面同步装置与桌面同步方法实施例属于同一构思, 其具体 实现过程的详细说明可参见方法实施例, 这里不再赘述。 实施例十
参考图 11 , 其示出了根据本发明的实施例十提供的处理中心的结构方框 图。 该处理中心包括至少一个服务器, 该处理中心可以包括数据接收模块 1120、 数据存储模块 1140和数据发送模块 1160。 数据接收模块 1120配置为接收终端上传的桌面数据。
数据存储模块 1140配置为存储数据接收模块 1120接收到的桌面数据。 数据发送模块 1160配置为将桌面数据发送给终端。
其中, 桌面数据可以包括文件和与文件对应的打开方式、 快捷方式和与 快捷方式对应的文件或文件夹、 快捷方式和与快捷方式对应的应用程序信息 中的至少一组数据。
优选地, 处理中心还可以包括: 信息接收模块 1130, 如图 12所示。 信息接收模块 1130配置为接收终端上传的与桌面数据对应的唯一识别 信息。
数据存储模块 1140具体配置为根据唯一识别信息存储桌面数据。
数据发送模块 1160具体配置为根据唯一识别信息将桌面数据发送给终 端。
更为优选地, 处理中心还可以包括: 资源存储模块 1182、 请求接收模块 1184和资源发送模块 1186。 其中, 资源存储模块 1182配置为存储至少一个 应用程序安装包和应用程序安装包对应的描述信息, 描述信息可以包括应用 程序信息、 关联的文件类型、 和对应的平台类型信息; 请求接收模块 1184配 置为接收终端发送的应用程序信息、文件类型和平台类型信息中的至少一种; 资源发送模块 1186配置为将描述信息符合请求接收模块 1184接收到的信息 的应用程序安装包发送给终端。
综上所述, 本实施例提供的处理中心, 通过与终端之间同步包括文件和 与文件对应的打开方式、 快捷方式和与快捷方式所指向的文件或文件夹、 快 捷方式和与快捷方式对应的应用程序信息中的至少一组数据的桌面数据, 解 决了现有云存储方案只能对文件或者文件夹进行筒单的存储和同步的问题, 达到了不仅能够将桌面数据在各个平台间同步, 而且使桌面数据在各个平台 同步之后, 都能够进行使用、 编辑和修改的效果。 实施例十一
本实施例还提供了一种桌面同步系统, 该系统包括至少一个如实施例五 至九任一实施例提供的终端、 和 /或如实施例十提供的处理中心。 上述本发明实施例序号仅仅为了描述, 不代表实施例的优劣。 本领域普通技术人员可以理解, 上述实施例所示的桌面同步方法的全部 或部分步骤、 上述实施例所示的桌面同步装置的全部或部分模块、 和 /或上述 实施例所示的处理中心的全部或部分模块可以通过硬件来实现, 也可以通过 软件程序指令相关的硬件来实现。 所述程序可以存储于一种计算机可读存储 介质中, 所述存储介质可以是只读存储器, 磁盘或光盘等。 例如, 当在包括 中央处理单元(CPU ) 、 随机存取存储器(RAM ) 、 只读存储器(ROM )等 处理元件和存储元件的计算设备上运行包含程序代码的所述程序时, 所述计 算设备能够执行如图 2-5中所示的桌面同步方法, 或者能够构造如图 6-10中 所示的桌面同步装置或如图 11-12所述的处理中心。
此外, 根据本发明的一种实施方式, 图 2- 5所示的桌面同步方法可以相 应地由图 6-10所示的桌面同步装置的中的各个模块来执行。 根据本发明的另 一种实施方式, 图 6-10所示的桌面同步装置以及图 11-12所示的处理中心中 的各个模块可以部分或全部合并为一个或若干个另外的单元来实现相应的功 能, 或者其中的某个或某些模块还可以再拆分为功能上更小的多个单元来细 分具体功能。 例如但不限于, 图 11所示的数据接收模块 1120和数据发送模 块 1160可以合并为一个单独的数据收发单元,合并后的收发单元这可以实现 同样的操作, 因而不影响本发明的实施例的技术效果的实现。
以上仅描述了本发明的示例性实施例, 其并不用以限制本发明的范围, 本发明的范围由所附权利要求及其等同限定。 在不脱离本发明的精神和原则 的情况下所作的任何修改、 等同替换、 改进等, 均应包含在本发明的保护范 围之内。

Claims

权利要求书
1、 一种桌面同步方法, 包括:
从处理中心获取桌面数据;
判断是否已经安装与所述桌面数据对应的应用程序; 以及
如果判断到已经安装对应的应用程序, 则将所述桌面数据与对应的应用 程序进行关联。
2、 根据权利要求 1 所述的桌面同步方法, 其中所述从处理中心获取桌 面数据包括:
向处理中心发送唯一识别信息, 所述唯一识别信息包括用户名、 邮箱地 址、 手机号码、 固定电话号码和即时通信号码中的任意一种; 以及
接收所述处理中心反馈的与所述唯一识别信息对应的桌面数据。
3、 根据权利要求 1 所述的桌面同步方法, 在所述判断是否已经安装与 所述桌面数据对应的应用程序之后, 还包括:
如果判断到还未安装对应的应用程序, 则向所述处理中心查找与所述桌 面数据对应的应用程序并进行下载和安装, 并将所述桌面数据与安装后的应 用程序进行关联。
4、 根据权利要求 1至 3中的任一项所述的桌面同步方法, 其中 所述桌面数据包括文件和与所述文件对应的打开方式;
所述判断是否已经安装与所述桌面数据对应的应用程序包括: 判断是否 所述如果判断到已经安装对应的应用程序, 则将所述桌面数据与对应的 应用程序进行关联, 包括: 如果判断到已经安装对应的应用程序, 则将已经
5、 根据权利要求 4所述的桌面同步方法, 在所述判断是否已经安装与
—文件对应的打开方式所对应的应用程序之后, 还包括:
如果判断到还未安装对应的应用程序, 则继续判断是否已经安装与所述 文件的文件类型相关联的应用程序; 以及
如果是, 则将已经安装的与所述文件的文件类型相关联的应用程序关联 为所述文件的当前打开方式。
6、 根据权利要求 3所述的桌面同步方法, 其中
所述桌面数据包括文件和与所述文件对应的打开方式; 并且
所述向所述处理中心查找与所述桌面数据对应的应用程序并进行下载和 安装, 并将所述桌面数据与安装后的应用程序进行关联, 包括:
向所述处理中心发送平台类型信息和所述文件的文件类型, 接收所述处理中心根据所述平台类型信息和所述文件的文件类型反 馈的应用程序安装包, 以及
安装所述应用程序安装包, 并将安装后的应用程序关联为所述文件 的当前打开方式。
7、 根据权利要求 1至 3 中的任一项所述的桌面同步方法, 其中所述桌 面数据包括快捷方式和与所述快捷方式所指向的文件或文件夹, 并且在所述 从处理中心获取桌面数据之后, 所述桌面同步方法还包括:
根据所述快捷方式请求存储路径;
接收指定的存储路径; 以及
将与所述快捷方式所指向的文件或文件夹存储入所述指定的存储路 径。
8、 根据权利要求 1至 3中的任一项所述的桌面同步方法, 其中 所述桌面数据包括快捷方式和与所述快捷方式对应的应用程序信息, 所 述应用程序信息包括应用程序名称、版本号和消息摘要算法第五版 MD5中的 至少一种;
所述判断是否已经安装与所述桌面数据对应的应用程序包括: 判断是否 已经安装所述应用程序信息所对应的应用程序; 以及
所述如果判断到已经安装对应的应用程序, 则将所述桌面数据与对应的 应用程序进行关联, 包括: 如果判断到已经安装对应的应用程序, 则将已经 安装的所述应用程序关联为所述快捷方式的当前指向内容。
9、 根据权利要求 3所述的桌面同步方法, 其中
所述桌面数据包括快捷方式和与所述快捷方式对应的应用程序信息; 并 且
所述向所述处理中心查找与所述桌面数据对应的应用程序进行下载和安 装, 并将所述桌面数据与安装后的应用程序进行关联, 包括:
向所述处理中心发送平台类型信息和所述应用程序信息, 接收所述处理中心根据所述平台类型信息和所述应用程序信息反馈 的应用程序安装包, 以及
安装所述应用程序安装包, 并将安装后的应用程序关联为所述快捷 方式的当前指向内容。
10、 根据权利要求 1至 3中任一项所述的桌面同步方法, 还包括上传桌 面同步数据至所述处理中心, 其中
所述桌面同步数据包括所述桌面数据、 或者所述桌面数据与对应的唯一 识别信息的组合; 以及
所述桌面数据包括文件和与所述文件对应的打开方式、 快捷方式和与所 述快捷方式所指向的文件或文件夹、 以及快捷方式和与所述快捷方式对应的 应用程序信息中的至少一组数据。
11、 一种桌面同步装置, 包括:
数据获取模块, 配置为从处理中心获取桌面数据;
程序判断模块, 配置为判断是否已经安装与所述桌面数据对应的应用程 序; 以及
程序关联模块, 配置为如果所述程序判断模块判断到已经安装对应的应 用程序, 则将所述桌面数据与对应的应用程序进行关联。
12、 根据权利要求 11 所述的桌面同步装置, 其中所述数据获取模块包 括:
识别信息发送单元, 配置为向处理中心发送唯一识别信息, 所述唯一识 别信息包括用户名、 邮箱地址、 手机号码、 固定电话号码和即时通信号码中 的任意一种; 以及
桌面数据接收单元, 配置为接收所述处理中心反馈的与所述唯一识别信 息对应的桌面数据。
13、 根据权利要求 11所述的桌面同步装置, 还包括:
程序获取模块, 配置为如果所述程序判断模块判断到还未安装对应的应 用程序, 则向所述处理中心查找与所述桌面数据对应的应用程序并进行下载 和安装, 并将所述桌面数据与安装后的应用程序进行关联。
14、 根据权利要求 11至 13中的任一项所述的桌面同步装置, 其中, 所述桌面数据包括文件和与所述文件对应的打开方式; 所对应的应用程序; 以及
所述程序关联模块配置为如果所述程序判断模块判断到已经安装对应的
15、 根据权利要求 14所述的桌面同步装置, 其中
所述程序判断模块还配置为如果判断到还未安装对应的应用程序, 则继 续判断是否已经安装与所述文件的文件类型相关联的应用程序; 以及
所述程序关联模块还配置为如果程序判断模块的判断结果为是时, 则将 已经安装的与所述文件的文件类型相关联的应用程序关联为所述文件的当前 打开方式。
16、 根据权利要求 13所述的桌面同步装置, 其中
所述桌面数据包括文件和与所述文件对应的打开方式; 并且
所述程序获取模块包括:
第一信息发送单元, 配置为向所述处理中心发送平台类型信息和所 述文件的文件类型,
第一程序接收单元, 配置为接收所述处理中心根据所述平台类型信 息和所述文件的文件类型反馈的应用程序安装包, 以及
第一程序获取单元, 配置为安装所述应用程序安装包, 并将安装后 的应用程序关联为所述文件的当前打开方式。
17、 根据权利要求 11至 13中的任一项所述的桌面同步装置, 其中所述 桌面数据包括快捷方式和与所述快捷方式所指向的文件或文件夹, 并且所述 桌面同步装置还包括:
路径请求模块, 配置为根据所述快捷方式请求存储路径;
路径接收模块, 配置为接收指定的存储路径; 以及
文件存储模块, 配置为将与所述快捷方式所指向的文件或文件夹存储入 所述指定的存储路径。
18、 根据权利要求 11至 13中的任一项所述的桌面同步装置, 其中 所述桌面数据包括快捷方式和与所述快捷方式对应的应用程序信息, 所 述应用程序信息包括应用程序名称、版本号和消息摘要算法第五版 MD5中的 至少一种;
所述程序判断模块配置为判断是否已经安装所述应用程序信息所对应的 应用程序; 以及
所述程序关联模块配置为如果判断到已经安装对应的应用程序, 则将已 经安装的所述应用程序关联为所述快捷方式的当前指向内容。
19、 根据权利要求 13所述的桌面同步装置, 其中
所述桌面数据包括快捷方式和与所述快捷方式对应的应用程序信息; 并 且
所述程序获取模块包括:
第二信息发送单元, 配置为向所述处理中心发送平台类型信息和所 述应用程序信息,
第二程序接收单元, 配置为接收所述处理中心根据所述平台类型信 息和所述应用程序信息反馈的应用程序安装包, 以及
第二程序获取单元, 配置为安装所述应用程序安装包, 并将安装后 的应用程序关联为所述快捷方式的当前指向内容。
20、 根据权利要求 11至 13中的任一项所述的桌面同步装置, 还包括数 据上传模块, 配置为上传桌面同步数据至所述处理中心, 其中 所述桌面同步数据包括所述桌面数据、 或者所述桌面数据与对应的唯一 识别信息的组合; 以及
所述桌面数据包括文件和与所述文件对应的打开方式、 快捷方式和与所 述快捷方式所指向的文件或文件夹、 以及快捷方式和与所述快捷方式对应的 应用程序信息中的至少一组数据。
21、 一种终端, 其包括如权利要求 11至 20中的任一项所述的桌面同步 装置。
22、 一种处理中心, 包括至少一个服务器, 所述处理中心包括: 数据接收模块, 配置为接收终端上传的桌面数据;
数据存储模块, 配置为存储所述桌面数据; 以及
数据发送模块, 配置为将所述桌面数据发送给终端;
其中, 所述桌面数据包括文件和与所述文件对应的打开方式、 快捷方式 和与所述快捷方式所指向的文件或文件夹、 以及快捷方式和与所述快捷方式 对应的应用程序信息中的至少一组数据。
23、 根据权利要求 22所述的处理中心, 还包括信息接收模块, 配置为 接收终端上传的与桌面数据对应的唯一识别信息, 其中
所述数据存储模块配置为根据所述唯一识别信息存储所述桌面数 据; 以及
所述数据发送模块配置为根据所述唯一识别信息将所述桌面数据发 送给终端。
24、 根据权利要求 22或 23所述的处理中心, 还包括:
资源存储模块, 配置为存储至少一个应用程序安装包和所述应用程序安 装包对应的描述信息, 所述描述信息包括应用程序信息、 关联的文件类型、 和对应的平台类型信息;
请求接收模块, 配置为接收终端发送的应用程序信息、 文件类型和平台 类型信息中的至少一种; 以及 资源发送模块, 配置为将描述信息符合所述请求接收模块接收到的信息 的应用程序安装包发送给所述终端。
25、 一种桌面同步系统, 包括至少一个如权利要求 21所述的终端、 和 / 或如权利要求 22至 24任一项所述的处理中心。
26、 一种计算机可读存储介质, 其上存储了包含程序代码的计算机程序, 当所述程序代码在计算设备上运行时执行如权利要求 1-10中的任一项所述的 桌面同步方法的各个步骤。
PCT/CN2013/079142 2012-07-19 2013-07-10 桌面同步方法、装置、处理中心及系统 WO2014012449A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/413,384 US9519654B2 (en) 2012-07-19 2013-07-10 Method, device, processing center and system for desktop synchronization

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201210251076.2A CN102819461B (zh) 2012-07-19 2012-07-19 桌面同步方法、装置、设备及系统
CN201210251076.2 2012-07-19

Publications (1)

Publication Number Publication Date
WO2014012449A1 true WO2014012449A1 (zh) 2014-01-23

Family

ID=47303585

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/079142 WO2014012449A1 (zh) 2012-07-19 2013-07-10 桌面同步方法、装置、处理中心及系统

Country Status (3)

Country Link
US (1) US9519654B2 (zh)
CN (1) CN102819461B (zh)
WO (1) WO2014012449A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018063754A2 (en) 2016-09-30 2018-04-05 Intel Corporation Interaction mode selection based on detected distance between user and machine interface
EP3265904A4 (en) * 2015-03-05 2018-09-12 Hewlett-Packard Development Company, L.P. Selection of a digital content payoff based on identified mobile device type

Families Citing this family (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102819461B (zh) * 2012-07-19 2016-05-11 腾讯科技(深圳)有限公司 桌面同步方法、装置、设备及系统
CN103905495B (zh) * 2012-12-27 2019-04-23 腾讯科技(深圳)有限公司 一种应用的同步方法及后台服务器
CN105308561A (zh) 2013-04-09 2016-02-03 思杰系统有限公司 使用云同步数据提供本机桌面
CN103368942A (zh) * 2013-05-25 2013-10-23 中山市中商港科技有限公司 一种云数据安全存储及管理的方法
US10452222B2 (en) 2013-05-29 2019-10-22 Microsoft Technology Licensing, Llc Coordination of system readiness tasks
US9710248B2 (en) * 2013-05-29 2017-07-18 Microsoft Technology Licensing, Llc Application install and layout syncing
CN103647816A (zh) * 2013-12-03 2014-03-19 北京奇虎科技有限公司 一种应用软件升级的方法及装置
CN103744691A (zh) * 2013-12-10 2014-04-23 北京奇虎科技有限公司 用户终端间应用更新方法及装置、服务器、应用更新系统
DE102013021158A1 (de) * 2013-12-10 2015-06-11 Fresenius Medical Care Deutschland Gmbh Verfahren zum Update und/oder Upgrade der Betriebssoftware eines elektronischen Gerätes
CN103744902B (zh) * 2013-12-25 2019-02-05 北京奇虎科技有限公司 云盘文件夹背景更换方法及装置、云盘、和云端服务器
CN104951212B (zh) * 2014-03-25 2018-04-27 腾讯科技(深圳)有限公司 一种移动终端的桌面数据处理方法、装置和系统
WO2015157910A1 (zh) * 2014-04-15 2015-10-22 华为技术有限公司 共享应用信息方法和装置
CN104243596B (zh) * 2014-09-24 2017-11-28 厦门美图移动科技有限公司 软件管理方法、设备和移动终端
CN105760145B (zh) * 2014-12-16 2019-04-23 宏碁股份有限公司 适应性呼叫应用程序的方法及其电子装置
CN105227986A (zh) * 2015-09-24 2016-01-06 小米科技有限责任公司 同步处理方法及装置
CN106850748B (zh) * 2016-12-26 2020-12-22 曙光信息产业(北京)有限公司 云桌面的订阅发布系统
US11687703B2 (en) * 2016-12-30 2023-06-27 Dropbox, Inc. Shortcut to move a selection into a new document
US10552517B2 (en) 2016-12-30 2020-02-04 Dropbox, Inc. Aggregating content from one or more documents
CN108694207B (zh) * 2017-04-11 2022-04-01 Tcl科技集团股份有限公司 一种文件图标的显示方法及系统
CN110807005A (zh) * 2018-08-01 2020-02-18 广州金山移动科技有限公司 一种文件夹图标添加方法、装置及电子设备
CN110704005A (zh) * 2019-09-26 2020-01-17 珠海格力电器股份有限公司 微网系统触摸屏数据的处理方法、装置、设备和微网系统
CN111488226A (zh) * 2020-04-13 2020-08-04 黎明职业大学 一种移动终端与计算机的数据处理方法
CN111629044B (zh) * 2020-05-21 2021-11-30 浙江华网俊业科技有限公司 基于云盘的Windows操作系统数据漫游网络结构及其方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102176695A (zh) * 2011-01-14 2011-09-07 北京格致璞科技有限公司 用于同步设备间软件环境的方法和装置
CN102355503A (zh) * 2011-10-14 2012-02-15 杭州边锋网络技术有限公司 客户端资源管理方法、资源管理装置及系统、云服务器
CN102546777A (zh) * 2011-12-27 2012-07-04 广东宇天科技有限公司 移动终端桌面信息推送系统及其方法
CN102819461A (zh) * 2012-07-19 2012-12-12 腾讯科技(深圳)有限公司 桌面同步方法、装置、设备及系统

Family Cites Families (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6510466B1 (en) * 1998-12-14 2003-01-21 International Business Machines Corporation Methods, systems and computer program products for centralized management of application programs on a network
CN1392477A (zh) * 2001-06-14 2003-01-22 互慧科技股份有限公司 档案自动开启系统与方法
US8655950B2 (en) * 2008-08-06 2014-02-18 International Business Machines Corporation Contextual awareness in real time collaborative activity alerts
CN101404023A (zh) * 2008-11-18 2009-04-08 深圳市迅雷网络技术有限公司 一种对下载的文件进行操作的方法和装置
US8468455B2 (en) * 2010-02-24 2013-06-18 Novell, Inc. System and method for providing virtual desktop extensions on a client desktop
US20120150801A1 (en) * 2010-12-08 2012-06-14 Microsoft Corporation Platform agnostic file attribute synchronization
CN102110031A (zh) 2011-02-23 2011-06-29 宇龙计算机通信科技(深圳)有限公司 基于android系统的应用程序备份与恢复的方法
EP2729877A4 (en) * 2011-07-08 2015-06-17 Box Inc DESKTOP APPLICATION FOR ACCESS AND INTERACTION WITH JOBS IN A CLOUD-BASED CONTENT MANAGEMENT SYSTEM AND SYNCHRONIZATION MECHANISMS THEREFOR
CN102306189B (zh) * 2011-08-31 2013-06-05 北京金山软件有限公司 客户端展示网盘文件状态的方法和客户端
US8990307B2 (en) * 2011-11-16 2015-03-24 Box, Inc. Resource effective incremental updating of a remote client with events which occurred via a cloud-enabled platform
CN103150204B (zh) * 2011-12-23 2016-06-29 腾讯科技(深圳)有限公司 操作系统桌面管理方法和装置
US20130268480A1 (en) * 2012-04-05 2013-10-10 Box, Inc. Method and apparatus for selective subfolder synchronization in a cloud-based environment
US9575981B2 (en) * 2012-04-11 2017-02-21 Box, Inc. Cloud service enabled to handle a set of files depicted to a user as a single file in a native operating system
US9307006B2 (en) * 2012-04-11 2016-04-05 Salesforce.Com, Inc. System and method for synchronizing data objects in a cloud based social networking environment
ES2936338T3 (es) * 2012-06-13 2023-03-16 Huawei Device Co Ltd Terminal móvil y producto de programa informático para el uso compartido de widgets
US9069469B2 (en) * 2012-09-10 2015-06-30 Apple Inc. Sharing and synchronizing data across users of cloud computing systems
KR101980834B1 (ko) * 2012-11-28 2019-05-21 한국전자통신연구원 컨텍스트 정보 기반 응용프로그램 관리방법 및 그 장치
US20150127607A1 (en) * 2013-01-10 2015-05-07 Unicom Systems, Inc. Distributed data system with document management and access control
US9195849B2 (en) * 2013-03-06 2015-11-24 Kings Information & Network Co., Ltd. Cloud application installed in client terminal connected to cloud server
US9002982B2 (en) * 2013-03-11 2015-04-07 Amazon Technologies, Inc. Automated desktop placement
US10142406B2 (en) * 2013-03-11 2018-11-27 Amazon Technologies, Inc. Automated data center selection
US10866931B2 (en) * 2013-10-22 2020-12-15 Box, Inc. Desktop application for accessing a cloud collaboration platform

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102176695A (zh) * 2011-01-14 2011-09-07 北京格致璞科技有限公司 用于同步设备间软件环境的方法和装置
CN102355503A (zh) * 2011-10-14 2012-02-15 杭州边锋网络技术有限公司 客户端资源管理方法、资源管理装置及系统、云服务器
CN102546777A (zh) * 2011-12-27 2012-07-04 广东宇天科技有限公司 移动终端桌面信息推送系统及其方法
CN102819461A (zh) * 2012-07-19 2012-12-12 腾讯科技(深圳)有限公司 桌面同步方法、装置、设备及系统

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3265904A4 (en) * 2015-03-05 2018-09-12 Hewlett-Packard Development Company, L.P. Selection of a digital content payoff based on identified mobile device type
US10164925B2 (en) 2015-03-05 2018-12-25 Hewlett-Packard Development Company, L.P. Selection of a digital content payoff based on identified mobile device type
WO2018063754A2 (en) 2016-09-30 2018-04-05 Intel Corporation Interaction mode selection based on detected distance between user and machine interface
CN109643167A (zh) * 2016-09-30 2019-04-16 英特尔公司 基于用户和机器界面之间的检测距离的交互模式选择

Also Published As

Publication number Publication date
CN102819461A (zh) 2012-12-12
CN102819461B (zh) 2016-05-11
US9519654B2 (en) 2016-12-13
US20150154224A1 (en) 2015-06-04

Similar Documents

Publication Publication Date Title
WO2014012449A1 (zh) 桌面同步方法、装置、处理中心及系统
US11606414B2 (en) System and method for transferring states between electronic devices
RU2621643C2 (ru) Способ и устройство для отображения информации
RU2595632C1 (ru) Системы и способы совместного использования файлов среди нескольких терминалов
US10282522B2 (en) Cross-application authentication on a content management system
EP3876496B1 (en) Mobile terminal and computer program product for widget sharing
US9367403B2 (en) Terminal and application restoring method
EP2922272B1 (en) Data synchronization method, data synchronization server and data synchronization system
US10356212B2 (en) Application delivery to a computing device using dynamic application volume creation and streaming
JP2016529599A (ja) コンテンツクリップボードの同期
JP6018316B2 (ja) 端末認証登録システム、端末認証登録方法およびプログラム
US20160261693A1 (en) Cloud-based data backup and operation method and system
WO2018050040A1 (zh) 实现web页面与本地应用通信的方法、装置和电子设备
US10209976B2 (en) Automated application installation
WO2013063333A1 (en) File fetch from a remote client device
WO2017166791A1 (zh) 应用程序备份方法及装置
JP2017501517A (ja) アプリケーションプログラムをプッシュするための方法、装置、およびシステム、ならびにデバイス
JP2015130154A (ja) 情報処理装置、プログラム、情報管理方法
EP2897053B1 (en) Device management method and apparatus
US8631236B2 (en) Auto file locker
JP5500704B2 (ja) アプリケーション同期方法及びプログラム
CN112243017A (zh) 一种文件上传的方法和装置
US9244668B1 (en) Systems and methods for synchronizing mobile computing platforms
US20210274577A1 (en) Information processing apparatus and control method of the same
JP5727919B2 (ja) 設定方法、設定プログラム及び電化製品

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: 13820319

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 14413384

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205N DATED 24/06/2015)

122 Ep: pct application non-entry in european phase

Ref document number: 13820319

Country of ref document: EP

Kind code of ref document: A1