US6505215B1 - Method and apparatus for synchronization of two computer systems supporting multiple synchronization techniques by using synchronization transport modules - Google Patents
Method and apparatus for synchronization of two computer systems supporting multiple synchronization techniques by using synchronization transport modules Download PDFInfo
- Publication number
- US6505215B1 US6505215B1 US09/590,541 US59054100A US6505215B1 US 6505215 B1 US6505215 B1 US 6505215B1 US 59054100 A US59054100 A US 59054100A US 6505215 B1 US6505215 B1 US 6505215B1
- Authority
- US
- United States
- Prior art keywords
- records
- transport module
- computer system
- synchronization
- portable computer
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Lifetime, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/10—Office automation; Time management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/27—Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
- G06F16/275—Synchronous replication
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/953—Organization of data
- Y10S707/959—Network
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99951—File or database maintenance
- Y10S707/99952—Coherency, e.g. same view to multiple users
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99951—File or database maintenance
- Y10S707/99952—Coherency, e.g. same view to multiple users
- Y10S707/99953—Recoverability
Definitions
- the present invention relates to the field of portable computer systems.
- the present invention discloses improved methods for synchronization of two different computer systems.
- Portable computer systems have become valuable information appliances that provide important information whenever and wherever the user needs it. It has become apparent that one of the most important features of portable computer systems is the ability to share data with larger desktop personal computers.
- Several earlier patents such as “Method And Apparatus for Synchronizing Information On Two Different Computer Systems” filed Oct. 18, 1995 with Ser. No. 08/544,927, “Extendable Method And Apparatus For Synchronizing Multiple Files On Two Different Computer Systems” filed Oct. 13, 1995 with Ser. No. 08/542,055, and “Method And Apparatus for Synchronizing A Portable Computer System With a Desktop Computer System” filed Jan. 30, 1997 with Ser. No. 08/792,166 have addressed some of the issues involved in the synchronization of two different computer systems.
- FIG. 2 illustrates a conceptual diagram of a typical computer operating system.
- FIG. 3 illustrates a flow diagram describing a method of generating a random number seed.
- FIG. 4 illustrates a flow diagram describing a method of creating a portable computer profile.
- FIG. 5A illustrates a diagram of a graphical user interface dialog box for modifying profiles.
- FIG. 5B illustrates a diagram of a graphical user interface dialog box for creating a new profile.
- FIG. 6 illustrates a flow diagram describing how profile is downloaded into a portable computer system.
- FIG. 7 illustrates a diagram of a graphical user interface dialog box for modifying conduits.
- FIG. 8 illustrates a diagram of a graphical user interface dialog box for setting conduit behavior.
- FIG. 9 illustrates a diagram of a screen display for setting conduit behavior on a portable computer system.
- FIG. 10 illustrates the software architecture of a portable computer system with an expandable synchronization transport adaptation layer.
- both the handheld computer system 110 and the personal computer system 150 are running calendar program.
- the user can alter the data on both the calendar program 115 and on the handheld computer system 110 or the data on the desktop personal computer system calendar program 155 on the personal computer system 150 .
- the user should be able to reconcile the two different calendar databases by coupling the two computer system together using communication link 140 and requesting a synchronization.
- the synchronization process combines the data from the modified personal computer calendar 155 and the data from the modified hand held calendar 115 into a single reconciled calendar.
- the reconciled calendar is then placed into both the handheld computer system 110 and the personal computer system 150 .
- each record on both the personal computer system and the portable computer system has an identification number.
- Corresponding records on the personal computer system and the portable computer system will have matching identification numbers.
- the synchronization program only needs to find records having matching identification numbers.
- the present invention proposes a method of generating random numbers in such a portable computer system.
- FIG. 2 a block diagram of one possible embodiment of a portable computer system is illustrated.
- the portable computer system includes a main processor for performing processing instructions.
- the processor is coupled to volatile memory system, a battery backed memory system, and a display through a computer bus.
- the contents of the battery backed memory is retained for future reference.
- Other implementations may use flash memory to store information when the portable computer system is turned off. However, the contents of the volatile memory begin to decay once the portable computer system is turned off. When the portable computer is turned back on, the volatile memory will contain modified version of what volatile memory contained when the battery was turned off. Since different memory cells decay at different rates, the contents of the volatile memory will be somewhat random. If a sufficient number of locations from the volatile memory are logically combined, then a random value can be created. One method of logically combining the data would be to exclusive-OR (XOR) the data together. Another method of creating a random value would be to add the data together such that overflows create a random pattern in the accumulator. To further randomize the value, the contents of the processor's internal registers can be combined to generate a final random number seed.
- XOR exclusive-OR
- all the memory is battery backed such that there is no memory decay to cause random values.
- an area of memory that is used to store temporary variables can be used to provide semi-random values.
- an area of memory that is used to store temporary values is defined as “dynamic memory.”
- the dynamic memory area is shared by all the different applications. Since area is shared by several different applications and stores miscellaneous temporary variables, its contents are semi-random. This semi-random area of memory can be logically combined to produce a random seed.
- FIG. 3 illustrates a summary of a method of generating a random number seed in a portable computer system that has just been turned on.
- the contents of the processor's internal register are logically combined.
- the registers are combined first such that their initial state at power up is preserved.
- the register-based value is then logically combined with the contents of a portion of the memory that contains semi-random values.
- the result is a random number seed that can be used to generate a series of random numbers.
- the random number seed is only initialized after a processor reset. All subsequent random numbers are created by applying a random number algorithm to the random number seed.
- LAN local area network
- the same principal applies to portable computer systems.
- system administrators need to be able to quickly configure such portable computer systems.
- the present invention introduces the concept of a “user profile” for allowing a number of portable computer systems to be initialized with the same information.
- FIG. 4 describes the steps of setting up a user profile. Initially, the system administrator opens up a desktop companion program on a personal computer system. The administrator then selects a “users” menu where new users may be created. Instead of creating a new user, the administrator selects a button for “profiles” to open a profiles dialog.
- FIG. 5A illustrates one possible embodiment of a profiles dialog box.
- the profiles dialog box allows profiles to be created (new), renamed, and deleted.
- the Users button allows the user to move directly to the dialog box listing all the known users if that is what the user really wanted.
- the user selects the new button to create a new profile. This causes a pop-up dialog box to request a name for the new profile as illustrated in FIG. 5B.
- a name (such as “salesperson profile”) is entered and a new empty profile is created with that name.
- a profile is very similar to a user in that it is associated with a set of data files used during synchronization except that profile is not associated with any specific user or portable computer system.
- the system administrator then returns to the main desktop companion program and edits the information associated with the new profile.
- Information from existing users can be copied into the new user profile. For example, if the system administrator has already entered all the company phone numbers into his own account, he can copy the address information from his own address database into a address database associated with the profile. Furthermore, information can be imported from external sources into the profile database. Thus, if the system administrator has a list of the company's customers, this customer database can be imported into the profile for sales people.
- FIG. 6 illustrates a flow diagram that describes how new portable computers are initialized.
- the system administrator places the new portable computer system in a synchronization cradle connected to the personal computer storing the profile and requests a synchronization. Since the portable computer system has not been used, a “new user” dialog box will request a name for the new portable computer system. Instead of entering a new name, the system administrator selects a “profiles” button that brings up a profile dialog box. The system administrator then selects the profile to download into the portable computer. The personal computer then downloads all the information associated with the profile into the portable computer. However, no name is assigned to the portable computer system.
- the profile information may include specific configuration information such as network configuration and dial-up numbers as well as the set of preloaded databases such as the company's telephone directory.
- the preconfigured portable computer system can then be give to a user. It should be noted that several portable computer systems may be initialized using the same profile.
- each conduit may be treated differently.
- a user may adjust the conduit execution to suit his individual needs.
- the user opens a custom synchronization control dialog box as illustrated in FIG. 7 .
- the custom synchronization control dialog allows a user to change the synchronization control of an individual conduit or to restore default synchronization settings.
- the user selects the conduit and selects the “change” button to bring up a conduit change dialog.
- FIG. 8 illustrates one possible conduit change dialog box.
- the change dialog box allows the conduit to behave in four different ways: synchronization, desktop overwrite, portable overwrite, and inactive.
- the synchronization setting is the default method of operation wherein the corresponding databases on both the desktop and portable are reconciled.
- the desktop overwrite setting allows the contents of the desktop personal computer database for the that particular conduit to overwrite the portable computer's database. That setting would be useful if all updates to that particular database are performed on the desktop personal computer.
- the portable computer overwrite setting is the opposite wherein the contents of the portable computer system overwrites the desktop personal computer.
- the inactive setting prevents that particular conduit from executing. This is useful when the user is not using the associate application. By not performing executing a conduit, the synchronization time will be reduced and memory space will be saved.
- the portable computer system can be synchronized with a desktop personal computer system across a telephone line. This can be performed by directly connecting to the desktop personal computer with a modem or connecting to the desktop computer through a LAN connection made with a modem-based PPP connection. In such a situation, the speed of the synchronization will be limited by the modem communication speed.
- the present invention also provides a method of altering the synchronization behavior when the synchronization is being performed across a modem link. This feature is configured on the portable computer system since the remote desktop personal computer is not accessible.
- FIG. 9 illustrates a modem synchronization configuration screen that may be displayed on a portable computer system.
- the configuration screen of FIG. 9 allows the user to select which conduits will be executed during a modem based synchronization.
- the remote desktop personal computer will query the portable computer system as to which Thus, the user can shorten time needed to perform a synchronization by only selecting the conduits that synchronized the desired information.
- a portable computer can be remotely synchronized with a desktop personal computer system using a modem.
- a portable computer may also remotely synchronize with a desktop personal computer system across a LAN using network protocols. In both situations, the user is physically far from the desktop personal computer.
- the present invention introduces dynamic dialog boxes.
- Such dynamic dialog boxes are designed to automatically dismiss themselves if there is no response within a predetermined time period.
- a dynamic dialog box sets a timer that will execute a callback routine in the dialog box. If a dialog box is not dismissed by a user at the desktop personal computer, then the timer will eventually pop and the callback routine will dismiss the dialog box. If the dialog box is dismissed by a user, then the timer that was set will be killed.
- Different users of portable computer systems synchronize their portable computers with personal computers in different ways. For example, one user may always synchronize their portable computer with their desktop personal computer using a cradle coupled to the desktop personal computer. Another user may always be travelling and synchronizes with his desktop personal computer using a modem or a direct connection through a computer network. Yet another user may wish to synchronize using an infrared port that are available on both the portable computer system and the desktop personal computer. In the future, wireless packet radio networks may become pervasive allowing a new method of remote synchronization to become available. To accommodate all these different synchronization methods, the present invention introduces a synchronization transport adaptation layer.
- the synchronization transport adaptation layer provides a single consistent interface between a synchronization program residing on a portable computer system and a plurality of different methods of external communication.
- FIG. 10 illustrates the architecture of a portable computer system implementing a synchronization transport adaptation layer.
- the synchronization application communicates with a DL server (Desktop link server) that acts as a single unified communication interface for the synchronization application.
- the DL server communicates a plurality of different synchronization transport adaptation layers. Each synchronization transport adaptation layer handles communication for a specific type of communication means.
- the architecture is designed such that the synchronization transport adaptation layer is expandable. Specifically, when the Synchronization application is executed, the synchronization layer examines the creatorID and type of each application installed on the portable computer system to determine if the application is a synchronization transport adaptation layer module. Thus, the synchronization program generates a list of all the synchronization transport adaptation layer modules.
- the synchronization program queries each synchronization transport adaptation layer module to determine which applications can create “services” for that particular synchronization transport adaptation layer module (service creators).
- a service is defined as a set of configuration parameters need to establish a connection with a particular synchronization transport adaptation layer module.
- the service creator is used to create a set of configuration parameters for a synchronization transport adaptation layer module.
- a service for a network synchronization transport module would include the hostname and IP address of the desktop personal computer to synchronize with.
- the service could be created by a preferences program that is used to configure several different portable computer parameters.
- the synchronization program After learning which applications may create services for each synchronization transport adaptation layer module (the service creators), the synchronization program queries all the service creators to obtain a list of the available services. After obtaining a list of all the available services for all of the available synchronization transport adaptation layer modules, the synchronization program displays a list of the available synchronization transport adaptation layer modules and their respective services. The user can then select which synchronization transport adaptation layer module and service to use when a synchronization is to be performed.
- a first synchronization transport adaptation layer module is a cradle transport.
- the cradle transport handles synchronization directly between a serial port on the portable computer system and a serial port on the desktop computer system.
- the second synchronization transport is a network synchronization transport.
- the network synchronization transport handles synchronization directly between the portable computer system and a desktop computer system using TCP/IP networking.
- the network synchronization use a TCP/IP on a host personal computer system to connect with a target desktop personal computer connected across a computer network.
- the network synchronization may use a TCP/IP and PPP stack on the portable computer such that a modem connected to the serial port of the portable computer system establishes a PPP link with TCP/IP network coupled to the target desktop computer system.
- Specific information on network synchronization can be found in the U.S.
- the synchronization application can use the infrared synchronization transport module.
- the infrared synchronization transport module implements the necessary IrDA standards needed to communicate with a personal computer having an IrDA compliant infrared port.
- the information stored within a person's desktop personal computer is very valuable.
- the personal contact and calendar information stored within a desktop personal computer is very valuable.
- the personal contact and calendar information is also very personal such that a user may not want others to be able to steal this information.
- One method of stealing the personal contact and calendar information from a personal computer would be to attempt synchronizing an empty portable computer system with the personal computer system.
- the synchronization program on the personal computer would then inform the user that portable computer is empty and that a new user can be created or the name of an existing user can be used.
- the reason for allowing the use of an existing user is to restore data lost from a portable computer due to batteries running out or damage to the portable computer.
- An unscrupulous person may attempt to steal a persons existing data by requesting such a restoration.
- a user may associate a password with the data stored on a personal computer.
- the desktop synchronization will require the password associated with that user.
- the theft of personal data would not be possible without the user's password.
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Human Resources & Organizations (AREA)
- Strategic Management (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Entrepreneurship & Innovation (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Economics (AREA)
- Marketing (AREA)
- Operations Research (AREA)
- Quality & Reliability (AREA)
- Tourism & Hospitality (AREA)
- General Business, Economics & Management (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
Claims (18)
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/590,541 US6505215B1 (en) | 1998-01-30 | 2000-06-08 | Method and apparatus for synchronization of two computer systems supporting multiple synchronization techniques by using synchronization transport modules |
US10/234,615 US6671702B2 (en) | 1998-01-30 | 2002-09-03 | Method and apparatus for synchronization of two computer systems by executing a synchronization process at a portable computer |
US10/745,826 US7437485B1 (en) | 1998-01-30 | 2003-12-24 | Method and apparatus for synchronization of two computer systems |
US12/204,700 US20080320172A1 (en) | 1998-01-30 | 2008-09-04 | Method And Apparatus For Synchronization Of Two Computer Systems |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/016,076 US6205448B1 (en) | 1998-01-30 | 1998-01-30 | Method and apparatus of synchronizing two computer systems supporting multiple synchronization techniques |
US09/590,541 US6505215B1 (en) | 1998-01-30 | 2000-06-08 | Method and apparatus for synchronization of two computer systems supporting multiple synchronization techniques by using synchronization transport modules |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/016,076 Continuation US6205448B1 (en) | 1998-01-30 | 1998-01-30 | Method and apparatus of synchronizing two computer systems supporting multiple synchronization techniques |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/234,615 Continuation US6671702B2 (en) | 1998-01-30 | 2002-09-03 | Method and apparatus for synchronization of two computer systems by executing a synchronization process at a portable computer |
Publications (1)
Publication Number | Publication Date |
---|---|
US6505215B1 true US6505215B1 (en) | 2003-01-07 |
Family
ID=21775258
Family Applications (5)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/016,076 Expired - Lifetime US6205448B1 (en) | 1998-01-30 | 1998-01-30 | Method and apparatus of synchronizing two computer systems supporting multiple synchronization techniques |
US09/590,541 Expired - Lifetime US6505215B1 (en) | 1998-01-30 | 2000-06-08 | Method and apparatus for synchronization of two computer systems supporting multiple synchronization techniques by using synchronization transport modules |
US10/234,615 Expired - Fee Related US6671702B2 (en) | 1998-01-30 | 2002-09-03 | Method and apparatus for synchronization of two computer systems by executing a synchronization process at a portable computer |
US10/745,826 Expired - Fee Related US7437485B1 (en) | 1998-01-30 | 2003-12-24 | Method and apparatus for synchronization of two computer systems |
US12/204,700 Abandoned US20080320172A1 (en) | 1998-01-30 | 2008-09-04 | Method And Apparatus For Synchronization Of Two Computer Systems |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/016,076 Expired - Lifetime US6205448B1 (en) | 1998-01-30 | 1998-01-30 | Method and apparatus of synchronizing two computer systems supporting multiple synchronization techniques |
Family Applications After (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/234,615 Expired - Fee Related US6671702B2 (en) | 1998-01-30 | 2002-09-03 | Method and apparatus for synchronization of two computer systems by executing a synchronization process at a portable computer |
US10/745,826 Expired - Fee Related US7437485B1 (en) | 1998-01-30 | 2003-12-24 | Method and apparatus for synchronization of two computer systems |
US12/204,700 Abandoned US20080320172A1 (en) | 1998-01-30 | 2008-09-04 | Method And Apparatus For Synchronization Of Two Computer Systems |
Country Status (1)
Country | Link |
---|---|
US (5) | US6205448B1 (en) |
Cited By (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20030225744A1 (en) * | 2002-05-28 | 2003-12-04 | Luke Waaler | Method, personal digital assistant, and computer-readable medium for exchange of information |
EP1489862A1 (en) * | 2003-06-20 | 2004-12-22 | Axalto S.A. | Database synchronization |
US20050027755A1 (en) * | 2003-07-31 | 2005-02-03 | Shah Ashish B. | Systems and methods for synchronizing with multiple data stores |
US20050108297A1 (en) * | 2003-11-17 | 2005-05-19 | Microsoft Corporation | Transfer of user profiles using portable storage devices |
US6928411B1 (en) * | 1999-09-30 | 2005-08-09 | International Business Machines Corporation | Invoice processing system |
US20050215233A1 (en) * | 2004-03-23 | 2005-09-29 | Motorola, Inc. | System and method for authenticating wireless device with fixed station |
US20060069809A1 (en) * | 2004-07-01 | 2006-03-30 | Bertrand Serlet | State based synchronization |
US20060288053A1 (en) * | 2005-06-21 | 2006-12-21 | Apple Computer, Inc. | Apparatus and method for peer-to-peer N-way synchronization in a decentralized environment |
US20070150507A1 (en) * | 2000-11-06 | 2007-06-28 | Joseph Nardone | System for a configurable open database connectivity conduit |
US20070214231A1 (en) * | 2001-06-18 | 2007-09-13 | Palm, Inc. | Method and apparatus for automated personality transfer for a wireless enabled handheld |
US20080034009A1 (en) * | 2006-08-04 | 2008-02-07 | Apple Computer, Inc. | Method and system for using global equivalency sets to identify data during peer-to-peer synchronization |
US20080114771A1 (en) * | 2006-11-15 | 2008-05-15 | Bharat Welingkar | Device-side data de-duping |
US20080133624A1 (en) * | 1999-12-23 | 2008-06-05 | Emc Corporation | Method and apparatus for managing information related to storage activities of data storage systems |
US20080165807A1 (en) * | 2007-01-05 | 2008-07-10 | Apple Computer, Inc. | Wide Area Peer-to-Peer Synching in a Decentralized Environment |
US20080168183A1 (en) * | 2007-01-08 | 2008-07-10 | Apple Computer, Inc. | N-way synchronization of data |
US20090070833A1 (en) * | 1999-11-23 | 2009-03-12 | Gofigure, L.L.C.A Missouri Limited Liability Company | System and method for providing digital video to a wireless communications device |
US20090202153A1 (en) * | 2000-03-01 | 2009-08-13 | Palmsource, Inc. | Method and apparatus for using pressure information for improved computer controlled handwriting recognition data entry and user authentication |
US20100223230A1 (en) * | 2000-10-16 | 2010-09-02 | Nardone Joseph R | Run-time engine implemented on a computing device allowing synchronization of records during application execution |
US8495015B2 (en) | 2005-06-21 | 2013-07-23 | Apple Inc. | Peer-to-peer syncing in a decentralized environment |
US9160818B2 (en) | 1999-09-21 | 2015-10-13 | Sony Corporation | Communication system and its method and communication apparatus and its method |
Families Citing this family (177)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB2314729B (en) * | 1995-12-19 | 2001-01-17 | Motorola Inc | Method and apparatus for rate governing communications |
US5900875A (en) * | 1997-01-29 | 1999-05-04 | 3Com Corporation | Method and apparatus for interacting with a portable computer system |
US6006274A (en) | 1997-01-30 | 1999-12-21 | 3Com Corporation | Method and apparatus using a pass through personal computer connected to both a local communication link and a computer network for indentifying and synchronizing a preferred computer with a portable computer |
US6205448B1 (en) | 1998-01-30 | 2001-03-20 | 3Com Corporation | Method and apparatus of synchronizing two computer systems supporting multiple synchronization techniques |
US7209949B2 (en) * | 1998-05-29 | 2007-04-24 | Research In Motion Limited | System and method for synchronizing information between a host system and a mobile data communication device |
US8516055B2 (en) * | 1998-05-29 | 2013-08-20 | Research In Motion Limited | System and method for pushing information from a host system to a mobile data communication device in a wireless data network |
US20020049818A1 (en) * | 1998-05-29 | 2002-04-25 | Gilhuly Barry J. | System and method for pushing encrypted information between a host system and a mobile data communication device |
US6219694B1 (en) * | 1998-05-29 | 2001-04-17 | Research In Motion Limited | System and method for pushing information from a host system to a mobile data communication device having a shared electronic address |
US7266365B2 (en) * | 1998-05-29 | 2007-09-04 | Research In Motion Limited | System and method for delayed transmission of bundled command messages |
US7689721B2 (en) * | 1998-05-29 | 2010-03-30 | Research In Motion Limited | System and method for pushing information from a host system to a mobile data communication device |
US7209955B1 (en) * | 1998-05-29 | 2007-04-24 | Research In Motion Limited | Notification system and method for a mobile data communication device |
US6438585B2 (en) * | 1998-05-29 | 2002-08-20 | Research In Motion Limited | System and method for redirecting message attachments between a host system and a mobile data communication device |
US6779019B1 (en) * | 1998-05-29 | 2004-08-17 | Research In Motion Limited | System and method for pushing information from a host system to a mobile data communication device |
US6374274B1 (en) * | 1998-09-16 | 2002-04-16 | Health Informatics International, Inc. | Document conversion and network database system |
AU765914B2 (en) | 1998-10-30 | 2003-10-02 | Virnetx Inc. | An agile network protocol for secure communications with assured system availability |
US6502135B1 (en) * | 1998-10-30 | 2002-12-31 | Science Applications International Corporation | Agile network protocol for secure communications with assured system availability |
US10511573B2 (en) | 1998-10-30 | 2019-12-17 | Virnetx, Inc. | Agile network protocol for secure communications using secure domain names |
US7418504B2 (en) | 1998-10-30 | 2008-08-26 | Virnetx, Inc. | Agile network protocol for secure communications using secure domain names |
US7188180B2 (en) | 1998-10-30 | 2007-03-06 | Vimetx, Inc. | Method for establishing secure communication link between computers of virtual private network |
US6457062B1 (en) * | 1999-04-08 | 2002-09-24 | Palm, Inc. | System and method for synchronizing multiple calendars over wide area network |
US7522878B2 (en) | 1999-06-21 | 2009-04-21 | Access Business Group International Llc | Adaptive inductive power supply with communication |
US6560655B1 (en) * | 1999-06-22 | 2003-05-06 | Microsoft Corporation | Synchronization manager for standardized synchronization of separate programs |
US6393434B1 (en) * | 1999-09-14 | 2002-05-21 | International Business Machines Corporation | Method and system for synchronizing data using fine-grained synchronization plans |
US6505214B1 (en) * | 1999-09-28 | 2003-01-07 | Microsoft Corporation | Selective information synchronization based on implicit user designation |
JP4507319B2 (en) * | 1999-12-17 | 2010-07-21 | ソニー株式会社 | Information processing device, information processing method, program, recording medium, terminal device, system, and system method |
US6748403B1 (en) * | 2000-01-13 | 2004-06-08 | Palmsource, Inc. | Method and apparatus for preserving changes to data |
US7035878B1 (en) | 2000-01-25 | 2006-04-25 | Fusionone, Inc. | Base rolling engine for data transfer and synchronization system |
US8620286B2 (en) * | 2004-02-27 | 2013-12-31 | Synchronoss Technologies, Inc. | Method and system for promoting and transferring licensed content and applications |
US8156074B1 (en) | 2000-01-26 | 2012-04-10 | Synchronoss Technologies, Inc. | Data transfer and synchronization system |
US6694336B1 (en) | 2000-01-25 | 2004-02-17 | Fusionone, Inc. | Data transfer and synchronization system |
US6671757B1 (en) * | 2000-01-26 | 2003-12-30 | Fusionone, Inc. | Data transfer and synchronization system |
US6961762B1 (en) * | 2000-02-14 | 2005-11-01 | Sygate Technologies, Inc. | Automatic switching network points based on configuration profiles |
US7187947B1 (en) | 2000-03-28 | 2007-03-06 | Affinity Labs, Llc | System and method for communicating selected information to an electronic device |
EP1273135B1 (en) * | 2000-04-10 | 2010-07-14 | Research In Motion Limited | System and method for bundling information |
US6959330B1 (en) * | 2000-05-16 | 2005-10-25 | Palmsource, Inc. | Sync-time read only memory image binding for limited resource devices |
US6944651B2 (en) * | 2000-05-19 | 2005-09-13 | Fusionone, Inc. | Single click synchronization of data from a public information store to a private information store |
US6671700B1 (en) * | 2000-05-23 | 2003-12-30 | Palm Source, Inc. | Method and apparatus for parallel execution of conduits during simultaneous synchronization of databases |
US6990533B1 (en) * | 2000-05-23 | 2006-01-24 | Palm Source, Inc. | Method and system for device bootstrapping via server synchronization |
US6785868B1 (en) * | 2000-05-31 | 2004-08-31 | Palm Source, Inc. | Method and apparatus for managing calendar information from a shared database and managing calendar information from multiple users |
US7895334B1 (en) | 2000-07-19 | 2011-02-22 | Fusionone, Inc. | Remote access communication architecture apparatus and method |
US8073954B1 (en) | 2000-07-19 | 2011-12-06 | Synchronoss Technologies, Inc. | Method and apparatus for a secure remote access system |
US6925476B1 (en) | 2000-08-17 | 2005-08-02 | Fusionone, Inc. | Updating application data including adding first change log to aggreagate change log comprising summary of changes |
US20020056075A1 (en) * | 2000-11-06 | 2002-05-09 | Andrew Hamilton | System for a run-time engine capable for pager capable remote device |
US7587446B1 (en) | 2000-11-10 | 2009-09-08 | Fusionone, Inc. | Acquisition and synchronization of digital media to a personal information space |
US7818435B1 (en) | 2000-12-14 | 2010-10-19 | Fusionone, Inc. | Reverse proxy mechanism for retrieving electronic content associated with a local network |
FR2819072B1 (en) * | 2001-01-02 | 2003-03-28 | Cit Alcatel | METHOD FOR SYNCHRONIZING DATA OVER A SERIAL LINK |
US8615566B1 (en) | 2001-03-23 | 2013-12-24 | Synchronoss Technologies, Inc. | Apparatus and method for operational support of remote network systems |
US7363388B2 (en) * | 2001-03-28 | 2008-04-22 | Siebel Systems, Inc. | Method and system for direct server synchronization with a computing device |
US6829655B1 (en) | 2001-03-28 | 2004-12-07 | Siebel Systems, Inc. | Method and system for server synchronization with a computing device via a companion device |
US7089297B1 (en) * | 2001-05-25 | 2006-08-08 | Oracle International Corporation | Mechanism for automatically configuring a network resource |
US7395089B1 (en) | 2001-06-11 | 2008-07-01 | Palm, Inc | Integrated personal digital assistant device |
US6975304B1 (en) | 2001-06-11 | 2005-12-13 | Handspring, Inc. | Interface for processing of an alternate symbol in a computer device |
CA2463922C (en) | 2001-06-27 | 2013-07-16 | 4 Media, Inc. | Improved media delivery platform |
US7774307B2 (en) * | 2001-07-24 | 2010-08-10 | Siebel Systems, Inc. | Method and apparatus for synchronizing a database with a third party database |
US20030115082A1 (en) * | 2001-08-24 | 2003-06-19 | Jacobson Vince C. | Mobile productivity tool for healthcare providers |
JP4936037B2 (en) * | 2001-08-31 | 2012-05-23 | ソニー株式会社 | Information processing apparatus and method, and program |
US6658260B2 (en) | 2001-09-05 | 2003-12-02 | Telecommunication Systems, Inc. | Inter-carrier short messaging service providing phone number only experience |
US8346718B2 (en) * | 2001-09-07 | 2013-01-01 | Extended Systems, Inc. | Synchronizing recurring events |
US7761535B2 (en) | 2001-09-28 | 2010-07-20 | Siebel Systems, Inc. | Method and system for server synchronization with a computing device |
US7526575B2 (en) * | 2001-09-28 | 2009-04-28 | Siebel Systems, Inc. | Method and system for client-based operations in server synchronization with a computing device |
US7257649B2 (en) * | 2001-09-28 | 2007-08-14 | Siebel Systems, Inc. | Method and system for transferring information during server synchronization with a computing device |
US7415539B2 (en) * | 2001-09-28 | 2008-08-19 | Siebel Systems, Inc. | Method and apparatus for detecting insufficient memory for data extraction processes |
US10235873B2 (en) * | 2001-12-20 | 2019-03-19 | Universal Electronics Inc. | System and method to facilitate configuration of a controlling device |
US7305700B2 (en) | 2002-01-08 | 2007-12-04 | Seven Networks, Inc. | Secure transport for mobile communication network |
EP1490770A4 (en) * | 2002-02-25 | 2007-02-28 | Siebel Systems Inc | Method and system for server-based operations in server synchronization with a computing device |
US20080046592A1 (en) | 2002-06-26 | 2008-02-21 | Research In Motion Limited | System and Method for Pushing Information Between a Host System and a Mobile Data Communication Device |
AU2002335996A1 (en) * | 2002-09-11 | 2004-04-30 | Nokia Corporation | Method, device and system for automated synchronization between terminals |
US20080261633A1 (en) | 2002-10-22 | 2008-10-23 | Research In Motion Limited | System and Method for Pushing Information from a Host System to a Mobile Data Communication Device |
US8468126B2 (en) | 2005-08-01 | 2013-06-18 | Seven Networks, Inc. | Publishing data in an information community |
US7853563B2 (en) | 2005-08-01 | 2010-12-14 | Seven Networks, Inc. | Universal data aggregation |
US7917468B2 (en) | 2005-08-01 | 2011-03-29 | Seven Networks, Inc. | Linking of personal information management data |
WO2005010715A2 (en) | 2003-07-21 | 2005-02-03 | Fusionone, Inc. | Device message management system |
US8166101B2 (en) | 2003-08-21 | 2012-04-24 | Microsoft Corporation | Systems and methods for the implementation of a synchronization schemas for units of information manageable by a hardware/software interface system |
US8238696B2 (en) | 2003-08-21 | 2012-08-07 | Microsoft Corporation | Systems and methods for the implementation of a digital images schema for organizing units of information manageable by a hardware/software interface system |
US8131739B2 (en) | 2003-08-21 | 2012-03-06 | Microsoft Corporation | Systems and methods for interfacing application programs with an item-based storage platform |
US7401104B2 (en) * | 2003-08-21 | 2008-07-15 | Microsoft Corporation | Systems and methods for synchronizing computer systems through an intermediary file system share or device |
US20050233295A1 (en) * | 2004-04-20 | 2005-10-20 | Zeech, Incorporated | Performance assessment system |
US9542076B1 (en) | 2004-05-12 | 2017-01-10 | Synchronoss Technologies, Inc. | System for and method of updating a personal profile |
EP1759521B1 (en) * | 2004-05-12 | 2016-06-29 | Synchronoss Technologies, Inc. | Advanced contact identification system |
US20080082421A1 (en) * | 2004-05-12 | 2008-04-03 | Richard Onyon | Monetization of an advanced contact identification system |
US8566732B2 (en) * | 2004-06-25 | 2013-10-22 | Apple Inc. | Synchronization of widgets and dashboards |
US7490295B2 (en) | 2004-06-25 | 2009-02-10 | Apple Inc. | Layer for accessing user interface elements |
US20060041893A1 (en) * | 2004-08-20 | 2006-02-23 | Microsoft Corporation | Extensible device synchronization architecture and user interface |
US20060080415A1 (en) * | 2004-08-27 | 2006-04-13 | Tu Edgar A | Methods and apparatuses for automatically synchronizing a profile across multiple devices |
US8010082B2 (en) | 2004-10-20 | 2011-08-30 | Seven Networks, Inc. | Flexible billing architecture |
US7441271B2 (en) | 2004-10-20 | 2008-10-21 | Seven Networks | Method and apparatus for intercepting events in a communication system |
US7706781B2 (en) | 2004-11-22 | 2010-04-27 | Seven Networks International Oy | Data security in a mobile e-mail service |
FI117152B (en) | 2004-12-03 | 2006-06-30 | Seven Networks Internat Oy | E-mail service provisioning method for mobile terminal, involves using domain part and further parameters to generate new parameter set in list of setting parameter sets, if provisioning of e-mail service is successful |
US20060187915A1 (en) * | 2005-02-18 | 2006-08-24 | Rami Caspi | Method and apparatus for updating a wireless telephone |
US7925990B2 (en) * | 2005-03-31 | 2011-04-12 | At&T Intellectual Property I, L. P. | Methods, systems, and products for calendaring applications |
US7640507B2 (en) | 2005-02-28 | 2009-12-29 | At&T Intellectual Property I, L.P. | Methods, systems, and products for calendaring applications |
US7877703B1 (en) | 2005-03-14 | 2011-01-25 | Seven Networks, Inc. | Intelligent rendering of information in a limited display environment |
US7796742B1 (en) | 2005-04-21 | 2010-09-14 | Seven Networks, Inc. | Systems and methods for simplified provisioning |
US8438633B1 (en) | 2005-04-21 | 2013-05-07 | Seven Networks, Inc. | Flexible real-time inbox access |
EP1882242A4 (en) * | 2005-05-19 | 2011-05-25 | Fusionone Inc | Remote cell phone auto destruct |
WO2006136660A1 (en) | 2005-06-21 | 2006-12-28 | Seven Networks International Oy | Maintaining an ip connection in a mobile network |
US7970017B2 (en) * | 2005-07-13 | 2011-06-28 | At&T Intellectual Property I, L.P. | Peer-to-peer synchronization of data between devices |
US8069166B2 (en) * | 2005-08-01 | 2011-11-29 | Seven Networks, Inc. | Managing user-to-user contact with inferred presence information |
US7840710B2 (en) * | 2005-08-31 | 2010-11-23 | Research In Motion Limited | Method, system and apparatus for selective application access and synchronization |
US20070073899A1 (en) * | 2005-09-15 | 2007-03-29 | Judge Francis P | Techniques to synchronize heterogeneous data sources |
US9104294B2 (en) | 2005-10-27 | 2015-08-11 | Apple Inc. | Linked widgets |
US7743336B2 (en) | 2005-10-27 | 2010-06-22 | Apple Inc. | Widget security |
US7752556B2 (en) | 2005-10-27 | 2010-07-06 | Apple Inc. | Workflow widgets |
US7707514B2 (en) | 2005-11-18 | 2010-04-27 | Apple Inc. | Management of user interface elements in a display environment |
US7917607B2 (en) * | 2005-12-30 | 2011-03-29 | Sap Ag | Software management systems and methods, including use of such systems and methods in a provider-tenant environment |
US7689593B2 (en) * | 2005-12-30 | 2010-03-30 | Sap Ag | Systems and methods for accessing a shared space in a provider-tenant environment |
US7769395B2 (en) | 2006-06-20 | 2010-08-03 | Seven Networks, Inc. | Location-based operations and messaging |
US8869027B2 (en) | 2006-08-04 | 2014-10-21 | Apple Inc. | Management and generation of dashboards |
US8718714B2 (en) * | 2006-10-25 | 2014-05-06 | Samsung Electronics Co., Ltd. | Settings system and method for mobile device |
US7933869B2 (en) | 2006-12-29 | 2011-04-26 | Sap Ag | Method and system for cloning a tenant database in a multi-tenant system |
US8069184B2 (en) | 2006-12-29 | 2011-11-29 | Sap Ag | Systems and methods to implement extensibility of tenant content in a provider-tenant environment |
EP2115611A4 (en) * | 2007-01-26 | 2010-02-03 | Fusionone Inc | System for and method of backing up content for use on a mobile device |
US8805425B2 (en) | 2007-06-01 | 2014-08-12 | Seven Networks, Inc. | Integrated messaging |
US8693494B2 (en) | 2007-06-01 | 2014-04-08 | Seven Networks, Inc. | Polling |
US8954871B2 (en) | 2007-07-18 | 2015-02-10 | Apple Inc. | User-centric widgets and dashboards |
US8019721B2 (en) | 2007-12-07 | 2011-09-13 | Roche Diagnostics Operations, Inc. | Method and system for enhanced data transfer |
US8364181B2 (en) | 2007-12-10 | 2013-01-29 | Seven Networks, Inc. | Electronic-mail filtering for mobile devices |
US9002828B2 (en) | 2007-12-13 | 2015-04-07 | Seven Networks, Inc. | Predictive content delivery |
US8793305B2 (en) | 2007-12-13 | 2014-07-29 | Seven Networks, Inc. | Content delivery to a mobile device from a content service |
US8181111B1 (en) | 2007-12-31 | 2012-05-15 | Synchronoss Technologies, Inc. | System and method for providing social context to digital activity |
US8107921B2 (en) | 2008-01-11 | 2012-01-31 | Seven Networks, Inc. | Mobile virtual network operator |
US8862657B2 (en) | 2008-01-25 | 2014-10-14 | Seven Networks, Inc. | Policy based content service |
US20090193338A1 (en) | 2008-01-28 | 2009-07-30 | Trevor Fiatal | Reducing network and battery consumption during content delivery and playback |
US7526512B1 (en) | 2008-04-18 | 2009-04-28 | International Business Machines Corporation | Content-based synchronization for terminal devices |
US8787947B2 (en) | 2008-06-18 | 2014-07-22 | Seven Networks, Inc. | Application discovery on mobile devices |
US8078158B2 (en) | 2008-06-26 | 2011-12-13 | Seven Networks, Inc. | Provisioning applications for a mobile device |
US8909759B2 (en) | 2008-10-10 | 2014-12-09 | Seven Networks, Inc. | Bandwidth measurement |
US8255006B1 (en) | 2009-11-10 | 2012-08-28 | Fusionone, Inc. | Event dependent notification system and method |
KR101080532B1 (en) * | 2010-01-29 | 2011-11-04 | 주식회사 팬택 | Communication Terminal and Data Transmission Method Thereof |
US9043731B2 (en) | 2010-03-30 | 2015-05-26 | Seven Networks, Inc. | 3D mobile user interface with configurable workspace management |
US8838783B2 (en) | 2010-07-26 | 2014-09-16 | Seven Networks, Inc. | Distributed caching for resource and mobile network traffic management |
US9077630B2 (en) | 2010-07-26 | 2015-07-07 | Seven Networks, Inc. | Distributed implementation of dynamic wireless traffic policy |
PL3407673T3 (en) | 2010-07-26 | 2020-05-18 | Seven Networks, Llc | Mobile network traffic coordination across multiple applications |
CA2806557C (en) | 2010-07-26 | 2014-10-07 | Michael Luna | Mobile application traffic optimization |
US8843153B2 (en) | 2010-11-01 | 2014-09-23 | Seven Networks, Inc. | Mobile traffic categorization and policy for network use optimization while preserving user experience |
US8166164B1 (en) | 2010-11-01 | 2012-04-24 | Seven Networks, Inc. | Application and network-based long poll request detection and cacheability assessment therefor |
WO2012060995A2 (en) | 2010-11-01 | 2012-05-10 | Michael Luna | Distributed caching in a wireless network of content delivered for a mobile application over a long-held request |
US9330196B2 (en) | 2010-11-01 | 2016-05-03 | Seven Networks, Llc | Wireless traffic management system cache optimization using http headers |
US8484314B2 (en) | 2010-11-01 | 2013-07-09 | Seven Networks, Inc. | Distributed caching in a wireless network of content delivered for a mobile application over a long-held request |
WO2012061437A1 (en) | 2010-11-01 | 2012-05-10 | Michael Luna | Cache defeat detection and caching of content addressed by identifiers intended to defeat cache |
US9060032B2 (en) | 2010-11-01 | 2015-06-16 | Seven Networks, Inc. | Selective data compression by a distributed traffic management system to reduce mobile data traffic and signaling traffic |
US8943428B2 (en) | 2010-11-01 | 2015-01-27 | Synchronoss Technologies, Inc. | System for and method of field mapping |
US8326985B2 (en) | 2010-11-01 | 2012-12-04 | Seven Networks, Inc. | Distributed management of keep-alive message signaling for mobile network resource conservation and optimization |
CN103620576B (en) | 2010-11-01 | 2016-11-09 | 七网络公司 | It is applicable to the caching of mobile applications behavior and network condition |
EP2596658B1 (en) | 2010-11-22 | 2018-05-09 | Seven Networks, LLC | Aligning data transfer to optimize connections established for transmission over a wireless network |
WO2012071384A2 (en) | 2010-11-22 | 2012-05-31 | Michael Luna | Optimization of resource polling intervals to satisfy mobile device requests |
EP2661697B1 (en) | 2011-01-07 | 2018-11-21 | Seven Networks, LLC | System and method for reduction of mobile network traffic used for domain name system (dns) queries |
WO2012145541A2 (en) | 2011-04-19 | 2012-10-26 | Seven Networks, Inc. | Social caching for device resource sharing and management |
GB2505585B (en) | 2011-04-27 | 2015-08-12 | Seven Networks Inc | Detecting and preserving state for satisfying application requests in a distributed proxy and cache system |
WO2012149221A2 (en) | 2011-04-27 | 2012-11-01 | Seven Networks, Inc. | System and method for making requests on behalf of a mobile device based on atomic processes for mobile network traffic relief |
WO2013015994A1 (en) | 2011-07-27 | 2013-01-31 | Seven Networks, Inc. | Monitoring mobile application activities for malicious traffic on a mobile device |
US8977755B2 (en) | 2011-12-06 | 2015-03-10 | Seven Networks, Inc. | Mobile device and method to utilize the failover mechanism for fault tolerance provided for mobile traffic management and network/device resource conservation |
US8934414B2 (en) | 2011-12-06 | 2015-01-13 | Seven Networks, Inc. | Cellular or WiFi mobile traffic optimization based on public or private network destination |
WO2013086455A1 (en) | 2011-12-07 | 2013-06-13 | Seven Networks, Inc. | Flexible and dynamic integration schemas of a traffic management system with various network operators for network traffic alleviation |
WO2013086447A1 (en) | 2011-12-07 | 2013-06-13 | Seven Networks, Inc. | Radio-awareness of mobile device for sending server-side control signals using a wireless network optimized transport protocol |
WO2013090834A1 (en) | 2011-12-14 | 2013-06-20 | Seven Networks, Inc. | Operation modes for mobile traffic optimization and concurrent management of optimized and non-optimized traffic |
US20130159511A1 (en) | 2011-12-14 | 2013-06-20 | Seven Networks, Inc. | System and method for generating a report to a network operator by distributing aggregation of data |
US8861354B2 (en) | 2011-12-14 | 2014-10-14 | Seven Networks, Inc. | Hierarchies and categories for management and deployment of policies for distributed wireless traffic optimization |
GB2499306B (en) | 2012-01-05 | 2014-10-22 | Seven Networks Inc | Managing user interaction with an application on a mobile device |
US9203864B2 (en) | 2012-02-02 | 2015-12-01 | Seven Networks, Llc | Dynamic categorization of applications for network access in a mobile network |
US9326189B2 (en) | 2012-02-03 | 2016-04-26 | Seven Networks, Llc | User as an end point for profiling and optimizing the delivery of content and data in a wireless network |
US8799853B2 (en) * | 2012-02-17 | 2014-08-05 | National Instruments Corporation | Dynamic synchronization in a target system having multiple programmable hardware elements |
US8812695B2 (en) | 2012-04-09 | 2014-08-19 | Seven Networks, Inc. | Method and system for management of a virtual network connection without heartbeat messages |
US10263899B2 (en) | 2012-04-10 | 2019-04-16 | Seven Networks, Llc | Enhanced customer service for mobile carriers using real-time and historical mobile application and traffic or optimization data associated with mobile devices in a mobile network |
US8775631B2 (en) | 2012-07-13 | 2014-07-08 | Seven Networks, Inc. | Dynamic bandwidth adjustment for browsing or streaming activity in a wireless network based on prediction of user behavior when interacting with mobile applications |
US9161258B2 (en) | 2012-10-24 | 2015-10-13 | Seven Networks, Llc | Optimized and selective management of policy deployment to mobile clients in a congested network to prevent further aggravation of network congestion |
US20140177497A1 (en) | 2012-12-20 | 2014-06-26 | Seven Networks, Inc. | Management of mobile device radio state promotion and demotion |
CN104918542A (en) * | 2013-01-17 | 2015-09-16 | 皇家飞利浦有限公司 | System and method for influence an operation of a device of the system |
US9241314B2 (en) | 2013-01-23 | 2016-01-19 | Seven Networks, Llc | Mobile device with application or context aware fast dormancy |
US8874761B2 (en) | 2013-01-25 | 2014-10-28 | Seven Networks, Inc. | Signaling optimization in a wireless network for traffic utilizing proprietary and non-proprietary protocols |
US9326185B2 (en) | 2013-03-11 | 2016-04-26 | Seven Networks, Llc | Mobile network congestion recognition for optimization of mobile traffic |
US9065765B2 (en) | 2013-07-22 | 2015-06-23 | Seven Networks, Inc. | Proxy server associated with a mobile carrier for enhancing mobile traffic management in a mobile network |
US9626764B2 (en) | 2014-07-01 | 2017-04-18 | Castar, Inc. | System and method for synchronizing fiducial markers |
US9760459B2 (en) * | 2015-06-10 | 2017-09-12 | International Business Machines Corporation | Synchronization policies among nodes |
US11057208B2 (en) * | 2016-08-22 | 2021-07-06 | Rakuten, Inc. | Management system, management device, management method, program, and non-transitory computer-readable information recording medium |
RU2682402C1 (en) * | 2018-04-24 | 2019-03-19 | Федеральное государственное унитарное предприятие "Научно-производственный центр автоматики и приборостроения имени академика Н.А. Пилюгина" (ФГУП "НПЦАП") | Two computers synchronization device |
EP3839695A1 (en) | 2019-12-19 | 2021-06-23 | Microsoft Technology Licensing, LLC | Method and apparatus for synchronizing two systems |
Citations (32)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4432057A (en) * | 1981-11-27 | 1984-02-14 | International Business Machines Corporation | Method for the dynamic replication of data under distributed system control to control utilization of resources in a multiprocessing, distributed data base system |
US4807182A (en) * | 1986-03-12 | 1989-02-21 | Advanced Software, Inc. | Apparatus and method for comparing data groups |
US4866611A (en) * | 1987-01-29 | 1989-09-12 | International Business Machines Corporation | Method for automatically reconciling entries on two copies of independently maintained electronic calendars |
US4875159A (en) * | 1987-12-22 | 1989-10-17 | Amdahl Corporation | Version management system using plural control fields for synchronizing two versions of files in a multiprocessor system |
US4956809A (en) * | 1986-11-24 | 1990-09-11 | Mark Williams Company | Method for canonical ordering of binary data for portable operating systems |
US5065360A (en) * | 1989-01-10 | 1991-11-12 | Kelly Douglas J | Portable data storage and editing device |
US5142619A (en) * | 1990-02-21 | 1992-08-25 | International Business Machines Corporation | Method and apparatus for visually comparing files in a data processing system |
US5187787A (en) * | 1989-07-27 | 1993-02-16 | Teknekron Software Systems, Inc. | Apparatus and method for providing decoupling of data exchange details for providing high performance communication between software processes |
US5210868A (en) * | 1989-12-20 | 1993-05-11 | Hitachi Ltd. | Database system and matching method between databases |
US5237678A (en) * | 1987-05-08 | 1993-08-17 | Kuechler William L | System for storing and manipulating information in an information base |
US5251291A (en) * | 1989-10-13 | 1993-10-05 | International Business Machines Corporation | Method of selectively transferring video displayed information |
US5261045A (en) * | 1987-12-18 | 1993-11-09 | International Business Machines Corporation | Method of exchanging entries from a plurality of different electronic calendars based on interactively entered criteria |
US5261094A (en) * | 1991-04-08 | 1993-11-09 | International Business Machines Corporation | Asynchronous replication of data changes by distributed update requests |
US5272628A (en) * | 1990-04-16 | 1993-12-21 | Microsoft Corporation | Method and system for aggregating tables having dissimilar formats |
US5283887A (en) * | 1990-12-19 | 1994-02-01 | Bull Hn Information Systems Inc. | Automatic document format conversion in an electronic mail system based upon user preference |
US5301313A (en) * | 1990-07-17 | 1994-04-05 | Sanyo Electric Co., Ltd. | Manipulating data in a relational data base having operational manipulations defined in an input table and displayed results in an output table with a line displayed designating direction of data flow |
US5315709A (en) * | 1990-12-03 | 1994-05-24 | Bachman Information Systems, Inc. | Method and apparatus for transforming objects in data models |
US5327555A (en) * | 1991-02-14 | 1994-07-05 | Hewlett-Packard Company | Method for reconciling entries in a plurality of schedules |
US5333252A (en) * | 1990-04-05 | 1994-07-26 | Claris Corporation | Interface for arranging order of fields |
US5339392A (en) * | 1989-07-27 | 1994-08-16 | Risberg Jeffrey S | Apparatus and method for creation of a user definable video displayed document showing changes in real time data |
US5339434A (en) * | 1992-12-07 | 1994-08-16 | Trw Inc. | Heterogeneous data translation system |
US5392390A (en) * | 1992-04-10 | 1995-02-21 | Intellilink Corp. | Method for mapping, translating, and dynamically reconciling data between disparate computer platforms |
US5434994A (en) * | 1994-05-23 | 1995-07-18 | International Business Machines Corporation | System and method for maintaining replicated data coherency in a data processing system |
US5475833A (en) * | 1991-09-04 | 1995-12-12 | International Business Machines Corporation | Database system for facilitating comparison of related information stored in a distributed resource |
US5519606A (en) * | 1992-01-21 | 1996-05-21 | Starfish Software, Inc. | System and methods for appointment reconciliation |
US5640566A (en) * | 1994-08-01 | 1997-06-17 | Apple Computer, Inc. | Method of forming an editor |
US5684990A (en) * | 1995-01-11 | 1997-11-04 | Puma Technology, Inc. | Synchronization of disparate databases |
US5710922A (en) * | 1993-06-02 | 1998-01-20 | Apple Computer, Inc. | Method for synchronizing and archiving information between computer systems |
US5900875A (en) * | 1997-01-29 | 1999-05-04 | 3Com Corporation | Method and apparatus for interacting with a portable computer system |
US5974238A (en) * | 1996-08-07 | 1999-10-26 | Compaq Computer Corporation | Automatic data synchronization between a handheld and a host computer using pseudo cache including tags and logical data elements |
US6006274A (en) * | 1997-01-30 | 1999-12-21 | 3Com Corporation | Method and apparatus using a pass through personal computer connected to both a local communication link and a computer network for indentifying and synchronizing a preferred computer with a portable computer |
US6205448B1 (en) * | 1998-01-30 | 2001-03-20 | 3Com Corporation | Method and apparatus of synchronizing two computer systems supporting multiple synchronization techniques |
Family Cites Families (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5001628A (en) | 1987-02-13 | 1991-03-19 | International Business Machines Corporation | Single system image uniquely defining an environment for each user in a data processing system |
CA2002912A1 (en) | 1988-11-14 | 1990-05-14 | William A. Clough | Portable computer with touch screen and computer system employing same |
CA2014799A1 (en) | 1989-05-08 | 1990-11-08 | John W. Whisler | System and method for reading and writing disks formatted for an operating system foreign to the host computer |
JP3074737B2 (en) | 1990-12-29 | 2000-08-07 | カシオ計算機株式会社 | File update processor |
GB2251324B (en) | 1990-12-31 | 1995-05-10 | Intel Corp | File structure for a non-volatile semiconductor memory |
AU2918092A (en) | 1991-11-01 | 1993-06-07 | Keming W. Yeh | Portable device having data storage capability for transferring data between a portable computer and a desktop computer |
US5666530A (en) | 1992-12-02 | 1997-09-09 | Compaq Computer Corporation | System for automatic synchronization of common file between portable computer and host computer via communication channel selected from a plurality of usable channels there between |
US5463772A (en) | 1993-04-23 | 1995-10-31 | Hewlett-Packard Company | Transparent peripheral file systems with on-board compression, decompression, and space management |
US5598536A (en) | 1994-08-09 | 1997-01-28 | Shiva Corporation | Apparatus and method for providing remote users with the same unique IP address upon each network access |
US5742905A (en) * | 1994-09-19 | 1998-04-21 | Bell Communications Research, Inc. | Personal communications internetworking |
US5729735A (en) * | 1995-02-08 | 1998-03-17 | Meyering; Samuel C. | Remote database file synchronizer |
US5729452A (en) | 1995-03-31 | 1998-03-17 | Envirotest Acquisition Co. | Method and system for diagnosing and reporting failure of a vehicle emission test |
US5696702A (en) | 1995-04-17 | 1997-12-09 | Skinner; Gary R. | Time and work tracker |
US5630081A (en) | 1995-09-07 | 1997-05-13 | Puma Technology, Inc. | Connection resource manager displaying link-status information using a traffic light iconic representation |
CA2179349C (en) | 1996-06-18 | 2000-01-11 | Roger Yiu Ming Cheung | Method and apparatus for providing a 3-way connection between a mobile computing device, a stationary computing device and a computer network |
US6178443B1 (en) * | 1996-12-20 | 2001-01-23 | Intel Corporation | Method and apparatus for propagating user preferences across multiple computer environments |
US6034621A (en) * | 1997-11-18 | 2000-03-07 | Lucent Technologies, Inc. | Wireless remote synchronization of data between PC and PDA |
US6587127B1 (en) * | 1997-11-25 | 2003-07-01 | Motorola, Inc. | Content player method and server with user profile |
US6463276B1 (en) * | 1997-12-05 | 2002-10-08 | Telefonaktiebolaget L M Ericsson (Publ) | Mobile terminal having conditional blocking of outgoing call requests |
US6832084B1 (en) * | 1998-01-07 | 2004-12-14 | Microsoft Corporation | Wireless database environment |
-
1998
- 1998-01-30 US US09/016,076 patent/US6205448B1/en not_active Expired - Lifetime
-
2000
- 2000-06-08 US US09/590,541 patent/US6505215B1/en not_active Expired - Lifetime
-
2002
- 2002-09-03 US US10/234,615 patent/US6671702B2/en not_active Expired - Fee Related
-
2003
- 2003-12-24 US US10/745,826 patent/US7437485B1/en not_active Expired - Fee Related
-
2008
- 2008-09-04 US US12/204,700 patent/US20080320172A1/en not_active Abandoned
Patent Citations (35)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4432057A (en) * | 1981-11-27 | 1984-02-14 | International Business Machines Corporation | Method for the dynamic replication of data under distributed system control to control utilization of resources in a multiprocessing, distributed data base system |
US4807182A (en) * | 1986-03-12 | 1989-02-21 | Advanced Software, Inc. | Apparatus and method for comparing data groups |
US4956809A (en) * | 1986-11-24 | 1990-09-11 | Mark Williams Company | Method for canonical ordering of binary data for portable operating systems |
US4866611A (en) * | 1987-01-29 | 1989-09-12 | International Business Machines Corporation | Method for automatically reconciling entries on two copies of independently maintained electronic calendars |
US5237678A (en) * | 1987-05-08 | 1993-08-17 | Kuechler William L | System for storing and manipulating information in an information base |
US5261045A (en) * | 1987-12-18 | 1993-11-09 | International Business Machines Corporation | Method of exchanging entries from a plurality of different electronic calendars based on interactively entered criteria |
US4875159A (en) * | 1987-12-22 | 1989-10-17 | Amdahl Corporation | Version management system using plural control fields for synchronizing two versions of files in a multiprocessor system |
US5065360A (en) * | 1989-01-10 | 1991-11-12 | Kelly Douglas J | Portable data storage and editing device |
US5339392A (en) * | 1989-07-27 | 1994-08-16 | Risberg Jeffrey S | Apparatus and method for creation of a user definable video displayed document showing changes in real time data |
US5187787B1 (en) * | 1989-07-27 | 1996-05-07 | Teknekron Software Systems Inc | Apparatus and method for providing decoupling of data exchange details for providing high performance communication between software processes |
US5187787A (en) * | 1989-07-27 | 1993-02-16 | Teknekron Software Systems, Inc. | Apparatus and method for providing decoupling of data exchange details for providing high performance communication between software processes |
US5251291A (en) * | 1989-10-13 | 1993-10-05 | International Business Machines Corporation | Method of selectively transferring video displayed information |
US5210868A (en) * | 1989-12-20 | 1993-05-11 | Hitachi Ltd. | Database system and matching method between databases |
US5142619A (en) * | 1990-02-21 | 1992-08-25 | International Business Machines Corporation | Method and apparatus for visually comparing files in a data processing system |
US5333252A (en) * | 1990-04-05 | 1994-07-26 | Claris Corporation | Interface for arranging order of fields |
US5272628A (en) * | 1990-04-16 | 1993-12-21 | Microsoft Corporation | Method and system for aggregating tables having dissimilar formats |
US5301313A (en) * | 1990-07-17 | 1994-04-05 | Sanyo Electric Co., Ltd. | Manipulating data in a relational data base having operational manipulations defined in an input table and displayed results in an output table with a line displayed designating direction of data flow |
US5315709A (en) * | 1990-12-03 | 1994-05-24 | Bachman Information Systems, Inc. | Method and apparatus for transforming objects in data models |
US5283887A (en) * | 1990-12-19 | 1994-02-01 | Bull Hn Information Systems Inc. | Automatic document format conversion in an electronic mail system based upon user preference |
US5327555A (en) * | 1991-02-14 | 1994-07-05 | Hewlett-Packard Company | Method for reconciling entries in a plurality of schedules |
US5261094A (en) * | 1991-04-08 | 1993-11-09 | International Business Machines Corporation | Asynchronous replication of data changes by distributed update requests |
US5475833A (en) * | 1991-09-04 | 1995-12-12 | International Business Machines Corporation | Database system for facilitating comparison of related information stored in a distributed resource |
US5519606A (en) * | 1992-01-21 | 1996-05-21 | Starfish Software, Inc. | System and methods for appointment reconciliation |
US5392390A (en) * | 1992-04-10 | 1995-02-21 | Intellilink Corp. | Method for mapping, translating, and dynamically reconciling data between disparate computer platforms |
US5666553A (en) * | 1992-04-10 | 1997-09-09 | Puma Technology, Inc. | Method for mapping, translating, and dynamically reconciling data between disparate computer platforms |
US5701423A (en) * | 1992-04-10 | 1997-12-23 | Puma Technology, Inc. | Method for mapping, translating, and dynamically reconciling data between disparate computer platforms |
US5339434A (en) * | 1992-12-07 | 1994-08-16 | Trw Inc. | Heterogeneous data translation system |
US5710922A (en) * | 1993-06-02 | 1998-01-20 | Apple Computer, Inc. | Method for synchronizing and archiving information between computer systems |
US5434994A (en) * | 1994-05-23 | 1995-07-18 | International Business Machines Corporation | System and method for maintaining replicated data coherency in a data processing system |
US5640566A (en) * | 1994-08-01 | 1997-06-17 | Apple Computer, Inc. | Method of forming an editor |
US5684990A (en) * | 1995-01-11 | 1997-11-04 | Puma Technology, Inc. | Synchronization of disparate databases |
US5974238A (en) * | 1996-08-07 | 1999-10-26 | Compaq Computer Corporation | Automatic data synchronization between a handheld and a host computer using pseudo cache including tags and logical data elements |
US5900875A (en) * | 1997-01-29 | 1999-05-04 | 3Com Corporation | Method and apparatus for interacting with a portable computer system |
US6006274A (en) * | 1997-01-30 | 1999-12-21 | 3Com Corporation | Method and apparatus using a pass through personal computer connected to both a local communication link and a computer network for indentifying and synchronizing a preferred computer with a portable computer |
US6205448B1 (en) * | 1998-01-30 | 2001-03-20 | 3Com Corporation | Method and apparatus of synchronizing two computer systems supporting multiple synchronization techniques |
Cited By (62)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10708354B2 (en) | 1999-09-21 | 2020-07-07 | Data Scape Ltd. | Communication system and its method and communication apparatus and its method |
US10645161B2 (en) | 1999-09-21 | 2020-05-05 | Data Scape Ltd. | Communication system and its method and communication apparatus and its method |
US10277675B2 (en) | 1999-09-21 | 2019-04-30 | Data Scape, Ltd. | Communication system and its method and communication apparatus and its method |
US10027751B2 (en) | 1999-09-21 | 2018-07-17 | Data Scape, Ltd. | Communication system and its method and communication apparatus and its method |
US9736238B2 (en) | 1999-09-21 | 2017-08-15 | Data Scape, Ltd. | Communication system and its method and communication apparatus and its method |
US9712614B2 (en) | 1999-09-21 | 2017-07-18 | Data Scape, Ltd. | Communication system and its method and communication apparatus and its method |
US9380112B2 (en) | 1999-09-21 | 2016-06-28 | Sony Corporation | Communication system and its method and communication apparatus and its method |
US9160818B2 (en) | 1999-09-21 | 2015-10-13 | Sony Corporation | Communication system and its method and communication apparatus and its method |
US6928411B1 (en) * | 1999-09-30 | 2005-08-09 | International Business Machines Corporation | Invoice processing system |
US8843947B2 (en) | 1999-11-23 | 2014-09-23 | Gofigure Media, Llc | Digital media distribution system and method |
US20090070833A1 (en) * | 1999-11-23 | 2009-03-12 | Gofigure, L.L.C.A Missouri Limited Liability Company | System and method for providing digital video to a wireless communications device |
US8385912B2 (en) | 1999-11-23 | 2013-02-26 | Gofigure Media, Llc | Digital media distribution system |
US20080133624A1 (en) * | 1999-12-23 | 2008-06-05 | Emc Corporation | Method and apparatus for managing information related to storage activities of data storage systems |
US8321378B2 (en) * | 1999-12-23 | 2012-11-27 | Emc Corporation | Method and apparatus for managing information related to storage activities of data storage systems |
US8488885B2 (en) | 2000-03-01 | 2013-07-16 | Access Co., Ltd. | Method and apparatus for using pressure information for improved computer controlled handwriting recognition data entry and user authentication |
US20090202153A1 (en) * | 2000-03-01 | 2009-08-13 | Palmsource, Inc. | Method and apparatus for using pressure information for improved computer controlled handwriting recognition data entry and user authentication |
US8429303B2 (en) | 2000-10-16 | 2013-04-23 | Telecommunication Systems, Inc. | Run-time engine implemented on a computing device allowing synchronization of records during application execution |
US9158830B2 (en) | 2000-10-16 | 2015-10-13 | Roussillon Llc | Run-time engine implemented on a computing device allowing synchronization of records during application execution |
US9298798B2 (en) | 2000-10-16 | 2016-03-29 | Zhigu Holdings Limited | Run-time engine implemented on a computing device allowing synchronization of records during application execution |
US20100223230A1 (en) * | 2000-10-16 | 2010-09-02 | Nardone Joseph R | Run-time engine implemented on a computing device allowing synchronization of records during application execution |
US20070150507A1 (en) * | 2000-11-06 | 2007-06-28 | Joseph Nardone | System for a configurable open database connectivity conduit |
US20070214231A1 (en) * | 2001-06-18 | 2007-09-13 | Palm, Inc. | Method and apparatus for automated personality transfer for a wireless enabled handheld |
US8001177B2 (en) | 2001-06-18 | 2011-08-16 | Hewlett-Packard Development Company, L.P. | Method and apparatus for automated personal information management data transfer for a wireless enabled handheld |
US20030225744A1 (en) * | 2002-05-28 | 2003-12-04 | Luke Waaler | Method, personal digital assistant, and computer-readable medium for exchange of information |
US20070174348A1 (en) * | 2003-06-20 | 2007-07-26 | Jorge Abellan Sevilla | Databases synchronization |
KR101040022B1 (en) | 2003-06-20 | 2011-06-08 | 제말토 에스에이 | Database Synchronization Method |
WO2004114152A3 (en) * | 2003-06-20 | 2005-02-17 | Axalto Sa | Databases synchronization |
EP1489862A1 (en) * | 2003-06-20 | 2004-12-22 | Axalto S.A. | Database synchronization |
WO2004114152A2 (en) * | 2003-06-20 | 2004-12-29 | Axalto Sa | Databases synchronization |
US20050027755A1 (en) * | 2003-07-31 | 2005-02-03 | Shah Ashish B. | Systems and methods for synchronizing with multiple data stores |
US7636776B2 (en) * | 2003-07-31 | 2009-12-22 | Microsoft Corporation | Systems and methods for synchronizing with multiple data stores |
US20050108297A1 (en) * | 2003-11-17 | 2005-05-19 | Microsoft Corporation | Transfer of user profiles using portable storage devices |
US7620667B2 (en) * | 2003-11-17 | 2009-11-17 | Microsoft Corporation | Transfer of user profiles using portable storage devices |
US20050215233A1 (en) * | 2004-03-23 | 2005-09-29 | Motorola, Inc. | System and method for authenticating wireless device with fixed station |
WO2005104510A2 (en) * | 2004-03-23 | 2005-11-03 | Motorola, Inc., A Corporation Of The State Of Delaware | System and method for authenticating wireless device with fixed station |
WO2005104510A3 (en) * | 2004-03-23 | 2006-01-26 | Motorola Inc | System and method for authenticating wireless device with fixed station |
US7242923B2 (en) * | 2004-03-23 | 2007-07-10 | Motorola, Inc. | System and method for authenticating wireless device with fixed station |
US20100198784A1 (en) * | 2004-07-01 | 2010-08-05 | Apple Inc. | Method and System Using Reusable State Information for Synchronization and Maintenance of Data |
US7730026B2 (en) | 2004-07-01 | 2010-06-01 | Apple Inc. | Method and system using reusable state information for synchronization and maintenance of data |
US8332352B2 (en) | 2004-07-01 | 2012-12-11 | Apple Inc. | Method and system using reusable state information for synchronization and maintenance of data |
US20060069809A1 (en) * | 2004-07-01 | 2006-03-30 | Bertrand Serlet | State based synchronization |
US8868493B2 (en) | 2004-07-01 | 2014-10-21 | Apple Inc. | Method and system using reusable state information for synchronization and maintenance of data |
US20090144343A1 (en) * | 2005-06-21 | 2009-06-04 | Apple Inc. | Peer-to-peer n-way syncing in decentralized environment |
US8635209B2 (en) | 2005-06-21 | 2014-01-21 | Apple Inc. | Peer-to-peer syncing in a decentralized environment |
US7523146B2 (en) | 2005-06-21 | 2009-04-21 | Apple Inc. | Apparatus and method for peer-to-peer N-way synchronization in a decentralized environment |
US20060288053A1 (en) * | 2005-06-21 | 2006-12-21 | Apple Computer, Inc. | Apparatus and method for peer-to-peer N-way synchronization in a decentralized environment |
US8321374B2 (en) | 2005-06-21 | 2012-11-27 | Apple Inc. | Peer-to-peer N-way syncing in decentralized environment |
US8495015B2 (en) | 2005-06-21 | 2013-07-23 | Apple Inc. | Peer-to-peer syncing in a decentralized environment |
US8868491B2 (en) | 2006-08-04 | 2014-10-21 | Apple Inc. | Method and system for using global equivalency sets to identify data during peer-to-peer synchronization |
US20080034009A1 (en) * | 2006-08-04 | 2008-02-07 | Apple Computer, Inc. | Method and system for using global equivalency sets to identify data during peer-to-peer synchronization |
US7860826B2 (en) | 2006-08-04 | 2010-12-28 | Apple Inc. | Method and system for using global equivalency sets to identify data during peer-to-peer synchronization |
US20080114771A1 (en) * | 2006-11-15 | 2008-05-15 | Bharat Welingkar | Device-side data de-duping |
US8015163B2 (en) | 2006-11-15 | 2011-09-06 | Hewlett-Packard Development Company, L.P. | Detecting duplicative user data on computing device |
US7574444B2 (en) | 2006-11-15 | 2009-08-11 | Palm, Inc. | Device-side data de-duping |
US20090313264A1 (en) * | 2006-11-15 | 2009-12-17 | Palm, Inc. | Device-side data de-duping |
US20080165807A1 (en) * | 2007-01-05 | 2008-07-10 | Apple Computer, Inc. | Wide Area Peer-to-Peer Synching in a Decentralized Environment |
US20100299444A1 (en) * | 2007-01-05 | 2010-11-25 | Apple Inc. | Wide Area Peer-to-Peer Synching in a Decentralized Environment |
US7760767B2 (en) | 2007-01-05 | 2010-07-20 | Apple Inc. | Wide area peer-to-peer synching in a decentralized environment |
US20080168183A1 (en) * | 2007-01-08 | 2008-07-10 | Apple Computer, Inc. | N-way synchronization of data |
US8250397B2 (en) | 2007-01-08 | 2012-08-21 | Apple Inc. | N-way synchronization of data |
US20100106687A1 (en) * | 2007-01-08 | 2010-04-29 | Apple Inc. | N-Way Synchronization of Data |
US7657769B2 (en) | 2007-01-08 | 2010-02-02 | Marcy M Scott | N-way synchronization of data |
Also Published As
Publication number | Publication date |
---|---|
US6671702B2 (en) | 2003-12-30 |
US20080320172A1 (en) | 2008-12-25 |
US7437485B1 (en) | 2008-10-14 |
US6205448B1 (en) | 2001-03-20 |
US20020198900A1 (en) | 2002-12-26 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6505215B1 (en) | Method and apparatus for synchronization of two computer systems supporting multiple synchronization techniques by using synchronization transport modules | |
US6532479B2 (en) | Data replication for front office automation | |
KR100361393B1 (en) | Method and apparatus for server based handheld application and database management | |
JP4647096B2 (en) | Method and system for configuring a computer to connect to a network using a network connection object | |
US6615405B1 (en) | Method and system for distributing and maintaining software across a computer network | |
US7657884B2 (en) | Electronic device supporting multiple update agents | |
CN100580653C (en) | Application programming interface for administering the distribution of software updates in an update distribution system | |
US7013327B1 (en) | Method and apparatus for computing within a wide area network | |
US6330618B1 (en) | Method and apparatus for synchronizing a portable computer system with a desktop computer system | |
JP2004533679A (en) | Method and system for direct server synchronization with a computing device | |
US7000074B2 (en) | System and method for updating a cache | |
US20060123024A1 (en) | System for persistent caching of LDAP metadata in a cluster LDAP server topology | |
US20010013064A1 (en) | Methods, systems and computer program products for license use management on a network | |
RU2003101395A (en) | PROVISION OF SOFTWARE EXTENSIONS BASED ON THE USE OF THE NETWORK | |
JP2000503785A (en) | Method and apparatus for updating or changing a network directory | |
EP1579301A2 (en) | System and method for a software distribution service | |
JP2003022189A (en) | Distributed network computing system | |
EP1589691B1 (en) | Method, system and apparatus for managing computer identity | |
JP5886901B2 (en) | Storage medium for providing system, method and program for managing distribution of contents to apparatus | |
KR101638689B1 (en) | System and method for providing client terminal to user customized synchronization service | |
WO2005101209A1 (en) | Backup method and backup system | |
CA2305280C (en) | System and method for interaction between a desktop computer and multiple mobile devices | |
US7574458B2 (en) | Computer backups using un-used disk space | |
JP3345025B2 (en) | Distributed Directory Knowledge Matching System | |
EP1607875A2 (en) | System and method for interaction between a desktop computer and multiple mobile devices |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: 3COM CORPORATION, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:KRUGLIKOV, VITALY;FLORES, ROGER;HAITANI, ROB;AND OTHERS;REEL/FRAME:010858/0375;SIGNING DATES FROM 19980316 TO 19980327 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
AS | Assignment |
Owner name: PALMSOURCE, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:PALM, INC.;REEL/FRAME:013735/0444 Effective date: 20030203 |
|
AS | Assignment |
Owner name: PALMSOURCE, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:PALM, INC.;REEL/FRAME:017240/0889 Effective date: 20030203 |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Free format text: PAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
AS | Assignment |
Owner name: PALMSOURCE, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:PALM, INC.;REEL/FRAME:029008/0253 Effective date: 20030203 Owner name: ACCESS SYSTEMS AMERICAS, INC., CALIFORNIA Free format text: CHANGE OF NAME;ASSIGNOR:PALMSOURCE, INC.;REEL/FRAME:029029/0080 Effective date: 20061017 Owner name: ACCESS CO., LTD., JAPAN Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ACCESS SYSTEMS AMERICAS, INC.;REEL/FRAME:029008/0296 Effective date: 20110225 Owner name: PALM, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:3COM CORPORATION;REEL/FRAME:029029/0076 Effective date: 20000621 |
|
AS | Assignment |
Owner name: ACCESS CO., LTD., JAPAN Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE ASSIGNEE'S ADDRESS PREVIOUSLY RECORDED ON REEL 029008 FRAME 0296. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNEE'S ADDRESS TO BE 2-8-8, SARUGAKU-CHO, CHIYODA-KU, TOKYO 101-0064, JAPAN;ASSIGNOR:ACCESS SYSTEMS AMERICAS, INC.;REEL/FRAME:029094/0092 Effective date: 20110225 |
|
FPAY | Fee payment |
Year of fee payment: 12 |