Hi,
Does anybody knows which is the maximum frequency supported by Symbian to reproduce a tone? I supposed it depends on the model (speaker) so how can I know the specification of the speaker...
Type: Posts; User: er_benji; Keyword(s):
Hi,
Does anybody knows which is the maximum frequency supported by Symbian to reproduce a tone? I supposed it depends on the model (speaker) so how can I know the specification of the speaker...
Hi Yucca,
The call iImageDecoder->FrameInfo(0).iFrameSizeInPixels.iHeight returns always 0, do you know why it could be?
BR,
Benji.
How can I load an image with the original size? As I create the bitmap (iBitmap->Create( TSize(aXres, aYres), iImageDecoder->FrameInfo(0).iFrameDisplayMode );) before loading the image, I have to...
I am waiting to be approved my request to use it but there is no much information about the SDK.
Thanks for your response.
BR.
Hi,
And which is the best and easy way to show a map with POIs as Google Maps do? Make a request to Google Maps and show it in a web browser view?
Thanks in advance.
I can get the frame info (const TFrameInfo& frameInfo = iImageDecoder->FrameInfo(0);) but it is read-only, so I cannot change its properties. How can I do it?
Hi,
I am loading images using CImageDecoder. The problem is that the bitmap has the size that I set in iBitmap->Create but the image I am trying to load has the original size and it is positioned...
Hi,
Is it possible to change the position in the application's folder of an application at the installation time? By default, it is located at the last position.
I know how to located at a new...
Result of bug report:
Hi,
We are able to reproduce the error in 3.1 as well as 3.2 phones. This error will be reported in our Internal Error Database and Any solutions or workarounds identified...
I use version 2.2.0.
The process to test it is this one:
-Disable BT
-Reboot handset
-Open phonetinfo and see WLAN/BT
-I cannot see any information about bluetooth-> No Bluetooth HW
Yes, I am sure.
I am using a Nokia N82 and N95 with a native C/C++ application. The code works fine if the BT power has been switch on at any time, that is, if you switches on and then switches...
I have seen in this link http://wiki.forum.nokia.com/index.php/Bluetooth_Engine_API the following text:
Bluetooth Address of a device can be obtained by *#2820# star-hash code
RBTiDeviceHandler...
I have just done.
I will inform the result.
Cheers,
Benji.
I am getting the BT Mac Address using the code shown here: http://wiki.forum.nokia.com/index.php/How_to_get_local_Bluetooth_Device_Address
This code works fine except when the device is switched on...
Hi,
When the native messaging application is running, my application is not notified when a SMS is received. Does anybody know how to solve this issue (eg: high priority)?
I use this classes:...
I have a log entry at the start/end point of the method MHFRunL and it works OK. And I have tried to comment the observer call and I give a panic too.
SetupConnectionL()
{
....
iConnection.Start( connectPref, iStatus );
SetActive();
}
RunL()
{
int err = iStatus.Int();
Hi,
I have an strange panic error when I make a http connection asynchronously.
I have the connection (iConnection.Start( iStatus );) asynchronously and the request is done successfully but when...
Hi,
I have developed my own dialog inheriting CAknQueryDialog. The problem is that the commands related to the left/right softkeys are captured by the method "handlecommandl" of the active view....
Thank you for your responses.
I will try to change the OS to Windows XP because I am using Windows 2000 and this OS is not supported by Carbide 2.x.
Cheers.
I have been able to load Carbide and deactivated the indexer and it seems that the problem has been solved. In any case, when the project is large, Carbide is not efficient enough.
Cheers,
Benji.
Hi,
I have troubles when using the Carbide. In my project (big one), when I launch the Carbide, it start to index my project's files and it never end and the PC gets blocked. Does anybody know how...
It is a S60 phone and I have configured the app to be backup (all private folder) in passive mode.
<?xml version="1.0" standalone="yes"?>
<backup_registration>
<passive_backup>
...
Hi,
I am testing the backup process of my application to assure that it is all OK but I can't see any option to backup the applications, only the user's content. How can I backup applications?
...
Hi,
I need to know when the cell phone is idle, is it possible to know it? For example to know if the screensaver is active or the screen is off. Any idea?
Thanks in advance.