![]() |
Re: SMS DBUS sending Fail
Could you show us your fixed code? I'm trying to send messages but I haven't been lucky
Thanks |
Re: SMS DBUS sending Fail
Quote:
i will post it tomorrow please patient thanks |
Re: SMS DBUS sending Fail
Quote:
http://www.extenddev.com/maemo/phonelib.h.txt http://www.extenddev.com/maemo/gsm.h.txt Using like this : struct _SMS* sm; sm = malloc(sizeof(SMS) ); memset(sm,0,sizeof(SMS)); strcpy(sm->mobile,"+20xxxxxxxxx"); strcpy(sm->message,"hellohello"); sendsms(sm); free(sm); Hope is useful and helpful Thanks |
Re: SMS DBUS sending Fail
thanks so much waelfarouk0
|
Re: SMS DBUS sending Fail
I'm trying to compile this code with using gsm.h and phonelib.h :
Quote:
Quote:
Quote:
Thanks |
Re: SMS DBUS sending Fail
What about 7-bit encodings vs. 16-bit encodings and such? Does you app deal with these matters?
|
Re: SMS DBUS sending Fail
Quote:
i will check and back to you |
Re: SMS DBUS sending Fail
Quote:
if i just need to know where is data coding scehma is set and then i will let you know how to send unicode Thanks Wael |
Re: SMS DBUS sending Fail
Quote:
Regards Wael |
Re: SMS DBUS sending Fail
Jejeje I forget to use the parameter -lm for the math.h lib
It works |
All times are GMT. The time now is 13:41. |
vBulletin® Version 3.8.8