Hello, there,

I'm currently using and configuring a Debian OpenMoko to act as a backup
phone, hat could send/receive automated SMS, and also automatically connect
to GPRS in case my ADSL connection fails.

I'm facing the SMS problem. Since it seems we cannot diretly send
concatenated messages, I made a quick python program that could do that "by
hand". But I couldn't receive the delivery receipt... Seems that we should
have IncomingMessageReceipt for that, but I cannot find it in the Debian
FSO.

I looked at SHR and it got it (and a few other differences), so I would like
to know if the Debian FSO is not complete or what.... is it old, is there
another package?

Here is the diff between the Debian and SHR FSO :

22a23,24
> [METHOD]    org.freesmartphone.GSM.Device.GetPowerStatus()
> [METHOD]    org.freesmartphone.GSM.Device.GetRTC()
26a29
> [METHOD]    org.freesmartphone.GSM.Device.SetRTC()
28a32,34
> [SIGNAL]    org.freesmartphone.GSM.Device.KeypadEvent( s:name, b:pressed )
> [METHOD]    org.freesmartphone.GSM.SMS.AckMessage( s:contents,
a{sv}:properties )
> [METHOD]    org.freesmartphone.GSM.SMS.NackMessage( s:contents,
a{sv}:properties )
30c36,37
< [SIGNAL]    org.freesmartphone.GSM.SMS.IncomingMessage( s:address, s:text,
a{sv}:features )
---
> [SIGNAL]    org.freesmartphone.GSM.SMS.IncomingMessage( s:address, s:text,
a{sv}:properties )
> [SIGNAL]    org.freesmartphone.GSM.SMS.IncomingMessageReceipt( s:number,
s:text, a{sv}:properties )
71c78
< [METHOD]    org.freesmartphone.GSM.Network.RegisterWithProvider(
i:operator_code )
---
> [METHOD]    org.freesmartphone.GSM.Network.RegisterWithProvider(
s:operator_code )

There are some differences, huh... And I would like to have the receipt...
how ?

Thanks in advance.

Yann
_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to