From: Feng Shu <tumashu@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Org-mode contacts to Android
Date: Sat, 01 Jun 2013 08:23:26 +0800 [thread overview]
Message-ID: <87li6u8yrl.fsf@news.tumashu-localhost.org> (raw)
In-Reply-To: <87obbq6ay7.fsf@news.tumashu-localhost.org> (Feng Shu's message of "Sat, 01 Jun 2013 06:28:32 +0800")
Feng Shu <tumashu@gmail.com> writes:
> Karl Voit <devnull@Karl-Voit.at> writes:
>
>> * Feng Shu <tumashu@gmail.com> wrote:
>>> Karl Voit <devnull@Karl-Voit.at> 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!
I'm very interested in integrating org and android phone effectively,
so I want to share the solutions with others who are using android phone and
org-mode!
I changed my setting again for unstable WIFI connection!
Integrating android phone with org has many details to resolve:
1. speed(import vcf, import org file to org-mobile and so on)
2. WIFI problem!
3. Battery (I think this should be pay more attention when we use WIFI,
I use android app: Better Wifi on/off)
4. maximum possible automation.
This is my new solution:
1. I use botsync, pull all my agenda.org to my phone by sshd in computer
2. Change the keybinding "g" in the agenda buffer,
#+begin_src emacs-lisp
(org-defkey org-agenda-mode-map "g" (lambda () (interactive)
(org-agenda-redo t)
(org-contacts-export-as-vcard)
(org-mobile-push)))
#+end_src
--
next prev parent reply other threads:[~2013-06-01 0:24 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-29 12:35 [PATCH] org-contacts.el: add expire feature Feng Shu
2013-05-29 21:20 ` Daimrod
2013-05-30 0:32 ` Feng Shu
2013-05-30 0:38 ` Feng Shu
2013-05-30 10:36 ` Daimrod
2013-05-30 10:49 ` Feng Shu
2013-05-30 11:32 ` Feng Shu
2013-05-30 23:59 ` Daimrod
2013-05-31 4:22 ` Feng Shu
2013-05-30 17:37 ` Karl Voit
2013-05-30 22:56 ` Feng Shu
2013-05-31 9:38 ` Karl Voit
2013-05-31 0:05 ` Daimrod
2013-05-31 9:42 ` Handling outdated contact information (was: [PATCH] org-contacts.el: add expire feature) Karl Voit
2013-05-31 11:00 ` Handling outdated contact information Daimrod
2013-05-31 12:12 ` Feng Shu
2013-05-31 13:15 ` Feng Shu
2013-05-31 21:41 ` Org-mode contacts to Android (was: Handling outdated contact information) Karl Voit
2013-05-31 22:28 ` Org-mode contacts to Android Feng Shu
2013-06-01 0:23 ` Feng Shu [this message]
2013-05-29 21:30 ` [PATCH] org-contacts.el: add expire feature Daimrod
2013-05-29 23:15 ` Feng Shu
2013-05-30 0:42 ` [PATCH] org-contacts.el: ignore emails or phones with ignore property Feng Shu
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=87li6u8yrl.fsf@news.tumashu-localhost.org \
--to=tumashu@gmail.com \
--cc=emacs-orgmode@gnu.org \
/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).