Re: [Android] [Orgmode] Force close with MobileOrg Android 0.2_alpha and development snapshot

2010-04-22 Thread Friedrich Delgado Friedrichs
Hi!

Matthew Jones schrieb:
> Looks like this might be a bug trying to write your files out to
> subdirectories it looks like I'm not trying to create the subdirectories.
> If you put your files in just the root directory does that work for you?

I simply deleted the subdirectories from the remote staging area
(along with their mentions in index.org) and then I could sync them
with 0.2 alpha and the snapshot could read them.

Just for some feedback: I think the most useful features for me
would be:
 - handling of directories, obviously :)
 - some kind of agenda view
 - a tag-todo view, based on Location or user choice (I'm at the
 supermarket, let's pull up the shopping list)
 - fast capturing + sync

Kind regards
   Friedel
-- 
Friedrich Delgado Friedrichs 
 TauPan on Ircnet and Freenode ;)


___
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: [Android] [Orgmode] Force close with MobileOrg Android 0.2_alpha and development snapshot

2010-04-21 Thread Matthew Jones
Looks like this might be a bug trying to write your files out to
subdirectories it looks like I'm not trying to create the subdirectories.
If you put your files in just the root directory does that work for you?

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


On Wed, Apr 21, 2010 at 4:35 PM, Friedrich Delgado Friedrichs <
frie...@nomaden.org> wrote:

> Hi!
>
> I finally got around to trying out MobileOrg for Android.
>
> After I finally managed to set up webdav and sync my files, MobileOrg
> force closed. (development snapshot from today)
>
> Now it force closes every time I try to start it.
>
> I tried the 0.2 alpha release next but it also force closed on
> startup.
>
> Looking into my /sdcard/mobileorg files, I noticed that only parts of
> my files were there.
>
> In particular, I notice that I have subdirectories 'home' and 'work'
> in my Org files, but there are no subdirectories in the
> /sdcard/mobileorg directory.
>
> Then I tried deinstalling the application and reinstalling (this time
> the 0.2 alpha), put in my setup, pressed sync and get a force close
> again.
>
> Unfortunately the logcat contains the full contents of some of my org
> files, which I can't post to the list, so I'm posting parts of it
> here:
>
> [ log with contents of files]
>
> I/global  (14760): Default buffer size used in BufferedWriter
> constructor. It would be better to be explicit if an 8k-char buffer is
> required.
> E/MobileOrg(14760): IO Exception initializing writer on sdcard file
>
> [log of further files, but this time *without* the contents]
>
> E/MobileOrg(14760): Error: /sdcard/mobileorg/work/Someday.org in file
> work/Someday.org
> D/AndroidRuntime(14760): Shutting down VM
> W/dalvikvm(14760): threadid=3: thread exiting with uncaught exception
> (group=0x4001e180)
> E/AndroidRuntime(14760): Uncaught handler: thread main exiting due to
> uncaught exception
> D/dalvikvm(14760): GC freed 858 objects / 810176 bytes in 83ms
> E/AndroidRuntime(14760): java.lang.NullPointerException
> E/AndroidRuntime(14760):at
> com.matburt.mobileorg.OrgFileParser.parse(OrgFileParser.java:99)
> E/AndroidRuntime(14760):at
>
> com.matburt.mobileorg.MobileOrgActivity.runParser(MobileOrgActivity.java:145)
> E/AndroidRuntime(14760):at
>
> com.matburt.mobileorg.MobileOrgActivity.postSynchronize(MobileOrgActivity.java:269)
> E/AndroidRuntime(14760):at
> com.matburt.mobileorg.MobileOrgActivity$1.run(MobileOrgActivity.java:117)
> E/AndroidRuntime(14760):at
> android.os.Handler.handleCallback(Handler.java:587)
> E/AndroidRuntime(14760):at
> android.os.Handler.dispatchMessage(Handler.java:92)
> E/AndroidRuntime(14760):at
> android.os.Looper.loop(Looper.java:123)
> E/AndroidRuntime(14760):at
> android.app.ActivityThread.main(ActivityThread.java:4358)
> E/AndroidRuntime(14760):at
> java.lang.reflect.Method.invokeNative(Native Method)
> E/AndroidRuntime(14760):at
> java.lang.reflect.Method.invoke(Method.java:521)
> E/AndroidRuntime(14760):at
>
> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
> E/AndroidRuntime(14760):at
> com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549)
> E/AndroidRuntime(14760):at
> dalvik.system.NativeStart.main(Native Method)
> I/Process ( 2566): Sending signal. PID: 14760 SIG: 3
> I/dalvikvm(14760): threadid=7: reacting to signal 3
> I/dalvikvm(14760): Wrote stack trace to '/data/anr/traces.txt'
> D/dalvikvm( 2898): GC freed 68 objects / 2408 bytes in 209ms
> D/dalvikvm( 2614): GC freed 2336 objects / 110792 bytes in 201ms
> I/Process (14760): Sending signal. PID: 14760 SIG: 9
> I/ActivityManager( 2566): Process com.matburt.mobileorg (pid 14760)
> has died.
> I/WindowManager( 2566): WIN DEATH: Window{43e0e690
> com.matburt.mobileorg/com.matburt.mobileorg.MobileOrgActivity
> paused=false}
> I/WindowManager( 2566): WIN DEATH: Window{43e47e50
> com.matburt.mobileorg/com.matburt.mobileorg.MobileOrgActivity
> paused=false}
>
> We should probably do further debugging off-list.
>
> --
>Friedrich Delgado Friedrichs 
> TauPan on Ircnet and Freenode ;)
>
>
> ___
> 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
>
___
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


[Android] [Orgmode] Force close with MobileOrg Android 0.2_alpha and development snapshot

2010-04-21 Thread Friedrich Delgado Friedrichs
Hi!

I finally got around to trying out MobileOrg for Android.

After I finally managed to set up webdav and sync my files, MobileOrg
force closed. (development snapshot from today)

Now it force closes every time I try to start it.

I tried the 0.2 alpha release next but it also force closed on
startup.

Looking into my /sdcard/mobileorg files, I noticed that only parts of
my files were there.

In particular, I notice that I have subdirectories 'home' and 'work'
in my Org files, but there are no subdirectories in the
/sdcard/mobileorg directory.

Then I tried deinstalling the application and reinstalling (this time
the 0.2 alpha), put in my setup, pressed sync and get a force close
again.

Unfortunately the logcat contains the full contents of some of my org
files, which I can't post to the list, so I'm posting parts of it
here:

[ log with contents of files]

I/global  (14760): Default buffer size used in BufferedWriter
constructor. It would be better to be explicit if an 8k-char buffer is
required.
E/MobileOrg(14760): IO Exception initializing writer on sdcard file

[log of further files, but this time *without* the contents]

E/MobileOrg(14760): Error: /sdcard/mobileorg/work/Someday.org in file
work/Someday.org
D/AndroidRuntime(14760): Shutting down VM
W/dalvikvm(14760): threadid=3: thread exiting with uncaught exception
(group=0x4001e180)
E/AndroidRuntime(14760): Uncaught handler: thread main exiting due to
uncaught exception
D/dalvikvm(14760): GC freed 858 objects / 810176 bytes in 83ms
E/AndroidRuntime(14760): java.lang.NullPointerException
E/AndroidRuntime(14760):at
com.matburt.mobileorg.OrgFileParser.parse(OrgFileParser.java:99)
E/AndroidRuntime(14760):at
com.matburt.mobileorg.MobileOrgActivity.runParser(MobileOrgActivity.java:145)
E/AndroidRuntime(14760):at
com.matburt.mobileorg.MobileOrgActivity.postSynchronize(MobileOrgActivity.java:269)
E/AndroidRuntime(14760):at
com.matburt.mobileorg.MobileOrgActivity$1.run(MobileOrgActivity.java:117)
E/AndroidRuntime(14760):at
android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime(14760):at
android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime(14760):at
android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(14760):at
android.app.ActivityThread.main(ActivityThread.java:4358)
E/AndroidRuntime(14760):at
java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(14760):at
java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime(14760):at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime(14760):at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549)
E/AndroidRuntime(14760):at
dalvik.system.NativeStart.main(Native Method)
I/Process ( 2566): Sending signal. PID: 14760 SIG: 3
I/dalvikvm(14760): threadid=7: reacting to signal 3
I/dalvikvm(14760): Wrote stack trace to '/data/anr/traces.txt'
D/dalvikvm( 2898): GC freed 68 objects / 2408 bytes in 209ms
D/dalvikvm( 2614): GC freed 2336 objects / 110792 bytes in 201ms
I/Process (14760): Sending signal. PID: 14760 SIG: 9
I/ActivityManager( 2566): Process com.matburt.mobileorg (pid 14760)
has died.
I/WindowManager( 2566): WIN DEATH: Window{43e0e690
com.matburt.mobileorg/com.matburt.mobileorg.MobileOrgActivity
paused=false}
I/WindowManager( 2566): WIN DEATH: Window{43e47e50
com.matburt.mobileorg/com.matburt.mobileorg.MobileOrgActivity
paused=false}

We should probably do further debugging off-list.

-- 
Friedrich Delgado Friedrichs 
 TauPan on Ircnet and Freenode ;)


___
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