Groups > Symbian > Symbian signing > Re: Test PHN-01 MMS retrieval




Test PHN-01 MMS retrieval

Test PHN-01 MMS retrieval
Wed, 23 Aug 2006 13:17:01 +020
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/showthread.php?t=70998&highlight=MMS
+incoming

Direct Link to Download Examples:
http://www.forum.nokia.com/info/sw.nokia.com/id/1e440e53-9de2-4233-b885-d697ec1d
5775/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






Post Reply
Re: Test PHN-01 MMS retrieval
Wed, 23 Aug 2006 18:11:39 +020
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" <alfredo@vida-software.com> escribió en el
mensaje 
news:xQN5sXqxGHA.1384@UKCOL01WWEB01.symbian.intra...
> 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/showthread.php?t=70998&highlight=MMS
+incoming
>
> Direct Link to Download Examples:
>
http://www.forum.nokia.com/info/sw.nokia.com/id/1e440e53-9de2-4233-b885-d697ec1d
5775/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
>
>
>
>
>
>
> 

Post Reply
about | contact