Difference between revisions of "Android"

From Jon's Wiki
(Created page with "How to get off the Google train. == Install F-Droid == On your phone, install the [http://f-droid.org/ F-Droid] app, it's an open source only app store. == IM, chat, Hangou...")
 
Line 4: Line 4:
  
 
On your phone, install the [http://f-droid.org/ F-Droid] app, it's an open source only app store.
 
On your phone, install the [http://f-droid.org/ F-Droid] app, it's an open source only app store.
 +
 +
* Keep an eye on [http://www.reddit.com/r/fossdroid/ r/fossdroid].
  
 
== IM, chat, Hangouts ==
 
== IM, chat, Hangouts ==
Line 15: Line 17:
 
== Calendar and contacts sync ==
 
== Calendar and contacts sync ==
  
On the server, install [http://baikal-server.com/ Baïkal], which is a very lightweight PHP-based CalDAV and CardDAV server. Point Apache at it and strap on an SSL certificate and you're good to go. On your phone, install [DAVdroid and add accounts with the appropriate CalDAV and CardDAV URLs. Export your contacts from Google/Facebook/wherever, and import them into Baïkal, and they'll turn up (eventually) on your phone.
+
On the server, install [http://baikal-server.com/ Baïkal], which is a very lightweight PHP-based CalDAV and CardDAV server. Point Apache at it and strap on an SSL certificate and you're good to go. Export your contacts from Google/Facebook/wherever, and import them into Baïkal.
 +
 
 +
On your phone, install [https://f-droid.org/repository/browse/?fdid=at.bitfire.davdroid DAVdroid] and add accounts with the appropriate CalDAV and CardDAV URLs. Now your contacts and calendar should turn up on your phone.
 +
 
 +
== Email ==
 +
 
 +
Run your own mail server, and install:
 +
 
 +
* [https://f-droid.org/repository/browse/?fdid=com.fsck.k9 K-9 Mail]
 +
* [https://f-droid.org/repository/browse/?fdid=org.sufficientlysecure.keychain OpenKeychain] - OpenPGP encryption, works with K-9 Mail and Conversations (see above).

Revision as of 05:07, 23 October 2014

How to get off the Google train.

Install F-Droid

On your phone, install the F-Droid app, it's an open source only app store.

IM, chat, Hangouts

On the server, install the Prosody XMPP server and create yourself an account. On your phone, install one of:

Calendar and contacts sync

On the server, install Baïkal, which is a very lightweight PHP-based CalDAV and CardDAV server. Point Apache at it and strap on an SSL certificate and you're good to go. Export your contacts from Google/Facebook/wherever, and import them into Baïkal.

On your phone, install DAVdroid and add accounts with the appropriate CalDAV and CardDAV URLs. Now your contacts and calendar should turn up on your phone.

Email

Run your own mail server, and install: