Seite 1 von 1

Need Help regarding SMS Library & Phone Library

Verfasst: Do 30. Apr 2009, 07:13
von Qadeer Ghouri
Hellow .. I am just trying to develop SMS type utility and after a lot of search i have got a Library from a source..
but the problem with that library is that it can send a SMS of 160 characters and while reading if a message contains more then 160 characters it cretes the parts of it.. please help me out to find out the best solution and also


is there any way so i can get that SMS Library and Phone Library ?
if any do tell me how to get it..
i have no idea which control u have used for "Sidebar".. i will be very thankfull if you do tell me about my questions

Verfasst: Do 30. Apr 2009, 19:06
von weinbi
There is no workaround. A message with more than 160 characters has to be split. I'm not sure but i think the PDU contains how many messages there are.

Do you mean the sidebar in the program or the gadget for the vista-sidebar?
The gadget is written in JavaScript.
The sidebar in the program is called ExpandBar or similar, i think it depends on the programming language.

EDIT (Sorry, i forgot the other question):

For sms coding (PDU format) use google or e.g. http://www.dreamfabric.com/sms/.
To communicate with the (SonyEricsson) phone have a look at the official AT-Command Reference.

Verfasst: Do 30. Apr 2009, 19:56
von FJ
Please take a look at this. Its a sample written in VB6 which contains the whole code for decoding/encoding PDU, also including Multi-SMS. I uploaded this sample long time ago but it still works.

The sidebar-gadget does not contain any SMS-Code -> its just a extension which uses MyPhoneExplorer for its functions.