Hi,
My intention is to bring my application to foreground when a specific key is pressed. I know this has been discussed a number of times on the forum, but unfortunately its not working. Here is...
Type: Posts; User: ash_bhatia; Keyword(s):
Hi,
My intention is to bring my application to foreground when a specific key is pressed. I know this has been discussed a number of times on the forum, but unfortunately its not working. Here is...
Hi,
In our application we have a requirement of suppressing the global notifications like battery low, charging note, BT connection request etc. We are able to suppress the notifications using...
Hi,
I figured out the Square bracket problem, but still the sis file is not installing. Is says that the file is corrupted.
I know that when we build for WINSCW enviornment it automatically...
Hi,
I got the solution to the problem. Use
[0x101F7961], 0, 0, 0, {"Series60ProductID"}
instead of
(0x101F7961), 0, 0, 0, {"Series60ProductID"}
Hi,
I have created a .sis using winscw binaries, I have also signed with self certificates (same ones that I use to sign .sisx files for the device).
When I am trying to install this...
Hi,
I have created a .sis using winscw binaries, I have also signed with self certificates (same ones that I use to sign .sisx files for the device).
When I am trying to install this...
Hi,
I have figured out, its not a compatibility problem. If I make a Helloworld application and compile it with ARMv5_ABIv2, I am still able to use the GCCE compiled DLL.
Another experiment...
Yes I have already done that, still I am getting this error :(
Hi
We are facing some problems related to dlls in 3.0. Can anyone please help us?
We have received a dll compiled in gcce from a 3rd party. We are compiling our application in armv5_abiv2, so...
Thanks a lot for your reply.
Apart from the size of the compiled code what are the other differences between armv5 and gcce? Cost is not an issue for us, I just need to prove that armv5 is better...
Hi,
We are developing an application in S60 3.0, we are using ARMV5 in order to build for the device. We are using a library from a 3rd party which has been compiled in gcce.
My question is,...
Hi,
We are building an application in S60 3.0, in order to build for the target which compiler should we choose ARMV5 or GCCE?
Which one is better? What is the difference?
Hi Sandy,
I have found this solution of reseting the timer. The problem with this approach is that the screen saver is disabled but the backlight remains on all the time, thats a drain on the...
Hi,
I have an image which I want to rotate, how can I do that?
CBitmapRotator rotates the image but is rotates only increments of 90 degrees. I want more gradual rotations some thing like a...
Hi,
Did you get a solution to this? If yes then please share it with me.
Hi,
Use CHWRMLight class to turn backlight ON\OFF.
Hi All,
Is there a way to disable the screensaver? I want to evade the screensaver during the life time of my application.
Is there a way to do it?
Hi,
I want to suppress all global notes during the lifetime of my application. I am able to do this using RAknKeyLock class.
EnableSoftNotifications API of this class can be used toggle the...
I found this in the SDk help.
void CMMFDevSound::SetGain(TInt aGain)
Setting a zero value mutes the sound. Setting the maximum value results in the loudest possible sound.
Looks like a...
Folks,
Is it possible to change Profile programatically in S60 3rd edition?
Any idea?
Hi,
I have through this post, quite informative. Now that 3rd edition public SDK has been release, did anyone tried playing and recording audio at the same time.
In my application I have a...
Hi All,
In S60 3rd SDK classes CSettingInfo and CSettingApi have been removed. These classes where used to find out active profile related info. In 3rd edition they have introduced the concept of...
No its not working, its giving me tones of error. May be I using it in a wrong way.
I tried this, but even this is not working:
**************Header File*****************
// TYPE DEFINITION...
I am thinking of doing something like this:
typedef TInt (*ptr2Func)(TInt, TInt);
RPointerArray< RPointerArray<ptr2Func> > iPtrArray;
Is this the right way to do it?
Hi,
I have to create two dimensional array of pointers to functions. How do I do that? Should I use RPointerArray class? But how?