Re: [Orgmode] Re: What WebDAV service do you use for syncing org files?

2010-10-31 Thread Jeff Horn
 I have a HTC Magic, and use the Cyanogenmod ROM. There the ssh daemon
 dropbear is included. It is just a matter to set it up.

 A google search on $YOUR_PHONE android dropbear should tell you, if
 this sshd daemon is running you your device as well.

Thanks. The HTC Incredible has been funny with Cyanogen for some
reason (randomly rebooting in the middle of calls). I'm running a
different mod, but getting dropbear to work has been more trouble than
I wanted. I found a nice (paid) app in the market called quicksshd.

Thanks for the suggestion. I like this option much better than having
things floating in the cloud.

Best,
Jeff

-- 
Jeffrey Horn
Graduate Lecturer and PhD Student in Economics
George Mason University

(704) 271-4797
jh...@gmu.edu
jrhorn...@gmail.com

http://www.failuretorefrain.com/jeff/

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: What WebDAV service do you use for syncing org files?

2010-10-21 Thread Jeff Horn
Well, I just answered my own question as far as getting MobileOrg to
work... I just set the WebDAV directory to a local directory within
Dropbox. I thought it had to be WebDAV (like that would make a
difference).

I'm still interested to know what everyone uses to sync working files, though.


-- 
Jeffrey Horn
Graduate Lecturer and PhD Student in Economics
George Mason University

(704) 271-4797
jh...@gmu.edu
jrhorn...@gmail.com

http://www.failuretorefrain.com/jeff/

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: What WebDAV service do you use for syncing org files?

2010-10-21 Thread Holger Wenzel
Hi Jeff,

 Well, I just answered my own question as far as getting MobileOrg to
 work... I just set the WebDAV directory to a local directory within
 Dropbox. I thought it had to be WebDAV (like that would make a
 difference).

 I'm still interested to know what everyone uses to sync working files, though.


I've got my Android rooted and have a ssh server running there. 

Then I use the following hooks to run the scp command to copy the files
back and forth.
 
(setq org-mobile-post-push-hook  '(lambda ()

(shell-command 
scp ~/org/mobile/*.org magic_home:/sdcard/stage)

))
(setq org-mobile-pre-pull-hook 
'(lambda ()
 (shell-command scp 
magic_home:/sdcard/mobileorg/mobileorg.org /home/hw/org/mobile)
 )
)

So my org files never leave my network and all traffic is encrypted. 

There is an ftp-server available for Android phones that should let you
do similar things, if you didn't root your phone.

Holger




___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: What WebDAV service do you use for syncing org files?

2010-10-21 Thread Jean-Marie Gaillourdet
Hi Jeff,

On 21.10.2010, at 10:38, Jeff Horn wrote:

 Well, I just answered my own question as far as getting MobileOrg to
 work... I just set the WebDAV directory to a local directory within
 Dropbox. I thought it had to be WebDAV (like that would make a
 difference).
 
 I'm still interested to know what everyone uses to sync working files, though.
I'm using mydisk.se, which is a free WebDAV service.

-- Jean


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: What WebDAV service do you use for syncing org files?

2010-10-21 Thread Jeff Horn
 There is an ftp-server available for Android phones that should let you
 do similar things, if you didn't root your phone.

My phone is *so* rooted. Like the first thing I did after unboxing.
The Verizon crapware was so annoying!

 I've got my Android rooted and have a ssh server running there.

I have a terminal emulator (I think it was installed with BusyBox).
Did your terminal come with an ssh server, or did you hack it in? Any
pointers or walkthroughs would be appreciated.

-- 
Jeffrey Horn
Graduate Lecturer and PhD Student in Economics
George Mason University

(704) 271-4797
jh...@gmu.edu
jrhorn...@gmail.com

http://www.failuretorefrain.com/jeff/

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: What WebDAV service do you use for syncing org files?

2010-10-21 Thread Holger Wenzel
Hi Jeff,


 There is an ftp-server available for Android phones that should let you
 do similar things, if you didn't root your phone.

 My phone is *so* rooted. Like the first thing I did after unboxing.
 The Verizon crapware was so annoying!

 I've got my Android rooted and have a ssh server running there.

 I have a terminal emulator (I think it was installed with BusyBox).
 Did your terminal come with an ssh server, or did you hack it in? Any
 pointers or walkthroughs would be appreciated.

I have a HTC Magic, and use the Cyanogenmod ROM. There the ssh daemon
dropbear is included. It is just a matter to set it up.

A google search on $YOUR_PHONE android dropbear should tell you, if
this sshd daemon is running you your device as well.




Holger


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode