michaelarnauts

Members
  • Posts

    4
  • Joined

  • Last visited

michaelarnauts's Achievements

New User

New User (1/3)

  1. Not sure if this has been reported, but I guess the package-scripts are a bit to strict. The service is restarted twice. This won't harm the server, but it will delay updates unnecessary, and it will cause some network traffic because it will announce itself and immediately disconnect again. It also seems to be starting two instances, no idea why... See the output of an upgrade below: # apt-get dist-upgradeReading package lists... DoneBuilding dependency treeReading state information... DoneCalculating upgrade... DoneThe following packages will be upgraded: btsync-common1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.Need to get 3,929 kB of archives.After this operation, 15.4 kB of additional disk space will be used.Do you want to continue [Y/n]? yGet:1 http://ppa.launchpad.net/tuxpoldo/btsync/ubuntu/ precise/main btsync-common amd64 1.4.93-1 [3,929 kB] Fetched 3,929 kB in 0s (6,808 kB/s)(Reading database ... 289762 files and directories currently installed.)Preparing to replace btsync-common 1.4.83-1 (using .../btsync-common_1.4.93-1_amd64.deb) ...eUnpacking replacement btsync-common ...Processing triggers for btsync ... * Stopping btsync instance 'michael' [ OK ] * Autostarting btsync instance 'michael' [ OK ] * Autostarting btsync instance 'michael' [ OK ]Setting up btsync-common (1.4.93-1) ...Processing triggers for btsync ... * Stopping btsync instance 'michael' [ OK ] * Autostarting btsync instance 'michael' [ OK ] * Autostarting btsync instance 'michael' [ OK ]root@michelangelo:~#
  2. When the app listens for the android.hardware.action.NEW_PICTURE and android.hardware.action.NEW_VIDEO message, it can start the upload immediatly after the image is taken. This is how Google+ and Dropbox allow syncing of new images immediatly. Currently, we have to wait untill the app wakes up and does the syncing.
  3. I just noticed it doesn't work on my mobile. I'm running it on a Nexus 5 and I want to backup my camera pictures to my desktop. The issue is that it only seems to pick up new images when I open the app... The Auto-Sleep is set to 15min.
  4. Improvements for camera upload on Android: * When the btsync app listens for the android.hardware.action.NEW_PICTURE and android.hardware.action.NEW_VIDEO message, it can start the upload immediatly after the image is taken.