nodoid

New Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by nodoid

  1. Hi, I'm going to be deploying sync across a number of phones via air watch. While installing the app is simple, configuring is different as each phone will need to register with their directory in the sync folder. Quite a few of these phones are between 100 and 200 miles from where I am, so travel isn't really an option. Is there a way that I can remotely set up the phones to register with the server via air watch as well as create a config file so that only wifi data is used (I suspect this will be easier than the remote set up). Thanks Paul
  2. Hi, I have the sync app installed (just while the server is set up with the API key etc). One thing I've noticed is that the service goes to sleep (which is fine - saves on the battery). The issue though is that adding files to the shared folders isn't waking the service. Is there a way that I can get my app to force the btsync service to wake up and start the sync? Paul
  3. Hi, I have sync 2 installed on my phone and btsync working on the server (OS is Win 8.1). I have a library that makes the calls to the API which is available on github (github.com/nodoid/synclib). The folder I have on the phone was created on the windows machine and the share sent to the phone which was then accepted. The problem is that anything put in that folder on the phone is not being synced back to the server or vice versa. If I make any calls to the API through the library, the app also locks up. I'm guessing that this is down to the information I pass in when I instantiate the library. The problem is that the information on the API doesn't actually say what username and password it is? For example, my own login to the windows box is fred/bloggs. Is it this that I use for the API username and login or do I use the folder name or the name of the sync server (which I've no idea what it is as it was set up ages ago - far longer ago than when I started to use sync for an app I'm developing and am not sure how to access under 2.0)? Do I also need to have sync installed on the phone to be able to use the API to add folders etc? I've searched around but can't find a good answer to any of these questions! Thanks Paul