emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] MobileOrg and Voice Capturing (Android)


From: Mark Elston
Subject: Re: [Orgmode] MobileOrg and Voice Capturing (Android)
Date: Fri, 03 Dec 2010 13:18:54 -0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6

Arghh!

Never mind.  I didn't read Matthew's announcement well enough.

If anyone is interested a script to do this is:

--------------------------------------------------------
# Capture.py
import android
droid = android.Android()

resStr = droid.recoggnizeSpeech().result

droid.startActivity("com.matburt.mobileorg.CAPTURE",
                    None,
                    None,
                    {'txtValue' : resStr})

--------------------------------------------------------

Of course, it could be made fancier by not bringing up
the Activity if the string is empty, etc....

Thanks again, Matt.  Great work.

Mark

On 12/3/2010 12:51 PM, Mark Elston wrote:
Sven,

I have tried this according to what you suggested earlier
but haven't had any luck yet. My script is:

# Capture.py
import android
droid = android.Android()
droid.setClipboard(droid.recoggnizeSpeech().result)
droid.startActivity("com.matburt.mobileorg.Capture")

When I run this the voice capture dialog comes up and
the script exits without an exception but the Capture
activity doesn't come up and nothing is added to the
MobileOrg data. What do you have that is different?

Mark

On 12/3/2010 5:45 AM, Sven Bretfeld wrote:
Hi Matthew

Matthew Jones<address@hidden> writes:

Alright guys, I've gotten this to work.... I've posted an early build of
MobileOrg that supports this here:

http://matburt.net/files/mobileorg-debug.apk

Thank you very much for your wonderful work. It works like a charm. I
have tested it over ten times now, and it seems to be completely stable.
I will do some further testing during the weekend and also try to create
some tasker profiles with it. My ten year old son sits next to me and
suggests some ideas for you to become a millionaire :-)

Thanks again and have a nice weekend

Sven



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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]