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


All times are GMT. The time now is 04:14.

vBulletin® Version 3.8.8