Need Help regarding SMS Library & Phone Library

For user who dont speak german please use this part of my forum
Antworten
Qadeer Ghouri
Beiträge: 1
Registriert: Do 16. Apr 2009, 05:09
Wohnort: Pakistan

Need Help regarding SMS Library & Phone Library

Beitrag 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
weinbi
Moderator
Beiträge: 929
Registriert: Mo 11. Jun 2007, 11:25
Wohnort: Kärnten
Kontaktdaten:

Beitrag 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.
English FAQ || Deutsche FAQ
----------------------------------
HTC Desire
FJ
Site Admin
Beiträge: 32117
Registriert: Mi 15. Feb 2006, 01:16
Wohnort: Tirol

Beitrag 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.
Antworten