From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sven Bretfeld" Subject: Re: MobileOrg and Voice Capturing (Android) Date: 2 Dec 2010 09:02:05 +0100 Message-ID: <874oawppqa.fsf@gmx.ch> References: <87fwul463g.fsf@gmx.ch> <4CF46B08.2020200@comcast.net> <87d3plotiv.fsf@gmx.ch> <4CF6FBF0.1090707@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=58431 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PO47N-00072V-Lo for emacs-orgmode@gnu.org; Thu, 02 Dec 2010 03:02:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PO47C-0005Zq-0M for emacs-orgmode@gnu.org; Thu, 02 Dec 2010 03:02:17 -0500 Received: from mx6.rz.ruhr-uni-bochum.de ([134.147.64.30]:41683) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PO47B-0005ZC-O6 for emacs-orgmode@gnu.org; Thu, 02 Dec 2010 03:02:05 -0500 In-Reply-To: <4CF6FBF0.1090707@comcast.net> (Mark Elston's message of "Wed, 01 Dec 2010 17:52:48 -0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Mark Elston 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. droid.startActivity(com.matburt.mobileorg.Capture); looks right to me, as far as I understand the syntax but the script starts and finishes without anything happening. :-( Sven