Hello,
does anybody know anything about MMS API? I can send MMSs, but I cannot read them from the inbox, I cannot know if a message has been correctly sent and nobody answers questions about this....
Type: Posts; User: jblazque; Keyword(s):
Hello,
does anybody know anything about MMS API? I can send MMSs, but I cannot read them from the inbox, I cannot know if a message has been correctly sent and nobody answers questions about this....
Hello,
how can I know in Symbian that a MMS has properly sent?
Thank you.
Hello,
how can I access to MMS errors? Are all errors present in mmserrors.h available?
Thank you.
Hello,
I'm trying to send some MMSs in a loop. When there is an error (server down), I want to know it. If I open a session synchronously I cannot retrieve the error but if I try to open it...
Hello,
I'm trying to send some MMSs in a loop. When there is an error (server down), I want to know it. If I open a session synchronously I cannot retrieve the error but if I try to open it...
Hello, do you use infrared to send sis files to your mobile phone? I do that and you have to start infrared in the phone and place it in front of the infrared port of the PC. The infrared application...
Hello,
I'm trying to send some MMSs in a loop. When there is an error (server down), I want to know it. If I open a session synchronously I cannot retrieve the error but if I try to open it...
Hi,
I can't find the way to get data from a multiple data query.The format is CAknTextQueryDialog::NewL(addr,...).
Is addr an array where every entry is stored?
Should I use this sentence more...
Hello,
I want to send MMSs from a PC with a phone connected to serial port. Can this be done (using AT commands, writing to the port a WSP message, etc)?
Thank you.
Jose M.
Can an application run other application? I have a Nokia 7650 that is going to be connected to a PC via infrared. The infrared application have to call a MMS send application more than once.
Thank...
Hi all, I've tried to build an application with MMSExample files downloaded form nokia.com. But I get
ERROR: Dll 'MMSEXAMPLE[101F402F].APP' has uninitialized data.
I've tried to do abld freeze...
Hi,
I do something similar.I use an information note to display same variables. If the variable is numeric you can do:
CAknInformationNote* dlg = new(ELeave) CAknInformationNote();
TBuf<16>...