Tagged Questions
The sync tag has no wiki summary.
33
votes
4answers
9k views
How to Sync iPhone Core Data with web server, and then push to other devices?
I have been working on a method to sync core data stored in an iPhone application between multiple devices, such as an iPad or a Mac. There are not many (if any at all) sync frameworks for use with ...
13
votes
4answers
4k views
node.js execute system command synchronously
I need in node.js function
result = execSync('node -v');
that will synchronously execute the given command line and return all stdout'ed by that command text.
ps. Sync is wrong. I know. Just ...
12
votes
1answer
2k views
Sync Adapter without Account
I need to fetch some data over the cloud from my app. I've watched the google IO video on RESTful android apps @ http://www.youtube.com/watch?v=xHXn3Kg2IQE&t=43m58s It recommends in the final ...
12
votes
4answers
1k views
How to sync chrome extension options
I've made a Chrome extension with an options page. The data is saved in localstorage and works just fine.
It doesn't sync the localstorage though, just the extension.
I can not find an API at ...
12
votes
10answers
6k views
Eclipse sync workspaces/perspectives/preferences across computers
I have a project I need to be working on from two different computers, at work and at home.
I need to be able to work on the code from both computers, so the issue is two fold;
Sharing the code
...
10
votes
2answers
1k views
Couchdb on Android
I am trying to evaluate couchdb and its potential for solving the sync problem on Android but I can't find any documentation that answers my questions regarding how replication to Android devices ...
10
votes
4answers
709 views
Sync Settings between computers in Visual Studio 2010
Is it possible to sync settings between computers in Visual Studio 2010? I know you can do it by exporting your settings then copying them over to another computer or putting them in drop box or ...
9
votes
3answers
195 views
Confused about syncing multiple tables with sync adapter and content provider
I'm confused about which way is the best to have multiple tables get synced in my application.
I have one content provider and intend to have multiple tables (events, users, etc). I also have a ...
9
votes
3answers
2k views
How do I sync between VSS and SVN
I am forced to use VSS at work, but use SVN for a personal repository. What is the best way to sync between VSS and sync?
8
votes
4answers
600 views
What is the most clever and easy approach to sync data between multiple entities?
In today’s world where a lot of computers, mobile devices or web services share data or act like hubs, syncing gets more important. As we all know solutions that sync aren’t the most comfortable ones ...
8
votes
3answers
2k views
How to do a fast and safe sync on perforce?
If you do a sync in perforce it can happen, very often, to do nothing even if it should. If you do a forced sync (sync -f) it will definitely sync all the files from the server blindly and this is ...
7
votes
2answers
4k views
Two way sync with rsync
I have a folder a/ and a remote folder A/.
I now run something like this on a Makefile:
get-music:
rsync -avzru server:/media/10001/music/ /media/Incoming/music/
put-music:
rsync -avzru ...
6
votes
5answers
3k views
Get contacts photo which are synced with facebook for android
I am trying to show contact pictures in my application but I am getting pictures of those who were added manually only and not those which are synced with facebook. How to work around this? Here is my ...
5
votes
2answers
143 views
How to duplicate a MySQL database on the same server
I have a large MySQL database, lets call it live_db, which I want to replicate on the same machine to provide a test system to play around with (test_db), including table structure and data.
In ...
5
votes
5answers
2k views
Synchronize asynchronous calls in node.js
I've been trying to wrap my head around this issue for the last hours but can't figure it out. I guess I still have to get used to the functional programming style ;)
I wrote a recursive function ...
5
votes
2answers
838 views
How does one animate the Android sync status icon?
I simply want to start and stop the sync icon that is in the status bar. I thought it would be a simple call using NotificationManager, but I cannot find the documentation or sample Q&A on the ...
5
votes
1answer
392 views
SyncML with Android and PHP Web Service
I was just curious if anyone has used SyncML (Synchronization Markup Language) and if it's a good standard to use.
We'd need it for synchronising information from a tablet device to a web server (via ...
5
votes
2answers
174 views
Android 1.x Contacts.Extensions for a custom account type?
I'm writing a social networking app that has contacts sync functionality. I have working code (from an example I found on here) that inserts contacts on v2.x in a sync adapter.
However, the ...
5
votes
3answers
548 views
Faster clean Perforce sync over VPN
I have to regularly do a clean Perforce sync to new hardware/virtual machines over the VPN. This can take hours as the project is quite large. Is there a way that I can simply copy an up-to-date tree ...
4
votes
3answers
81 views
Quickly sync'ing git workspace across computers
I have a personal project using git that I often hack on across multiple computers, hosted on Github. Since I work on this at home I tend to get interrupted fairly often. I'll be in the middle of a ...
4
votes
1answer
261 views
Sync Android devices via GPS time?
Short version:
Problem: I need several Android devices to do something at the exact same time (within ca 100 milliseconds). For example, I want all devices to play a certain sound at previously ...
4
votes
1answer
94 views
MySQL sync between 2 databases and primary key clash
I have an issue with a development and production environment MySQL database. I want to merge the 2 databases, but since content authors have been adding records to the production environment, there ...
4
votes
4answers
168 views
C# Lock statements
Question regarding the lock statement in C# .NET:
When a thread tries to enter a critical section and obtain a lock, what is it actually doing?
I'm asking this because I usually create an object (of ...
4
votes
1answer
297 views
How to know when sync is finished?
I have implemented a sync adapter and I want to get a callback when it finishes in my activity. I have tried using ContentResolver.addStatusChangeListener, but I am only getting callbacks when the ...
4
votes
2answers
403 views
C# folder sync library
I'm looking for an easy to use library/algorithm that can sync two folders locally (one-way or two-way)
4
votes
1answer
402 views
Setting up AVSynchonizedLayer
I've been trying to produce a proof of concept that connects a video with an animation object (essentially, I am "rotoscoping" a user-selected-bitmap onto a canned video at specific locations). After ...
4
votes
1answer
300 views
Syncing Core Data: iOS to OSX, vice versa
I'm exploring my options for syncing Core Data from iOS apps to OSX, and vice versa. I just watched a presentation on zSync as a possible option, but noticed it's not really updated anymore. Does ...
4
votes
2answers
317 views
How to detect if the iphone is synced when app is not running
I would like to know if there is any way to detect if the iphone music library has changed when my app is not running.
There is a property lastModifiedDate in MPMediaLibrary class which does this but ...
4
votes
1answer
587 views
Using Microsoft Sync Framework to sync files across network
The file synchronization example given here - http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&ReleaseId=3424 only talks about syncing files on the same machine. Has ...
4
votes
2answers
2k views
How to get files to WP7?
Let's say I'm writing a eBook reader for Windows Phone 7. Now the first thing that the user will need to do is add some books to his device, and since I don't offer a online book store or similar ...
4
votes
2answers
852 views
Git: automatically keep a secondary repo in sync with a primary repo?
We have a two tier setup.
We have a primary repository (called 'primary' below).
And a secondary repository (called 'secondary' below) that was created like so:
$ git clone --bare --shared ...
4
votes
5answers
345 views
How to have a checkpoint file using mmap which is only synced to disk manually
I need the fastest way to periodically sync file with memory.
What I think I would like is to have an mmap'd file, which is only sync'd to disk manually. I'm not sure how to prevent any automatic ...
4
votes
1answer
1k views
Develop a custom file sync provider over file transfer WCF service
I'm trying to develop a custom sync provider to sync files over the internet using WCF service.
We already have a file transfer service and it's working in production but I need to implement a custom ...
4
votes
8answers
11k views
Sync image from iTunes to the iPhone simulator
I want to know how to sync images from iTunes to the iPhone simulator.
4
votes
2answers
2k views
Syncing Core Data model between Mac and iPhone
I am currently building my Core Data model, which I would like to sync between the Mac and iPhone versions of my application.
I will be using Bonjour for device discovery, etc but I have a question ...
4
votes
6answers
392 views
C program - checking whether two enums are in sync at compile time
The problem that I have is that I have two enums in two different files which should have the same sets of constants (two different processes are generated by the two files along with other files). I ...
4
votes
2answers
841 views
Microsoft Sync Framework query performance
We're developing a product that relies on the Microsoft Sync Framework to keep the data on a client app and on the server in sync. What we have noticed is when syncing about 16 tables and ~2200 ...
4
votes
4answers
2k views
Sync Algorithms
Are there any good references out there for sync algorithms? I'm interested in algorithms that synchronize the following kinds of data between multiple users:
calendars
documents
lists and outlines
...
3
votes
1answer
2k views
Why does an ad hoc ipa fail to install on one device, yet succeed on another with the same iOS version?
I have a client whose iPad 2 (iOS 5.0) is able to install an ad hoc ipa, yet his iPhone (also iOS 5.0 -- same exact build) receives the following msg on his device when attempting to install with his ...
3
votes
5answers
872 views
Looking for alternative to Google Reader sync for RSS app
I'm in the early stages of designing an RSS app, and I'd like to include syncing to an online RSS feed service as a feature. Most such apps make use of Google Reader's feed/syncing features, but ...
3
votes
1answer
138 views
Notification callback in iOS when iTunes sync/file transfer is complete
I have searched for how to receive callbacks in iOS5 when the file system has changed. I've found the following sample from Apple's site, but it only notifies the given delegate when a file is ...
3
votes
1answer
394 views
How to tell ExtJS Grid that edited data already synced?
I have few grids on a page. After I edit data in them I press Save button, collect all changes and build Ajax request with changes to server. All works fine, except one thing. After data successfully ...
3
votes
2answers
44 views
Prevent mySql from changing specific rows
I'm using mysqldumb command to export/import a database (syncing between two machines). It works well, but I have a couple of rows that I don't want to be changed when importing the dumbed mysql file.
...
3
votes
2answers
711 views
C# Syncing data between SQLite and SQL Server
I'm designing a small piece of software for a company. Basically, they need to manage a large list of items. Edit, delete, and so on. Basically, I'm storing the data INITIALLY in SQLite locally on ...
3
votes
2answers
285 views
Sync Redmine to another Redmine?
Our company uses Redmine to track tech support issues, but sometimes these issues are escalated to the outsourced development team, who has their own Redmine.
Has anyone ever found/written a sync ...
3
votes
1answer
308 views
ios nsuserdefaults sync
Hi I have arrays saved in NSUserDefaults in my ios application.
I want to create a two way sync to get data from the sql server and store it in this database as well as updating the server with this ...
3
votes
2answers
204 views
Has anyone implemented (or got more info) on Android SyncObserver
I am developing an app in Android that performs a background sync with a server (using SyncAdapter and authentication etc).
When the foreground app (with UI) is started, there maybe a background ...
3
votes
5answers
252 views
Getting past first base with TortoiseSVN
OK, I've been convinced that SVN is the way to go in a previous posting, but I haven't yet seen the epiphany. I'm not sure how I would set SubVersion up for my development environment.
Here's my ...
3
votes
1answer
205 views
Display synced contacts in HTC Sense
I'm currently working on a SyncAdapter to add contacts from a WebService.
Everything is working fine on the emulator but Contacts doesn't show up on my HTC Desire running HTC Sense.
I've read that ...
3
votes
4answers
670 views
Android sync strings.xml
How can I sync my strings.xml in Android if I'm using localisation and a new string needs also to be translated in values-de/strings.xml, values-ru/strings.xml ...
Do I really have to copy paste it ...