Thanks for the reply Paul.
But will purchasing this guarantees about the solution? Will it provide some APIs which are not part of Public SDK? or will they provide some kind of plugins?
And what...
Type: Posts; User: seemaK; Keyword(s):
Thanks for the reply Paul.
But will purchasing this guarantees about the solution? Will it provide some APIs which are not part of Public SDK? or will they provide some kind of plugins?
And what...
I want to override alarm sound & play own audio file.
Using RASCliSession inteface for Alarm server, i am not able to change the default alarm tone using TASShdAlarm::SoundName(), but it seems to...
I want to override alarm sound & play own audio file.
Using RASCliSession inteface for Alarm server, i am not able to change the default alarm tone using TASShdAlarm::SoundName(), but it seems to...
Hi,
I am unable to make an outgoing call using CTelephony:: DialNewCall, on CUG(Closed User Group) enabled SIMs on 9.2 & 9.1 devices. It always gives message 'Call Disconnected' & returns error...
I have tried to make an outgoing call using CTelephony:: DialNewCall. I guess the attributes passed are all correct, still it always gives the 'Call Disconnected' message. Only for the 1st time i was...
Hey.. Thanks..
It worked after adding the same capability to the main application as well.. & so also i had to add it to all other library's mmp.
Yes.. I have followed these rules, i'e , all my libraries capabilities are superset of my main applications capabilities, which loads them. So here all my DLLs have more capabilities than loading...
Hello,
When i have imported the code from 8.x to 9.x & added corresponding capabilities, it's giving error "Unable to execute file for security reasons", while calling the method...
Hi Jukka,
Thanks for the suggestion, though it was not the problem of the reg-resource file or UID. But got the view to build the project reverse way.. i have tried adding all the dependancies first...
After porting an application from 8.x to 9.x series-60, control is not entering into E32Main() while debugging.
1. Have followed steps mentioned in...
I think it is crashing because I dont have DRM Capabilities for my Application. I may need to get the app Symbian Signed...
But, if anyone can let me know about common practises to implement DRM...
Hi...
I want to start the downloading session in my device..for this i have used ConnectL function of RHttpDownloadMgr class..
iDMgr.ConnectL( KMyAppUid, *this, ETrue)
on emulator it is working...
I am not getting any error code.. Application is crashing at the 'NewLC' execution. Even I have tried with 'NewL'. Is there any other stuff I need to do before calling\using NewLC\DRMhelper APIs?
...
My application crashes at the drmHelper instantiation.
CDRMHelper* drmHelper = CDRMHelper::NewLC( *CCoeEnv::Static() );
Please let me know if there will be any other things need to be done;...
i have downloaded Extension plug-in package for S60 3rd Edition, MR, to use the CProfileChangeNotifyHandler class supported. This plug-in has profileeng.lib for armv5. Where can i get the...