* How to get the SMS stored in SIM card
@ 2010-08-03 9:37 Huang, Ye
2010-08-03 14:34 ` Denis Kenzior
0 siblings, 1 reply; 4+ messages in thread
From: Huang, Ye @ 2010-08-03 9:37 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 147 bytes --]
Hi
The SMS we receive is class 1, right? Where to find the SMS we receive which store in SIM through ofono API? Thanks.
Best regards,
Ye
[-- Attachment #2: attachment.html --]
[-- Type: text/html, Size: 5117 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to get the SMS stored in SIM card
2010-08-03 9:37 How to get the SMS stored in SIM card Huang, Ye
@ 2010-08-03 14:34 ` Denis Kenzior
2010-09-07 1:56 ` Li, Li L
0 siblings, 1 reply; 4+ messages in thread
From: Denis Kenzior @ 2010-08-03 14:34 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 698 bytes --]
Hi Ye,
On 08/03/2010 04:37 AM, Huang, Ye wrote:
> Hi
>
>
>
> The SMS we receive is class 1, right? Where to find the SMS we receive
> which store in SIM through ofono API? Thanks.
>
oFono reports both Class 0 and un-classified / class 1 SMS messages.
oFono does not store SMS messages on the SIM or ME and does not handle
sim full conditions.
The default SMS driver programs the modem to report SMS PDUs directly to
the core. If such a feature is unavailable on the particular modem,
then SMS messages are routed to SIM/ME storage, delivered to the core
and deleted.
You will not find any SMS messages on the SIM/ME if oFono is running
properly.
Regards,
-Denis
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: How to get the SMS stored in SIM card
2010-08-03 14:34 ` Denis Kenzior
@ 2010-09-07 1:56 ` Li, Li L
2010-09-07 8:20 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Li, Li L @ 2010-09-07 1:56 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1311 bytes --]
Hi Denis,
I have question about "The default SMS driver programs the modem to report SMS PDUs directly to the core". I want to know how to deal with the received sms by ofono core? Where to save the sms?
BR
Lily
-----Original Message-----
From: ofono-bounces(a)ofono.org [mailto:ofono-bounces(a)ofono.org] On Behalf Of Denis Kenzior
Sent: Tuesday, August 03, 2010 10:34 PM
To: ofono(a)ofono.org
Cc: Huang, Ye
Subject: Re: How to get the SMS stored in SIM card
Hi Ye,
On 08/03/2010 04:37 AM, Huang, Ye wrote:
> Hi
>
>
>
> The SMS we receive is class 1, right? Where to find the SMS we receive
> which store in SIM through ofono API? Thanks.
>
oFono reports both Class 0 and un-classified / class 1 SMS messages.
oFono does not store SMS messages on the SIM or ME and does not handle
sim full conditions.
The default SMS driver programs the modem to report SMS PDUs directly to
the core. If such a feature is unavailable on the particular modem,
then SMS messages are routed to SIM/ME storage, delivered to the core
and deleted.
You will not find any SMS messages on the SIM/ME if oFono is running
properly.
Regards,
-Denis
_______________________________________________
ofono mailing list
ofono(a)ofono.org
http://lists.ofono.org/listinfo/ofono
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: How to get the SMS stored in SIM card
2010-09-07 1:56 ` Li, Li L
@ 2010-09-07 8:20 ` Marcel Holtmann
0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2010-09-07 8:20 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 572 bytes --]
Hi Lily,
same rules for you than for everybody else. No top posting allowed on
this mailing list. Please follow proper mailing list netiquette here.
> I have question about "The default SMS driver programs the modem to report SMS PDUs directly to the core". I want to know how to deal with the received sms by ofono core? Where to save the sms?
Inside oFono the SMS are delivered via the history abstraction. So you
need a history plugin that decides about the actual storage of the SMS
on your system. This is platform dependent.
Regards
Marcel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-09-07 8:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-03 9:37 How to get the SMS stored in SIM card Huang, Ye
2010-08-03 14:34 ` Denis Kenzior
2010-09-07 1:56 ` Li, Li L
2010-09-07 8:20 ` Marcel Holtmann
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.