From mboxrd@z Thu Jan 1 00:00:00 1970 From: Feng Shu Subject: Re: Org-mode contacts to Android Date: Sat, 01 Jun 2013 06:28:32 +0800 Message-ID: <87obbq6ay7.fsf@news.tumashu-localhost.org> References: <87li6yx8u9.fsf@news.tumashu-localhost.org> <87wqqhlchq.fsf@tanger.home> <2013-05-30T19-33-07@devnull.Karl-Voit.at> <874ndk9fov.fsf@tanger.home> <2013-05-31T11-39-01@devnull.Karl-Voit.at> <87txlj5lyo.fsf@news.tumashu-localhost.org> <2013-05-31T23-39-39@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiXpY-0004fl-Ah for emacs-orgmode@gnu.org; Fri, 31 May 2013 18:29:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UiXpT-00016h-Eu for emacs-orgmode@gnu.org; Fri, 31 May 2013 18:29:52 -0400 Received: from mail-pd0-f181.google.com ([209.85.192.181]:52230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiXpT-00016Z-7T for emacs-orgmode@gnu.org; Fri, 31 May 2013 18:29:47 -0400 Received: by mail-pd0-f181.google.com with SMTP id bv13so2864177pdb.40 for ; Fri, 31 May 2013 15:29:46 -0700 (PDT) Received: from tumashu ([110.97.85.56]) by mx.google.com with ESMTPSA id vb8sm48352973pbc.11.2013.05.31.15.29.43 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 31 May 2013 15:29:45 -0700 (PDT) Received: from feng by news.tumashu-localhost.org with local (Exim 4.80) (envelope-from ) id 1UiXoG-0007Vj-VM for emacs-orgmode@gnu.org; Sat, 01 Jun 2013 06:28:33 +0800 In-Reply-To: <2013-05-31T23-39-39@devnull.Karl-Voit.at> (Karl Voit's message of "Fri, 31 May 2013 23:41:49 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Karl Voit writes: > * Feng Shu wrote: >> Karl Voit writes: >> >>> In the future, I plan to add a workflow that gets contact >>> information form Org-mode (my central point of information) to my >>> phone and so forth. >> >> If you use android phone, you can write a function >> "org-contacts-export-to-sqlite3" which can export org-contacts to >> android contacts.db > > Yes, I am using Android on my phone. > > No, I am not able to write a sqlite3 export in ELISP because I don't > know ELISP (yet) :-( > > However, why should I? You mentioned your VCard export method in > another email here. This sounds reasonable to me. I guess, I have to > test this method on my Android as well some time. The reason: 1. speed: very slow when import vcf to android(>100 contacts) 2. automatic: If we export to db directly, we only need update db to android phone,and don't need to run Vcardio in the phone Maybe we can do like this: org-contacts -> vcf file ---vcf to sqlite3 command--> db --> push to android! --