emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* MobileOrg for Android...issues
@ 2010-08-04 18:35 C64 Whiz
  2010-08-04 18:59 ` Matthew Jones
  2010-08-05  7:11 ` Holger Wenzel
  0 siblings, 2 replies; 6+ messages in thread
From: C64 Whiz @ 2010-08-04 18:35 UTC (permalink / raw)
  To: emacs-orgmode

Hello All,

I have a Droid and am anxious to use MobileOrg for it.  I have it
installed but it won't sync.  Probably because I require SSL on my
WebDav server and I remember reading there is an SSL sync issue with
Android.  Any news on that?

Also, I selected to store the .org files on my SD card.  Is there a
way I can *manually* copy org files to the SD card (just need a
location really) so that I can at least read/reference them? I don't
have a need to edit/capture at this point, but would like to at least
view them.

Thanks!

--C64Whiz

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: MobileOrg for Android...issues
  2010-08-04 18:35 MobileOrg for Android...issues C64 Whiz
@ 2010-08-04 18:59 ` Matthew Jones
  2010-08-05  7:11 ` Holger Wenzel
  1 sibling, 0 replies; 6+ messages in thread
From: Matthew Jones @ 2010-08-04 18:59 UTC (permalink / raw)
  To: C64 Whiz; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1687 bytes --]

There are certificate issues with some versions of Android that affect
connecting to an SSL webdav server... what version are you using?

There's no way to manually copy the files and parse them just yet, there was
some work done on this on Dushistov's branch at:
http://github.com/Dushistov/mobileorg-android

but this isn't clean enough to import into the main codebase and is several
months behind my current HEAD.

In order to support synchronizing from sources other than webdav I have had
to overhaul the way that files are parsed and I'm doing this as part of the
effort to edit/change org file entries (see my commits from the last 48
hours).   Once that has baked out then I will modularize synchronization and
import the code needed to synchronize from other sources.

73,
Matthew W. Jones (KI4ZIB)
http://matburt.net


On Wed, Aug 4, 2010 at 2:35 PM, C64 Whiz <c64whiz@gmail.com> wrote:

> Hello All,
>
> I have a Droid and am anxious to use MobileOrg for it.  I have it
> installed but it won't sync.  Probably because I require SSL on my
> WebDav server and I remember reading there is an SSL sync issue with
> Android.  Any news on that?
>
> Also, I selected to store the .org files on my SD card.  Is there a
> way I can *manually* copy org files to the SD card (just need a
> location really) so that I can at least read/reference them? I don't
> have a need to edit/capture at this point, but would like to at least
> view them.
>
> Thanks!
>
> --C64Whiz
>
> _______________________________________________
> 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
>

[-- Attachment #1.2: Type: text/html, Size: 2413 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: MobileOrg for Android...issues
  2010-08-04 18:35 MobileOrg for Android...issues C64 Whiz
  2010-08-04 18:59 ` Matthew Jones
@ 2010-08-05  7:11 ` Holger Wenzel
  2010-08-05 15:21   ` Matthew Jones
  2010-08-05 16:58   ` C64 Whiz
  1 sibling, 2 replies; 6+ messages in thread
From: Holger Wenzel @ 2010-08-05  7:11 UTC (permalink / raw)
  To: emacs-orgmode

Hi C64Wiz,

> Also, I selected to store the .org files on my SD card.  Is there a
> way I can *manually* copy org files to the SD card (just need a
> location really) so that I can at least read/reference them? I don't
> have a need to edit/capture at this point, but would like to at least
> view them.

you can always set up your own webdav server. 

I briefly used nginx (nginx.org) a full blown web server, there is an
apache module for serving the webdav protocol and there is pywebdav http://code.google.com/p/pywebdav/

Holger

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: MobileOrg for Android...issues
  2010-08-05  7:11 ` Holger Wenzel
@ 2010-08-05 15:21   ` Matthew Jones
  2010-08-05 16:58   ` C64 Whiz
  1 sibling, 0 replies; 6+ messages in thread
From: Matthew Jones @ 2010-08-05 15:21 UTC (permalink / raw)
  To: Holger Wenzel; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 991 bytes --]

I really like pywebdav, it's what I use on my VPS when utilizing MobileOrg.

73,
Matthew W. Jones (KI4ZIB)
http://matburt.net


On Thu, Aug 5, 2010 at 3:11 AM, Holger Wenzel <drholgerwenzel@googlemail.com
> wrote:

> Hi C64Wiz,
>
> > Also, I selected to store the .org files on my SD card.  Is there a
> > way I can *manually* copy org files to the SD card (just need a
> > location really) so that I can at least read/reference them? I don't
> > have a need to edit/capture at this point, but would like to at least
> > view them.
>
> you can always set up your own webdav server.
>
> I briefly used nginx (nginx.org) a full blown web server, there is an
> apache module for serving the webdav protocol and there is pywebdav
> http://code.google.com/p/pywebdav/
>
> 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
>

[-- Attachment #1.2: Type: text/html, Size: 1728 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: MobileOrg for Android...issues
  2010-08-05  7:11 ` Holger Wenzel
  2010-08-05 15:21   ` Matthew Jones
@ 2010-08-05 16:58   ` C64 Whiz
  2010-08-05 21:58     ` Holger Wenzel
  1 sibling, 1 reply; 6+ messages in thread
From: C64 Whiz @ 2010-08-05 16:58 UTC (permalink / raw)
  To: Holger Wenzel; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1279 bytes --]

I do have my own WebDav server (Apache mod) but I'm a "security guy" so I
only allow https.  Bad http, bad. :)

At this point, I really just want to view 1 org file, my contacts, as I
don't want my contacts sync'd or stored on Google.  It sounds like for now
I'll need to just export my contacts.org file as HTML and use the browser.

Thanks anyways guys.  I look forward to new versions of MobileOrg for
Android.

On Thu, Aug 5, 2010 at 12:11 AM, Holger Wenzel <
drholgerwenzel@googlemail.com> wrote:

> Hi C64Wiz,
>
> > Also, I selected to store the .org files on my SD card.  Is there a
> > way I can *manually* copy org files to the SD card (just need a
> > location really) so that I can at least read/reference them? I don't
> > have a need to edit/capture at this point, but would like to at least
> > view them.
>
> you can always set up your own webdav server.
>
> I briefly used nginx (nginx.org) a full blown web server, there is an
> apache module for serving the webdav protocol and there is pywebdav
> http://code.google.com/p/pywebdav/
>
> 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
>

[-- Attachment #1.2: Type: text/html, Size: 2041 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: MobileOrg for Android...issues
  2010-08-05 16:58   ` C64 Whiz
@ 2010-08-05 21:58     ` Holger Wenzel
  0 siblings, 0 replies; 6+ messages in thread
From: Holger Wenzel @ 2010-08-05 21:58 UTC (permalink / raw)
  To: emacs-orgmode



> I do have my own WebDav server (Apache mod) but I'm a "security guy" so I
> only allow https.  Bad http, bad. :)

Even in your own private network? 

My setup was to have the webdav server only visible in my home wlan and
then sync the phone against that. 

Holger

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-08-05 22:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-04 18:35 MobileOrg for Android...issues C64 Whiz
2010-08-04 18:59 ` Matthew Jones
2010-08-05  7:11 ` Holger Wenzel
2010-08-05 15:21   ` Matthew Jones
2010-08-05 16:58   ` C64 Whiz
2010-08-05 21:58     ` Holger Wenzel

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).