Reply
Thread Tools
badger's Avatar
Posts: 66 | Thanked: 7 times | Joined on Oct 2005 @ Europe
#1
I use the Gmail shell extension on my windows PC's and have been wondering if the same thing could be used on the 770?

http://richard.jones.name/google-hac...ilesystem.html
http://libgmail.sourceforge.net/
http://fuse.sourceforge.net/

Can anyone put together an app which can access media and files which is stored in a gamil account directly from a 770 with wifi access?
__________________
Some are wise, others are foolish
 
Posts: 49 | Thanked: 2 times | Joined on Dec 2005
#2
You're going to have to find a linux gmail shell drive utility, then port it.
 
badger's Avatar
Posts: 66 | Thanked: 7 times | Joined on Oct 2005 @ Europe
#3
That would be the links I posted then?
Gmail Filesystem provides a mountable Linux filesystem which uses your
Gmail account as its storage medium. Gmail Filesystem is a Python
application and uses the FUSE userland filesystem
infrastructure to help provide the filesystem, and libgmail to communicate
with Gmail.

GmailFS supports most file operations such as read, write, open,
close, stat, symlink, link, unlink, truncate and rename. This means
that you can use all your favourite unix command line tools to operate
on files stored on Gmail (e.g. cp, ls, mv, rm, ln, grep etc. etc.).

Please be gentle on the code. This is my first foray into Python and
I'm sure the code is far from elegant. I'm particularly concerned with
my attempts to manipulate mutable byte arrays. I'm sure that there
must be a less clumsy way of doing it than the nasty list -> array ->
string path I'm currently using. This language has a reputation as an
excellent choice for rapid prototyping. The first working
version of GmailFS took about 2 days of coding. There was an
additional 1.5 days spent on performance tuning and bugfixing. Given
that this includes language learning curve, the reputation seems
well deserved. A special mention should go to libgmail and FUSE, both greatly
contributed to the short development time.
http://richard.jones.name/google-hac...ilesystem.html

My post is more of a suggestion than a request...
__________________
Some are wise, others are foolish

Last edited by badger; 2005-12-29 at 01:21.
 
Posts: 49 | Thanked: 2 times | Joined on Dec 2005
#4
Sorry, I should've read more closely.
 
Reply


 
Forum Jump


All times are GMT. The time now is 13:52.