back then I opened a support case with Nokia and the result was that it is/was a platform defect. Maybe it got resolved in newer versions of the OS, I never revisited the issue.
best regards,
...
Type: Posts; User: blizzz; Keyword(s):
back then I opened a support case with Nokia and the result was that it is/was a platform defect. Maybe it got resolved in newer versions of the OS, I never revisited the issue.
best regards,
...
Hi,
You are likely not implementing one of the required mtmuidata functions.
My guess is that you do not implement CancelL() in your mtmuidata object, which is invoked if you do a delete a...
Hi,
no, that's not possible. you cannot change the behaviour or plug-into the existing email clients
this depends more on the application which displays the SMS.
e.g. if you receive an SMS on your S60 phone and the text contains "http://www.yahoo.com" the SMS viewer parses the hyperlink and makes...
you need to use TDesC& instead of TDesC as parameters.
from Jo's excellent http://descriptors.blogspot.com/
"My function uses TDes or TDesC parameters like you say, but my descriptor passing...
Hi sorry, i misunderstood you. the TMsvEntry::Id() is what the symbian messaging is using to identify a message on the device. it does not have any relation to a particular message on a remote...
Hi,
there should be a "HelpExample" project under your S60Ex folder in your SDK.
e.g. for me C:\Symbian\9.2\S60_3rd_FP1\S60Ex\HelpExample
best regards,
--Blizzz
try Mem::Copy() part of euser.lib
Best regards,
--Blizzz
TMsvEntry::Id() !?
--regards,
Blizzz
Hi,
Using the 9.1 headers is not sufficient,;too many other files not existent in 9.1 are needed to get it compiled.
I obtained the proper headers, there are quite a bit of differences between...
I think you probably can get a waiver for tests using the tool1.
Even if you get a another filebrowser for S603rd, you still can't see inside private directories. so your best bet maybe to talk to...
I think converting using CCnvCharacterSetConverter and KCharacterSetIdentifierSms7Bit should do the trick
regards,
--blizzz
I am surprised the connection does not timeout automatically. as far as i know each access point has always inactivity timeouts.
e.g. see CCDVirtualBearerRecord where there are lastsocket...
compatibility is not guaranteed, there are at least some issues
see also
http://discussion.forum.nokia.com/forum/showthread.php?t=102435
>>You cannot use data path AND voice path
I am not complaining about the "AND" part. I am not trying to do voice and data at the same time
But, shouldn't the voice take precedence over the...
Hi,
there is no way around...
you need to use the old api on the 2nd edition phones. the new calendar api is not backported to older phones.
regards,
--Blizzz
To shoot out an idea: Maybe it's a capability problem? you could check in the emulator what capabilities are needed (emulator preferences->Platform security and log files)
Sorry to whip this thread up again, but i seem to experience exactly the same problem.
While having an active gprs connection with actively data transferred, voice calls to the phone just land in...
tprc derives from Tdesc, so there you have it :-)
this is not your problem, however.
see what parameters Send( ) takes and what you are passing in (tptrc16)
please try to read up on decriptors,...
ooh nice, i was lliterally just about to look for something like that in the sdk/forums
thanks Paul :-)
if your emulator doesn't have a menu you are on s602nd Edition or s80 ?
in this case create the file:
C:\system\Bootdata\Errdd
http://newlc.com/article.php3?id_article=150
I have seen this solution in the knowledgebase:
TSS000340...
I think Kiran got that right:
1 => no acs publisher id required
1 - 100 => acs publisher id required
https://www.symbiansigned.com/Developer_Certificate_FAQ_v2.1.pdf
As heavily suspected by the previous posters in your thread.,
your N80 is a 9.1 device and not compatible with the 9.2FP1 SDK.
see also...
if you use s603rd, you might run into the problem that the attachment is stored within the mtm's private folder. ( i think that's the case, i am not positive though)
Unless you have allfiles...