a long silence on this issue means this is a BUG?
Type: Posts; User: ddeveloper; Keyword(s):
a long silence on this issue means this is a BUG?
Hallo Mr Rao,
have you got any clue,
Regrds
Dev
APIs used:
1. Its Phone Client Extension API to mute microphone and
2. CMdaAudioRecorderUtility to record telephony downlink.
FP1 Device version:
1.Working with FP1 device E66 software...
Hi,
Test case to evaluate the buggy behaviour
Steps to reproduce
1.Make a GSM call and press Mute after call establish.
2.Run voicerecorder while call in progress ensure that recorder is in...
seem this issue is a standard feature in 3.2 and 5.0 platforms and is also propagated to 3.1 devices with latest firmware version.
Hi
Recording downlink only is not working with latest firmware update on FP1 devices, is there any new approach to get the old behaviour
Rgds
DDev
Hi,
When I try building helloworld example, Carbide shots errors which are all undefned identifiers. this is because of carbide fail to generate .rsg file.
-DD
How do I know that data has written successfully on port. Is there any way out to confirm.
TIA
Ddeveloper
Hi@all,Help needed. I'm not able to send and receive data between two PC's using UDP.Some one can help where exactly I'm wrong in my code.
I've copied the code snippet of server side and client...
Hi@all,Help needed. I'm not able to send and receive data between two PC's using UDP.Some one can help where exactly I'm wrong in my code.
I've copied the code snippet of server side and client...
Hi,
I've written samll application using ECOM and facing few errors, requires need of clarification.
1.error :the file <file.inl >cannot be opened
2. could not find or load the file...
Thanks a lot Tim,
Hi
How to add Preprocessor in codewarrior,like how we add preprocessor in MSVC++ the same way.
Say I need add _CHECK,_WIN32 in codewarrior how could I do so.
bye
Ddeveloper
if(
(
(psTemp->wRtpPort EQ wSourcePort) OR
#ifdef ENABLE_RTCP_SUPPORT
((psSessionInfo->bEnableRTCP NE ZERO) AND
...
Hi all
I'm facing ths error at compile time in codewarrior IDE
error:illegal implicit conversin from 'struct tagRtpInstacne **' to 'void ** at line 4xx.
regds
ddeveloper
Hi
There is no RConnection class in symbian UIQ,any alternate to this class.
any pointers will be helpful.
regards
ddeveloper
Below are the errors I'm facing in codewarrior IDE, help me out
1>error:short)' does not match app.cpp line 105
2>ambiguous access to class/struct/union member app.cpp line 17
3> '...
Hi yucca!
I have code written in series 60 which works fine and when I compile the same code under code warrior i'm getting syntax errors in codewarrior ide.
Hello all
I've code compiled under series 60,and when I run the same with code warrior i'm getting all syntax errors.....
any pointers to solve
bye
ddeveloper
exception at " iObserver" why?.
My Application crashes at this point, any pointer how to solve this.
<code>
void CActivityManager::RunL()
{
if (iStatus == KErrNone)
{
if (iWatch ==...
I want to develope the screen saver of my own. From where I need to start,by the way the default screensaver i;e. digital time bar, instead of that I need to place my own screen saver.
Secondly I...
as novice to symbian, ihave one doubt to ask. ineed to create application which sends and receives data either UDPor TCP. ineed idea how to create that application on emulator means on every event n...
I've exception on emulator which crashes the application. at line
CPbkFieldArray& fields = aContact->CardFields();
can any one give me any ideas.
...
<code>
_LIT(KThis, "this ");
_LIT(KIs, "is ");
_LIT(KDecsp, " descriptor ");
TBuf<30> buffer;
buffer = KThis;
buffer.Append(KIs);
thanks yucca!
we cannot use simply
CETDocument* doc ;
doc->anthing;
instead of
iEikonEnv->EikAppUi()