maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Internet Messengers on the N9/N950! (Supports: MSN/ ICQ/ Yahoo/ AIM/ IRC/ Facebook/ Gadu-Gadu/ QQ) (https://talk.maemo.org/showthread.php?t=78922)

baboo 2011-12-04 23:38

Ok,i got this when i tried to dpkg -i telepathy and telepathy-butterfly
“Aegis rejecting telepathy_0.15.19-2.1_all.deb:Could not open debian archive
aegis aborting dpkg -- all listed package files rejected”.
How could this issue be solved??

billranton 2011-12-05 06:36

Re: MSN on the N9/N950!
 
Quote:

Originally Posted by baboo (Post 1133256)
Ok,i got this when i tried to dpkg -i telepathy and telepathy-butterfly
“Aegis rejecting telepathy_0.15.19-2.1_all.deb:Could not open debian archive
aegis aborting dpkg -- all listed package files rejected”.
How could this issue be solved??

This is aegis' rather cryptic way of saying file not found. Make sure you've got the filename right, and the file is in the current directory.

coderus 2011-12-05 07:13

Re: MSN on the N9/N950!
 
Hi all,
You can use MSN without installing many python packages, you only need
libpurple0
telepathy-haze

install them using
Code:

dpkg -i libpurple0*
dpkg -i telepathy-haze*

with root

and then add account
Code:

mc-tool add haze/msn $liveid string:account=$liveid string:password=$idpassword
telepathy-haze also support many protocols, such as
haze/icq
haze/yahoo
haze/aim
haze/irc
haze/facebook
haze/gadugadu
haze/qq

I tried haze/icq and haze/msn, you can try other services self.

Enjoy =)

billranton 2011-12-05 08:06

Re: MSN on the N9/N950!
 
Coderus, that's great! Did you build this for harmattan, or is it from somewhere else? The service and provider files should be almost the same - they'd just need haze instead of butterfly in the service file. You'd also need one set for each protocol.
Out of the three that were available for the n900, only msn-pecan is left unported. That's pretty good going I'd say.

coderus 2011-12-05 11:16

Re: MSN on the N9/N950!
 
I cant remember, this libs from maemo, i think

RafaelVlmendes 2011-12-05 20:16

Re: MSN on the N9/N950!
 
doubt...
When i make all process.. my msn login normal.. but other moments it login and logoff alone and no conect more.
Any know about the problem?

Other:
After config my homescreen never enter in stand bay only when restart config.

Makeclick 2011-12-05 20:48

Re: MSN on the N9/N950!
 
Hi!

I think i found a bug. If you install Cutetube-qml (qmltube) and maybe boot is needed. My messenger is go offline on the next boot and says: "network error" and only way to make it work is backup restore (make backup if you try this). I am 99% sure about this. My account is lost if i use:

mc-tool list

and any of my known command is not working at all. Terminal says try to fix with apt-get -f install, but it not help.

Must try that haze thing :). Looks very easy.

Makeclick 2011-12-06 02:15

Re: MSN on the N9/N950!
 
Coderus!! Wow! Much easier and now every messenger showup (my work messenger)!

I think this must be updated on the fist page??

rexii23 2011-12-06 04:32

Re: MSN on the N9/N950!
 
Yes awesome news. Is haze better than butterfly? If so, can we remove all the python packages? What about integration of the accounts into conversations in the thread billtranton started?

warrentaye 2011-12-06 05:37

Re: MSN on the N9/N950!
 
yahoo doesn't seem to work, giving incorrect password. Is it at all possible to have an actual application done for adding and removing accounts? or is this impossible?

SteveYoungs 2011-12-06 07:15

Re: MSN on the N9/N950!
 
Quote:

Originally Posted by coderus (Post 1133356)
Hi all,
You can use MSN without installing many python packages, you only need
libpurple0
telepathy-haze

Enjoy =)

Definitely do enjoy! Thank you so very much for these, mate. Awesome!

I had set up qemu and scratchbox and had gotten libpurple and telepathy-haze built, but I couldn't get them to work. The missing ingredient was aegis. (oh, I'm also a complete Debian n00b so I probably fsck'd up the debs I made anyway)

You have saved me a lot of headaches. Thanks mate!

I'm now happily using haze for ICQ and Yahoo.

rexii23 2011-12-06 08:16

Re: MSN on the N9/N950!
 
Quote:

Originally Posted by coderus (Post 1133356)
Hi all,
You can use MSN without installing many python packages, you only need
libpurple0
telepathy-haze


Enjoy =)

This is not working for me :( I do not get anything in availability
I thought it may be a mc-tool issue:


Code:

mc-tool add haze/msn $liveid string:account=$liveid string:password=$idpassword
since you had the '$' sign and other instructions didn't, but I tried it without and I'm still not seeing anything.

I previously used butterfly but unistalled all associated packages already. did a mc-tool remove also.

Pete23 2011-12-06 15:55

Re: MSN on the N9/N950!
 
Quote:

Originally Posted by warrentaye (Post 1133841)
yahoo doesn't seem to work, giving incorrect password. Is it at all possible to have an actual application done for adding and removing accounts? or is this impossible?

What kind of password do you have? I discovered that password cannot contain special letters like !"#% when I configured the MSN account

Pete23 2011-12-06 15:57

Re: MSN on the N9/N950!
 
Quote:

Originally Posted by coderus (Post 1133356)
Hi all,
You can use MSN without installing many python packages, you only need
libpurple0
telepathy-haze

install them using
Code:

dpkg -i libpurple0*
dpkg -i telepathy-haze*

with root

and then add account
Code:

mc-tool add haze/msn $liveid string:account=$liveid string:password=$idpassword
telepathy-haze also support many protocols, such as
haze/icq
haze/yahoo
haze/aim
haze/irc
haze/facebook
haze/gadugadu
haze/qq

I tried haze/icq and haze/msn, you can try other services self.

Enjoy =)


Thank you very much Coderus!

This works like a charm!

Only make sure that your password doesn't contain special letters like !"%& only letters and numbers :)


Code:

mc-tool add haze/msn MSN string:account=youraccountname@hotmail.com string:password=Yourpassword123

Pete23 2011-12-06 16:02

Re: MSN on the N9/N950!
 
Quote:

Originally Posted by rexii23 (Post 1133863)
This is not working for me :( I do not get anything in availability
I thought it may be a mc-tool issue:


Code:

mc-tool add haze/msn $liveid string:account=$liveid string:password=$idpassword
since you had the '$' sign and other instructions didn't, but I tried it without and I'm still not seeing anything.

I previously used butterfly but unistalled all associated packages already. did a mc-tool remove also.

Did you remember to enable the account? After inputting that code, mc-tool gives you the name of the address, then you have enable it by following:

Code:

mc-tool enable haze/msn/youraccount_40hotmail_2eco0

rexii23 2011-12-06 19:59

Re: MSN on the N9/N950!
 
Quote:

Originally Posted by Pete23 (Post 1134044)
Did you remember to enable the account?

I totally forgot to do this!!! thanks!! I feel so silly now.

Makeclick 2011-12-06 21:01

Re: MSN on the N9/N950!
 
Quote:

Originally Posted by warrentaye (Post 1133841)
yahoo doesn't seem to work, giving incorrect password. Is it at all possible to have an actual application done for adding and removing accounts? or is this impossible?

Yep! Is it hard to make Ovistore app witch has those 2 .debs, xmls and then it works like others build in services? People really waithing msn support.. I like to make one, but i do not have any tallent to make apps :(.

Makeclick 2011-12-06 21:07

Re: MSN on the N9/N950!
 
Quote:

Originally Posted by rexii23 (Post 1133863)
This is not working for me :( I do not get anything in availability
I thought it may be a mc-tool issue:


Code:

mc-tool add haze/msn $liveid string:account=$liveid string:password=$idpassword
since you had the '$' sign and other instructions didn't, but I tried it without and I'm still not seeing anything.

Do not but $
Pete23s way work and rocks!
Code:

mc-tool add haze/msn MSN string:account=youraccountname@hotmail.com string:password=Yourpassword123

impact 2011-12-06 21:22

Re: MSN on the N9/N950!
 
Quote:

Originally Posted by Makeclick (Post 1134175)
Do not but $
Pete23s way work and rocks!
Code:

mc-tool add haze/msn MSN string:account=youraccountname@hotmail.com string:password=Yourpassword123

http://en.wikipedia.org/wiki/Sigil_%...programming%29

rexii23 2011-12-06 21:37

Re: MSN on the N9/N950!
 
Thanks guys, it's working now but i'm not getting full integration with MSN

I only have online/offline status and not away and invisible. Disabling MSN through 'Accounts' application doesn't seem to do anything either. I also keep on getting empty conversations list - I need to select SMS only and then select all messages again to have all my messages show up. In contacts, I see the small icon to indicate the contact's status and if they are on MSN, but if I go view the contact, the live address for msn is blank.
I've changed the msn.service manager to haze already too

the steps I did:
remove all butterfly and python packages.
installed libpurple0 and haze
mc-tool added and enabled the account
follow the instructions on 'Proper integration of telepathy accounts'
rebooted. tried disabling enabling MSN via 'Accounts'


I'll have another go starting from scratch when I get home, any suggestions?

SteveYoungs 2011-12-06 22:13

Re: MSN on the N9/N950!
 
Quote:

Originally Posted by Pete23 (Post 1134039)
What kind of password do you have? I discovered that password cannot contain special letters like !"#% when I configured the MSN account

Yeah, it can, but you have to keep it safe from shell expansion when using mc-tool. Just enclose the password in single quotes...

Code:

mc-tool update haze/msn/you_40domain_2ecom0 string:password='f#$k!ng&p4sswd%'

Makeclick 2011-12-06 23:01

Re: MSN on the N9/N950!
 
Quote:

Originally Posted by impact (Post 1134180)

Thanks, but i do not understad any of it :D. Some prefix for your account name.. hmm.. :confused:

HtheB 2011-12-07 00:05

Re: MSN on the N9/N950!
 
Updated the first post once again! :)

deviantenator 2011-12-07 01:29

Re: MSN on the N9/N950!
 
Quote:

Originally Posted by HtheB (Post 1134247)
Updated the first post once again! :)

add some screenshot please..

oh, i have question, if i add yahoo with method 1, does i still need to use Proper integration of telepathy accounts by billranton ?

thanx.

chenliangchen 2011-12-07 15:58

Re: MSN on the N9/N950!
 
Quote:

Originally Posted by deviantenator (Post 1134265)
add some screenshot please..

oh, i have question, if i add yahoo with method 1, does i still need to use Proper integration of telepathy accounts by billranton ?

thanx.

Yes you need.

impact 2011-12-07 18:12

Re: MSN on the N9/N950!
 
Quote:

Originally Posted by Makeclick (Post 1134224)
Thanks, but i do not understad any of it :D. Some prefix for your account name.. hmm.. :confused:

Don't worry about it too much.

In this case it's used to indicate the words you have to replace. So if you see $password it means type your password here. If you see $username then replace it with your username etc... it's just like writing (your password goes here) or (your username goes here), but shorter.

billranton 2011-12-07 19:36

Re: MSN on the N9/N950!
 
Quote:

Originally Posted by SteveYoungs (Post 1133854)
Definitely do enjoy! Thank you so very much for these, mate. Awesome!

I had set up qemu and scratchbox and had gotten libpurple and telepathy-haze built, but I couldn't get them to work. The missing ingredient was aegis. (oh, I'm also a complete Debian n00b so I probably fsck'd up the debs I made anyway)

You have saved me a lot of headaches. Thanks mate!

I'm now happily using haze for ICQ and Yahoo.

I tried the same, but you got much further than I did. Cross compilation brrr...

I'd still like to have a go though - maybe to make an AccountsUI with qt creator. Does anyone know where the relevant documentation is?

johnsnipe 2011-12-08 05:35

Re: Internet Messengers on the N9/N950! (Supports: MSN/ICQ/Yahoo/AIM/IRC/Facebook/Gadu-Gadu/QQ)
 
Haze is better than butterfly? or is the same? i notice than actually ( at least the butterfly method) cause battery drain like 40 ma more , any way so if i have butterfly/msn i should stay or go for the haze or is the same thing? and if i have to go with haze how do i uninstall all the packages and things about butterfly? thanks :)

Makeclick 2011-12-08 09:09

Re: Internet Messengers on the N9/N950! (Supports: MSN/ICQ/Yahoo/AIM/IRC/Facebook/Gadu-Gadu/QQ)
 
haze is support more than bytterfly. At last in my case..

Niwakame 2011-12-08 10:46

Re: Internet Messengers on the N9/N950! (Supports: MSN/ICQ/Yahoo/AIM/IRC/Facebook/Gadu-Gadu/QQ)
 
See http://talk.maemo.org/showpost.php?p...79&postcount=6

Quote:

If the contact you wish to talk to is on 'appear offline', then the message sent from the n9 won't be see by that contact. If that contact messages you however, the message does appear. If the contact is on any other status ie online, busy, away, there are not problems.

Is this happening to any one else? Can someone test? I didn't have this issue with butterfly but I had bad connection problems and battery drain with butterfly so I would much prefer to keep haze.

Marat 2011-12-08 13:31

Re: MSN on the N9/N950!
 
How should I remove all butterfly and python packages?
Please help me I am a beginner at Maemo:)

Quote:

Originally Posted by rexii23 (Post 1134185)
Thanks guys, it's working now but i'm not getting full integration with MSN

I only have online/offline status and not away and invisible. Disabling MSN through 'Accounts' application doesn't seem to do anything either. I also keep on getting empty conversations list - I need to select SMS only and then select all messages again to have all my messages show up. In contacts, I see the small icon to indicate the contact's status and if they are on MSN, but if I go view the contact, the live address for msn is blank.
I've changed the msn.service manager to haze already too

the steps I did:
remove all butterfly and python packages.
installed libpurple0 and haze
mc-tool added and enabled the account
follow the instructions on 'Proper integration of telepathy accounts'
rebooted. tried disabling enabling MSN via 'Accounts'


I'll have another go starting from scratch when I get home, any suggestions?


soleil 2011-12-08 14:30

Re: Internet Messengers on the N9/N950! (Supports: MSN/ICQ/Yahoo/AIM/IRC/Facebook/Gadu-Gadu/QQ)
 
After installed harmattan dev repo , do I need to restart the phone to have the repo enabled . I couldn't get sqlite3 yesterday after successfully installed the repo . But today , I got sqlite3 without problem . i don't understand

billranton 2011-12-08 14:34

Re: MSN on the N9/N950!
 
Quote:

Originally Posted by Marat (Post 1134996)
How should I remove all butterfly and python packages?
Please help me I am a beginner at Maemo:)

You don't have to remove them. They won't do any harm if you leave them there.

Marat 2011-12-09 22:31

Re: MSN on the N9/N950!
 
Quote:

Originally Posted by billranton (Post 1135022)
You don't have to remove them. They won't do any harm if you leave them there.

Same problem here:
I need to select SMS/MMS only and then select all messages again to have all my messages show up.


Can I restore the previous system state and/or remove/uninstall these packages? If yes, how? Backup data and reset?
Or should I do the proper integration of telepathy accounts first?

warrentaye 2011-12-09 23:52

Re: MSN on the N9/N950!
 
Quote:

Originally Posted by Marat (Post 1135654)
Same problem here:
I need to select SMS/MMS only and then select all messages again to have all my messages show up.


Can I restore the previous system state and/or remove/uninstall these packages? If yes, how? Backup data and reset?
Or should I do the proper integration of telepathy accounts first?

If you do the proper integration the sms bug will not happen.

vihru 2011-12-12 07:13

Re: Internet Messengers on the N9/N950! (Supports: MSN/ICQ/Yahoo/AIM/IRC/Facebook/Gadu-Gadu/QQ)
 
So, can i get facebook chat works with n9 in this tutorial?
what is different with default chat witch included in n9?
i dont want integrate those facebook friends with my n9 contact book. thanks!

engige 2011-12-12 08:11

Re: Internet Messengers on the N9/N950! (Supports: MSN/ICQ/Yahoo/AIM/IRC/Facebook/Gadu-Gadu/QQ)
 
I installed additional IM plug-ins i.e. Yahoo, MSN, ICQ, & Jabber through dpkg terminal operations but now I seem to have a major problem.

Each time I restart the N9 or switch on Internet Connection, all my accounts including twitter & facebook request for password entry!! Imagine entering passwords for five or more accounts each time you go online.

I tried reset and recreating all accounts again but the problem is still there.

Please help. Any assistance will be appreciated.

Makeclick 2011-12-12 08:17

Re: Internet Messengers on the N9/N950! (Supports: MSN/ICQ/Yahoo/AIM/IRC/Facebook/Gadu-Gadu/QQ)
 
Update!! Easyes way to do all of this ;) http://mynokiablog.com/2011/12/11/im...oo-on-nokian9/

engige 2011-12-12 08:23

Re: Internet Messengers on the N9/N950! (Supports: MSN/ICQ/Yahoo/AIM/IRC/Facebook/Gadu-Gadu/QQ)
 
Quote:

Originally Posted by Makeclick (Post 1136458)
Update!! Easyes way to do all of this ;) http://mynokiablog.com/2011/12/11/im...oo-on-nokian9/

I followed those steps and all seemed to work well until all my accounts started requesting for a password each time I go online!!

I need help.

Makeclick 2011-12-12 08:27

Re: Internet Messengers on the N9/N950! (Supports: MSN/ICQ/Yahoo/AIM/IRC/Facebook/Gadu-Gadu/QQ)
 
remove old account and make new ones.

If you have done mc-tool -thing.. remove them and fallow those steps again. then reboot and make new account with phones own account UI :).

This is what many people have waited :). So nice.


All times are GMT. The time now is 02:33.

vBulletin® Version 3.8.8