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

2010-12-07 Thread Sven Bretfeld
Hi Matthew Matthew Jones bsdmatb...@gmail.com 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 basically, you need to emit the action: com.matburt.mobileorg.CAPTURE it takes an

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

2010-12-07 Thread Matthew Jones
Hi Sven... that's a nice one, you might could add that to the scripts section of the MobileOrg wiki. Pretty soon the Capture interface will be extended to allow settings tags and other things on captured notes... once these are in place I will extend the CAPTURE action to also take these values

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

2010-12-07 Thread Sven Bretfeld
Hi Matthew Matthew Jones bsdmatb...@gmail.com writes: Hi Sven... that's a nice one, you might could add that to the scripts section of the MobileOrg wiki. Did it. Pretty soon the Capture interface will be extended to allow settings tags and other things on captured notes... once these

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

2010-12-03 Thread Sven Bretfeld
Hi Matthew Matthew Jones bsdmatb...@gmail.com 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

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

2010-12-03 Thread Mark Elston
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

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

2010-12-02 Thread Sven Bretfeld
Mark Elston m_els...@comcast.net writes: I don't know about the current state of MobileOrg and its implementation details but I would look at the two sl4a methods: startActivity, and startActivityForResult. Yea, I've tried that already.

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

2010-12-02 Thread Matthew Jones
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,

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

2010-12-02 Thread Mark Elston
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

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

2010-12-02 Thread Matthew Jones
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

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

2010-12-01 Thread Sven Bretfeld
Hi Mark Mark Elston m_els...@comcast.net writes: Have you looked at sl4a (formerly ase)? With it you can start Intents and perform clipboard operations plus file manipulations using a standard scripting language like perl, python, or ruby (among others). This might be very useful. That's

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

2010-12-01 Thread Matthew Jones
I think I need to make a small change to the Capture activity to allow it to be invoked... I'm looking into it right now. http://matburt.net On Wed, Dec 1, 2010 at 8:52 PM, Mark Elston m_els...@comcast.net wrote: I don't know about the current state of MobileOrg and its implementation

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

2010-11-30 Thread Mark Elston
Have you looked at sl4a (formerly ase)? With it you can start Intents and perform clipboard operations plus file manipulations using a standard scripting language like perl, python, or ruby (among others). This might be very useful. Mark On 11/28/2010 11:10 AM, Sven Bretfeld wrote: Hi

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

2010-11-30 Thread Matthew Jones
I have this grand plan to implement support for this in MobileOrg, I didn't realize the project had changed, thanks for piquing my interest in it again. http://matburt.net On Mon, Nov 29, 2010 at 10:10 PM, Mark Elston m_els...@comcast.net wrote: Have you looked at sl4a (formerly ase)? With

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

2010-11-30 Thread Sven Bretfeld
Hi Matthew Matthew Jones bsdmatb...@gmail.com writes: MobileOrg Android already supports speech to text in that, you can go to capture a new note and click the mic button on the soft keyboard and start speaking.  I don't see that it would be particularly difficult to integrate this in a

[Orgmode] MobileOrg and Voice Capturing (Android)

2010-11-28 Thread Sven Bretfeld
Hi together TextToSpeech has made our lives easier, especially for car-drivers like me. I have tried to capture tasks by voice on my Android device and implement them automatically to my org-files at home. The results are practicable but far from optimal by now. Maybe there are some Android users

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

2010-11-28 Thread Matthew Jones
Hey Sven, here's some thoughts: MobileOrg Android already supports speech to text in that, you can go to capture a new note and click the mic button on the soft keyboard and start speaking. I don't see that it would be particularly difficult to integrate this in a larger fashion. There could be