![]() |
Proper integration of telepathy accounts
1 Attachment(s)
EDIT: go here and do all of this without terminals and repositories and sqlites. I'll leave this here for reference.
Dotted around these forums are instructions to add non-gmail jabber accounts, msn, icq or other haze supported protocols on harmattan with mc-tool, you'll have seen that although the accounts are usable, they're not very well integrated. Although this is a long way from a proper implementation, it'll make sure you can see everything properly like this: http://i.imgur.com/JXYFv.png http://i.imgur.com/GRNuO.png http://i.imgur.com/wmMTS.png First download the zip file attached to this post. Inside are the required xml files to declare the main four libpurple protocols (Jabber, MSN, AOL, Yahoo) to the Accounts system. As root, copy the .provider files to /usr/share/accounts/providers, and the .service files to /usr/share/accounts/services. Also in there is a choice of icons for jabber, as harmattan doesn't come with one. Choose which you like and copy to /usr/share/themes/blanco/meegotouch/icons/. If you use the -xmpp ones, either rename them to -jabber or change the jabber provider and service files. If anyone makes xml and icons for protocols I haven't included, let me know and I'll include them in the zip. At this point you should be able to see your new services in the Accounts application under 'Add accounts'. Although it'll show you a form, it needs a binary plugin to actually create the account so it won't work. We'll do it manually from what we already have. First use 'mc-tool list' at a terminal to find the uid of your telepathy account. It'll be something like 'gabble/jabber/email_40address_2enet0' or 'haze/msn/email_40address_2enet0'. Keep it for later. Disable the account with 'mc-tool disable <uid>', as we'll let the accounts UI re-enable it when it's set up. Assuming you've got the harmattan dev repository set up, you can install sqlite to add the account manually: Code:
apt-get install sqlite3 Code:
sqlite3 .accounts/accounts.db Code:
select * from services; Code:
20|msn|MSN|msn|IM Code:
insert into accounts values (null, 'me@hotmail.com', 'msn', 0); Code:
select * from accounts; Code:
insert into settings values(14, 20, 'tmc-uid', 's', '<telepathy uid>'); Code:
insert into settings values(14,0,'username','s','me@hotmail.com'); As I said, this is still just a workaround. A proper implementation would wrap up the telepathy plugin, the provider and service xmls, icons, and an executable binary in /usr/lib/AccountsUI/ for account management. But this will do for now. I've got as far as finding this documentation for that, but I have no experience with c++ dev for maemo, so have a long way to go. EDIT: Added official xmpp icons. Kept the old ones though because I prefer them. EDIT: More info from elsewhere in the thread. EDIT: Included a zip of provider and service files. |
Re: Proper integration of telepathy accounts
Just confirming, is this the next step after following the instructions from the 'MSN on the N9/N950! ' thread?
|
Re: Proper integration of telepathy accounts
ok, i'm following your steps but i can't see my msn account:
Code:
$ sqlite3 .accounts/accounts.db Is select * from services; the right command? not changing the * for the butterfly/msn/.... name, or something? i already did it, but doesn't work... |
Re: Proper integration of telepathy accounts
Quote:
Quote:
|
Re: Proper integration of telepathy accounts
Thanks, I'll try to enable jabber.org account this way. By the way XMPP (former Jabber) changed the icon, and uses now:
http://archipelproject.org/wp-conten.../xmpp-logo.png |
Re: Proper integration of telepathy accounts
Quote:
Quote:
|
Re: Proper integration of telepathy accounts
You would think so, but lots of the settings table has 0 for the service field, especially the usernames. I don't know if this is a bug, but I can confirm that it works with a 0. I haven't tried it with the service id filled in.
|
Re: Proper integration of telepathy accounts
Quote:
Thanks billranton after playing around with it for a while I finally managed it get it all setup!! The only downside I see with this solution atm is that the password is stored in plain text and in sqlite....but at least its better than no msn on my phone! |
Re: Proper integration of telepathy accounts
Quote:
|
Re: Proper integration of telepathy accounts
oh well, it will do for now, I have a password set on the phone so at least that helps.
found an issue with integration with contacts. I can't seem to add the MSN service onto my contacts. I can see them someone talks to me and then I can add them by clicking on their name in messages. Are you having a similar issue? It did merge my hotmail contacts, but I had a MfE account with hotmail already so it was all synced in the first place, there was a couple of duplicate emails but if I tap on them I send an email instead. Also noticed that if I add this contact after seeing it pop up in the message window. I do get MSN under Service for this contact, but under the word MSN there is 'failed' Apart from Service there is also Mail, where it contains the contact's email address. EDIT: I went into Accounts, disabled MSN, saved it, and then went back in and reenabled it. This did the trick and in the contacts window it displayed 'fetching contacts' after a minute or 2 it properly merged my contacts!! |
All times are GMT. The time now is 15:31. |
vBulletin® Version 3.8.8