maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] HeySms - Send and receive sms on your computer (https://talk.maemo.org/showthread.php?t=84705)

titilambert 2012-06-09 18:04

Re: [Announce] HeySms - Send and receive sms on your computer
 
Quote:

Originally Posted by darodi (Post 1219956)
still not working with HeySms v1.2.1-1

Code:

contact1
new_message to  contact1
new_message content test
content  test
send_sms  test
to  +32477xxxxxx
sent pdu [17, 0 , 11 ......................
sms sent
end sending

at the same time, I get a yellow n900 notification "incorrect number".

Yet the phone number printed and the new code in createPDUmessage seems OK. I don't get it.

Hum...
I just make a test with my mother who she's from France...
We need test ...

dovf 2012-06-15 12:35

Re: [Announce] HeySms - Send and receive sms on your computer
 
Hi!

Just installed from extras-testing (version 1.2.2-1), but I'm getting the error below at startup. Not sure if this is an issue with the dependencies in the package, or something wrong with my installation... Does bsddb come as part of the heysms installation, or is it a separate package?

I'm on the N900 with CSSU-21.2011.38-1Smaemo3, Stable.

Thanks!
Dov

Code:

Traceback (most recent call last):
  File "/usr/bin/heysms", line 30, in <module>
    from heysms import main
  File "/usr/lib/python2.5/site-packages/heysms/heysms.py", line 38, in <module>
    from lib.lib import banner_notification, list_presence_users
  File "/usr/lib/python2.5/site-packages/heysms/lib/lib.py", line 29, in <module>
    import bsddb
  File "/usr/lib/python2.5/bsddb/__init__.py", line 51, in <module>
    import _bsddb
ImportError: No module named _bsddb


titilambert 2012-06-15 13:06

Re: [Announce] HeySms - Send and receive sms on your computer
 
Quote:

Originally Posted by dovf (Post 1222262)
Hi!

Just installed from extras-testing (version 1.2.2-1), but I'm getting the error below at startup. Not sure if this is an issue with the dependencies in the package, or something wrong with my installation... Does bsddb come as part of the heysms installation, or is it a separate package?

I'm on the N900 with CSSU-21.2011.38-1Smaemo3, Stable.

Thanks!
Dov

Code:

Traceback (most recent call last):
  File "/usr/bin/heysms", line 30, in <module>
    from heysms import main
  File "/usr/lib/python2.5/site-packages/heysms/heysms.py", line 38, in <module>
    from lib.lib import banner_notification, list_presence_users
  File "/usr/lib/python2.5/site-packages/heysms/lib/lib.py", line 29, in <module>
    import bsddb
  File "/usr/lib/python2.5/bsddb/__init__.py", line 51, in <module>
    import _bsddb
ImportError: No module named _bsddb


Hello !

Strange problem ... Bsddb comes with python ...
What is your version of python ?
Do you have this file :
/usr/lib/python2.5/lib-dynload/_bsddb.so ?

If not, try to reinstall python

dovf 2012-06-15 13:41

Re: [Announce] HeySms - Send and receive sms on your computer
 
Quote:

Originally Posted by titilambert (Post 1222271)
Hello !

Strange problem ... Bsddb comes with python ...
What is your version of python ?
Do you have this file :
/usr/lib/python2.5/lib-dynload/_bsddb.so ?

If not, try to reinstall python

Nope, wasn't there for some reason... Updated my python (apt-get install python2.5) and it's now working. Thanks!

titilambert 2012-06-24 21:41

Re: [Announce] HeySms - Send and receive sms on your computer
 
Hello!

New version available ! 1.3.2
Available in Devel repo.

I still not find a way to send sms from belgium ...

titilambert 2012-08-22 04:08

Re: [Announce] HeySms - Send and receive sms on your computer
 
Hello !

New Version released !
1.5.1 : You can now use USB to connection your N900 to your computer :D
( You need power kernel package ... )

titilambert 2012-09-03 17:03

Re: [Announce] HeySms - Send and receive sms on your computer
 
Hello !

New Version released 1.6.2 !

darodi 2012-09-03 18:59

Re: [Announce] HeySms - Send and receive sms on your computer
 
Quote:

Originally Posted by titilambert (Post 1260312)
Hello !

New Version released 1.6.2 !


Hello titilambert!

Last version doesn't show contacts in add friends anymore.
I think you should replace this.

Code:

#            numbers = re.findall("TEL;TYPE=(?:HOME,|WORK,|)CELL:(.[0-9]*)\r\n", contact)
            numbers = re.findall("TEL;TYPE=.*?CELL.*?:(.[0-9]*)\r\n", contact)


titilambert 2012-09-03 20:42

Re: [Announce] HeySms - Send and receive sms on your computer
 
Quote:

Originally Posted by darodi (Post 1260419)
Hello titilambert!

Last version doesn't show contacts in add friends anymore.
I think you should replace this.

Code:

#            numbers = re.findall("TEL;TYPE=(?:HOME,|WORK,|)CELL:(.[0-9]*)\r\n", contact)
            numbers = re.findall("TEL;TYPE=.*?CELL.*?:(.[0-9]*)\r\n", contact)



Hello !

Thanks for your feedback ...
Could you precise how to reproduce it ?
Do you use "Add friend" button ?
Or do you use "add" function from controller ?

Thanks !

darodi 2012-09-03 23:50

Re: [Announce] HeySms - Send and receive sms on your computer
 
using the buton 'add friend' from the title bar.

some contacts have this format:

'UID:195\r', 'TEL;TYPE=CELL;TYPE=WORK:+32477000000\r', 'X-SIP:203\r', 'X-MSN;X-OSSO-VALID=yes;TYPE="msn-pecan":msn blabla 'FN:name'

TEL is before FN
CELL is before work
Code:

numbers = re.findall("TEL;TYPE=.*?CELL.*?:(.[0-9]*)\r\n", contact)
fixes the problem

titilambert 2012-09-04 02:32

Re: [Announce] HeySms - Send and receive sms on your computer
 
Quote:

Originally Posted by darodi (Post 1260574)
using the buton 'add friend' from the title bar.

some contacts have this format:

'UID:195\r', 'TEL;TYPE=CELL;TYPE=WORK:+32477000000\r', 'X-SIP:203\r', 'X-MSN;X-OSSO-VALID=yes;TYPE="msn-pecan":msn blabla 'FN:name'

TEL is before FN
CELL is before work
Code:

numbers = re.findall("TEL;TYPE=.*?CELL.*?:(.[0-9]*)\r\n", contact)
fixes the problem

Thanks !

Fixed in 1.6.3 when the build is finished ;)

titilambert 2012-09-04 16:01

Re: [Announce] HeySms - Send and receive sms on your computer
 
Hello !

New Version released 1.6.3 !

titilambert 2012-09-08 06:46

Re: [Announce] HeySms - Send and receive sms on your computer
 
Hello !

New Version released 1.6.6 ! (in devel)

HeySms should be work with Gajim and Kopete...

Kitt_for_Alice 2014-01-07 19:03

Re: [Announce] HeySms - Send and receive sms on your computer
 
Quote:

Originally Posted by titilambert (Post 1262953)
Hello !

New Version released 1.6.6 ! (in devel)

HeySms should be work with Gajim and Kopete...

Hi, titilambert!
Thanks for your great work! :)
I've installed HeySms, and did some test with pidgin on win7. Everything works fine, except for one little bug: I couldn't delete the messages stored on the phone that I sent via pidgin. Those messages gave me no reponse when I click on them. The only way to delete them is to clear the whole conversation!...

Is this the same to you and everybody else? Hope that there will be some solutions or suggestions... Thx again!

titilambert 2014-01-07 19:49

Re: [Announce] HeySms - Send and receive sms on your computer
 
Quote:

Originally Posted by Kitt_for_Alice (Post 1404621)
Hi, titilambert!
Thanks for your great work! :)
I've installed HeySms, and did some test with pidgin on win7. Everything works fine, except for one little bug: I couldn't delete the messages stored on the phone that I sent via pidgin. Those messages gave me no reponse when I click on them. The only way to delete them is to clear the whole conversation!...

Is this the same to you and everybody else? Hope that there will be some solutions or suggestions... Thx again!

Hello !

Thanks !
Unfortunately, I can not really help you because my N900 is dead ... :( ... It's hard for me to admit it ...
But I don't understand what you mean by "Those messages gave me no reponse when I click on them" ....
Could you give me for detail ?

Thanks !

Kitt_for_Alice 2014-01-08 07:24

Re: [Announce] HeySms - Send and receive sms on your computer
 
Quote:

Originally Posted by titilambert (Post 1404629)
But I don't understand what you mean by "Those messages gave me no reponse when I click on them" ....
Could you give me for detail ?

In ecah conversation window:
When clicking on an entry(a piece of message), it goes into a subwindow.
When long pressing an entry, a popup menu(Forward, Delete, Copy) will show up.

But now I have problem with those messages sent by pidgin.

Sorry for your N900... and for my poor English...

zaidk9 2014-01-09 11:37

N9 port??

-via Maemo Talk app

benny1967 2014-01-09 12:19

Re: [Announce] HeySms - Send and receive sms on your computer
 
Quote:

Originally Posted by zaidk9 (Post 1405091)
N9 port??

-via Maemo Talk app

Jolla port?

:D

titilambert 2014-01-19 17:51

Re: [Announce] HeySms - Send and receive sms on your computer
 
Quote:

Originally Posted by zaidk9 (Post 1405091)
N9 port??

-via Maemo Talk app

I already try... and it's quite difficult...
The Bonjour protocol needs avahi, and avahi is not ported to Harmattan...

So it's not really simple...

titilambert 2014-01-19 17:53

Re: [Announce] HeySms - Send and receive sms on your computer
 
Quote:

Originally Posted by benny1967 (Post 1405108)
Jolla port?

:D

I have to buy one :) and I'm staying in Canada ...

titilambert 2014-05-09 12:59

Hello guys !

Breaking news ! I bought a jolla phone !
I will get it about the end of may, i want to port HeySMS to sailfish !
I just need some help about qml and pyotherside.
Do you know any tutorial/help ?

Thanks !

titilambert 2014-07-25 06:40

Re: [Announce] HeySms - Send and receive sms on your computer
 
Hello !

I ported HeySMS on Sailfish OS => HERE

Astaoth 2014-08-07 23:04

Re: [Announce] HeySms - Send and receive sms on your computer
 
Why didn't find this application before ?? Thank you so much for your work !


All times are GMT. The time now is 05:51.

vBulletin® Version 3.8.8