When you add the path.
Environment Variable.
EPOCROOT \
[add new if not present]
Path \epoc32\gcc\bin;\epoc32\tools
[append this to the existing root]
Also check whether the SDK is added...
Type: Posts; User: arunnrnair; Keyword(s):
When you add the path.
Environment Variable.
EPOCROOT \
[add new if not present]
Path \epoc32\gcc\bin;\epoc32\tools
[append this to the existing root]
Also check whether the SDK is added...
Does SetVolumeL leaves? if so what is the error code.
Before replacing the file you can ensure that the path of the file actually exists or not.
BaflUtils::EnsurePathExistsL(fsSession,KFilePath);
for more detail check the link:...
Thanks for the reply
Yes,I do advertise but...
My application is working on 2nd edition devices, but not 3rd edition. My BT test devices detects and pair with my 3rd edition phone. Even data...
Hi,
I am trying to develop an app which recieve some data from a BT device. I am unable to detect the connection with device. RunL is never getting called unless disconnected. The data transfer...
Try debugging. since it is only an issue with device only you go for
1. an ontarget debugging or
2.try keeping logs.
try installing an errrd.sis from the following link it will give you extended...
CTelephony::TPhoneIdV1Pckg is a package[TPckg] of TPhoneIdV1.
Packages are descriptors, which can forms a wrapper over other objects, so that other objects and data structure can be represented by...
Hi,
What is the exception you are getting?
There can be number reasons for exception, can't exactly tell the reason for the exception without knowing it.
I suggest you to check, any issue with...
Hi,
Open source internet Radio uses http streaming using shoutcast protocol. But this player is typically for only audio.
For video streaming you can use CVideoPlayerUtility class.
But one...
Cute..Execellent App! Check out I liked it.excellent look and feel, good audio, way off from traditional S60 apps
Do u add playlist to the existing application that is built in Mediaplayer or real player or want to develop new player which does this?
It can be possible as far my understanding [I am not sure about your requirements.]
You have to monitor call status.
It possible to know whether a call is dialed, answered, rejected etc. I don't...
Have you tried on device if not please try out?
If you want to play from a file you try using CMdaAudioPlayerUtility::NewFilePlayerL() rather than NewDesPlayerReadOnlyL.
...
There are some many discussion in forum check regarding this.
Check the following link there is one example for 1st and second edition
...
Hi,
In emulator playing mp3 or any other stream [other than pcm] doesn't worked with CMdaAudioOutputStream directly as SetDataTypeL leaves with KErrNotSuppported. You can try two different...
You can check
Audio & Video Feature Tables link in the following link to see what all codec is supported in the given version of phone...
Sorry for the delayed reply.
You are right. It all depends whether your device has
supports for the codec. for instance 2nd edition phones like 6600 using 7.0s sdk doen't have support [built in]...
Hi,
I have seen voice call recorders using CMdaAudioRecorderUtility. You can also try using CMMFDevSound API to record/play sound.
check this link also....
Hi, I don't really think you can stop the shutter sound in 3rd edition phones awhile taking photos. [At least method is not given to public]. This is build in sound. :(
The reason for this as far as...
TFixedArray<CFbsBitmap*, 8> iFixedArray;
MyFunction(iFixedArray);
Try like this.
void MyFunction(TFixedArray<CFbsBitmap*, 8>& aFixedArray)
Hi,
There is another way for call observing using publish and subscribe . I not sure support is there in sdk available.
Check the link for this...
Hi,
When you "accepts" a call and if your application is playing, it is observed that it will stop playing and won't continue till you trigger play. So what you can do is when call comes you have...
Hi,
CMdaAudioRecorderUtility::SetAudioDeviceMode This function is provided for binary compatibility, but does not have any effect from 7.0s. [This may not be the exact reason, but one thing I...
Hi,
It can be used for other formats also like MP3 as Pavan mentioned.
CMdaAudioOutputStream::SetAudioPropertiesL()can used to set Audio properties like Sampling rate, channel etc. It can be...
Please check the following link.
http://www.forum.nokia.com/main/resources/technologies/audiovideo/
Find the link [click]
"Audio & Video Feature Tables"
This will provide you information...