On 2010-06-21T13:34:36, ext Jim Smith wrote:
> Hi,
> 
> I just moved my Symbian/Qt Mobility code for sending text messages to Maemo5 
> and it's not working now. Can someone tell me why or give me an idea why it 
> might stop working on Maemo5?
> 
> I can get the messages fine it's just sending that's a problem. 
> 
> 
>         QMessage message;
>         message.setType(QMessage::Sms);
>         message.setTo(QMessageAddress(QMessageAddress::Phone,contactAddress));
>         message.setBody(body);
> 
>         if(messageService.send(message)) {
>        
>         } else {
>           // message sending failed
>         }

I assume this is with the 1.0.0 release.

Can you send SMS messages with the serviceactions example?

If service actions works, then perhaps you could look at that example or send a 
small program to reproduce the problem you are experiencing.

Otherwise, if service actions doesn't work, then I'd suggest trying the 1.0.1 
package when it is released. There was a bug found (now fixed) before 1.0.1 was 
released in that sending a message to the same number multiple times didn't 
work on the Fremantle platform, I'm not sure if that bug was in 1.0.0 or not. 
This was actually fixed in libtpsession.

Kind regards,
Don Sanders


_______________________________________________
Qt-mobility-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-mobility-feedback

Reply via email to