As the title says I'm getting Kern Exec 3 when creating instance of CHWRMPower like this:
CHWRMPower* power = CHWRMPower::NewL()
Strange thing is that it happens only in Nokia 700/701 Symbian...
Type: Posts; User: hokkane4; Keyword(s):
As the title says I'm getting Kern Exec 3 when creating instance of CHWRMPower like this:
CHWRMPower* power = CHWRMPower::NewL()
Strange thing is that it happens only in Nokia 700/701 Symbian...
Thanks, AddToStackL(iAppView) was missing from AppUi class.
I have really strange problem with keys events. I have application which I wrote to Symbian3 phones in beginning. But now I'm porting it to S60 3.x and 5.0 phones. And the problem is that I can't get...
How to force device screen orientation to landscape/portrait? I'm not meaning now how to do it in my application, but I need to do it for device so that ALL applications would follow that...
One option is to blit text to your bitmap and then create texture for it and draw it then. This might be possible if your bitmap resolution is quite small and number of bitmaps are not too much.
...
I have faced exactly same problem with opengl textures in my app. In GOOM example code zip files seem to be corrupted(http://wiki.forum.nokia.com/index.php/Graphics_memory_handling). At least I could...
Hi all
I have been searching this ages from web/documents, but I can't find anything about how to tag pictures and create albums to S^3 Photos application? Would be weird if there is no API for...
What I mean by this is that people doing QA are failing to do their job!
I have been trying to publish one application now 3 times(and it has been taking around 2 months). Every time it has been...
Thanks about input. But I figured out other way to get what I wanted.
I'm using own browser control to do what I wanted. And this seem to be working. Hopefully capabilities are no more problem.
This question has been asked many times, and has got many answers too. But so far none of them work in my case.
* I can't use Ahle, because it works only in s60 3.1
* Use HTTP sniffer, does not...
Did you use S60 3.1 or 3.2 version of Ahle? At least the link in your discussion refers to old 3.1 implementation which is not working anymore in 3.2 devices.
But about the Ahle 3.2...
How did you managed to get browser urls by using Adaptive history list? I have been trying and i dont get any url or even callback to AdaptiveListChanged function.
Hi
You seem to have opposite problem to what I have. I can not read the existing thumbnail
from exif header. Did you manage to do it?
But I quess that EImageTypeMain would be decoding only the "main" image. Not jpg exif thumbnail.?
Hi
I have problem to get jpeg Exif thumbnail decoded. I'm using S60 3.2/5.0 environment, both hw and emulator. I have tried many things but none of them works. Even example code from Forum Nokia...