US20150052539A1 - Application Synchronization Method and Program - Google Patents

Application Synchronization Method and Program Download PDF

Info

Publication number
US20150052539A1
US20150052539A1 US14/239,739 US201114239739A US2015052539A1 US 20150052539 A1 US20150052539 A1 US 20150052539A1 US 201114239739 A US201114239739 A US 201114239739A US 2015052539 A1 US2015052539 A1 US 2015052539A1
Authority
US
United States
Prior art keywords
synchronization
configuration information
application
storage unit
stored
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.)
Abandoned
Application number
US14/239,739
Other languages
English (en)
Inventor
Tao Yamamoto
Kyouhei Kurazeko
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Synclogue Inc
Original Assignee
Synclogue Inc
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 Synclogue Inc filed Critical Synclogue Inc
Assigned to Synclogue Inc. reassignment Synclogue Inc. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: KURAZEKO, Kyouhei, YAMAMOTO, Tao
Publication of US20150052539A1 publication Critical patent/US20150052539A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • 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
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • 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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • 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/54Interprogram communication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Definitions

  • the present invention relates to application synchronization method and program.
  • PC Personal computers
  • portable terminals and other information processing devices are capable of executing a variety of applications such as document creation software and web browsers. These applications are usually used after being installed in the information processing devices.
  • applications are usually used after being installed in the information processing devices.
  • the user When a user who has a plurality of PCs needs to use a single application on these PCs, the user then needs to install the application in each of the PCs.
  • User settings that are required for the use of the application also need to be performed on each PC. It is therefore extremely troublesome to use a single application on a plurality of PCs.
  • SaaS Software as a Service
  • Patent Document 1 Patent Document 1
  • Another configuration considered is to, for example, share, among a plurality of PCs, an executable file, a data file, or other type of associated file for an application installed in one of the PCs.
  • configuration information required for the execution of the application is usually stored in a configuration information area such as a registry.
  • the structure of such configuration information area usually varies depending on the versions of the OS's (Operation System) run on the PCs. For this reason, simply sharing a file among the PCs cannot lead to a synchronization of the application on the PCs.
  • An object of the present invention is to synchronize an application on a plurality of information processing devices, the application using configuration information stored in a configuration information area.
  • An application method performed by a computer including: storing, in a synchronization configuration information storage unit, configuration information extracted from a configuration information area storing the configuration information required for an execution of an application, as synchronization configuration information in a predetermined data format; activating the application such that the synchronization configuration information stored in the synchronization configuration information storage unit is referred to when the configuration information is needed for executing the application; and transmitting data required for executing the application, which includes the synchronization configuration information, to another computer at a predetermined timing.
  • the term “unit” indicates not only physical means but also the fact that a function of the “unit” is implemented by software. Additionally, a function of one “unit” or device may be implemented by two or more physical means or devices, and functions of two or more “units” or devices may be implemented by a single physical means or device.
  • the present invention is capable of synchronizing an application on a plurality of information processing devices, the application using configuration information stored in a configuration information area.
  • FIG. 1 is a diagram showing a configuration example of an application synchronization system according to an embodiment of the present invention
  • FIG. 2 is a block diagram showing an example of functions provided in a synchronization server
  • FIG. 3 is a diagram showing an example of a structure of synchronization data
  • FIG. 4 is a block diagram showing an example of functions provided in a PC
  • FIG. 5 is a diagram showing an example of a screen that is displayed when synchronization settings are performed
  • FIG. 6 is a diagram showing an example of structures of an application storage unit and a synchronization application storage unit
  • FIG. 7 is a diagram showing an example of a structure of synchronization settings registered by a synchronization setting unit
  • FIG. 8 is a diagram showing an example of an operation for selecting a synchronization application to be executed
  • FIG. 9 is a diagram showing the association of units in the PC.
  • FIG. 10 is a flowchart showing an example of a synchronization application execution process carried out in the PC.
  • FIG. 1 is a diagram showing a configuration example of an application synchronization system according to the embodiment of the present invention.
  • the application synchronization system is configured by a synchronization server 10 and a plurality of personal computers (PCs) 20 .
  • the synchronization server 10 provides a user with a service that allows synchronization of an application on the plurality of PCs 20 , and is configured by using one or more information processing devices.
  • the PCs 20 are information processing devices that are used by the user to execute an application thereon and are capable of communicating with the synchronization server 10 via a network such as the internet.
  • the user “USER 001” can synchronize an application on the PC 20 - 1 and the PC 20 - 2 by using the application synchronization system provided by the synchronization server 10 and execute the application, without installing the application in each of the PCs or manually synchronizing data of the application.
  • Synchronization of an application here means to assimilate the environment for executing the application.
  • Such an execution environment includes an executable file itself for the application, user data, configuration information and the like.
  • synchronizing an application on a plurality of PCs allows a user to execute the application in the same manner no matter which PC the user uses.
  • FIG. 2 is a block diagram showing an example of functions provided in the synchronization server 10 .
  • the synchronization server 10 is configured a communication unit 30 , a user account database (DB) 32 , and a synchronization data storage unit 34 .
  • These units can be implemented by, for example, using storage areas such as memories and storage devices or causing a processor to execute programs stored in the storage areas.
  • the communication unit 30 is capable of transmitting and receiving data to and from the information processing devices such as the PCs 20 via a network.
  • the communication unit 30 can execute various control operations for synchronizing an application on the plurality of PCs 20 .
  • the user account DB 32 is to store account information of a user who uses the application synchronization system. Examples of the account information include a user ID, a password, and an email address.
  • the synchronization data storage unit 34 is to store synchronization data for synchronizing an application execution environment of a user on a plurality of PCs so that the user can execute the application thereon.
  • FIG. 3 shows an example of a structure of the synchronization data.
  • the synchronization data is configured by data stored in a synchronization table and data stored in a data storage.
  • Stored in the synchronization table are a user ID, an application ID, a synchronization application data ID, a synchronization user data data ID, synchronization configuration information, and an update date/time.
  • a synchronization application and synchronization user data are stored in the data storage.
  • the user ID is used for identifying a user and is the same as the information registered in the user account DB 32 .
  • the application ID is used for identifying the application selected by a user to synchronize.
  • the application ID may be set when, for example, a user registers the application to be synchronized in the synchronization server 10 , or may be generated by the synchronization server 10 .
  • the synchronization application is application data used for executing the application to be synchronized, and includes an executable file, a DLL (Dynamic Link Library), and the like.
  • the synchronization application also includes information used for designating a folder in each PC 20 to store the application data.
  • the synchronization application data ID represents a place in the data storage for storing the synchronization application.
  • the synchronization user data is user data required when executing an application. This user data is data for each user that is referred to at the time of the execution of the application. Examples of the user data include email data of each user in an email application used for transmitting/receiving an email, and bookmark data of each user in a web browser.
  • the synchronization user data also includes information used for designating a folder in each PC 20 to store the user data.
  • the synchronization user data ID represents a place in the data storage for storing the synchronization user data.
  • the synchronization configuration information is required for executing an application, and examples of the synchronization configuration information include information that has the same contents as configuration information stored in a registry of each PC 20 .
  • the synchronization configuration information also includes information used for designating a folder in each PC 20 to store configuration information.
  • the synchronization configuration information may also be stored in the data storage, as with the synchronization application and synchronization user data.
  • the dates and times when the synchronization application, the synchronization user data, or the synchronization configuration information is updated are set in the section for the update date/time.
  • FIG. 4 is a block diagram showing an example of functions provided in one of the PCs 20 .
  • the PC 20 is configured by a synchronization setting unit 40 , an application activation unit 42 , an application execution unit 44 , a configuration information reference unit 46 , a synchronization configuration information reference unit 48 , a synchronization communication unit 50 , an application storage unit 52 , a user data storage unit 54 , a configuration information area 56 , a synchronization setting storage unit 58 , a synchronization application storage unit 60 , a synchronization user data storage unit 62 , and a synchronization configuration information storage unit 64 .
  • These units can be implemented by, for example, using the storage areas such as memories and storage devices or causing a processor to execute programs stored in the storage areas.
  • the synchronization setting unit 40 , the application activation unit 42 , the synchronization configuration information reference unit 48 , and the synchronization communication unit 50 that are required when using the application synchronization system are implemented by executing a program for the application synchronization system.
  • This program is downloaded from, for example, the synchronization server 10 and installed in each of the PCs 20 .
  • the synchronization setting unit 40 carries out setting for synchronizing an application on the plurality of PCs 20 .
  • FIG. 5 shows an example of a screen that is displayed when the synchronization setting is performed. This screen is displayed by the activation of the program for the application synchronization system. By using this screen, a user can register an application to be synchronized and activate the synchronized application. When, for example, a user drags and drops a shortcut of a certain application “APL 001” located on the desktop or the like of a PC 20 of the user onto a display area 112 of a screen 100 , the synchronization setting unit 40 registers an application specified by this shortcut, as the application to be synchronized.
  • any method can be used to allow the synchronization setting unit 40 to recognize the application to be synchronized. For instance, pressing an application add button 114 to display a file reference interface may specify an application to be registered, as shown in FIG. 5 .
  • the synchronization setting unit 40 then stores information on the application to be synchronized, in the synchronization setting storage unit 58 .
  • the synchronization setting unit 40 may store the information on the application to be synchronized in the synchronization data storage unit 34 of the synchronization server 10 .
  • FIG. 6 shows an example of structures of the application storage unit 52 and the synchronization application storage unit 60 .
  • the application storage unit 52 is an area in a PC 20 where application data such as an executable file or DDL is stored when the relevant application is installed in the PC 20 in the usual manner.
  • the synchronization application storage unit 60 is an area where the application data of the application to be synchronized is stored.
  • the synchronization setting unit 40 can copy the application data of this application from the application storage unit 52 to the synchronization application storage unit 60 .
  • the synchronization setting unit 40 can copy the entire folder containing the application data of the “APL 001” from the application storage unit 52 to the synchronization application storage unit 60 .
  • application data may be stored in the application storage unit 52 of one of the PCs 20 into which the user registers the application as the application to be synchronized.
  • FIG. 7 shows an example of a structure of synchronization settings registered by the synchronization setting unit 40 .
  • the synchronization settings include information indicating a user ID, a password, an application ID, an application, a user data folder, a configuration information folder, and an update date/time.
  • the user ID and the password are required when using the application synchronization system and are registered by the synchronization setting unit 40 when, for example, the user starts using the system.
  • the application ID is required for identifying the application to be synchronized.
  • Information on an application indicates a place where an executable file for the application to be synchronized is stored.
  • Information on a user data folder indicates a folder in which the user data corresponding to the application to be synchronized is stored. For instance, when activating an application stored in the application storage unit 52 in the usual manner without using the system, the user data stored in the user data storage unit 54 is used. When, on the other hand, activating an application stored in the synchronization application storage unit 60 by using the system, synchronization user data stored in the synchronization user data storage unit 62 is used. Information on the user data folder included in the synchronization settings is required for specifying a place for storing the synchronization user data stored in the synchronization user data storage unit 62 .
  • Information on a configuration information folder indicates a folder in which configuration information of the application to be synchronized is stored. For instance, when activating an application stored in the application storage unit 52 in the usual manner without using the system, configuration information stored in the configuration information area 56 is used.
  • the configuration information area 56 is a special data area such as a registry where various configuration information that are generated upon installation or execution of an application are stored.
  • synchronization configuration information stored in the synchronization configuration information storage unit 64 is used.
  • Information on the configuration information folder included in the synchronization settings is required for specifying a place for storing the synchronization configuration information stored in the synchronization configuration information storage unit 64 .
  • the synchronization configuration information can be a file in a predetermined data format that includes contents same as the configuration information stored in the configuration information area 56 .
  • the synchronization configuration information can be structured data such as a serialized message.
  • the synchronization configuration information can be referred to without being restored in the configuration information area 56 .
  • the dates and times when the synchronization application, synchronization user data, or synchronization configuration information is updated are set in the section corresponding to the update date/time.
  • the synchronization setting unit 40 can set, as update date/time initial information, the date and time at which the synchronization application is registered. As described hereinafter, the update date/time included in the synchronization settings is also updated when the synchronization application, synchronization user data, or synchronization configuration information is updated as a result of the execution of the synchronization application.
  • the application activation unit 42 activates the synchronization application in response to a user operation. For example, when a display area 120 that is allocated the application “APL 001” is selected on the screen 100 shown in FIG. 8 , the application activation unit 42 refers to the synchronization settings stored in the synchronization setting storage unit 58 and activates the synchronization application stored in the synchronization application storage unit 60 . In so doing, the application activation unit 42 activates the synchronization application in such a manner that a user data reference is not the user data storage unit 54 but the synchronization user data storage unit 62 .
  • the application activation unit 42 refers to the synchronization settings stored in the synchronization setting storage unit 58 to acquire the information on the user data folder associated with the application to be activated.
  • the application activation unit 42 then activates the synchronization application in such a manner that this folder becomes the user data reference.
  • the application activation unit 42 sets the information on this folder, which is the user data reference, at an environment variable used upon execution of the synchronization application.
  • the application activation unit 42 also activates the synchronization application in such a manner that the configuration information reference becomes the synchronization configuration information storage unit 64 instead of the configuration information area 56 .
  • a method for setting the synchronization configuration information storage unit 64 as the configuration information reference is described hereinafter.
  • the application execution unit 44 executes various processes on the application activated by the application activation unit 42 .
  • the processes executed by the application execution unit 44 have the same contents as the application stored in the application storage unit 52 .
  • the application execution unit 44 uses the user data stored not in the user data storage unit 54 but in the synchronization user data storage unit 62 .
  • the application execution unit 44 also uses the configuration information stored not in the configuration information area 56 but in the synchronization configuration information storage unit 64 .
  • the configuration information reference unit 46 is used for referring to the configuration information stored in the configuration information storage area 56 when executing the application stored in the application storage unit 52 .
  • the configuration information reference unit 46 is implemented by a DLL and can be linked dynamically upon activation of an application.
  • the synchronization configuration information reference unit 48 is used for referring to the configuration information stored in the synchronization configuration information storage unit 64 upon execution of the application stored in the synchronization application storage unit 60 .
  • the synchronization configuration information reference unit 48 is implemented by a DLL and can dynamically be linked upon activation of the synchronization application.
  • Such synchronization configuration information reference unit 48 is dynamically linked to the application execution unit 44 in place of the configuration information reference unit 46 when the application activation unit 42 activates the synchronization application.
  • the synchronization configuration information reference unit 48 hooks (steals) this function call on the configuration information reference unit 46 by the application execution unit 44 , and executes the process on behalf of the configuration information reference unit 46 .
  • This method is generally called “DLL injection.”
  • the synchronization configuration information reference unit 48 acquires this configuration information from the configuration information area 56 and returns the configuration information to the application execution unit 44 .
  • the synchronization configuration information reference unit 48 then stores the configuration information in the synchronization configuration information storage unit 64 in a predetermined data format required by the synchronization configuration information storage unit 64 . This is because, when registering the application to be synchronized, it is not possible to determine which configuration information in the configuration information area 56 is used by this application.
  • the synchronization configuration information reference unit 48 extracts configuration information, which is designated upon execution of the application, from the configuration information area 56 and stores the extracted configuration information in the synchronization configuration information storage unit 64 . Note that the synchronization configuration information reference unit 48 calls the configuration information reference unit 46 when extracting the configuration information from the configuration information area 56 .
  • the synchronization communication unit 50 communicates data for synchronizing an application on the plurality of PCs 20 .
  • the synchronization communication unit 50 can refer to the synchronization setting storage unit 58 to synchronize the application to be synchronized, user data, and configuration information, on the PCs and the synchronization server 10 .
  • the synchronization communication unit 50 can conform the contents stored in the synchronization application storage unit 60 , the synchronization user data storage unit 62 , and the synchronization configuration information storage unit 64 and the contents stored in the synchronization data storage unit 34 of the synchronization server 10 with the latest conditions for all the user IDs and application IDs by comparing the contents of the synchronization settings stored in the synchronization setting storage unit 58 with the contents of the synchronization data stored in the synchronization data storage unit 34 of the synchronization server 10 .
  • the synchronization communication unit 50 and the synchronization server 10 communicate with each other, for example, when the application activation unit 42 activates the screen 100 , when the synchronization application is ended, at a predetermined interval set by a timer, or at any other times.
  • FIG. 9 is a diagram showing the association of the units in one of the PCs 20 .
  • FIG. 10 is a flowchart showing an example of a synchronization application execution process carried out in the PC 20 . The synchronization application execution process is now described with reference to FIGS. 9 and 10 .
  • the synchronization communication unit 50 accesses the synchronization server 10 to execute a synchronization process (S 1001 ). Specifically, the synchronization communication unit 50 compares the contents of the synchronization settings stored in the synchronization setting storage unit 58 with the contents of the synchronization data stored in the synchronization data storage unit 34 of the synchronization server 10 , and, when it is determined that the data stored in the synchronization server 10 is newer than the data stored in the PC 20 , updates the synchronization application storage unit 60 , the synchronization user data storage unit 62 , and the synchronization configuration information storage unit 64 based on the data stored in the synchronization server 10 .
  • an executable file and the like for this application are not stored in the application storage unit 52 .
  • an executable file and the like for this application are downloaded from the synchronization server 10 and stored in the synchronization application storage unit 60 . The same applies to the user data and configuration information.
  • the application activation unit 42 sets the user data reference and configuration information reference to comply with the synchronization process and activates the synchronization application (S 1002 ). Specifically, the application activation unit 42 refers to the synchronization setting storage unit 58 , sets the user data folder and the user data reference, designated by the synchronization settings, at environment variables, and activates the synchronization application in such a manner that the synchronization configuration information stored in the synchronization configuration information storage unit 64 is referred to in place of the configuration information stored in the configuration information area 56 . As a result, the application execution unit 44 is generated.
  • the application execution unit 44 refers to the synchronization user data storage unit 62 in accordance with the environment variables, refers to the synchronization configuration information storage unit 64 via the synchronization configuration information reference unit 48 , and thereby executes various processes defined by the application (S 1003 ).
  • the various processes are executed repeatedly by the application execution unit 44 when an instruction to end the processes is not issued (S 1004 : N).
  • the synchronization configuration information reference unit 48 called by the application execution unit 44 acquires the configuration information to be referred to from the configuration information area 56 , returns the acquired configuration information to the application execution unit 44 , generates configuration information that is converted into the data format required by the synchronization configuration information storage unit 64 , and stores the generated configuration information in the synchronization configuration information storage unit 64 (S 1006 ).
  • the synchronization communication unit 50 accesses the synchronization server 10 to execute the synchronization process, and ends the process (S 1007 ).
  • the synchronization communication unit 50 refers to the synchronization setting storage unit 58 , the synchronization application storage unit 60 , the synchronization user data storage unit 62 , and the synchronization configuration information storage unit 64 , to update the update date/time included in the synchronization settings.
  • the synchronization communication unit 50 compares the contents of the synchronization settings stored in the synchronization setting storage unit 58 with the contents of the synchronization data stored in the synchronization data storage unit 34 of the synchronization server 10 .
  • the synchronization communication unit 50 uploads the data stored in the PC 20 in the synchronization server 10 , and updates the synchronization data stored in the synchronization data storage unit 34 of the synchronization server 10 . Accordingly, when a user uses the system to execute the same application on a different PC 20 , the synchronization data are downloaded from the synchronization server 10 so that the application can be executed in the same execution environment.
  • a user having a plurality of PCs can synchronize an application on the PCs and execute the application, without installing the application in each of the PCs or synchronizing the data manually.
  • a synchronization application is activated in such a manner that the synchronization configuration information stored in the synchronization configuration information storage unit 64 is referred to in place of the configuration information stored in the configuration information area 56 . Therefore, an application using the configuration information stored in the configuration information area 56 can be synchronized on a plurality of PCs.
  • an application can be synchronized and executed on a plurality of PCs regardless of the structural difference.
  • the synchronization configuration information reference unit 48 can extract configuration information corresponding to the synchronization configuration information from the configuration information area 56 and store the extracted configuration information in the synchronization configuration information storage unit 64 , in a data format for synchronization configuration information.
  • configuration information used by the application can be specified and stored in the synchronization configuration information storage unit 64 .
  • a PC is described as a client that executes an application in the application synchronization system: however, the client is not limited to a PC, and therefore any information processing devices such as portable terminals can be used as clients.
  • the configuration information is extracted from the configuration information area 56 and stored in the synchronization configuration information storage unit 64 ; however, for a PC in which an application to be synchronized is registered beforehand, the entire configuration information stored in the configuration information area 56 may be extracted and stored in the synchronization configuration information storage unit 64 .
  • the data size of the synchronization configuration information can be reduced by extracting the configuration information from the configuration information area 56 and storing the extracted configuration information in the synchronization configuration information storage unit 64 at the time when the synchronization configuration information is referred to for the first time.
  • the process illustrated in FIG. 10 executes synchronization between the PC 20 and the synchronization server 10 at a timing when the program for the application synchronization system is activated or at a timing when the synchronization application is ended; however, the timing of implementing the synchronization process is not limited these timings and any desired timing is used.
  • a single update date/time is kept for all of the application, the user data, and the configuration information, and the synchronization process is executed based on this update date/time; however, update dates/times may be determined for the application, the user data, and the configuration information respectively, and the synchronization process may be executed for each of these items. Also, the update date/time may be determined for each file. The information on the update dates/times may not be kept as the information included in the synchronization settings but may be used as the information indicating the update dates/times corresponding to the folders and files, the information being held by the OS.
US14/239,739 2011-08-19 2011-08-19 Application Synchronization Method and Program Abandoned US20150052539A1 (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2011/068740 WO2013027248A1 (ja) 2011-08-19 2011-08-19 アプリケーション同期方法及びプログラム

Publications (1)

Publication Number Publication Date
US20150052539A1 true US20150052539A1 (en) 2015-02-19

Family

ID=47746030

Family Applications (1)

Application Number Title Priority Date Filing Date
US14/239,739 Abandoned US20150052539A1 (en) 2011-08-19 2011-08-19 Application Synchronization Method and Program

Country Status (5)

Country Link
US (1) US20150052539A1 (ja)
EP (1) EP2746937A4 (ja)
JP (1) JP5500704B2 (ja)
KR (1) KR20140054073A (ja)
WO (1) WO2013027248A1 (ja)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9319562B2 (en) 2014-02-13 2016-04-19 Canon Kabushiki Kaisha Image forming apparatus capable of sychronizing personal setting information
US20180046635A1 (en) * 2016-08-10 2018-02-15 Microsoft Technology Licensing, Llc Discovery of calling application for control of file hydration behavior
CN115865528A (zh) * 2023-02-20 2023-03-28 深圳市英唐数码科技有限公司 基于多设备的用户资料操作方法、系统和可读存储介质

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015121970A (ja) * 2013-12-24 2015-07-02 株式会社リコー 情報処理システム、情報処理装置、及び情報処理方法
JP2017028590A (ja) * 2015-07-25 2017-02-02 滋春 神山 関連付けられた複数のsimカードを挿入した各々の携帯電話やスマートフォンを使い、電池切れの際電池交換や携帯充電器の使用を不要にした通信システム
CN106775970B (zh) * 2016-12-01 2018-02-09 掌阅科技股份有限公司 跨进程的窗口操作同步方法、装置及电子设备

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050005259A1 (en) * 2003-03-14 2005-01-06 Infowave Software, Inc. System and method for communication and mapping of business objects between mobile client devices and a plurality of backend systems
US7415486B2 (en) * 2000-01-26 2008-08-19 Fusionone, Inc. System using change log stored at a server to identify changes to user's application data for synchronizing data between systems
US7571194B2 (en) * 2001-03-26 2009-08-04 Nokia Corporation Application data synchronization in telecommunications system
US7743019B2 (en) * 2003-08-21 2010-06-22 Microsoft Corporation Systems and methods for providing synchronization services for units of information manageable by a hardware/software interface system
US20130066832A1 (en) * 2011-09-12 2013-03-14 Microsoft Corporation Application state synchronization
US8805783B2 (en) * 2010-05-27 2014-08-12 Microsoft Corporation Synchronization of subsets of data including support for varying set membership

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001282729A (ja) * 2000-03-30 2001-10-12 Casio Comput Co Ltd ユーザ環境設定システム、その方法及び記録媒体
JP2005032171A (ja) * 2003-07-11 2005-02-03 Nippon Telegr & Teleph Corp <Ntt> データ共有のための機能モジュール間通信制御システム,機能モジュール間通信制御方法,機能モジュール間通信制御プログラムおよびその記録媒体
US20050066337A1 (en) * 2003-09-18 2005-03-24 Carmody Quinn Portable operating environment
US7962575B2 (en) * 2003-11-03 2011-06-14 Grape Technology Group, Inc. System and method for data synchronization between devices
JP4470900B2 (ja) * 2006-03-31 2010-06-02 日本電気株式会社 コミュニティ参加型の情報共有システムおよび情報共有方法
JP5164391B2 (ja) * 2007-02-07 2013-03-21 キヤノン株式会社 情報処理装置、情報処理装置の制御方法及びプログラム
US8185601B2 (en) * 2008-05-11 2012-05-22 Nokia Corporation Sharing information between devices
JP5236352B2 (ja) 2008-05-15 2013-07-17 株式会社日立製作所 アプリケーション配信制御システム、アプリケーション配信制御方法、情報処理装置、およびクライアント端末
JP5581654B2 (ja) * 2009-11-06 2014-09-03 株式会社リコー ネットワーク同期システム及び情報処理装置

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7415486B2 (en) * 2000-01-26 2008-08-19 Fusionone, Inc. System using change log stored at a server to identify changes to user's application data for synchronizing data between systems
US7571194B2 (en) * 2001-03-26 2009-08-04 Nokia Corporation Application data synchronization in telecommunications system
US20050005259A1 (en) * 2003-03-14 2005-01-06 Infowave Software, Inc. System and method for communication and mapping of business objects between mobile client devices and a plurality of backend systems
US7743019B2 (en) * 2003-08-21 2010-06-22 Microsoft Corporation Systems and methods for providing synchronization services for units of information manageable by a hardware/software interface system
US8805783B2 (en) * 2010-05-27 2014-08-12 Microsoft Corporation Synchronization of subsets of data including support for varying set membership
US20130066832A1 (en) * 2011-09-12 2013-03-14 Microsoft Corporation Application state synchronization

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9319562B2 (en) 2014-02-13 2016-04-19 Canon Kabushiki Kaisha Image forming apparatus capable of sychronizing personal setting information
US20180046635A1 (en) * 2016-08-10 2018-02-15 Microsoft Technology Licensing, Llc Discovery of calling application for control of file hydration behavior
US10592470B2 (en) * 2016-08-10 2020-03-17 Microsoft Technology Licensing, Llc Discovery of calling application for control of file hydration behavior
CN115865528A (zh) * 2023-02-20 2023-03-28 深圳市英唐数码科技有限公司 基于多设备的用户资料操作方法、系统和可读存储介质

Also Published As

Publication number Publication date
JP5500704B2 (ja) 2014-05-21
WO2013027248A1 (ja) 2013-02-28
JPWO2013027248A1 (ja) 2015-03-05
EP2746937A4 (en) 2015-05-06
KR20140054073A (ko) 2014-05-08
EP2746937A1 (en) 2014-06-25

Similar Documents

Publication Publication Date Title
US20150220245A1 (en) Branded computer devices and apparatus to connect user and enterprise
US20150052539A1 (en) Application Synchronization Method and Program
US9519654B2 (en) Method, device, processing center and system for desktop synchronization
EP3152656B1 (en) Enhanced updating of software packages
US11714663B2 (en) Application environment that implements native code functionality in progressive web applications
US10356212B2 (en) Application delivery to a computing device using dynamic application volume creation and streaming
EP3036659A1 (en) Redirecting local storage to cloud storage
CN107291481B (zh) 一种组件更新方法、装置和系统
KR20150130039A (ko) Crm 기반 데이터 마이그레이션 시스템 및 방법
US10506400B2 (en) Data download method and apparatus
US20220197620A1 (en) Deploying micro frontends to different clusters from a single repository
US10514940B2 (en) Virtual application package reconstruction
US20160124757A1 (en) Monitoring a mobile device application
CN106293790B (zh) 基于Firefox操作系统的应用程序升级方法和装置
WO2016095686A1 (zh) 浏览器与移动终端之间进行通信的方法及浏览器装置
EP3318973B1 (en) Electronic device
US20180059650A1 (en) Techniques for multiple application banks in a welding or cutting system
WO2018010321A1 (zh) 应用卡片的远程同步方法和装置
US20140137092A1 (en) Information processing apparatus, information processing system, non-transitory computer-readable storage medium having stored therein information processing program, and information processing method
CN106775790B (zh) 一种控件调用方法以及装置
JP6536007B2 (ja) 情報処理装置、その制御方法とプログラム
US9696983B2 (en) Dynamic updating of operating systems and applications using volume attachment
US11321159B2 (en) Interchangeable plugins for detecting conflicts between server-side data and client-side data
JP6099365B2 (ja) 情報処理システム、情報処理装置、情報処理プログラム、アプリケーションの実行方法、および、記憶媒体
JP2014135070A (ja) アプリケーション同期方法及びプログラム

Legal Events

Date Code Title Description
AS Assignment

Owner name: SYNCLOGUE INC., JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:YAMAMOTO, TAO;KURAZEKO, KYOUHEI;REEL/FRAME:032444/0955

Effective date: 20140305

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION