Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Groupware that syncs smoothly with smartphone?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Havin_it
l33t
l33t


Joined: 17 Jul 2005
Posts: 990
Location: Edinburgh, UK

PostPosted: Tue May 08, 2012 6:55 pm    Post subject: Groupware that syncs smoothly with smartphone? Reply with quote

Hi,

I'm a couple of months away from replacing my trusty old Nokia N95 8GB phone, and already the "convergence anxiety" is on. That is to say, Dare I dream that I'll be able to find a phone and groupware-suite combo that'll seamlessly sync the PIM data I need?

On my current setup, that dream is only partially realised. I use the native sync app on the N95 (not that there's ever been an alternative on offer that I've seen), syncing with my Gentoo server running horde-3.3.11 and friends. There's no sync of email: a dovecot IMAP/postfix SMTP setup on the server is used by both horde and the phone. Calendar is the only sync component that really works, and that only in server->phone direction reliably. Contacts sync has never played nice: the contacts DB is in openldap, which was originally so Thunderbird could access it, and I wrote my own mapping so horde could also use it but I didn't do a great job there as it usually breaks when trying to save a contact in any of the indirect ways in horde (e.g. saving the From: address to a contact when reading an email in (d)imp) and sync has been a non-starter despite much tinkering.

So, can I hope for better? I'm not married to Horde, although there's plenty I like about it, and I'd happily enough abandon openldap too. I think a good reliable sync of contacts and calendar would be my main criterion in choosing a phone. Nice extras would be files and bookmarks, but these I can probably sort out separately if at all. I'd prefer not to use any non-self-hosted solutions (cloud-based things) but I'm open to it if it guarantees security, costs little/nothing and is reliable.

So, does anyone have any working Gentoo+phone setups that actually work for this? I'd love to hear about it, or anything that might be an improvement.
Back to top
View user's profile Send private message
ToeiRei
Veteran
Veteran


Joined: 03 Jan 2005
Posts: 1146
Location: Austria

PostPosted: Wed May 09, 2012 6:17 am    Post subject: Reply with quote

I did a debian chroot and installed kerio connect for having a fine solution. Honestly, syncing with smartphones doesn't look smart to me at all on linux with free and open products :(
_________________
Blog | btrfs | Please stand by - The mailer daemon is busy burning your messages in hell...
Back to top
View user's profile Send private message
cach0rr0
Moderator
Moderator


Joined: 13 Nov 2008
Posts: 4117
Location: Houston, Republic of Texas

PostPosted: Wed May 09, 2012 9:23 am    Post subject: Reply with quote

bout as close as you get is something like e.g. kolab

may be others out there, but that's the closest *I* have seen to a more or less integrated turnkey setup
_________________
Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash
Back to top
View user's profile Send private message
py-ro
Veteran
Veteran


Joined: 24 Sep 2002
Posts: 1266
Location: St. Wendel

PostPosted: Wed May 09, 2012 2:30 pm    Post subject: Reply with quote

I'am using syncml to sync my phone (Galaxy S2) with my eGroupware and groupdav/carddav to sync with Kontact/Thunderbird. As far as i know, you can directly use syncml to sync with your workstation, too.

Py
Back to top
View user's profile Send private message
Havin_it
l33t
l33t


Joined: 17 Jul 2005
Posts: 990
Location: Edinburgh, UK

PostPosted: Wed May 09, 2012 5:13 pm    Post subject: Reply with quote

Thanks all for the responses.

@ToeiRei: I'm afraid that's probably true, certainly follows my experience. First time I tried 2-way calendar sync between Horde and my N95, I ended up with every entry duplicated because the phone changed all my event categories from <Category> to "X-<Category>". It's the little things :oops:

@cach0rr0: as a Horde user I've heard of Kolab, but was never moved to explore further. The range of client support (Thunderbird and Android mentioned, which are my main likely ones) sound good, though "pervasive use of LDAP" gives me a special shiver of dread...

@py-ro: eGroupware sounds pretty promising too. More features than needed, but if the ones I do need actually work (as you indicate) then it's worth a tryout. Also more akin to my current setup by the sound of it.
Back to top
View user's profile Send private message
cach0rr0
Moderator
Moderator


Joined: 13 Nov 2008
Posts: 4117
Location: Houston, Republic of Texas

PostPosted: Wed May 09, 2012 9:55 pm    Post subject: Reply with quote

Havin_it wrote:
though "pervasive use of LDAP" gives me a special shiver of dread...


understandably so. I've found most DIY LDAP implementations on Linux to be a royal PITA. Semi-automated ones aren't as bad, but damn, took me a good ~8 hours a few days back just to get the memberOf overlay working correctly - and this was in 389-ds, with all sorts of pretty graphical tools available to assist me (it does work quite well now, however)

if kolab mostly automates the setup/maintenance i wouldnt be too averse, but i havent personally fiddled with it.
_________________
Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash
Back to top
View user's profile Send private message
Havin_it
l33t
l33t


Joined: 17 Jul 2005
Posts: 990
Location: Edinburgh, UK

PostPosted: Mon May 21, 2012 8:34 am    Post subject: Reply with quote

Looks like I have a reason and opportunity to move up my plans a bit: my gf's trusty old mobile finally died and her 5 years' upgrade credits landed her a gratis Galaxy S2, so now I have an Android device to try out. Great! Or not :(

I dunno about the other platforms above, but with Horde3's SymcML implementation and my N95, it's vital to be able to use the same URI for all successive syncs. To be able to do this whether inside or outside my home WLAN, I had to run my own local DNS server to supply resolution by FQDN for the Horde server. Setting the DNS server and search domain for the N95 was a snap, but I now learn that Android phones can't do this at all.

That could be a real deal-breaker for Android. The only way I can see that it might work is if I let the dnsmasq server take over DHCP duties from the router, but I'm not even sure if the rest of the network'll tolerate this. It's a real blocker as I see it.

UPDATE: Okay, bit less panicked now. My initial exploration of the phone seemed to give only global IP config options, but I eventually found the per-network settings (earlier Android versions lacked these, it seems). That means I can make the phone use the local DNS server, whether on DHCP or not. That's a relief.

I think the first thing I'll try is a more recent version of Horde (was planning to bring in a non-portage install of this anyway, since the horde-webmail package is going away). The newer versions hopefully will have better sync abilities.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum