Some time ago I used a Nokia 5800 and wrote a interface for reading answering and writing sms on the pc and send them to the phone which would send it as an regular sms.
With symbian it worked and it was possible to transfer the mobile phone contacs from the phonebook to PC.
I am new to programming on maemo and QT Creator seems a little bit confusing to me.
Does somebody might like to port the m-shell program to QT?
Here is the code of the client. It connects via a socket to the pc and sends xml-like code to it when receiving sms and listens for the requests from the server.
It would be cool to have an widget for the homescreen to do this.
I think the important part is to get a running connection to the server and be able to read or send sms. I should be able to implement the rest with trial and error
With symbian it worked and it was possible to transfer the mobile phone contacs from the phonebook to PC.
I am new to programming on maemo and QT Creator seems a little bit confusing to me.
Does somebody might like to port the m-shell program to QT?
Here is the code of the client. It connects via a socket to the pc and sends xml-like code to it when receiving sms and listens for the requests from the server.
Sourcecode : http://pastebin.com/SUi74hGh
It would be cool to have an widget for the homescreen to do this.
I think the important part is to get a running connection to the server and be able to read or send sms. I should be able to implement the rest with trial and error
Last edited by Pinatz; 2011-04-08 at 09:32.