Use of CSendUi Series60 Dp1-2

Login to reply to this topic.
Mon, 2007-01-15 03:39
Joined: 2005-09-08
Forum posts: 24
Hi Developers,

I have used a class CSendAppUi to send files across other devices By Bluetooth , IR, .... basically all MTM's .

I can send a .txt file of a .jpg file with success but cannot send a .sis file.
I get a error System Error -3 (KErrCancel) on the function call CreateAndSendMessageL.

I am not sure why CSendAppUi  class should reject .sis file.

Does anyone have a idea about it?  Huh

Thanks .

Tue, 2007-01-16 07:49
Forum Nokia Champion
Joined: 2004-05-26
Forum posts: 732
Re: Use of CSendUi Series60 Dp1-2
Quote from: mobile_guy
...
I can send a .txt file of a .jpg file with success but cannot send a .sis file.
This issue has been already discussed in this Forum. The files like SIS and MID are treated as Protected Files so you can't normally send it across, the workaround would be rename it to something like YourSIS.SIS_ and send it.

Quote from: mobile_guy
I get a error System Error -3 (KErrCancel) on the function call CreateAndSendMessageL.
...
That means you're de-referencing a NULL pointer. Find out which line causes this panic by debugging/logging.

Tue, 2007-01-16 17:10
Joined: 2005-09-08
Forum posts: 24
Re: Use of CSendUi Series60 Dp1-2
Hi,

Thanks for the reply .

The workaround works . i am suprised that i did not find any discussions on this topic. Anyways  thanks .

And yes S60 is a Rock.....Smiley

Mobile_Guy.



  • Login to reply to this topic.