I have managed to send out (and receive) binary SMSs, but what I want to accomplish is to send Access Point settings or bookmarks or Email settings etc. Currently I’m sending out messages like:
//udh=0605040B8423F0 //message=FD0601AE02056A0045C60C037777772E676F6F676C65...000101 //udh iMessage->Des().Append(0x06); iMessage->Des().Append(0x05); iMessage->Des().Append(0x04); iMessage->Des().Append(0x0B); iMessage->Des().Append(0x84); iMessage->Des().Append(0x23); iMessage->Des().Append(0xF0); iMessage->Des().Append(0xFD); iMessage->Des().Append(0x06);
But they arrive in the same format and also arrive to the same port as normal SMSs. When I receive AP settings from operator, then it arrives to some different port and is shown correctly.
Asked it also from Nokia and verdict was that I can’t be done. 🙁
It can be done when phone is used as a modem and commands are sent from the PC. If I could figure out the way how to emulate all that in phone, then it would be cool.