Showing results 1 to 8 of 8 @ 0.00 seconds. Search: Posts Made By: pende
Forum: Applications 2010-01-02, 11:34
Replies: 142
Views: 64,681
Posted By pende
Re: SMS from CLI (Command Line)?

Hi there,

I added some code and now you are able to send sms and receive a reply. Code is available for download here http://ztbsauer.com/sender.py

For now it replies only for one command but...
Forum: Applications 2009-12-29, 18:26
Replies: 142
Views: 64,681
Posted By pende
Re: SMS from CLI (Command Line)?

Hi Houz,

I am working on it. I will publish code when ready :)
Forum: Applications 2009-12-29, 17:26
Replies: 142
Views: 64,681
Posted By pende
Re: SMS from CLI (Command Line)?

I am posting working code

test.py

#!/usr/bin/env python2.5

import dbus
import smsutil
import sys
Forum: Applications 2009-12-29, 12:05
Replies: 142
Views: 64,681
Posted By pende
Re: SMS from CLI (Command Line)?

Hi,
I added this

if bitsconsumed == 7:
bitsconsumed = 0

into smsutil.py and now I noticed that it sends all the message but it duplicate first char...
Forum: Applications 2009-12-29, 09:54
Replies: 142
Views: 64,681
Posted By pende
Re: SMS from CLI (Command Line)?

Hi shaunramos,

I have tested your code and now It works. I tried with different messages and with short messages (several chars) it works perfect but with longer I got something like this on my...
Forum: Applications 2009-12-29, 01:32
Replies: 142
Views: 64,681
Posted By pende
Re: SMS from CLI (Command Line)?

My files:


#!/usr/bin/env python2.5

import dbus
import smsutil

bus = dbus.SystemBus()
smsobject = bus.get_object('com.nokia.phone.SMS', '/com/nokia/phone/SMS/ba212ae1')
Forum: Applications 2009-12-29, 00:22
Replies: 142
Views: 64,681
Posted By pende
Re: SMS from CLI (Command Line)?

Thanks for your reply, I tried it but with no success. Where should I put phone number and message?
Forum: Applications 2009-12-28, 23:18
Replies: 142
Views: 64,681
Posted By pende
Re: SMS from CLI (Command Line)?

Hi,

Is this code everything that I need to add into my code to send sms?
What about phone number where I am sending sms?
Showing results 1 to 8 of 8



 
Forum Jump

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