Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Test PHN-01 MMS retrieval

1 replies · 0 views · Started 23 August 2006

Hi!

I just want to know what method do you recommend to handle MMS
interruptions.

First of all: I understand that MMS interruption covers:
1. First Stage: MMS Application ask user to close any active connection if
necessary.
2. Second Stage: MMS Application connects to MMS APN and retrieves MMS, then
MMS APN gets closed.

This link points to a solution to detect MMS Incoming Event:
http://discussion.forum.nokia.com/forum//forum/thread/70998/&highlight=MMS+incoming

Direct Link to Download Examples:
http://www.forum.nokia.com/info/sw.nokia.com/id/1e440e53-9de2-4233-b885-d697ec1d5775/EMCCSoft_S60_2x.zip.html

I develop a Symbian Server that is always connected to Internet APN:

My idea is:

Detect Incoming Call event with example code "Msgobserver"
Detect that my connection gets closed with:

AllInterfaceNotification APIs (or similar method) from RConnection

IF my connection gets closed when there is an incoming mms then:

when MMS APN gets closed (MMS has been retrieved), resume my connection
(re-connects to Internet APN and resume protocol).

Is this a right solution? Do you suggest a simple approach?

I have also decreased audio priority from 100 to 75 to allow SMS/MMS audio
notifications.
Which priority is the appriopiate to pass SymbianSigned?

Thank You very much and have a nice day

Hello!

With "CMsgObserverAppUi::HandleSessionEventL"

case EMsvEntriesCreated:

You get notified when the message has been received.

It's possible to get notified before Messaging Application connects MMS APN
(to retrieve the MMS)?

Thanks!

"Alfredo Rueda" <[email protected]> escribi� en el mensaje
news:[email protected]...
> Hi!
>
> I just want to know what method do you recommend to handle MMS
> interruptions.
>
> First of all: I understand that MMS interruption covers:
> 1. First Stage: MMS Application ask user to close any active connection if
> necessary.
> 2. Second Stage: MMS Application connects to MMS APN and retrieves MMS,
> then MMS APN gets closed.
>
> This link points to a solution to detect MMS Incoming Event:
> http://discussion.forum.nokia.com/forum//forum/thread/70998/&highlight=MMS+incoming
>
> Direct Link to Download Examples:
> http://www.forum.nokia.com/info/sw.nokia.com/id/1e440e53-9de2-4233-b885-d697ec1d5775/EMCCSoft_S60_2x.zip.html
>
> I develop a Symbian Server that is always connected to Internet APN:
>
> My idea is:
>
> Detect Incoming Call event with example code "Msgobserver"
> Detect that my connection gets closed with:
>
> AllInterfaceNotification APIs (or similar method) from RConnection
>
> IF my connection gets closed when there is an incoming mms then:
>
> when MMS APN gets closed (MMS has been retrieved), resume my connection
> (re-connects to Internet APN and resume protocol).
>
> Is this a right solution? Do you suggest a simple approach?
>
> I have also decreased audio priority from 100 to 75 to allow SMS/MMS audio
> notifications.
> Which priority is the appriopiate to pass SymbianSigned?
>
>
> Thank You very much and have a nice day
>
>
>
>
>
>
>