![]() |
2010-07-20
, 21:52
|
|
Posts: 116 |
Thanked: 445 times |
Joined on Apr 2010
@ Oulu, Finland
|
#42
|
The Following 9 Users Say Thank You to jonnenau For This Useful Post: | ||
![]() |
2010-07-20
, 22:39
|
|
Posts: 263 |
Thanked: 231 times |
Joined on Feb 2010
@ wales
|
#43
|
![]() |
2010-07-20
, 23:57
|
|
Posts: 164 |
Thanked: 79 times |
Joined on Jul 2010
|
#44
|
![]() |
2010-07-21
, 00:11
|
Posts: 29 |
Thanked: 5 times |
Joined on Dec 2009
|
#45
|
![]() |
2010-07-21
, 04:25
|
Posts: 89 |
Thanked: 31 times |
Joined on Mar 2010
|
#46
|
Updates
I will create a new announce thread when the app is available to get feedback/bug reports etcThanks all for the interest.
The Following User Says Thank You to oved_etzot For This Useful Post: | ||
![]() |
2010-07-21
, 11:37
|
|
Posts: 116 |
Thanked: 445 times |
Joined on Apr 2010
@ Oulu, Finland
|
#47
|
The Following User Says Thank You to jonnenau For This Useful Post: | ||
![]() |
2011-02-20
, 01:51
|
Posts: 15 |
Thanked: 22 times |
Joined on Apr 2010
|
#48
|
What the dropbox API does not provide:
Note that dropbox does not synch automatically on mobile devices. The mobile API can be abused like this but they will ban you out. This means when you push 100mb from your PC to dropbox. You wont be syncing that to your mobile hard drive once using a mobile dropbox client. This would be grazy as people have 2-100gb storage in their dropbox accounts and your drive on the phone would end quickly.
![]() |
2011-02-20
, 01:54
|
Posts: 15 |
Thanked: 22 times |
Joined on Apr 2010
|
#49
|
At the Dropbox Homepage there is a voting area for all registered users to collect votes for a feature request.
So here is the link to the vote for a Dropbox Maemo client: https://www.dropbox.com/votebox/80/maemo-linux-client
Please everyone who has a dropbox account go to this link and vote because there are only a few requesting votes left to trigger a freature request.
It's not a solution, but I wrote a script that would just invoke rsync to sync the files in my Dropbox folder on my laptop to the same on the N900 and vice versa. It works fine as a stopgap on a Linux box.
Just make sure rsync is installed and this should work for you as well. If you have your Dropbox folder in a directory other than ~/Dropbox, just change that. It doesn't mess up any symlinks that you have in the Dropbox folder either because of the -k switch on the second rsync.
Here is the script:
Just name it whatever you want (ie - n900-dropbox-sync.sh) and make it executable (chmod +x).Code:#!/bin/bash ### Settings ### DIRECTORY='/media/Nokia N900/' REMOTE='/media/Nokia N900/.documents/Dropbox' LOCAL=$HOME/Dropbox ORIGINAL_IFS=$IFS IFS=$'\n' ### Script ### if [ -d "$DIRECTORY" ]; then rsync -vauLP $LOCAL/ $REMOTE rsync -vauKP $REMOTE/ $LOCAL fi
I've also attached the script.
![]() |
2011-02-20
, 12:58
|
|
Posts: 116 |
Thanked: 445 times |
Joined on Apr 2010
@ Oulu, Finland
|
#50
|
seems to work perfectly fine on my droid, netbook, ipod touch etc etc.
you really must find a way to at least sync automatically specific folders or the application becomes a both a chore and a possible hazard to manually overwriting the updated files with redundant ones. computers are here to make lives easier are they not
The Following 5 Users Say Thank You to jonnenau For This Useful Post: | ||
my home on the net is symbian-freak/maemo-freak dot com.
come and visit