Thanks Yucca.
It is starnge, I started a new project and it is working...
Type: Posts; User: nmnir3; Keyword(s):
Thanks Yucca.
It is starnge, I started a new project and it is working...
Hi All,
I found the following code on the Wiki for capturing the dialed number:
CTelephony::TRemotePartyInfoV1 RemInfoUse;
CTelephony::TCallInfoV1 CallInfoUse; ...
Sorry for not being clear. I put those values and it didn't help.
EPOCSTACKSIZE 0x10000
EPOCHEAPSIZE 0x100000 0x10000000
are those values OK?
Thanks Yucca. Indeed it is kern-exec 3 and I already increaded both.
Thanks Wizard.
I read - a real bummer :(
Hi All,
I'm trying to port my app to Belle. There are no new binaries for VAS and I Nokia said that new extensions will not be released and that we should use Qt instead.
Anyone know how to...
Thanks rahul,
In full duplex audio I mean that I want to play a stream and record another at the same time.
Hi All,
I'm new to Qt and trying to port my c++ code.
Is there an example for full duplex audio?
Thanks,
Nahum
Hi All,
I am trying to read int from the user doing exactly like it written at http://www.developer.nokia.com/Community/Wiki/Querying_Numbers
It is working fine on FP2 but crach on Belle.
...
OK that problem solved - there was no ARMV5 at the bld.inf file.
Another question: I am using some platform extensions like wlan managment API and APS. Shouldn't there be new binaries?
Thanks,...
I checked the console. For some reason it write nothing to be done for reasource, nothing to be done for 'ALL'.
How can it be???
Thanks Wizard.
Another question pls: On another project there are no build errors, on the console it prints BUILD COMPLETED but it is not creating the exe file (at...
Hi all,
1) What file repace eikon.rh?
2) What file repace avkon.rh?
3) What replace aknquerydialog.h?
4) What replace aknglobalnote.h?
5) What replace akndoc.h?
6) What replace eikon.hrh?
...
Thanks Yucca
Hi All,
My app is listening to outgoing calles and reading the dialed number. It worked fine but after I changed the UID3 to a UID in the protercted range (Starting from 0x200000) I can't read the...
Hi All,
I have a few apps with and cert with publisher ID. After renewing my cert I had to replace the apps UID's. All went well but one app. When I try to install it I get "Unable to install....
Thanks Yucca
Hi All,
I need the screen to blink like it blinks when upon an incoming call.
Thanks,
Nahum
Thanks Guys,
It still cslls only to the E32Main.
Hi All,
I have a regular app with UI. when I start it from another app with UI it works OK but when I start it from a background app without UI it doesn't start.
In order to start it I call:
...
Thanks Wizard
Thanks Wizard.
The "identifier" defined as
MENU_ITEM
{
txt = "Secon Menu...";
cascade=r_second_submenu;
},
HI All,
In my menu pane I have cascasade menu that I want to hide in some cases. Using SetItemDimmed accepts only command as a parameter so I have a couple of questions - I need one answer :)
...
Thanks guys