Hello -
I'd like to be able to launch my application when the external web browser redirects to a URI that uses a custom scheme, e.g. x-myapp://myapp.com?params=xxx. In order to accomplish this,...
Type: Posts; User: bfriedk1; Keyword(s):
Hello -
I'd like to be able to launch my application when the external web browser redirects to a URI that uses a custom scheme, e.g. x-myapp://myapp.com?params=xxx. In order to accomplish this,...
Hello -
I've copied the code I'm using below. It does work and also opens the new URL if the browser is already running. Note you'll need to add the SwEvent capability to your application build....
Hello,
Our application creates a thread that's owned by the process:
thread.Create(iThreadName, ThreadEntryPoint, THREAD_STACK_SIZE, NULL, (TAny*)this, EOwnerProcess)
This thread ends up...
Hello,
Thank you - I can look for the 5th edition stub file and proceed accordingly.
One more related question... is there a PKG file "command" to terminate the current install? Alternatively,...
Hello,
We are using the documented technique to ensure that our application is installed on 3rd edition devices, by providing this line in the .PKG file:
[0x101F7961], 0, 0, 0, {"S60ProductID"}...
Hello,
Thank you symbianyucca for the quick reply. I reworked the code to initialize the CEikonEnv per the CTestEnvAppUi example provided in this thread post:
...
Hello,
Our application uses the window server "client model" - it's not a standard GUI application. In other words, we don't instantiate a 'CEikonEnv' instance at startup.
I am trying to get...
Hello Cxt_programmer -
Thank you for the solution! That code does certainly work.
After researching a little more, I believe this (abbreviated) technique should work as well and avoid looping...
Hello,
I have a full path name to an EXE file that was originally retrieved from a TApaAppInfo object using RApaLsSession::GetNextApp.
At a different point in my application, I need to retrieve...
Hello,
Thank you for the quick reply. Using the CBrowserLauncher class, my application crashes with a KERN-EXEC 3 error. From what I've read, this usually indicates a stack overflow. Looking at...
Hello,
I am having a similar problem using the same code on the E71 as well. I believe the original code came from this Wiki article:
...
qxiaoyuan -
Thank you for your reply.
I have looked through the CMMFCodec interface and understand how it works. But I wanted to double check that there really isn't a way to support AAC audio...
Hello,
My application uses the CMMFDevSound class to play back AAC audio. The code works well on the N95 device, but fails the InitializeL call on the E71 with a KErrNotFound (-1) error:
...
Sunil,
Thanks very much for posting the sample code. It was simple to build and works well.
Regards,
Brian
Hello,
I am having a similar issue to what hyuan posted below, using the same Wiki code example:
http://wiki.forum.nokia.com/index.php/TSS000794_-_Monitoring_MMC_insertion_/_removal_events
...
Hello,
In our application we generate and cache a handful of fonts at startup. During this time we also request the maximum height for each font and use the heights returned for subsequent UI...
Hello,
Due to some assembler errors, I'm having trouble achieving a successful "Phone Debug (GCCE)" device build in Carbide.c++ version 2.0. The odd thing is that building the same configuration...