emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matthew Jones <bsdmatburt@gmail.com>
To: Mark Elston <m_elston@comcast.net>, Sven Bretfeld <sven.bretfeld@gmx.ch>
Cc: emacs-orgmode@gnu.org
Subject: Re: MobileOrg and Voice Capturing (Android)
Date: Fri, 3 Dec 2010 00:02:02 -0500	[thread overview]
Message-ID: <AANLkTimjNVTkTrNgMphD6iwU+G5a55wVzuv2fNrKTNQ5@mail.gmail.com> (raw)
In-Reply-To: <4CF8210A.8020705@comcast.net>


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

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

basically, you need to emit the action: com.matburt.mobileorg.CAPTURE

it takes an "extra" intent value called "txtValue" which will pre-populate
the text display.

This will be included in the next release of MobileOrg, but if you guys
could give it a try with that debug build and make sure there aren't any
glaring issues that would be much appreciated (there are some other cool new
features in there too, like colored todo tags).   I plan on providing a way
of launching this speech recognition capture interface if I can find a good
way to do it but in the meantime here's an example Python script that works
with SL4A/ASE:

import android
droid = android.Android()
message = droid.recognizeSpeech("Capture New Note").result
a = droid.startActivity("com.matburt.mobileorg.CAPTURE", None, None,
{'txtValue':message}, False)

http://matburt.net


On Thu, Dec 2, 2010 at 5:43 PM, Mark Elston <m_elston@comcast.net> wrote:

> Looking forward to it Matthew.  Thanks for the hard work.
>
> Mark
>
>
> On 12/2/2010 12:41 PM, Matthew Jones wrote:
>
>> Mark, you are exactly right about this... I made some good progress on
>> it last night, I will reply to this thread once I have something
>> concrete.   Would love to get you guys to test and earlier version of it
>> before I release it to the market with that change.
>>
>> http://matburt.net
>>
>>
>> On Thu, Dec 2, 2010 at 2:14 PM, Mark Elston <m_elston@comcast.net
>> <mailto:m_elston@comcast.net>> wrote:
>> ...
>>
>>    Sven,
>>
>>    Matthew said in an earlier email that he has some work to do
>>    on the Capture activity to make this work.  I am not sure what
>>    that work is - it *could* be that there is no Intent filter
>>    for that Activity in the manifest for it to respond to.  That
>>    would have the effect you noticed as (I think) both of the
>>    above methods create Intents and send them to the app to start
>>    the Activity.
>>
>>    But whatever it is you will likely have to wait for him to finish
>>    before this will work.
>>
>>    Mark
>>
>

[-- Attachment #1.2: Type: text/html, Size: 3226 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

  reply	other threads:[~2010-12-03  5:02 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-28 19:10 MobileOrg and Voice Capturing (Android) Sven Bretfeld
2010-11-29  2:58 ` Matthew Jones
2010-11-30 22:06   ` Sven Bretfeld
2010-11-30  3:10 ` Mark Elston
2010-12-01  3:04   ` Matthew Jones
2010-12-02  1:25   ` Sven Bretfeld
2010-12-02  1:52     ` Mark Elston
2010-12-02  3:13       ` Matthew Jones
2010-12-02  8:02       ` Sven Bretfeld
2010-12-02 19:14         ` Mark Elston
2010-12-02 20:41           ` Matthew Jones
2010-12-02 22:43             ` Mark Elston
2010-12-03  5:02               ` Matthew Jones [this message]
2010-12-03 13:45                 ` Sven Bretfeld
2010-12-03 20:51                   ` Mark Elston
2010-12-03 21:18                     ` Mark Elston
2010-12-07 10:05                 ` Sven Bretfeld
2010-12-07 16:34                   ` Matthew Jones
2010-12-07 23:24                     ` Sven Bretfeld

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AANLkTimjNVTkTrNgMphD6iwU+G5a55wVzuv2fNrKTNQ5@mail.gmail.com \
    --to=bsdmatburt@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=m_elston@comcast.net \
    --cc=sven.bretfeld@gmx.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).