Notices


Reply
Thread Tools
titilambert's Avatar
Posts: 98 | Thanked: 147 times | Joined on Mar 2010
#41
Originally Posted by darodi View Post
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 ...
 
Posts: 31 | Thanked: 44 times | Joined on Jun 2010
#42
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
 

The Following User Says Thank You to dovf For This Useful Post:
titilambert's Avatar
Posts: 98 | Thanked: 147 times | Joined on Mar 2010
#43
Originally Posted by dovf View Post
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
 
Posts: 31 | Thanked: 44 times | Joined on Jun 2010
#44
Originally Posted by titilambert View Post
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's Avatar
Posts: 98 | Thanked: 147 times | Joined on Mar 2010
#45
Hello!

New version available ! 1.3.2
Available in Devel repo.

I still not find a way to send sms from belgium ...
 
titilambert's Avatar
Posts: 98 | Thanked: 147 times | Joined on Mar 2010
#46
Hello !

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

The Following User Says Thank You to titilambert For This Useful Post:
titilambert's Avatar
Posts: 98 | Thanked: 147 times | Joined on Mar 2010
#47
Hello !

New Version released 1.6.2 !

Last edited by titilambert; 2012-09-03 at 17:15.
 
Posts: 41 | Thanked: 25 times | Joined on Mar 2011
#48
Originally Posted by titilambert View Post
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)
 

The Following User Says Thank You to darodi For This Useful Post:
titilambert's Avatar
Posts: 98 | Thanked: 147 times | Joined on Mar 2010
#49
Originally Posted by darodi View Post
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 !
 
Posts: 41 | Thanked: 25 times | Joined on Mar 2011
#50
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

Last edited by darodi; 2012-09-03 at 23:53.
 

The Following User Says Thank You to darodi For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 08:57.