In my case I ran into this because I had edited epoc32\tools\compilation_config\gcce.mk (to make changes to the level of optimization). Prior to editing gcce.mk I saved a copy of the original as...
Type: Posts; User: liammurray; Keyword(s):
In my case I ran into this because I had edited epoc32\tools\compilation_config\gcce.mk (to make changes to the level of optimization). Prior to editing gcce.mk I saved a copy of the original as...
Use the system agent (RSystemAgent) and look for event with uid == KUidCurrentCall. Search for TSysAgentEvent
Do you mean you get an error when you launch the player? What error? And after that you want to send a "play" command to have it try to connect again? The RealOne Player for the 3650 does not support...
Is this what you want?
CEikAppUi* pAppUI = CCoeEnv::Static()->AppUi());
TFileName dllName = pAppUI->Application()->DllName();
The public sdk is missing the following headers:
pinbutils.h
hlplch.h
Is this intentional, or an oversight? Will they be present in a future sdk?
Everytime I install my app I get a "backupsvr" panic. The app installs fine otherwise. However, access to the audio device is hosed until reboot. (After calling CMdaAudioOutputStream::Open(),...
Thanks for the reply. The "battery charging" note was just an example. This also happens when I display global notes from within my app. I don't see it happen to other apps.
When I run my app on the device, it always remains dimmed after a global note is displayed. For example, if I plug in the charger cord, "battery charging" appears. While it is displaying, my app is...
I'm trying to create a scrollbar for a settings list. It never shows. If I look at pFrame->iV->iBar (after CreateScrollBarFrameL() is called), it is null. Also, iExternalScrollBarAttached is 0. I...
I did this by instanciating a CAknQueryDialog constucted with a resource as follows.
RESOURCE DIALOG r_yes_no_dialog
{
flags = EGeneralQueryFlags;
buttons = R_AVKON_SOFTKEYS_YES_NO;
items =
{...
Where can I get a list of cone panic codes? I'm getting a cone 14 panic when I call EditL on a CAknBinaryPopupSettingItem.
Thanks,
Liam