maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Dropbox (https://talk.maemo.org/showthread.php?t=24947)

traveller604 2008-11-12 23:11

Dropbox
 
Any change of getting this to Maemo? They even provide source here..

TrueJournals 2008-11-12 23:15

Re: Dropbox
 
The dropbox source for linux isn't quite what you think it is. Dropbox for linux consists of two parts: a server, which communicates with the dropbox website; and a client, the frontend part that you see. Only the client is open source. Without the closed source server being compiled for armel, we can't run dropbox.

Personally, I just use the web interface if I need to download files from my dropbox, or upload files to dropbox. Of course, this does depend on you having an Internet connection, slightly defeating the purpose. For now, you'll have to look elsewhere for file synchronization.

tso 2008-11-12 23:34

Re: Dropbox
 
iirc, the very concept of dropbox kinda relies on the user having access to the net...

the worst part of the linux support iirc, is that its aimed squarely at nautilus. in other words, one will have to make use of gnome (or at least its file manager) to benefit.

guess the weight of ubuntu is starting to show...

allnameswereout 2008-11-13 06:27

Re: Dropbox
 
Try GPG + GmailFS + Gmail, or SSH + Grsync + Rsync.

pycage 2008-11-13 07:41

Re: Dropbox
 
Quote:

Originally Posted by tso (Post 241506)
guess the weight of ubuntu is starting to show...

The weight of Ubuntu? Redhat, Solaris and several other Linuces/Unices use GNOME, too. I think it's far more widespread than KDE which was primarily used by Europe-based distributions, e.g. SuSE (now Novell).
In the end it shouldn't be a matter of KDE vs. GNOME vs. <other>. The VFS system should be a common implementation shared by all desktop environments.

tso 2008-11-13 16:03

Re: Dropbox
 
i see one fedora variant supported (in 32 and 64 bit version), but 3 ubuntu...

as for how widespread gnome is vs kde, its hard to tell.

Johnx 2008-11-13 16:04

Re: Dropbox
 
box.net has a fuse implementation: boxfs . Someone want to package it?

Traecer 2008-11-13 16:48

Re: Dropbox
 
Quote:

Originally Posted by tso (Post 241690)
i see one fedora variant supported (in 32 and 64 bit version), but 3 ubuntu...

as for how widespread gnome is vs kde, its hard to tell.

That's because there is only one Fedora variant, Fedora. Red Hat doesn't make variants of Fedora like Canonical does with Ubuntu.

As for GNOME vs KDE distribution, the last I heard (which was entirely unofficial, mentioned in passing on someone's podcast) was somewhere in the neighborhood of between 80%/20% or 90%/10% GNOME/KDE. But it is hard to get accurate numbers, especially for desktop Linux.

DrIk 2009-03-23 17:10

Re: Dropbox
 
Are there features that Dropbox offers that Boxfs does not that would be desirable? It seems that the UI offered by Dropbox may be interesting as well as the Syncing/SVN type tracking.

Box.net does offer an API so would users be interested in a Box.net client that has more of a GUI to it? I am thinking of trying to create something that would allow a nice online storage and file syncing experience on the tablets. I am just wondering if that is something the people would be interested in. Thanks for any feedback.

TrueJournals 2009-03-23 17:20

Re: Dropbox
 
Correct me if I'm wrong... I believe that boxfs only lets you get the files on your box.net account if you have an internet connection. Whereas dropbox synchronizes the files, so you have them locally AND on the web. There really isn't much of a UI offered by dropbox, they just add some stuff to the file manager to let you see if files are synchronized or not quickly.

DrIk 2009-03-23 17:36

Re: Dropbox
 
You are correct, boxfs allows you to mount your box.net account to a folder. Which does require an internet connection. My proposition would be to create an application that allows the user to select a folder to sync across multiple devices. This application would not require a constant internet connection, rather it would allow the user to connect to the internet and automatically or manually sync the folder to their box.net account. Thanks for the input!

Laughing Man 2009-03-23 17:39

Re: Dropbox
 
It could be possible with Conler (connection handler) and an rsync command?

ctennenh 2009-03-24 02:01

Re: Dropbox
 
The new release of Dropbox works with thumbdrives in what I can only picture as some sort of rsync (Windows only). I could be wrong about it, but it seems that if we could mount the tablet over the net onto a Windows box we could at get sync happening.

qwerty12 2009-03-24 08:08

Re: Dropbox
 
http://dokan-dev.net/en/download/#sshfs (the only free one I know about) + openssh on the tablets?

Bundyo 2009-03-24 08:37

Re: Dropbox
 
SSHFS mount to do Dropbox syncing seems like an overkill to me. Why having Dropbox at all then?

BradyM 2009-04-11 16:36

Re: Dropbox
 
The beauty of dropbox to me is having the files available offline, then having them autosync when you do have an internet connection. So you have one folder on several computers that is available offline and syncs automatically once the device connects to the internet updating the folders on all the computers. So I guess you could use a script to detect an internet connection, then use sshfs and rsync. If someone writes that script, please let me know as I'm no programmer.

pixelgeek 2009-12-07 10:53

Re: Dropbox
 
Dropbox added voting for future features... Found maemo sync here:
https://www.dropbox.com/votebox/591/maemo-sync

torrancew 2010-05-06 18:19

Re: Dropbox
 
Hi all,

Dropbox just opened an API yesterday, so I've snagged a developer account, and am beginning work on a python-based Dropbox client for Maemo. There's a garage placeholder at maebox.garage.maemo.org, but it's currently empty. I do work a 9-5, but will be putting time into this over the future. Look for progress, and of course, I'm open to suggestions!.

--torrancew

tso 2010-05-06 21:02

Re: Dropbox
 
will this be usable both on maemo4 and maemo5?

silvermountain 2010-05-06 21:24

Re: Dropbox
 
Quote:

Originally Posted by tso (Post 647101)
will this be usable both on maemo4 and maemo5?

+1


(filler text)

twoboxen 2010-05-14 02:49

Re: Dropbox
 
Quote:

Originally Posted by torrancew (Post 646873)
Hi all,

Dropbox just opened an API yesterday, so I've snagged a developer account, and am beginning work on a python-based Dropbox client for Maemo. There's a garage placeholder at maebox.garage.maemo.org, but it's currently empty. I do work a 9-5, but will be putting time into this over the future. Look for progress, and of course, I'm open to suggestions!.

--torrancew

I can probably donate some time as well. Let me know where you might need help on this.

silvermountain 2010-05-14 03:02

Re: Dropbox
 
Signing up for Diablo testing if/when you need it

rmerren 2010-05-14 03:24

Re: Dropbox
 
Is this going to be a "sync this folder" app, or a "access your files when you want them" app? I use dropbox (and think it is awesome) but I don't necessarily want to have full-time, online syncing of 2GB with my phone. But I would like a nice interface (other than the website) to be able to pull down the latest version of files that I keep on dropbox and use on my phone.

In any case, kudos to you for taking this on. Looking forward to seeing what you spit out.

twoboxen 2010-05-14 04:57

Re: Dropbox
 
Quote:

Originally Posted by rmerren (Post 657817)
Is this going to be a "sync this folder" app, or a "access your files when you want them" app? I use dropbox (and think it is awesome) but I don't necessarily want to have full-time, online syncing of 2GB with my phone. But I would like a nice interface (other than the website) to be able to pull down the latest version of files that I keep on dropbox and use on my phone.

In any case, kudos to you for taking this on. Looking forward to seeing what you spit out.

I would want either option... we can then tie it into shepherd to enable sync on wifi and on-demand only otherwise.

nyarlathotep 2010-05-14 14:34

Re: Dropbox
 
You could also use version control systems like subversion (svn) or git for syncing, well they're vastly superior to syncing software anyways, but you'd need a script to automate them.

twoboxen 2010-05-14 15:06

Re: Dropbox
 
Quote:

Originally Posted by nyarlathotep (Post 658406)
You could also use version control systems like subversion (svn) or git for syncing, well they're vastly superior to syncing software anyways, but you'd need a script to automate them.

Ironically, i keep a couple personal git projects on my dropbox.

kyros 2010-06-29 15:58

Re: Dropbox
 
Here I have a posted a link where someone who already has a dropbox account can vote so a feature request is generated for Dropbox development.

http://talk.maemo.org/showthread.php?t=42457&page=3

Please help voting so we can perhaps get a Maemo app for Dropbox.

torrancew 2010-07-29 03:12

Re: Dropbox
 
Sorry, I got pulled away for a few months with some personal matters, but am coming back to this project, and very much looking forward to the results. There is a garage project for it, I welcome any comments there.

Frank Banul 2010-07-29 12:28

Re: Dropbox
 
Check out DropN900. You might want to contribute there.

Frank

naabi 2010-07-29 12:33

Re: Dropbox
 
Yep, the developer was asking whether anybody wants to help with coding.


All times are GMT. The time now is 01:08.

vBulletin® Version 3.8.8