Guys,
thanks for your fruitful help. I have done as you told me to - started with Capabilities NONE and been adding one capability at a time (refering epocwind.out for errors) and it turned out that...
Type: Posts; User: jarkoos; Keyword(s):
Guys,
thanks for your fruitful help. I have done as you told me to - started with Capabilities NONE and been adding one capability at a time (refering epocwind.out for errors) and it turned out that...
antonypr thanks for this site, it's very helpful. Good job!
Hello all,
I've got a problem while porting S60 2nd application to S60 3rd. Changed code so that it compiles OK with S60 3rd FP1, tried to run on emulator without platform security constraints -...
Hello wizard_hu_,
Yes, it worked right away! Sorry for making a mess with mistaking class names. Thanks for clues about SDK Help, and for your input in helping me!
Regards,
Jarek
Thanks, wizard_hu_ !
I've just checked the API from Sybmian for Symbian 7.0 (which is for S60 2nd) and find out that's there's no HasDirectory/HasDirectoryL methods for CMsvStore. Right now I'm ...
Guys, I need really urgent help.
How to get filename and it's content from BT sent OBEX message residing in Inbox? I am able to find this messages, get it's CMcvEntry and what next?
How to access...
Thanks wizard_hu!
I'm quite new to MTMs concept, I managed to find out that my BT messages have exactly 1 child (via CMsvEntry), I am able to load them (children). These children are files. How to...
Ok,
in other words: how to obtain file contents from Bt message (with attachment) send via Bluetooth (and residing in Inbox) having its TMsvId?
Help me please!
Hello again!
I am having problems with loading these Bt messages. I am trying to load them as I do with MMS messages, but using CBtClientMtm
Here's the code:
CMsvEntry* rootInboxEntry =...
Hello Shilpa,
thank you very mych for your quick an informative answer. This is what I've been looking for. I'll try this as soon as I will be able to access my development environment, 'cause...
Hello there!
I need to write some code to listen for incoming (targeting inbox) bluetooth obex messages (with files attached), S60, Symbian C++.
Can this be achieved in similar way as MMS inbox...
I had the same problem and your solution given here worked perfectly.
How did you mange to spot the problem source? Without this note I would have lost many hours or maybe days. Thank you!
Jarek.
Hello,
I'm quite a beginner in Symbian programming. I 'm developing S60 application which is basically GUI based. One of its use-cases says that some code should be activated at incoming MMS...
Thanks for your help. I guess I will try my luck Nokia Connectivity Framework, beybe it will work for me :)
Thanks,
Jarek.
Common guys, at least short note about the second question :o
Hello!
I got two questions, which are quite simple for experienced Symbian S60 programmers, I'm sure. Here it goes:
- I'm in a hurry and need to quickly set up simple emulator-based environment...