I have not tried this but the Hardware Resource Manager APIs might allow access to this - try CHWRMLight class.
Nitin
Type: Posts; User: nmittal; Keyword(s):
I have not tried this but the Hardware Resource Manager APIs might allow access to this - try CHWRMLight class.
Nitin
http://wiki.forum.nokia.com/index.php/Category:VoIP
Refer to Forum Nokia Documentation -> Technical Library
http://www.forum.nokia.com/document/Forum_Nokia_Technical_Library/contents/FNTL/fn_technical_library.htm
Hi,
Unfortunately there is no solution to this problem except to use camcorder mode and send camera application to background.
Here is some information to understand N93/N93i device modes...
Hi,
Given a business case and nature of application there can be exceptions made.
For example, enterprise applications may not require that the end user be informed of connections being made,...
Hi,
Can you post your code? Are you setting up the object provider chain properly?
Regards,
Nitin
Hi,
Read the release notes. BT USB dongles and NCF for bluetooth not supported.
Regards,
Nitin
Hi,
Backup restore works. \System folder, due to legacy reasons is considered a special one and is not backed up.
The idea is to get all developers to move public data from \system\data to...
Hi,
Unfortunately WebUtils is not available and SysUtils has removed the the method for user agent string. You may use SysUtil::GetSWVersion and get the phone model info from there.
Regards,...
Hi,
Recommendation: Check for availability of pre-defined IAPs on the phone that use Wifi. Scanning for networks will consumer high battery power and may also be against Symbian signed criteria.
...
Hi,
Is your UI Data MTM RSC that defines the the MTM specific function array put into \resource\messaging?
-Nitin
Hi,
Use DRM Audio Player API for DRM protected audio on S60 3rd Edition. It does not require any capabilities.
Cheers
Nitin
Did you try TInt64? Its definition has changed from a T type class to a typedef of Int64.
Regards,
Nitin
Hi,
From the S60 3rd Ed. MR SDK Release notes:
Nokia Connectivity Framework is supported for file-based SMS and MMS,
but not for Bluetooth connections.
- Bluetooth USB dongles are not...
Hi Jukka,
Are you using DRM 1.0 or 2.0? Test on a later sw version of 3250 as well if using DRM 1.0. DRM 2.0 support for SIS may or may not be supported.
Would also help if you explained the...
Hi,
The process for third party developers, if they are FN PRO members, is to request for the capability via their business development contact in FN. There needs to be a strong/clear business...
Hi,
It seems file names don't work with the video player utility on some devices. So use file handles instead with modes used below.
RFile file;
RFs fs = iEikonEnv->FsSession();
TInt err...
Hi
On S60 3rd Edition as the emulator is using Winsock, so please change the socket used by the SIP server emulator used to something other than 5060 and set the same also in the profile settings....
Hi
Unfortunately the example MTM is not ported to S60 3.0 yet. You can certainly use it to get started and also use the SDK help for some of the changes required due to platform security.
Some...
Hi
CSpdiaControl::VoiceMailL ( TDes & aNumber )
Regards,
Nitin
Hi,
You should at least provide the phone/emulator you are testing on as well as describe the error or problem you see for somebody to be able to help you.
Regards,
Nitin
Hi,
The priority is not enough as the audio policy also requires another preference value which is not public. The reason being that resulting duplex 3rd party applications could interfere with...
Hi,
S60 Platform: Music Application Developer's Guide @ http://www.forum.nokia.com ->Documentation-> C++
Regards,
Nitin
Hi
Recording to descriptor is not supported using the recorder utility. On S60 DevSound or CMdaAudioInputStream does allow recording to descriptor if the API is supported on S60 edition/FP in...
Hi,
You should also look at CAknMemorySelectionDialog, if not already done so.
Regards,
Nitin